html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  padding-bottom: 4.25rem;
}

@media (min-width: 768px) {
  body { padding-bottom: 0; }
}

.hero-photo {
  background-image: url('assets/hero-bg.jpg');
  background-size: cover;
  background-position: 70% center;
}

@media (min-width: 768px) {
  .hero-photo {
    background-position: right center;
  }
}

.district-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #404040;
  background: #fff;
}

#site-header.is-scrolled {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 8px 24px -16px rgba(0,0,0,0.25);
}
