:root {
  --env-green: #205b45;
  --env-dark: #123c2e;
  --env-pale: #e4eee6;
  --env-lime: #a4bf78;
  --env-cream: #f7f6ef;
  --env-text: #203029;
}

.environmental-policy-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0 105px;
  color: var(--env-text);
  background: radial-gradient(circle at 0 0, rgba(164, 191, 120, .18), transparent 30%),
              linear-gradient(180deg, #fff 0%, var(--env-cream) 100%);
}

.environmental-policy-section::before,
.environmental-policy-section::after {
  position: absolute;
  z-index: 0;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(32, 91, 69, .1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.environmental-policy-section::before {
  top: 135px;
  right: -185px;
  box-shadow: 0 0 0 38px rgba(32, 91, 69, .035), 0 0 0 78px rgba(32, 91, 69, .025);
}

.environmental-policy-section::after {
  bottom: 80px;
  left: -230px;
  box-shadow: 0 0 0 45px rgba(164, 191, 120, .045);
}

.environmental-policy-section .container {
  position: relative;
  z-index: 1;
}

.environmental-heading {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.environmental-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--env-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.environmental-eyebrow::before,
.environmental-eyebrow::after {
  width: 28px;
  height: 1px;
  background: var(--env-lime);
  content: "";
}

.environmental-heading h2 {
  margin-bottom: 15px;
  color: var(--env-dark);
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  line-height: 1.08;
}

.environmental-heading p {
  margin: 0;
  color: #66736d;
  font-size: 17px;
  line-height: 1.7;
}

.environment-feature-card {
  position: relative;
  height: 100%;
  min-height: 285px;
  overflow: hidden;
  padding: 32px 27px 28px;
  border: 1px solid #e0e8e2;
  border-radius: 2px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 42px rgba(18, 60, 46, .07);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.environment-feature-card::after {
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(164, 191, 120, .09);
  content: "";
}

.environment-feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(32, 91, 69, .3);
  box-shadow: 0 22px 50px rgba(18, 60, 46, .12);
}

.environment-feature-icon,
.environment-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--env-green);
}

.environment-feature-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
  background: var(--env-pale);
}

.environment-feature-icon svg,
.environment-process-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.environment-feature-card h3 {
  position: relative;
  z-index: 1;
  min-height: 52px;
  margin-bottom: 12px;
  color: var(--env-dark);
  font-family: "Karla", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.environment-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66736d;
  font-size: 15px;
  line-height: 1.7;
}

.environment-impact-panel {
  position: relative;
  overflow: hidden;
  margin: 75px 0;
  padding: 58px 55px;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(110deg, rgba(18, 60, 46, .98), rgba(32, 91, 69, .91)),
              url("../img/environmental-bg.jpg") center/cover no-repeat;
  box-shadow: 0 25px 55px rgba(18, 60, 46, .19);
}

.environment-impact-panel::after {
  position: absolute;
  top: -105px;
  right: -70px;
  width: 320px;
  height: 320px;
  border: 52px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  content: "";
}

.environment-impact-copy,
.environment-stat-grid {
  position: relative;
  z-index: 1;
}

.environment-impact-label {
  display: block;
  margin-bottom: 15px;
  color: #cfe1af;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.environment-impact-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
}

.environment-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.environment-stat {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(5px);
}

.environment-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.environment-stat span {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.5;
}

.environment-process-heading {
  max-width: 660px;
  margin-bottom: 38px;
}

.environment-process-heading h2 {
  margin: 0;
  color: var(--env-dark);
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.15;
}

.environment-process-card {
  position: relative;
  height: 100%;
  padding: 35px 30px 32px;
  border-top: 3px solid var(--env-lime);
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 59, 48, .075);
}

.environment-process-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.environment-process-icon {
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--env-green);
}

.environment-process-number {
  color: rgba(32, 91, 69, .12);
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.environment-process-card h3 {
  margin-bottom: 13px;
  color: var(--env-dark);
  font-family: "Karla", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.environment-process-card p {
  margin: 0;
  color: #66736d;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .environmental-policy-section { padding: 75px 0 80px; }
  .environment-feature-card { min-height: 260px; }
  .environment-impact-panel { margin: 60px 0; padding: 45px 38px; }
  .environment-stat-grid { margin-top: 35px; }
}

@media (max-width: 575.98px) {
  .environmental-policy-section { padding: 58px 0 65px; }
  .environmental-heading { margin-bottom: 35px; }
  .environmental-heading p,
  .environment-impact-copy p { font-size: 15px; }
  .environment-feature-card,
  .environment-feature-card h3 { min-height: 0; }
  .environment-impact-panel { margin: 48px 0; padding: 35px 22px; }
  .environment-stat-grid { grid-template-columns: 1fr; }
  .environment-stat { min-height: 120px; }
  .environment-process-card { padding: 30px 24px; }
}
