/* Sustainability page (/en/sustainability, /nl/duurzaamheid) */

.sus-narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.sus-hero .section-container {
  max-width: 820px;
}

/* ===== LEAD ===== */

.sus-lead {
  padding: 8px 0 56px;
}

.sus-lead h2,
.sus-provider h2,
.sus-footprint h2,
.sus-sources h2,
.sus-cta h2 {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.sus-lead-p {
  font-size: clamp(17px, 4.4vw, 21px);
  line-height: 1.6;
  color: var(--gray-700);
  font-weight: 500;
  margin: 0;
}

/* ===== WHAT THE PROVIDER PUBLISHES ===== */

.sus-provider {
  padding: 56px 0;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

/* The attribution line is the point of the section, so it is styled as a
   pulled-aside note rather than as body copy that can be skimmed past. */
.sus-attribution {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  margin-bottom: 28px;
  border-radius: 14px;
  border: 1px solid var(--green-light, rgba(51, 117, 77, 0.12));
  background: rgba(51, 117, 77, 0.06);
  color: var(--gray-600);
  font-size: 15px;
  line-height: 1.65;
}

.sus-attribution i {
  color: var(--green-500);
  font-size: 13px;
  margin-top: 4px;
  flex-shrink: 0;
}

.sus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sus-card {
  background: var(--bg-card);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.sus-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 117, 77, 0.1);
  color: var(--green-500);
  font-size: 16px;
  margin-bottom: 14px;
}

.sus-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sus-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray-600);
  margin: 0;
}

/* ===== OUR OWN FOOTPRINT ===== */

.sus-footprint {
  padding: 56px 0 8px;
}

.sus-footprint p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.sus-footprint p:last-child {
  margin-bottom: 0;
}

/* ===== SOURCES ===== */

.sus-sources {
  padding: 48px 0;
}

.sus-sources > .sus-narrow > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.sus-source-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.sus-source-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--green-600);
  text-decoration: none;
  font-weight: 500;
}

.sus-source-list a:hover {
  text-decoration: underline;
}

.sus-source-list i {
  font-size: 12px;
  opacity: 0.65;
}

.sus-reviewed {
  font-size: 14px;
  color: var(--gray-500);
  margin: 0;
}

/* ===== CTA ===== */

.sus-cta {
  padding: 8px 0 88px;
  text-align: center;
}

.sus-cta p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-600);
  max-width: 560px;
  margin: 0 auto 28px;
}

.sus-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .sus-grid {
    grid-template-columns: 1fr;
  }

  .sus-lead {
    padding-bottom: 40px;
  }

  .sus-provider,
  .sus-footprint {
    padding: 40px 0;
  }
}
