/* Local landmark and hero refinement, shared by source and static preview. */
.hero-assurance {
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.city-art .city-word {
  margin: 27px 0 20px;
  font-size: clamp(76px, 7.5vw, 108px);
  line-height: 1.1;
  letter-spacing: -6px;
}
.city-art .pune-line {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  stroke-width: 1.65;
}
.city-art .city-landmark {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
}
.city-art .handwritten {
  margin-top: 19px;
}
@media (max-width: 760px) {
  .hero-assurance { font-size: 10px; }
  .city-art .city-word { font-size: 86px; margin-top: 25px; }
  .city-art .city-landmark { font-size: 8px; letter-spacing: 1.5px; }
}
