.home-hero-premium {
  position: relative;
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
  background:
    radial-gradient(circle at 10% 8%, rgba(36, 183, 24, 0.34), transparent 24%),
    linear-gradient(180deg, #edf3e7 0%, #e4ecdf 100%);
  overflow: clip;
}

.home-hero-premium .swiper {
  overflow: visible;
}

.home-hero-premium .swiper-slide {
  height: auto;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide {
  position: relative;
  min-height: clamp(540px, 72vh, 660px);
  padding-top: clamp(6.2rem, 8vw, 7.4rem);
  padding-bottom: clamp(3.9rem, 6vw, 5rem);
  background-color: #0d4708;
  background-image:
    linear-gradient(95deg, rgba(7, 34, 5, 0.9) 0%, rgba(7, 34, 5, 0.84) 34%, rgba(7, 34, 5, 0.56) 62%, rgba(7, 34, 5, 0.72) 100%),
    radial-gradient(circle at 16% 18%, rgba(196, 108, 12, 0.2), transparent 25%),
    radial-gradient(circle at 84% 16%, rgba(36, 183, 24, 0.22), transparent 22%),
    var(--hero-image);
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, cover;
  overflow: hidden;
  isolation: isolate;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide::before,
.home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide::before {
  top: -18%;
  right: -2%;
  width: clamp(300px, 34vw, 520px);
  height: clamp(300px, 34vw, 520px);
  border-radius: 48% 52% 64% 36% / 42% 43% 57% 58%;
  background: linear-gradient(180deg, rgba(36, 183, 24, 0.22) 0%, rgba(36, 183, 24, 0.05) 100%);
  opacity: 0.48;
  transform: rotate(20deg);
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
  left: -10%;
  bottom: -28%;
  width: clamp(260px, 32vw, 520px);
  height: clamp(220px, 28vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 183, 24, 0.18) 0%, rgba(36, 183, 24, 0.08) 42%, rgba(36, 183, 24, 0) 74%);
  opacity: 0.78;
}

.home-hero-premium .hero-content-2.home-hero-premium__content {
  position: relative;
  z-index: 1;
  display: block;
}

.home-hero-premium .hero-content-2 .title {
  max-width: none;
  margin: 0 0 0.75rem;
  text-align: left;
}

.home-hero-premium .hero-content-2 .title h1 {
  margin: 0;
  max-width: 13.6ch;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.25rem, 3.8vw, 4.1rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-hero-premium__copy {
  position: relative;
  z-index: 2;
  max-width: min(100%, 760px);
  padding: clamp(1.2rem, 2vw, 1.7rem);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(6, 28, 6, 0.2) 0%, rgba(6, 28, 6, 0.08) 100%);
  box-shadow: 0 24px 56px rgba(2, 19, 13, 0.14);
  backdrop-filter: blur(10px);
}

.home-hero-premium__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.9rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: #f7faf8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.home-hero-premium__eyebrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: var(--hero-accent);
  color: #11352c;
  font-size: 0.86rem;
}

.home-hero-premium__lede {
  max-width: 62ch;
  margin: 0 0 1.05rem;
  color: rgba(246, 250, 247, 0.84);
  font-size: clamp(0.96rem, 0.35vw + 0.92rem, 1.06rem);
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.14);
}

.home-hero-premium .services-2.home-hero-premium__chips {
  justify-content: flex-start;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.home-hero-premium .services-2.home-hero-premium__chips .service {
  align-items: flex-start;
  gap: 0.72rem;
  min-width: min(100%, 230px);
  padding: 0.78rem 0.92rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 28px rgba(2, 23, 18, 0.14);
  backdrop-filter: blur(14px);
}

.home-hero-premium .services-2.home-hero-premium__chips .service i {
  width: 2.3rem;
  height: 2.3rem;
  min-width: 2.3rem;
  padding: 0;
  background: var(--hero-accent);
  color: #103128;
  font-size: 0.94rem;
}

.home-hero-premium .services-2.home-hero-premium__chips .service p {
  margin: 0;
  color: #f9fbfa;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-hero-premium .join-us.home-hero-premium__actions {
  justify-content: flex-start;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.home-hero-premium .join-us.home-hero-premium__actions .e-primary-btn {
  box-shadow: 0 18px 32px rgba(2, 17, 13, 0.22);
}

.home-hero-premium .hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 58px;
  padding: 0.82rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.home-hero-premium .hero-secondary-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.home-hero-premium .hero-secondary-btn i {
  color: var(--hero-accent);
  font-size: 0.95rem;
}

.home-hero-premium__visual {
  position: relative;
  z-index: 2;
  padding-left: clamp(0rem, 1vw, 1rem);
  max-width: 590px;
  margin-left: auto;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.home-hero-premium__visual-shell {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-hero-premium__visual-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero-premium__visual-orb--one {
  top: 10%;
  right: 2%;
  width: 86px;
  height: 86px;
  background: radial-gradient(circle, rgba(36, 183, 24, 0.85) 0%, rgba(36, 183, 24, 0.08) 68%, transparent 100%);
  opacity: 0.7;
}

.home-hero-premium__visual-orb--two {
  left: 4%;
  bottom: 16%;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 68%),
    transparent;
  opacity: 0.5;
}

.home-hero-premium__stat-card {
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 4;
  width: min(230px, 48%);
  padding: 1rem 1.05rem 1.08rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(196, 108, 12, 0.26), transparent 42%),
    linear-gradient(160deg, rgba(10, 54, 8, 0.92) 0%, rgba(16, 82, 9, 0.78) 100%);
  box-shadow: 0 22px 40px rgba(3, 22, 17, 0.22);
  backdrop-filter: blur(18px);
}

.home-hero-premium__stat-kicker {
  display: inline-flex;
  margin-bottom: 0.62rem;
  color: rgba(245, 248, 246, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-premium__stat-card strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 2vw, 2.75rem);
  font-weight: 700;
  line-height: 0.9;
}

.home-hero-premium__stat-card p {
  margin: 0;
  color: rgba(245, 248, 246, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-hero-premium__figure {
  position: relative;
  z-index: 2;
  width: min(100%, 438px);
  margin: 0 0 0 auto;
}

.home-hero-premium__figure::before {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  opacity: 0.72;
}

.home-hero-premium__figure-frame {
  position: relative;
  overflow: hidden;
  padding: 0.85rem;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: 0 26px 56px rgba(1, 17, 14, 0.3);
  backdrop-filter: blur(18px);
}

.home-hero-premium__figure-frame::after {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(3, 24, 19, 0.02) 0%, rgba(3, 24, 19, 0.08) 44%, rgba(3, 24, 19, 0.38) 100%);
  pointer-events: none;
}

.home-hero-premium__figure-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92 / 1;
  object-fit: cover;
  border-radius: 28px;
}

.home-hero-premium__figure-caption {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.3rem;
  z-index: 3;
}

.home-hero-premium__figure-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hero-accent) 0%, var(--hero-accent-soft) 100%);
  box-shadow: 0 14px 28px rgba(3, 24, 19, 0.22);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero-premium__figure-chip i {
  font-size: 0.8rem;
}

.home-hero-premium__story-card {
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  z-index: 4;
  width: min(320px, 58%);
  padding: 1.1rem 1.15rem 1.05rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 48px rgba(2, 22, 18, 0.18);
}

.home-hero-premium__story-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 28px 0 0 28px;
  background: linear-gradient(180deg, var(--hero-accent) 0%, var(--hero-accent-soft) 100%);
}

.home-hero-premium__story-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: #105209;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero-premium__story-card h3 {
  margin: 0 0 0.42rem;
  color: #083309;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.12rem, 0.8vw + 0.95rem, 1.45rem);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.home-hero-premium__story-card p {
  margin: 0;
  color: #39544a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-hero-premium__story-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.home-hero-premium__story-metric {
  padding: 0.72rem 0.76rem;
  border-radius: 18px;
  background: rgba(16, 82, 9, 0.05);
}

.home-hero-premium__story-metric strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #105209;
  font-family: "Outfit", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
}

.home-hero-premium__story-metric span {
  display: block;
  color: #5d7068;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-hero-premium .hero-slider-pagination-2 {
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(8, 34, 28, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(2, 24, 18, 0.22);
}

.home-hero-premium .hero-slider-pagination-2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.home-hero-premium .hero-slider-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.72);
}

.home-impact-premium {
  position: relative;
  z-index: 3;
  margin-top: clamp(2.3rem, 4vw, 3.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-impact-premium .container {
  max-width: 1320px;
}

.home-impact-premium .impact-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border-radius: 38px;
  border: 1px solid rgba(16, 82, 9, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 242, 0.97) 100%);
  box-shadow: 0 28px 70px rgba(16, 82, 9, 0.14);
}

.home-impact-premium .impact-shell::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -12%;
  width: clamp(220px, 26vw, 360px);
  height: clamp(220px, 26vw, 360px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 183, 24, 0.34) 0%, rgba(36, 183, 24, 0) 68%);
  pointer-events: none;
}

.home-impact-premium .impact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.home-impact-premium .impact-overview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: clamp(1.5rem, 2vw, 2rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(196, 108, 12, 0.26), transparent 28%),
    linear-gradient(160deg, #0b4207 0%, #105209 56%, #1b8e14 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(11, 61, 8, 0.28);
}

.home-impact-premium .impact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #f2f7f4;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-impact-premium .impact-kicker i {
  color: var(--theme-color-2);
}

.home-impact-premium .impact-overview h2 {
  margin: 0 0 1rem;
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: center;
  text-wrap: balance;
}

.home-impact-premium .impact-overview p {
  margin: 0;
  color: rgba(243, 247, 244, 0.78);
  font-size: 1rem;
  line-height: 1.72;
  text-align: left;
}

.home-impact-premium .impact-overview__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.home-impact-premium .impact-overview__meta-card {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.home-impact-premium .impact-overview__meta-card--soft {
  background: rgba(196, 108, 12, 0.16);
}

.home-impact-premium .impact-overview__meta-card strong {
  display: block;
  margin-bottom: 0.24rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1vw + 1rem, 2rem);
  font-weight: 700;
  line-height: 1;
}

.home-impact-premium .impact-overview__meta-card span {
  color: rgba(243, 247, 244, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.45;
}

.home-impact-premium .impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-impact-premium .impact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  padding: 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(16, 82, 9, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(16, 82, 9, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-impact-premium .impact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #105209 0%, #bde8b8 100%);
}

.home-impact-premium .impact-card:nth-child(3n + 2)::before {
  background: linear-gradient(180deg, #1b8e14 0%, #c46c0c 100%);
}

.home-impact-premium .impact-card:nth-child(3n + 3)::before {
  background: linear-gradient(180deg, #24b718 0%, #f0d7ba 100%);
}

.home-impact-premium .impact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 82, 9, 0.16);
  box-shadow: 0 26px 50px rgba(16, 82, 9, 0.12);
}

.home-impact-premium .impact-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.home-impact-premium .impact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 20px;
  background: rgba(16, 82, 9, 0.08);
  color: #105209;
  font-size: 1.1rem;
}

.home-impact-premium .impact-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(16, 82, 9, 0.06);
  color: #105209;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-impact-premium .impact-value {
  margin-bottom: 0.7rem;
  color: #0b3407;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 1.45vw + 1.1rem, 2.75rem);
  font-weight: 700;
  line-height: 0.95;
}

.home-impact-premium .impact-title {
  margin: 0;
  color: #28473d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

@media (max-width: 1399px) {
  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    min-height: clamp(500px, 66vh, 600px);
  }
}

@media (max-width: 1199px) {
  .home-hero-premium .hero-content-2.home-hero-premium__content,
  .home-impact-premium .impact-layout {
    grid-template-columns: 1fr;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    min-height: auto;
    padding-top: 5.6rem;
    padding-bottom: 4.2rem;
  }

  .home-hero-premium__visual {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-premium__visual-shell {
    min-height: 500px;
  }

  .home-hero-premium__story-card {
    width: min(320px, 60%);
  }

  .home-impact-premium .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-hero-premium .hero-content-2 .title,
  .home-hero-premium__copy {
    max-width: none;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    padding-top: 5.1rem;
    padding-bottom: 3.8rem;
  }

  .home-hero-premium .hero-content-2 .title h1 {
    max-width: none;
  }

  .home-hero-premium__copy {
    padding: 1.15rem 1.1rem 1.2rem;
    border-radius: 28px;
  }

  .home-hero-premium__visual {
    min-height: 0;
  }

  .home-hero-premium__visual-shell {
    min-height: 470px;
  }

  .home-hero-premium__figure {
    margin-right: auto;
    margin-left: auto;
  }

  .home-hero-premium__stat-card {
    width: min(220px, 46%);
  }

  .home-hero-premium__story-card {
    width: min(312px, 62%);
  }

  .home-impact-premium {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .home-hero-premium {
    padding-bottom: 2rem;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    min-height: auto;
    padding-top: 4.6rem;
    padding-bottom: 3.2rem;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
    display: none;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::before {
    width: 180px;
    height: 180px;
    top: -6%;
    right: -10%;
    opacity: 0.32;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
    left: -26%;
    bottom: -24%;
    width: 260px;
    height: 220px;
  }

  .home-hero-premium .hero-content-2 .title {
    text-align: center;
    margin-bottom: 0.7rem;
  }

  .home-hero-premium .hero-content-2 .title h1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.7rem, 5.4vw, 2.28rem);
    line-height: 1.03;
  }

  .home-hero-premium__eyebrow,
  .home-hero-premium__lede {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-hero-premium__eyebrow {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-bottom: 0.8rem;
    padding: 0.56rem 0.84rem;
    font-size: 0.7rem;
    letter-spacing: 0.01em;
  }

  .home-hero-premium__eyebrow i {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.72rem;
  }

  .home-hero-premium__lede {
    max-width: 34ch;
    margin-bottom: 0.78rem;
    font-size: 0.88rem;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-hero-premium .services-2.home-hero-premium__chips,
  .home-hero-premium .join-us.home-hero-premium__actions {
    justify-content: center;
  }

  .home-hero-premium .services-2.home-hero-premium__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.78rem;
    width: 100%;
  }

  .home-hero-premium .services-2.home-hero-premium__chips .service {
    min-width: 0;
    padding: 0.62rem 0.68rem;
    border-radius: 15px;
    gap: 0.48rem;
    text-align: left;
  }

  .home-hero-premium .services-2.home-hero-premium__chips .service i {
    width: 1.65rem;
    height: 1.65rem;
    min-width: 1.65rem;
    font-size: 0.68rem;
  }

  .home-hero-premium .services-2.home-hero-premium__chips .service p {
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .home-hero-premium .join-us.home-hero-premium__actions .e-primary-btn,
  .home-hero-premium .hero-secondary-btn {
    min-height: 50px;
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
    font-size: 0.88rem;
  }

  .home-hero-premium .join-us.home-hero-premium__actions {
    gap: 0.65rem;
    margin-bottom: 0;
  }

  .home-hero-premium .join-us.home-hero-premium__actions .e-primary-btn {
    width: 100%;
    justify-content: space-between;
  }

  .home-hero-premium .hero-secondary-btn {
    width: auto;
    min-width: min(100%, 220px);
  }

  .home-hero-premium__visual {
    padding-left: 0;
    max-width: 380px;
    min-height: 0;
    margin-right: auto;
  }

  .home-hero-premium__copy {
    padding: 1rem 0.95rem 1.05rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(6, 28, 6, 0.28) 0%, rgba(6, 28, 6, 0.12) 100%);
  }

  .home-hero-premium__visual-shell {
    min-height: 0;
    display: grid;
    gap: 0.8rem;
    justify-content: stretch;
  }

  .home-hero-premium__visual-orb--one {
    width: 62px;
    height: 62px;
    top: 10%;
    right: 2%;
  }

  .home-hero-premium__visual-orb--two {
    width: 92px;
    height: 92px;
    left: 0;
    bottom: 18%;
  }

  .home-hero-premium__stat-card,
  .home-hero-premium__story-card {
    position: relative;
    width: 100%;
    max-width: none;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .home-hero-premium__stat-card {
    order: 1;
    padding: 0.88rem 0.95rem 0.92rem;
  }

  .home-hero-premium__figure {
    order: 2;
    width: min(100%, 360px);
  }

  .home-hero-premium__figure::before {
    inset: -10px;
  }

  .home-hero-premium__figure-frame {
    padding: 0.58rem;
  }

  .home-hero-premium__figure-frame img {
    aspect-ratio: 1 / 0.94;
    border-radius: 22px;
  }

  .home-hero-premium__figure-caption {
    left: 1rem;
    right: 1rem;
    bottom: 0.95rem;
  }

  .home-hero-premium__figure-chip {
    padding: 0.62rem 0.82rem;
    font-size: 0.68rem;
  }

  .home-hero-premium__story-card {
    order: 3;
    padding: 0.95rem 1rem;
  }

  .home-hero-premium__story-card h3 {
    font-size: 1.08rem;
  }

  .home-hero-premium__story-card p {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .home-hero-premium__story-metrics {
    gap: 0.52rem;
    margin-top: 0.72rem;
  }

  .home-hero-premium__story-metric {
    padding: 0.64rem 0.68rem;
  }

  .home-hero-premium__story-metric strong {
    font-size: 0.94rem;
  }

  .home-hero-premium__story-metric span {
    font-size: 0.62rem;
  }

  .home-hero-premium .hero-slider-pagination-2 {
    bottom: 0.9rem;
    padding: 0.55rem 0.8rem;
  }

  .home-impact-premium {
    margin-top: 1.65rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .home-impact-premium .impact-shell {
    padding: 0.82rem;
    border-radius: 28px;
  }

  .home-impact-premium .impact-overview__meta {
    grid-template-columns: 1fr;
  }

  .home-impact-premium .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
  }

  .home-impact-premium .impact-card {
    min-height: 0;
    padding: 1rem 0.58rem 1.05rem;
    border-radius: 22px;
  }

  .home-impact-premium .impact-card__head {
    margin-bottom: 0.85rem;
  }

  .home-impact-premium .impact-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 16px;
    font-size: 0.95rem;
  }

  .home-impact-premium .impact-card__index {
    min-width: 2.4rem;
    height: 1.7rem;
    padding: 0 0.58rem;
    font-size: 0.66rem;
  }

  .home-impact-premium .impact-value {
    font-size: clamp(1.55rem, 4.7vw, 2.05rem);
  }

  .home-impact-premium .impact-title {
    width: 100%;
    max-width: none;
    font-size: 0.85rem;
    line-height: 1.28;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: pretty;
  }

  .home-impact-premium .impact-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: calc(50% - 0.38rem);
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    padding-top: 4.15rem;
    padding-bottom: 2.8rem;
  }

  .home-hero-premium__copy {
    padding: 0.88rem 0.78rem 0.96rem;
    border-radius: 22px;
  }

  .home-hero-premium__visual {
    max-width: 332px;
  }

  .home-hero-premium__stat-card strong {
    font-size: 1.72rem;
  }

  .home-hero-premium__story-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .home-impact-premium .impact-grid {
    gap: 0.5rem;
  }

  .home-impact-premium {
    margin-top: 1.45rem;
    padding-left: 0.42rem;
    padding-right: 0.42rem;
  }

  .home-impact-premium .impact-shell {
    padding: 0.72rem;
  }

  .home-impact-premium .impact-card {
    min-height: 0;
    padding: 0.95rem 0.52rem 1rem;
  }

  .home-impact-premium .impact-title {
    font-size: 0.81rem;
    line-height: 1.24;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-premium .hero-secondary-btn,
  .home-impact-premium .impact-card {
    transition: none;
  }
}

.home-stage {
  position: relative;
  isolation: isolate;
}

.home-stage > .container {
  position: relative;
  z-index: 1;
}

.home-stage--impact::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  width: min(90%, 1180px);
  height: 2.4rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 183, 24, 0.22) 0%, rgba(36, 183, 24, 0) 72%);
  pointer-events: none;
  filter: blur(8px);
}

.home-stage--articles {
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 183, 24, 0.16), transparent 26%),
    linear-gradient(rgba(8, 52, 42, 0.78), rgba(6, 36, 30, 0.82));
  background-size: auto, auto;
  background-position: center;
}

.home-stage--articles > .container,
.home-stage--projects > .container,
.home-stage--events > .container,
.home-stage--resources > .container,
.home-stage--annonces > .container,
.home-stage--support > .container,
.home-stage--partners > .container {
  isolation: isolate;
  padding: clamp(1.15rem, 2.1vw, 1.8rem);
}

.home-stage--articles > .container::before,
.home-stage--projects > .container::before,
.home-stage--events > .container::before,
.home-stage--resources > .container::before,
.home-stage--annonces > .container::before,
.home-stage--support > .container::before,
.home-stage--partners > .container::before,
.home-stage--articles > .container::after,
.home-stage--projects > .container::after,
.home-stage--events > .container::after,
.home-stage--resources > .container::after,
.home-stage--annonces > .container::after,
.home-stage--support > .container::after,
.home-stage--partners > .container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 42px;
  pointer-events: none;
}

.home-stage--articles > .container::before {
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(9, 48, 39, 0.62) 0%, rgba(6, 35, 28, 0.5) 100%);
  box-shadow: 0 30px 74px rgba(3, 24, 19, 0.24);
  backdrop-filter: blur(14px);
}

.home-stage--articles > .container::after {
  z-index: -1;
  inset: 1rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(196, 108, 12, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 50%);
}

.home-stage--projects > .container::before,
.home-stage--events > .container::before,
.home-stage--resources > .container::before,
.home-stage--annonces > .container::before {
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.16) 100%);
  box-shadow: 0 26px 70px rgba(16, 82, 9, 0.1);
  backdrop-filter: blur(10px);
}

.home-stage--projects > .container::after,
.home-stage--events > .container::after,
.home-stage--resources > .container::after,
.home-stage--annonces > .container::after {
  z-index: -1;
  inset: 0.95rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 58%);
}

.home-stage--support > .container::before {
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 26px 68px rgba(3, 24, 19, 0.18);
}

.home-stage--support > .container::after {
  z-index: -1;
  inset: auto 5% 0 5%;
  height: 46%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(196, 108, 12, 0.14) 0%, rgba(196, 108, 12, 0) 70%);
  filter: blur(12px);
}

.home-stage--partners {
  padding-left: clamp(1rem, 3vw, 2.4rem);
  padding-right: clamp(1rem, 3vw, 2.4rem);
}

.home-stage--partners > .container::before {
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(196, 108, 12, 0.14), transparent 26%),
    linear-gradient(160deg, rgba(8, 52, 42, 0.92) 0%, rgba(6, 36, 30, 0.88) 100%);
  box-shadow: 0 30px 76px rgba(4, 28, 22, 0.22);
}

.home-stage--partners > .container::after {
  z-index: -1;
  inset: 1rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 20%, rgba(36, 183, 24, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 52%);
}

.home-articles-carousel {
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 3vw, 2.5rem);
}

.home-articles-carousel .common-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.home-articles-carousel .common-title h2,
.home-articles-carousel .common-title p,
.home-articles-carousel .common-subtitle span {
  color: #fff !important;
}

.home-articles-carousel .common-title h2 {
  text-shadow: 0 12px 26px rgba(2, 24, 18, 0.24);
}

.home-stage--articles .common-subtitle {
  margin-bottom: 1rem;
}

.home-stage--articles .common-subtitle span {
  color: #f3f7f5 !important;
}

.home-stage--articles .camping-pagination-wrap .camping-pagination {
  background: rgba(255, 255, 255, 0.92);
}

.home-articles-carousel .camping-slider-active {
  position: relative;
  z-index: 1;
}

.home-articles-carousel .camping-slider-active .swiper {
  overflow: visible;
  overflow-x: clip;
  padding: 10px 2px 18px;
}

.home-articles-carousel .camping-slider-active .swiper-wrapper {
  align-items: stretch;
}

.home-articles-carousel .camping-slider-active .swiper-slide {
  height: auto;
}

.home-articles-carousel .home-article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 240, 0.96) 100%);
  box-shadow: 0 22px 60px rgba(4, 39, 30, 0.22);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-articles-carousel .camping-slider-active .swiper-slide:hover .home-article-card {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(4, 39, 30, 0.28);
  border-color: rgba(196, 108, 12, 0.55);
}

.home-articles-carousel .home-article-card .thumb {
  position: relative;
  min-height: 230px;
  aspect-ratio: 16 / 11;
  border-radius: 22px;
  overflow: hidden;
}

.home-articles-carousel .home-article-card .thumb > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.home-articles-carousel .home-article-card .thumb > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 43, 34, 0.14) 62%, rgba(0, 43, 34, 0.62) 100%);
}

.home-articles-carousel .home-article-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.home-articles-carousel .camping-slider-active .swiper-slide:hover .home-article-card .thumb img {
  transform: scale(1.08);
}

.home-articles-carousel .home-article-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(7, 38, 30, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-articles-carousel .home-article-card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.home-articles-carousel .home-article-card .content .content-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 0 0.7rem;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.home-articles-carousel .home-article-card .content .date {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 8px);
  margin-bottom: 0;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 34px rgba(16, 82, 9, 0.16);
  border-radius: 18px;
  color: #0d4a3a;
  line-height: 1.3;
}

.home-articles-carousel .home-article-card .content .date img {
  width: 18px;
  height: 18px;
  flex: none;
}

.home-articles-carousel .home-article-card .content .date span {
  font-size: 0.92rem;
  font-weight: 600;
  white-space: normal;
}

.home-articles-carousel .home-article-card .content .title {
  margin: 0;
}

.home-articles-carousel .home-article-card .content .title h3 {
  margin: 0;
  min-height: 1.35em;
  font-size: clamp(1.18rem, 1vw + 0.95rem, 1.45rem);
  line-height: 1.35;
  color: #09392e;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-articles-carousel .home-article-card .content .title h3 a {
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
}

.home-articles-carousel .home-article-card .content .title h3 a:hover {
  color: var(--theme-color-2);
}

.home-articles-carousel .home-article-card .content .text p {
  margin: 0;
  min-height: calc(1.62em * 2);
  font-size: 0.97rem;
  line-height: 1.62;
  color: #607069;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-articles-carousel .home-article-card .d-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding: 1.1rem 0.7rem 0.15rem;
  border-top: 1px solid rgba(16, 82, 9, 0.1);
}

.home-articles-carousel .home-article-card__read {
  flex: 1 1 auto;
  min-height: 56px;
  box-shadow: 0 14px 24px rgba(196, 108, 12, 0.2);
}

.home-articles-carousel .home-article-card__read .icon-wrap {
  box-shadow: 0 10px 18px rgba(16, 82, 9, 0.18);
}

.home-articles-carousel .camping-slider-active .camping-button-prev,
.home-articles-carousel .camping-slider-active .camping-button-next {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.92);
  color: #0d4a3a;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.home-articles-carousel .camping-slider-active .camping-button-prev:hover,
.home-articles-carousel .camping-slider-active .camping-button-next:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
}

.home-articles-carousel .camping-slider-active .camping-pagination-wrap .camping-pagination {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
  .home-stage--articles > .container,
  .home-stage--projects > .container,
  .home-stage--events > .container,
  .home-stage--resources > .container,
  .home-stage--annonces > .container,
  .home-stage--support > .container,
  .home-stage--partners > .container {
    padding: 1.1rem;
  }

  .home-articles-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-articles-carousel .home-article-card {
    border-radius: 24px;
  }

  .home-articles-carousel .home-article-card .thumb {
    min-height: 215px;
  }
}

@media (max-width: 767px) {
  .home-stage--impact::after {
    display: none;
  }

  .home-stage--articles > .container,
  .home-stage--projects > .container,
  .home-stage--events > .container,
  .home-stage--resources > .container,
  .home-stage--annonces > .container,
  .home-stage--support > .container,
  .home-stage--partners > .container {
    padding: 0.9rem;
  }

  .home-stage--articles > .container::before,
  .home-stage--projects > .container::before,
  .home-stage--events > .container::before,
  .home-stage--resources > .container::before,
  .home-stage--annonces > .container::before,
  .home-stage--support > .container::before,
  .home-stage--partners > .container::before,
  .home-stage--articles > .container::after,
  .home-stage--projects > .container::after,
  .home-stage--events > .container::after,
  .home-stage--resources > .container::after,
  .home-stage--annonces > .container::after,
  .home-stage--partners > .container::after {
    border-radius: 28px;
  }

  .home-stage--articles > .container::after,
  .home-stage--projects > .container::after,
  .home-stage--events > .container::after,
  .home-stage--resources > .container::after,
  .home-stage--annonces > .container::after,
  .home-stage--partners > .container::after {
    inset: 0.7rem;
    border-radius: 22px;
  }

  .home-stage--projects,
  .home-stage--events,
  .home-stage--resources,
  .home-stage--annonces {
    padding-top: clamp(3.7rem, 7vw, 4.8rem);
    padding-bottom: clamp(4rem, 8vw, 5rem);
  }

  .home-articles-carousel .camping-slider-active .swiper {
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .home-articles-carousel .home-article-card {
    padding: 12px;
    border-radius: 24px;
  }

  .home-articles-carousel .home-article-card .thumb {
    min-height: 205px;
    aspect-ratio: 16 / 12;
    border-radius: 20px;
  }

  .home-articles-carousel .home-article-card__tag {
    top: 12px;
    left: 12px;
    padding: 0.5rem 0.8rem;
    font-size: 0.7rem;
  }

  .home-articles-carousel .home-article-card .content .content-top {
    gap: 0.8rem;
    padding: 0 0.45rem;
    margin-top: -28px;
  }

  .home-articles-carousel .home-article-card .content .date {
    padding: 0.72rem 0.9rem;
    border-radius: 16px;
  }

  .home-articles-carousel .home-article-card .content .date span {
    font-size: 0.88rem;
  }

  .home-articles-carousel .home-article-card .content .title h3 {
    min-height: 1.35em;
    font-size: 1.12rem;
  }

  .home-articles-carousel .home-article-card .content .text p {
    min-height: calc(1.62em * 2);
    font-size: 0.93rem;
    -webkit-line-clamp: 2;
  }

  .home-articles-carousel .home-article-card .d-bottom {
    padding: 0.95rem 0.45rem 0.05rem;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-articles-carousel .home-article-card__read {
    flex: 0 1 auto;
    width: auto;
    justify-content: center;
  }

  .home-articles-carousel .home-article-card .agrisafe-card-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: auto;
    flex: 0 0 auto;
  }

  .home-articles-carousel .camping-slider-active .camping-button-prev,
  .home-articles-carousel .camping-slider-active .camping-button-next {
    width: 48px;
    height: 48px;
  }

  .home-articles-carousel .camping-slider-active .camping-pagination-wrap .camping-pagination {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .home-stage--partners .partners-title h3 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .home-articles-carousel .home-article-card .thumb {
    min-height: 190px;
  }

  .home-articles-carousel .home-article-card .content .date {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-articles-carousel .home-article-card,
  .home-articles-carousel .home-article-card .thumb img {
    transition: none;
  }
}

.home-projects-showcase,
.home-v1-showcase,
.volunteer-section {
  position: relative;
  overflow: hidden;
  padding-left: clamp(1rem, 3vw, 2.4rem);
  padding-right: clamp(1rem, 3vw, 2.4rem);
}

.project-content :is(.latest-block--projects, .latest-block--feed) {
  margin-top: clamp(2.4rem, 5vw, 4rem);
  padding-top: clamp(1.35rem, 2vw, 1.75rem);
  padding-bottom: clamp(1.45rem, 2.2vw, 1.95rem);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 46px rgba(16, 82, 9, 0.1);
}

.project-content :is(.latest-block--projects, .latest-block--feed) .latest-block__head {
  position: relative;
  z-index: 1;
  margin: 0 0 1.5rem;
}

.home-projects-showcase .container,
.home-v1-showcase .container,
.volunteer-section .container {
  position: relative;
  z-index: 1;
}

.home-projects-showcase,
.home-events-section,
.home-resources-section,
.home-annonces-section {
  --home-accent: #105209;
  --home-accent-dark: #0b3a06;
  --home-accent-soft: #f0d7ba;
  --home-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 239, 0.96) 100%);
  --home-chip-bg: rgba(255, 255, 255, 0.94);
  --home-chip-pill: rgba(16, 82, 9, 0.08);
  --home-title: #0b3407;
  --home-text: #5c6658;
  --home-heading-text: #214214;
  --home-glow: rgba(36, 183, 24, 0.22);
}

.home-projects-showcase {
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 183, 24, 0.22), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(196, 108, 12, 0.18), transparent 32%),
    linear-gradient(180deg, #f4f8f0 0%, #e9f3e5 100%);
}

.home-events-section {
  --home-accent: #24b718;
  --home-accent-dark: #105209;
  --home-accent-soft: #cdeec8;
  --home-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 247, 236, 0.96) 100%);
  --home-chip-pill: rgba(36, 183, 24, 0.1);
  --home-glow: rgba(36, 183, 24, 0.2);
  background:
    radial-gradient(circle at 14% 18%, rgba(36, 183, 24, 0.22), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(196, 108, 12, 0.14), transparent 32%),
    linear-gradient(180deg, #eef8ed 0%, #e3f0e0 100%);
}

.home-resources-section {
  --home-accent: #c46c0c;
  --home-accent-dark: #8c4b09;
  --home-accent-soft: #f0d7ba;
  --home-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 246, 240, 0.96) 100%);
  --home-chip-pill: rgba(196, 108, 12, 0.1);
  --home-glow: rgba(196, 108, 12, 0.18);
  background:
    radial-gradient(circle at 84% 18%, rgba(196, 108, 12, 0.24), transparent 34%),
    radial-gradient(circle at 16% 74%, rgba(36, 183, 24, 0.16), transparent 33%),
    linear-gradient(180deg, #fbf7f1 0%, #f1f5ea 100%);
}

.home-annonces-section {
  --home-accent: #105209;
  --home-accent-dark: #0b3a06;
  --home-accent-soft: #cdeec8;
  --home-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 246, 239, 0.96) 100%);
  --home-chip-pill: rgba(16, 82, 9, 0.09);
  --home-glow: rgba(36, 183, 24, 0.18);
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 183, 24, 0.18), transparent 35%),
    radial-gradient(circle at 88% 18%, rgba(196, 108, 12, 0.16), transparent 33%),
    linear-gradient(180deg, #eff7ee 0%, #e6f0e4 100%);
}

.home-stage--projects,
.home-stage--events,
.home-stage--resources,
.home-stage--annonces {
  padding-top: clamp(4.7rem, 8vw, 6.2rem);
  padding-bottom: clamp(5rem, 8vw, 6.8rem);
}

.home-projects-showcase::before,
.home-v1-showcase::before,
.volunteer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 85% 72%, rgba(255, 255, 255, 0.14), transparent 22%);
}

.home-projects-showcase .common-title,
.home-v1-showcase .common-title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.home-projects-showcase .common-title h2,
.home-v1-showcase .common-title h2 {
  color: var(--home-heading-text);
}

.home-projects-showcase .common-title p,
.home-v1-showcase .common-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(40, 71, 61, 0.78);
}

.home-projects-showcase .common-subtitle,
.home-v1-showcase .common-subtitle {
  margin-bottom: 1rem;
}

.home-projects-showcase .common-subtitle span,
.home-v1-showcase .common-subtitle span {
  color: var(--home-accent);
}

.home-projects-showcase .home-project-card,
.home-v1-showcase .home-v1-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: var(--home-card-bg);
  box-shadow: 0 24px 64px rgba(16, 82, 9, 0.12);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-projects-showcase .home-project-card::before,
.home-v1-showcase .home-v1-card::before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -56px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--home-glow) 0%, transparent 72%);
  pointer-events: none;
}

.home-projects-showcase .home-project-card:hover,
.home-v1-showcase .home-v1-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 34px 84px rgba(16, 82, 9, 0.18);
  border-color: rgba(255, 255, 255, 0.7);
}

.home-projects-showcase .home-project-thumb,
.home-v1-showcase .home-v1-media {
  position: relative;
  display: block;
  min-height: 236px;
  aspect-ratio: 16 / 11;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #dfeae2 0%, #d0ddd4 100%);
}

.home-projects-showcase .home-project-thumb::after,
.home-v1-showcase .home-v1-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 43, 34, 0.12) 66%, rgba(0, 43, 34, 0.58) 100%);
}

.home-projects-showcase .home-project-thumb img,
.home-v1-showcase .home-v1-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.home-projects-showcase .home-project-card:hover .home-project-thumb img,
.home-v1-showcase .home-v1-card:hover .home-v1-media img {
  transform: scale(1.08);
}

.home-projects-showcase .home-project-thumb__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.92rem;
  border-radius: 999px;
  background: rgba(7, 38, 30, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-projects-showcase .home-project-body,
.home-v1-showcase .home-v1-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0 0.78rem 0.25rem;
}

.home-projects-showcase .home-project-meta,
.home-v1-showcase .home-v1-badges {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: calc(100% - 6px);
  margin-top: -28px;
  padding: 0.82rem 0.96rem;
  background: var(--home-chip-bg);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(16, 82, 9, 0.16);
  backdrop-filter: blur(10px);
}

.home-projects-showcase .home-project-meta span,
.home-v1-showcase .home-v1-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: var(--home-chip-pill);
  color: var(--home-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-projects-showcase .home-project-meta span i,
.home-v1-showcase .home-v1-badges span i {
  font-size: 0.78rem;
}

.home-projects-showcase .home-project-title,
.home-v1-showcase .home-v1-title {
  margin: 0;
  min-height: 1.34em;
  font-size: clamp(1.18rem, 0.85vw + 0.95rem, 1.38rem);
  line-height: 1.34;
  color: var(--home-title);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-projects-showcase .home-project-title a,
.home-v1-showcase .home-v1-title a {
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
}

.home-projects-showcase .home-project-text,
.home-v1-showcase .home-v1-text {
  margin: 0;
  min-height: calc(1.56em * 2);
  color: var(--home-text);
  font-size: 0.96rem;
  line-height: 1.56;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-v1-showcase .home-v1-media iframe,
.home-v1-showcase .home-v1-media object {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.home-v1-showcase .home-v1-placeholder {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: var(--home-accent-dark);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-v1-showcase .home-v1-stack {
  display: grid;
  gap: 0.6rem;
}

.home-v1-showcase .home-v1-stack__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.82rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--home-text);
  font-size: 0.91rem;
  line-height: 1.45;
}

.home-v1-showcase .home-v1-stack__item i {
  margin-top: 0.1rem;
  color: var(--home-accent);
}

.home-v1-showcase .home-v1-stack__item--soft {
  background: var(--home-chip-pill);
  color: var(--home-accent-dark);
}

.home-v1-showcase .home-v1-footer,
.home-v1-showcase .home-v1-actions {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 62, 47, 0.1);
}

.home-v1-showcase .home-v1-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.home-v1-showcase .home-v1-footer .home-v1-link {
  flex: 1 1 220px;
  min-width: 0;
}

.home-v1-showcase .home-v1-share {
  margin-left: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.home-v1-showcase .home-v1-share a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(8, 62, 47, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--home-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(8, 62, 47, 0.08);
}

.home-v1-showcase .home-v1-share a:hover {
  background: var(--home-accent);
  border-color: var(--home-accent);
  color: #ffffff;
}

.home-v1-showcase .home-v1-actions {
  display: grid;
  gap: 0.6rem;
}

.home-v1-showcase .home-v1-actions .home-v1-link,
.home-v1-showcase .home-v1-actions .home-v1-action-secondary {
  width: 100%;
  min-width: 0;
}

.home-v1-showcase .home-v1-action-secondary {
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(8, 62, 47, 0.16);
  background: rgba(255, 255, 255, 0.8);
  color: var(--home-accent-dark);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
}

.home-v1-showcase .home-v1-action-secondary:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(8, 62, 47, 0.3);
  color: var(--home-accent-dark);
}

.home-projects-showcase .home-project-link,
.home-v1-showcase .home-v1-link {
  width: fit-content;
  max-width: 100%;
  min-width: 214px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.38rem 0.38rem 0.38rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-dark) 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(16, 82, 9, 0.2);
}

.home-projects-showcase .home-project-link:hover,
.home-v1-showcase .home-v1-link:hover {
  color: #ffffff;
}

.home-projects-showcase .home-project-link i,
.home-v1-showcase .home-v1-link i {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--home-accent-soft);
  color: var(--home-accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.24s ease;
}

.home-projects-showcase .home-project-link:hover i,
.home-v1-showcase .home-v1-link:hover i {
  transform: translateX(4px);
}

.home-projects-showcase a:focus-visible,
.home-v1-showcase a:focus-visible,
.home-partners-section a:focus-visible,
.volunteer-section a:focus-visible {
  outline: 2px solid rgba(11, 84, 65, 0.3);
  outline-offset: 3px;
  border-radius: 10px;
}

.home-projects-showcase .shape-1 {
  display: none;
}

.volunteer-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(174, 220, 127, 0.22), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(240, 207, 103, 0.2), transparent 32%),
    linear-gradient(135deg, #0d4c3d 0%, #08352b 100%);
}

.volunteer-section .card {
  position: relative;
  overflow: hidden;
  border-radius: 30px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 248, 241, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 72px rgba(5, 36, 29, 0.24);
}

.volunteer-section .card::before {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(174, 220, 127, 0.18) 0%, transparent 70%);
}

.volunteer-section .card::after {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(240, 207, 103, 0.16) 0%, transparent 70%);
}

.volunteer-section .card-body {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vw, 3rem) !important;
}

.volunteer-section .card-body h3 {
  color: #0b3407;
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
  line-height: 1.15;
}

.volunteer-section .card-body p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: #4f655c !important;
  font-size: 1rem;
  line-height: 1.62;
}

.volunteer-section .card-body .e-primary-btn {
  margin: 0.35rem;
  min-height: 56px;
  box-shadow: 0 16px 24px rgba(8, 62, 47, 0.14);
}

.home-stage--partners .partners-title {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-stage--partners .partners-title h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 2.4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.home-stage--partners .partners-title .line,
.home-stage--partners .partners-title .line-right {
  opacity: 0.55;
}

.home-stage--partners .partner-1 {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 32px rgba(2, 24, 18, 0.12);
  backdrop-filter: blur(10px);
}

.home-stage--partners .partner-1 a,
.home-stage--partners .partner-1 span {
  color: #ffffff;
}

.home-gallery-section {
  --home-accent: #105209;
  --home-accent-dark: #0b3a06;
  --home-accent-soft: #f0d7ba;
  --home-chip-pill: rgba(16, 82, 9, 0.1);
  --home-glow: rgba(36, 183, 24, 0.18);
  background:
    radial-gradient(circle at 14% 16%, rgba(36, 183, 24, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(196, 108, 12, 0.24), transparent 34%),
    linear-gradient(180deg, #f6f8f0 0%, #edf4e8 100%);
}

.home-gallery-section .gallery-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.7rem;
}

.home-gallery-section .gallery-filter-btn {
  padding: 0.54rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 82, 9, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: #105209;
  font-weight: 700;
  font-size: 0.84rem;
  box-shadow: 0 12px 22px rgba(16, 82, 9, 0.07);
}

.home-gallery-section .gallery-filter-btn.is-active,
.home-gallery-section .gallery-filter-btn:hover {
  color: #ffffff;
  border-color: #105209;
  background: linear-gradient(135deg, #105209 0%, #0b3a06 100%);
}

.home-gallery-section .home-gallery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 244, 0.96) 100%);
  box-shadow: 0 22px 58px rgba(16, 82, 9, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-gallery-section .home-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(16, 82, 9, 0.18);
}

.home-gallery-section .home-gallery-thumb {
  position: relative;
  display: block;
  min-height: 210px;
  border-radius: 20px;
  overflow: hidden;
  background: #dde8d9;
}

.home-gallery-section .home-gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(16, 82, 9, 0.55) 100%);
}

.home-gallery-section .home-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.home-gallery-section .home-gallery-card:hover .home-gallery-thumb img {
  transform: scale(1.06);
}

.home-gallery-section .home-gallery-expand {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e3b17;
  background: rgba(196, 108, 12, 0.92);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.home-gallery-section .home-gallery-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.72rem;
  padding: 0.78rem 0.45rem 0.3rem;
}

.home-gallery-section .home-gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.home-gallery-section .home-gallery-tags span {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: var(--home-chip-pill);
  color: #105209;
  font-size: 0.73rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-gallery-section .home-gallery-title {
  margin: 0;
  color: #0b3a06;
  font-size: 1rem;
  line-height: 1.36;
}

.home-gallery-section .home-gallery-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-gallery-section .home-gallery-meta {
  color: #5f7161;
  font-size: 0.83rem;
  font-weight: 600;
}

.home-gallery-section .home-gallery-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.home-gallery-section .home-gallery-link {
  margin-top: auto;
  width: fit-content;
  max-width: 100%;
  min-width: 190px;
  border: 0;
  cursor: pointer;
  appearance: none;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.34rem 0.34rem 0.34rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #105209 0%, #0b3a06 100%);
  color: #ffffff;
  font-weight: 700;
}

.home-gallery-section .home-gallery-link i {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #c46c0c;
  color: #105209;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-gallery-section .home-gallery-empty {
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px dashed rgba(16, 82, 9, 0.22);
}

.home-gallery-section .home-gallery-empty h4 {
  margin: 0 0 0.6rem;
  color: #0b3a06;
}

.home-gallery-section .home-gallery-empty p {
  margin: 0;
  color: #617264;
}

.home-gallery-section .home-gallery-card--album {
  padding: 14px;
}

.home-gallery-section .home-gallery-thumb--album {
  min-height: 228px;
  aspect-ratio: 16 / 10;
}

.home-gallery-section .home-gallery-count {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  background: rgba(11, 46, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1;
}

.home-gallery-section .home-gallery-hidden {
  display: none;
}

.home-gallery-section .home-gallery-title a {
  -webkit-line-clamp: 1;
}

.home-gallery-section .home-gallery-mini-list {
  --gallery-mini-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: var(--gallery-mini-height);
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.home-gallery-section .home-gallery-mini {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--gallery-mini-height);
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 18px rgba(40, 67, 34, 0.09);
}

.home-gallery-section .home-gallery-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-gallery-section .home-gallery-mini--count {
  color: #2e4b27;
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(196, 108, 12, 0.9);
  border-color: rgba(46, 75, 39, 0.2);
}

.home-gallery-section .home-gallery-actions {
  margin-top: auto;
  padding-top: 0.62rem;
  display: flex;
  align-items: center;
}

.home-gallery-section .home-gallery-link {
  margin-top: 0;
  min-width: 0;
  width: 100%;
  flex: 1 1 auto;
}

.home-gallery-section :is(a, button):focus-visible {
  outline: 2px solid rgba(44, 71, 38, 0.38);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .home-projects-showcase,
  .home-v1-showcase,
  .volunteer-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .home-projects-showcase .home-project-card,
  .home-v1-showcase .home-v1-card {
    padding: 12px;
    border-radius: 24px;
  }

  .home-projects-showcase .home-project-thumb,
  .home-v1-showcase .home-v1-media {
    min-height: 208px;
    border-radius: 20px;
  }

  .home-projects-showcase .home-project-thumb__tag {
    top: 12px;
    left: 12px;
    padding: 0.5rem 0.8rem;
    font-size: 0.7rem;
  }

  .home-projects-showcase .home-project-body,
  .home-v1-showcase .home-v1-body {
    gap: 0.78rem;
    padding: 0 0.45rem 0.1rem;
  }

  .home-projects-showcase .home-project-meta,
  .home-v1-showcase .home-v1-badges {
    margin-top: -24px;
    padding: 0.72rem 0.84rem;
    border-radius: 16px;
  }

  .home-projects-showcase .home-project-title,
  .home-v1-showcase .home-v1-title {
    font-size: 1.08rem;
  }

  .home-projects-showcase .home-project-text,
  .home-v1-showcase .home-v1-text {
    min-height: calc(1.55em * 2);
    font-size: 0.93rem;
  }

  .home-v1-showcase .home-v1-stack__item {
    padding: 0.72rem 0.82rem;
    font-size: 0.88rem;
  }

  .home-projects-showcase .home-project-link,
  .home-v1-showcase .home-v1-link {
    width: 100%;
    min-width: 0;
  }

  .home-v1-showcase .home-v1-footer {
    gap: 0.7rem;
  }

  .home-v1-showcase .home-v1-share {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }

  .volunteer-section .card-body .e-primary-btn {
    width: 100%;
    margin: 0.35rem 0;
    justify-content: center;
  }

  .home-gallery-section .home-gallery-thumb {
    min-height: 198px;
  }

  .home-gallery-section .home-gallery-thumb--album {
    min-height: 210px;
  }

  .home-gallery-section .home-gallery-mini-list {
    --gallery-mini-height: 70px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-gallery-section .home-gallery-mini--count {
    display: none;
  }

  .home-gallery-section .home-gallery-actions {
    width: 100%;
  }

  .home-gallery-section .home-gallery-link {
    width: 100%;
    min-width: 0;
  }
}

/* Hero refresh overrides */
.home-hero-premium {
  --hero-stage-height: clamp(560px, 78vh, 720px);
}

.home-hero-premium .swiper,
.home-hero-premium .swiper-wrapper,
.home-hero-premium .swiper-slide {
  height: var(--hero-stage-height);
}

.home-hero-premium .swiper-slide {
  display: flex;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  background-color: #0d4708;
  background-image:
    linear-gradient(180deg, rgba(16, 82, 9, 0.54) 0%, rgba(16, 82, 9, 0.42) 34%, rgba(16, 82, 9, 0.46) 100%),
    radial-gradient(circle at 18% 18%, rgba(196, 108, 12, 0.14), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(36, 183, 24, 0.18), transparent 24%),
    var(--hero-image);
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, cover;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide .container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide::before {
  top: -20%;
  right: -1%;
  width: clamp(260px, 30vw, 440px);
  height: clamp(260px, 30vw, 440px);
  border-radius: 48% 52% 64% 36% / 42% 43% 57% 58%;
  background: linear-gradient(180deg, rgba(36, 183, 24, 0.18) 0%, rgba(36, 183, 24, 0.05) 100%);
  opacity: 0.38;
  transform: rotate(18deg);
}

.home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
  display: block;
  left: -8%;
  bottom: -22%;
  width: clamp(220px, 28vw, 420px);
  height: clamp(190px, 24vw, 320px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 82, 9, 0.2) 0%, rgba(16, 82, 9, 0.08) 42%, rgba(16, 82, 9, 0) 74%);
  opacity: 0.76;
}

.home-hero-premium .hero-content-2.home-hero-premium__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-premium__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(1.4rem, 2.6vw, 2.4rem) clamp(1rem, 3.2vw, 2.2rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.home-hero-premium__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12% -8%;
  border-radius: 44% 56% 48% 52% / 34% 38% 62% 66%;
  background:
    radial-gradient(circle at 50% 34%, rgba(8, 34, 7, 0.56) 0%, rgba(8, 34, 7, 0.42) 28%, rgba(8, 34, 7, 0.24) 56%, rgba(8, 34, 7, 0) 78%),
    linear-gradient(180deg, rgba(16, 82, 9, 0.16) 0%, rgba(16, 82, 9, 0.08) 52%, rgba(16, 82, 9, 0) 100%);
  pointer-events: none;
}

.home-hero-premium__eyebrow,
.home-hero-premium .services-2.home-hero-premium__chips,
.home-hero-premium .hero-secondary-btn,
.home-hero-premium__visual,
.home-hero-premium__visual-shell {
  display: none !important;
}

.home-hero-premium .hero-content-2 .title {
  margin: 0 0 1rem;
  text-align: center;
}

.home-hero-premium .hero-content-2 .title h1 {
  max-width: 11.5ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.98;
  text-align: center;
  text-shadow:
    0 14px 30px rgba(2, 18, 10, 0.28),
    0 4px 12px rgba(2, 18, 10, 0.16);
}

.home-hero-premium__lede {
  max-width: 42ch;
  margin: 0 auto 1.5rem;
  color: rgba(248, 251, 249, 0.95);
  font-size: clamp(1rem, 0.34vw + 0.96rem, 1.12rem);
  line-height: 1.62;
  text-align: center;
  text-shadow:
    0 10px 20px rgba(2, 18, 10, 0.24),
    0 2px 8px rgba(2, 18, 10, 0.14);
}

.home-hero-premium .join-us.home-hero-premium__actions {
  width: 100%;
  justify-content: center;
  gap: 0;
}

.home-hero-premium .join-us.home-hero-premium__actions .e-primary-btn {
  width: auto;
  min-width: clamp(220px, 24vw, 290px);
  box-shadow: 0 18px 32px rgba(2, 17, 13, 0.16);
}

.home-hero-premium .hero-slider-pagination-2 {
  bottom: 1rem;
  gap: 0.5rem;
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
  box-shadow: none;
}

.home-hero-premium .hero-slider-pagination-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.44);
}

.home-hero-premium .hero-slider-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1199px) {
  .home-hero-premium {
    --hero-stage-height: clamp(520px, 72vh, 640px);
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    padding-top: 5rem;
    padding-bottom: 3.6rem;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::before {
    width: 240px;
    height: 240px;
    top: -14%;
    right: -8%;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
    width: 240px;
    height: 200px;
    left: -16%;
    bottom: -20%;
  }

  .home-hero-premium .hero-content-2 .title h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
  }

  .home-hero-premium__lede {
    max-width: 38ch;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .home-hero-premium {
    --hero-stage-height: 560px;
    padding-bottom: 1.8rem;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    min-height: 0;
    padding-top: 4.8rem;
    padding-bottom: 3rem;
    background-image:
      linear-gradient(180deg, rgba(16, 82, 9, 0.58) 0%, rgba(16, 82, 9, 0.44) 40%, rgba(16, 82, 9, 0.5) 100%),
      radial-gradient(circle at 18% 18%, rgba(196, 108, 12, 0.1), transparent 28%),
      radial-gradient(circle at 82% 14%, rgba(36, 183, 24, 0.14), transparent 22%),
      var(--hero-image);
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::before {
    width: 180px;
    height: 180px;
    top: -6%;
    right: -12%;
    opacity: 0.26;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide::after {
    display: block;
    left: -26%;
    bottom: -16%;
    width: 190px;
    height: 150px;
    opacity: 0.46;
  }

  .home-hero-premium .hero-content-2 .title {
    margin-bottom: 0.75rem;
  }

  .home-hero-premium__copy {
    padding: 1.15rem 0.85rem 1.2rem;
  }

  .home-hero-premium__copy::before {
    inset: -10% -4%;
    border-radius: 34% 66% 44% 56% / 30% 36% 64% 70%;
    background:
      radial-gradient(circle at 50% 34%, rgba(8, 34, 7, 0.6) 0%, rgba(8, 34, 7, 0.44) 26%, rgba(8, 34, 7, 0.26) 56%, rgba(8, 34, 7, 0) 78%),
      linear-gradient(180deg, rgba(16, 82, 9, 0.18) 0%, rgba(16, 82, 9, 0.08) 54%, rgba(16, 82, 9, 0) 100%);
  }

  .home-hero-premium .hero-content-2 .title h1 {
    max-width: 11ch;
    font-size: clamp(1.95rem, 8vw, 2.7rem);
    line-height: 1.02;
  }

  .home-hero-premium__lede {
    max-width: 30ch;
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    display: block;
    overflow: visible;
  }

  .home-hero-premium .join-us.home-hero-premium__actions .e-primary-btn {
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 52px;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
    font-size: 0.9rem;
  }

  .home-hero-premium .hero-slider-pagination-2 {
    bottom: 0.85rem;
    padding: 0.38rem 0.58rem;
  }
}

@media (max-width: 480px) {
  .home-hero-premium {
    --hero-stage-height: 520px;
  }

  .home-hero-premium .hero-slide-2.home-hero-premium__slide {
    padding-top: 4.3rem;
    padding-bottom: 2.7rem;
  }

  .home-hero-premium .hero-content-2 .title h1 {
    font-size: clamp(1.8rem, 8.6vw, 2.35rem);
  }

  .home-hero-premium__lede {
    max-width: 28ch;
    font-size: 0.91rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-projects-showcase .home-project-card,
  .home-projects-showcase .home-project-thumb img,
  .home-v1-showcase .home-v1-card,
  .home-v1-showcase .home-v1-media img,
  .home-projects-showcase .home-project-link i,
  .home-v1-showcase .home-v1-link i,
  .home-gallery-section .home-gallery-card,
  .home-gallery-section .home-gallery-thumb img {
    transition: none;
  }
}
