.th-hero { margin-bottom: 0; }

.th-hero__visual {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-subtle);
}

.th-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.th-hero__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: var(--surface-radius);
  background: var(--white);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  font-size: 0.8125rem;
  font-weight: 650;
  color: var(--forest);
  text-align: center;
}

.th-cards { margin-bottom: 0; }

.th-card--visual {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.th-card__img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  flex-shrink: 0;
}

.th-card--visual .bh-card__label,
.th-card--visual h3,
.th-card--visual p {
  padding-left: clamp(1.15rem, 2.2vw, 1.55rem);
  padding-right: clamp(1.15rem, 2.2vw, 1.55rem);
}

.th-card--visual .bh-card__label {
  padding-top: 0.75rem;
  margin-bottom: 0;
}

.th-card--visual h3 {
  margin: 0;
}

.th-card--visual p:last-child {
  padding-bottom: clamp(1.15rem, 2.2vw, 1.55rem);
  margin-top: auto;
}

/* Donation hub */
.hub-band--donate {
  background: linear-gradient(180deg, rgba(45, 75, 50, 0.04) 0%, transparent 100%);
}

.th-donate-promise {
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1.15rem, 2.5vw, 1.5rem);
  border-radius: var(--radius-card);
  background: var(--white);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.th-donate-promise__label {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--forest);
}

.th-donate-promise p:last-child {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-muted, rgba(20, 32, 24, 0.72));
}

.th-donate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.th-donate-partner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1rem, 2.5vw, 1.25rem);
  border-radius: var(--radius-card);
  background: var(--white);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  min-width: 0;
}

.th-donate-partner__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
}

.th-donate-partner__meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-muted, rgba(20, 32, 24, 0.65));
}

.th-donate-partner__cta {
  margin-top: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.th-donate-campaigns-head {
  margin-top: 0.25rem;
}

.th-donate-campaigns-head h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
}

.th-donate-note {
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--ink-muted, rgba(20, 32, 24, 0.55));
}
