.cleanup-event {
  color: #454545;
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.cleanup-event__header {
  padding: clamp(1.5em, 4vw, 3.25em);
  background: #f7f8f4;
}

.cleanup-event__intro {
  max-width: 58em;
  margin: 0 auto 2em;
  text-align: center;
}

.cleanup-event__badge,
.cleanup-event__eyebrow {
  display: inline-block;
  color: #52752f;
  font-size: .82em;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cleanup-event h1 {
  max-width: 21em;
  margin: .45em auto .5em;
  color: #293326;
  font-size: clamp(2em, 4.2vw, 2.75em);
  line-height: 1.14;
}

.cleanup-event__lead {
  max-width: 42em;
  margin: 0 auto 1.4em;
  color: #565656;
  font-size: 1.25em;
  line-height: 1.5;
}

.cleanup-event__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75em;
  justify-content: center;
}

.cleanup-event__button {
  min-height: 44px;
  padding: .95em 1.35em;
  border-radius: .25em;
  text-align: center;
}

.cleanup-event__button:focus-visible,
.cleanup-event__contact a:focus-visible {
  outline: 3px solid #52752f;
  outline-offset: 3px;
}

.cleanup-event__picture {
  display: block;
  max-width: 998px;
  margin: 0 auto;
}

.cleanup-event__picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .5em;
  box-shadow: 0 .8em 2em rgba(32, 48, 24, .13);
}

.cleanup-event__body {
  padding: clamp(1.5em, 4vw, 3.25em);
}

.cleanup-event__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1em;
  margin-bottom: clamp(2.5em, 5vw, 4.5em);
}

.cleanup-event__meta-card {
  display: flex;
  align-items: flex-start;
  gap: .8em;
  min-width: 0;
  padding: 1.15em;
  border: 1px solid #e3e7df;
  border-top: 3px solid #ec5237;
  border-radius: .35em;
  background: #fff;
  box-shadow: 0 .3em 1em rgba(30, 45, 24, .06);
}

.cleanup-event__meta-card .ico {
  flex: none;
  margin-top: .1em;
  color: #52752f;
  font-size: 1.45em;
}

.cleanup-event__meta-card span,
.cleanup-event__meta-card strong {
  display: block;
}

.cleanup-event__meta-card span {
  margin-bottom: .25em;
  color: #757575;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cleanup-event__meta-card strong {
  color: #333;
  line-height: 1.35;
}

.cleanup-event__section {
  max-width: 52em;
  margin: 0 auto clamp(2.5em, 5vw, 4em);
}

.cleanup-event__section--intro {
  font-size: 1.08em;
}

.cleanup-event__section h2,
.cleanup-event__contact h2,
.cleanup-event__closing h2 {
  margin: 0 0 .65em;
  color: #293326;
  font-size: clamp(1.45em, 3vw, 1.85em);
  line-height: 1.25;
}

.cleanup-event__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65em 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cleanup-event__checklist li {
  position: relative;
  margin: 0;
  padding-left: 1.6em;
}

.cleanup-event__checklist li::before {
  position: absolute;
  top: .05em;
  left: 0;
  color: #52752f;
  content: "✓";
  font-weight: 700;
}

.cleanup-event__callout {
  margin: 1.7em 0 0;
  padding: 1.4em 1.5em;
  border: 0;
  border-left: .3em solid #52752f;
  background: #f3f6ef;
  color: #35482a;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.cleanup-event__callout p {
  margin: 0;
}

.cleanup-event__zones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  margin: 0;
  padding: 0;
  counter-reset: zones;
  list-style: none;
}

.cleanup-event__zones li {
  margin: 0;
  padding: 1.25em;
  border: 1px solid #e3e7df;
  border-radius: .35em;
  background: #fafbf9;
  counter-increment: zones;
}

.cleanup-event__zones li::before {
  display: block;
  margin-bottom: .35em;
  color: #ec5237;
  content: counter(zones, decimal-leading-zero);
  font-size: .85em;
  font-weight: 700;
}

.cleanup-event__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  max-width: 56em;
  margin: 0 auto clamp(2.5em, 5vw, 4em);
  padding: clamp(1.5em, 4vw, 2.5em);
  border-left: .35em solid #ec5237;
  border-radius: .35em;
  background: #293326;
  color: #fff;
  scroll-margin-top: 1.5em;
}

.cleanup-event__contact h2,
.cleanup-event__contact .cleanup-event__eyebrow {
  color: #fff;
}

.cleanup-event__contact p {
  margin-bottom: 0;
}

.cleanup-event__contact-details {
  flex: none;
  text-align: right;
}

.cleanup-event__contact-details strong,
.cleanup-event__contact-details a {
  display: block;
}

.cleanup-event__contact-details a {
  margin-top: .35em;
  color: #fff;
  font-size: 1.35em;
  font-weight: 700;
}

.cleanup-event__contact-details a:hover {
  color: #fff;
}

.cleanup-event__contact-details .ico {
  margin-right: .4em;
}

.cleanup-event__closing {
  padding-top: 2.5em;
  border-top: 1px solid #e3e7df;
  text-align: center;
}

.cleanup-event__final-message {
  max-width: 34em;
  margin: 0 auto 1.5em;
  color: #35482a;
  font-size: 1.25em;
  font-weight: 700;
}

.cleanup-event__closing .cleanup-event__button .ico {
  position: static;
  margin-right: .5em;
}

.cleanup-event__hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: .5em .8em;
  justify-content: center;
  margin-top: 2em;
  color: #6b7567;
  font-size: .88em;
}

@media (max-width: 75em) {
  .cleanup-event__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 47.938em) {
  .cleanup-event__header,
  .cleanup-event__body {
    padding: 1.35em;
  }

  .cleanup-event h1 {
    font-size: clamp(1.75em, 8vw, 2em);
  }

  .cleanup-event__lead {
    font-size: 1.08em;
  }

  .cleanup-event__contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .cleanup-event__contact-details {
    text-align: left;
  }
}

@media (max-width: 30em) {
  .cleanup-event__actions,
  .cleanup-event__meta,
  .cleanup-event__checklist,
  .cleanup-event__zones {
    grid-template-columns: 1fr;
  }

  .cleanup-event__actions {
    display: grid;
  }

  .cleanup-event__button {
    display: block;
    width: 100%;
  }

  .cleanup-event__meta-card {
    padding: 1em;
  }

  .cleanup-event__callout {
    padding: 1.1em;
    font-size: 1.12em;
  }
}

@media print {
  .cleanup-event__actions,
  .cleanup-event__hashtags {
    display: none;
  }
}