/* Block: Story (long-form). */
.ab-story__grid { display: grid; grid-template-columns: .34fr .66fr; gap: 56px; align-items: start; }
.ab-story__side { position: sticky; top: 120px; }
.ab-story__lead { margin: 16px 0 0; font-family: "Fraunces", serif; font-weight: 500; font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.2; letter-spacing: -.6px; color: #e6eef9; }
.ab-story__body { max-width: 640px; }
.ab-story__body p { margin: 0 0 20px; font-size: 16.5px; line-height: 1.75; color: var(--fg-muted); }
.ab-story__body p:first-child { font-size: 19px; color: #dbe6f4; line-height: 1.6; }
.ab-story__body p:last-child { margin-bottom: 0; }
@media (max-width: 960px) {
  .ab-story__grid { grid-template-columns: 1fr; gap: 28px; }
  .ab-story__side { position: static; }
}
