@media (max-width: 1024px) {
  .topmap-map-pin { right: -80px; opacity: .22; }
  .topmap-category-grid,.topmap-place-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .bt-container { width: min(100% - 28px,var(--bt-container)); }
  .bt-section { padding-block: 56px; }
  .bt-section-heading { align-items: start; }
  .bt-section-heading > a { display: none; }
  .topmap-hero { min-height: 610px; }
  .topmap-hero__content { padding-block: 64px; }
  .topmap-hero h1 { font-size: clamp(46px,15vw,66px); }
  .topmap-hero__content > p { font-size: 17px; }
  .topmap-search { align-items: stretch; flex-wrap: wrap; }
  .topmap-search__icon { display: none; }
  .topmap-search input[type=search] { width: 100%; flex-basis: calc(100% - 16px); }
  .topmap-search .bt-button { width: 100%; }
  .topmap-map-pin { width: 190px; height: 190px; right: -105px; top: 70px; }
  .topmap-category-grid,.topmap-place-grid { grid-template-columns: 1fr; gap: 14px; }
  .topmap-business-cta { align-items: flex-start; flex-direction: column; padding: 40px 28px; }
  .topmap-business-cta .bt-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
