/* Compact pass: mobile-first scale, restrained type, and less visual weight. */
main { max-width: 960px; padding: 24px 16px 32px; }
header { min-height: 48px; }
.hero-grid { display: block; margin: 0 0 28px; }
.hero-grid .intro { max-width: 520px; margin: 0 0 20px; }
.hero-grid .intro h1 { margin: 0 0 10px; font-size: clamp(32px, 8vw, 44px); line-height: 1.02; letter-spacing: -2px; }
.hero-grid .intro p:not(.kicker) { max-width: 420px; font-size: 14px; line-height: 1.4; }
.hero-grid .question { max-width: none; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.form-kicker { margin-bottom: 4px; font-size: 10px; }
.question h2 { margin-bottom: 12px; font-size: 18px; letter-spacing: -.4px; }
.hero-grid .question > div:first-of-type, .hero-grid .question > div:nth-of-type(2) { margin-bottom: 10px; }
.hero-grid .question > div:first-of-type, .hero-grid .question > div:nth-of-type(2) { padding: 0; background: transparent; border: 0; }
.hero-grid .question > div:first-of-type label, .hero-grid .question > div:nth-of-type(2) label { margin-bottom: 4px; font-size: 11px; }
.hero-grid .question > div:first-of-type select, .hero-grid .question > div:nth-of-type(2) .number-input, .hero-grid .question > div:nth-of-type(2) button { height: 36px; }
.hero-grid .question > div:first-of-type select, .hero-grid .question > div:nth-of-type(2) .number-input { background: rgba(255,255,255,.72); }
.hero-grid .compare-result { min-height: 18px; font-size: 11px; }
.personal-view { margin-bottom: 24px; }
.places { margin-top: 0; }
.section-head h2 { font-size: 18px; }
.section-note { font-size: 12px; }
.place { grid-template-columns: 120px minmax(0, 1fr) 200px; gap: 14px; padding: 14px 0; }
.scale-header { margin-top: 10px; margin-right: 200px; margin-left: 134px; font-size: 9px; }
@media (max-width: 760px) {
  main { padding: 24px 14px 32px; }
  .hero-grid .question { padding: 0; }
  .question-row { gap: 6px; }
  .number-input { width: 112px; }
  .place { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .place-stats { justify-content: flex-start; }
  .scale-header { margin: 12px 0 0; }
}
@media (min-width: 800px) {
  main { padding: 40px 24px 48px; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 48px; margin-bottom: 34px; }
  .hero-grid .intro { margin-bottom: 0; }
  .hero-grid .intro h1 { font-size: 48px; letter-spacing: -2.5px; }
  .hero-grid .intro p:not(.kicker) { font-size: 15px; }
  .hero-grid .question { max-width: 320px; }
}
