/* Contact DOM order follows the task; retain the established desktop columns. */
@media (min-width:47.01rem) {
  .contact-page .form-card { grid-column:2; grid-row:1; }
  .contact-page .aside { grid-column:1; grid-row:1; }
}
/* Longer, clearer category names wrap naturally without shrinking the type. */
.jump-nav a { padding:.7rem .8rem; text-align:center; line-height:1.2; }
#eat-title,#ski-title { font-size:clamp(3rem,6.5vw,5.5rem); line-height:.95; }
.maine-rhythm a { line-height:1.3; }
@media (max-width:40rem) {
  .jump-nav { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .jump-nav a { min-height:3rem; font-size:1rem; }
  .jump-nav a:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.09); }
  .jump-nav span { flex-shrink:0; }
}
