/* Full petrol band. The one place the darkest brand colour carries a whole
   section, so the closing ask is the strongest moment on the page. */
.closing {
  text-align: center;
  padding: clamp(64px, 10vh, 120px) 0;
  background: var(--petrol-900);
  color: var(--on-dark);
}

.closing .display-m { max-width: none; color: var(--on-dark); }

.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.closing-sub {
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--on-dark-soft);
  max-width: 52ch;
  margin: 16px 0 30px;
}
