/* Essential-content pass: remove explanatory chrome and tighten the first view. */
main { padding-top: 28px; }
.hero-grid { margin-bottom: 30px; }
.hero-grid .intro { margin-bottom: 20px; }
.hero-grid .intro h1 { font-size: clamp(34px, 6vw, 48px); letter-spacing: -2.4px; }
.question-heading { margin-bottom: 12px; }
.question-heading h2 { font-size: 17px; }
.section-note { display: none; }
.places { margin-top: 0; }
@media (max-width:760px) {
  main { padding-top: 24px; }
  .hero-grid .intro h1 { font-size: 38px; }
}
