.courage-break {
  padding: 34px 0 92px;
  background: linear-gradient(180deg, #fffdf9, #f8f5ef);
}

.courage-figure {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #d8e4dc, #e8d6bd);
  box-shadow: var(--shadow);
}

.courage-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,39,46,.05), rgba(16,39,46,.02) 48%, rgba(16,39,46,.22)),
    url("assets/images/anthem-courage-path.png") center / cover no-repeat,
    linear-gradient(135deg, #d8e4dc, #e8d6bd);
  transform: scale(1.002);
}

.courage-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(16,39,46,.14));
  pointer-events: none;
}

.courage-caption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(460px, calc(100% - 68px));
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 22px;
  background: rgba(255,253,249,.91);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(16,39,46,.16);
}

.courage-caption .eyebrow {
  margin-bottom: 12px;
}

.courage-caption h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.courage-caption p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
}

@media (max-width: 820px) {
  .courage-break { padding-bottom: 72px; }
  .courage-figure { min-height: 520px; }
  .courage-photo { background-position: 44% center; }
  .courage-caption {
    right: 22px;
    bottom: 22px;
    width: min(430px, calc(100% - 44px));
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .courage-break { padding-top: 20px; }
  .courage-figure {
    min-height: 500px;
    border-radius: 24px;
  }
  .courage-photo {
    background-position: 40% center;
  }
  .courage-caption {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 20px;
    border-radius: 18px;
  }
  .courage-caption h2 { font-size: 31px; }
  .courage-caption p { font-size: 14px; }
}
