/* Correction 1: retain Dark Laboratory; tighten the opening and use editorial chart rows. */
.correction-1 .masthead { padding-top:20px; padding-bottom:18px; }
.correction-1 .brand { padding-block:12px; }
.correction-1 .hero { padding-top:40px; padding-bottom:32px; }
.correction-1 .hero-support { margin-top:24px; }
.correction-1 .hero .actions { margin-top:24px; }
.correction-1 .section-preface {
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:24px;
  margin-bottom:24px;
}
.correction-1 .section-preface > p:last-child { max-width:none; }
.correction-1 .example { max-width:1240px; }
@media(max-width:760px) {
  .correction-1 .section-preface { display:block; }
  .correction-1 .section-preface > p:last-child { margin-top:12px; }
  .correction-1 .hero { padding-top:36px; padding-bottom:32px; }
}
@media(max-width:520px) {
  .correction-1 .masthead { padding-top:8px; padding-bottom:8px; }
  .correction-1 .hero { padding-top:32px; padding-bottom:28px; }
  .correction-1 .hero-support { margin-top:24px; }
}
