/* Locality hub additions only. Shared brand and component styling remains in
   css/slp-critical.css, css/slp-deferred.css, pickles.css, and city.css. */

.locality-hub-page main section[id] {
  scroll-margin-top: 110px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 8px;
  background: #ffffff;
  color: #4a0072;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(25, 9, 36, 0.2);
  transform: translateY(-180%);
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.info-box {
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(74, 0, 114, 0.14);
  border-left: 4px solid #4a0072;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(74, 0, 114, 0.06);
}

.info-box p {
  margin: 0;
}

.btn-outline {
  border: 2px solid #4a0072;
  background: transparent;
  color: #4a0072;
}

.btn-outline:hover {
  background: #4a0072;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(74, 0, 114, 0.24);
}

/* Real photo hero — img is the visual; purple overlay sits above it */
.locality-hub-page .hero.hero--city {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background-image: none;
  background-color: #4a0072;
}

.locality-hub-page .hero.hero--city > .hero-bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

.locality-hub-page .hero.hero--city::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(74, 0, 114, 0.58) 0%, rgba(106, 0, 153, 0.42) 100%);
  pointer-events: none;
}

.locality-hub-page .hero.hero--city > .hero-content {
  position: relative;
  z-index: 2;
}

.trust-strip-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 1.45;
}

.section-light .trust-strip-note,
.trust-strip .trust-strip-note {
  color: #6b5a78;
}

.locality-rakhi-band {
  padding-top: 36px;
  padding-bottom: 36px;
}

.locality-rakhi-grid {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 28px;
  align-items: center;
}

.locality-rakhi-poster {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(74, 0, 114, 0.18);
  background: #4a0072;
}

.locality-rakhi-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.locality-rakhi-copy .hero-cta-row {
  justify-content: flex-start;
  margin-top: 18px;
}

.locality-country-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.locality-country-chips a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(74, 0, 114, 0.16);
  color: #4a0072;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(74, 0, 114, 0.06);
}

.locality-country-chips a:hover {
  border-color: #4a0072;
  background: rgba(74, 0, 114, 0.06);
}

@media (max-width: 800px) {
  .locality-rakhi-grid {
    grid-template-columns: 1fr;
  }

  .locality-rakhi-poster {
    max-width: 360px;
    margin: 0 auto;
  }

  .locality-hub-page .hero.hero--city {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
