/* Homepage makeover — scoped so Calendar, Cities, and Area View stay unchanged. */

.page.home-page {
  background: transparent;
  padding-bottom: 28px;
}

.home-page .site-header {
  background: transparent;
  border-bottom-color: rgba(17, 17, 17, 0.05);
}

.home-page .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding-top: 56px;
  text-align: center;
}

.home-page .hero::before {
  display: none;
}

.home-page .hero-copy {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-page .live-pill {
  background: transparent;
  padding: 0;
  height: auto;
  color: #8a8680;
  letter-spacing: 0.1em;
  justify-content: center;
}

.home-page .hero-copy h1 {
  margin-top: 18px;
  font-size: 64px;
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
}

.home-page .hero-lede {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.4;
  color: #6f6b66;
  max-width: none;
  text-align: center;
}

.home-page .date-controls {
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 36px;
}

.home-page .date-pill {
  background: #fff;
  border-color: #e4e0db;
  box-shadow: 0 1px 2px rgba(40, 32, 20, 0.04);
}

.home-page .date-pill.is-selected {
  background: #0a0c0e;
  border-color: #0a0c0e;
  color: #fff;
  box-shadow: none;
}

.home-page .workspace {
  background: #fff;
  border-color: rgba(228, 224, 218, 0.9);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(40, 32, 20, 0.04),
    0 18px 40px rgba(40, 32, 20, 0.08);
}

.home-page .results {
  padding: 18px 36px 0;
}

.home-page .results-head {
  margin-bottom: 10px;
}

.home-page .results-head h2 {
  font-size: 19px;
}

.home-page .count-pill {
  min-width: 24px;
  height: 20px;
  font-size: 12.5px;
}

.home-page .col-head {
  padding-bottom: 8px;
}

.home-page .col-head span {
  font-size: 11.5px;
}

.home-page .result-row {
  min-height: 0;
  padding: 8px 0;
}

.home-page .row-place,
.home-page .row-meta,
.home-page .row-status {
  gap: 1px;
}

.home-page .row-city {
  font-size: 12.5px;
}

.home-page .row-zone {
  font-size: 15.5px;
  font-weight: 650;
}

.home-page .meta-label {
  font-size: 11.5px;
}

.home-page .meta-value {
  font-size: 14.5px;
  font-weight: 600;
}

.home-page .status-pill {
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
}

.home-page .status-note {
  font-size: 11.5px;
}

.home-page .view-area {
  height: 30px;
  font-size: 13.5px;
}

.home-page .view-all {
  height: 40px;
  font-size: 13.5px;
}

.home-page .source-note {
  margin-top: 18px;
  color: #9a948c;
  position: relative;
  z-index: 2;
  background: transparent;
}

@media (max-width: 1280px) {
  .home-page .hero-copy h1 {
    font-size: 52px;
  }
}

@media (max-width: 980px) {
  .home-page .hero {
    padding-top: 28px;
  }

  .home-page .hero-copy h1 {
    font-size: 44px;
  }

  .home-page .date-controls {
    margin-top: 18px;
    margin-bottom: 22px;
  }
}

@media (max-width: 720px) {
  .home-page .hero-copy h1 {
    font-size: 34px;
  }
}
