.tourShow{
  background:#000;
  min-height:80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:120px 20px;
}

.tourShowHero__inner{
  max-width:800px;
  text-align:center;
}

.tourShow__tag{
  display:inline-block;
  padding:6px 10px;
  border:2px solid rgba(255,255,255,.2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  margin-bottom:14px;
}

.tourShow__city{
  font-size:40px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:30px;
}

.tourShow__meta{
  display:grid;
  gap:20px;
  margin-bottom:40px;
}

.metaLabel{
  display:block;
  font-size:10px;
  letter-spacing:.2em;
  color:rgba(255,255,255,.4);
  margin-bottom:4px;
}

.metaValue{
  font-weight:900;
  font-size:14px;
  letter-spacing:.08em;
}

.tourShow__cta{
  display:inline-block;
  padding:14px 30px;
  background:white;
  color:black;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.15em;
  transition:.2s ease;
}

.tourShow__cta:hover{
  transform:translateY(-3px);
}
