.preservation-story {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--paper);
  color: var(--ink);
  margin-top: 10px;
}

.preservation-story img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.preservation-story > div {
  padding: clamp(34px, 5vw, 68px);
  align-self: center;
}

.preservation-story h3 {
  font-size: clamp(34px, 4vw, 55px);
  margin: 12px 0 22px;
}

.preservation-story p:not(.story-tag) { font-size: 17px; }
.preservation-story a { display: inline-block; margin-top: 10px; font-weight: 800; text-underline-offset: 5px; }
.chapel-header img { object-position: center 52%; }

@media (max-width: 900px) {
  .preservation-story { grid-template-columns: 1fr; }
  .preservation-story img { min-height: 0; max-height: 520px; }
}
