.s-donate-strip {
  background: var(--c-green);
  color: var(--c-text-on-dark);
  padding-block: clamp(1.25rem, 3.5vw, 2rem);
}

.s-donate-strip .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
}

.s-donate-strip .line {
  margin: 0;
  max-width: 46ch;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  text-wrap: balance;
}

/* The clay Donate button pops against the green strip; give it a little more
   presence than the default so it's clearly the loudest signal on the band. */
.s-donate-strip .cta {
  flex: none;
  font-size: var(--fs-lg);
  padding: 0.85rem 1.6rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 560px) {
  .s-donate-strip .cta {
    width: 100%;
    justify-content: center;
  }
}
