.host-city {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 6rem) var(--nav-px);
  background: #010101;
  color: var(--color-dirt-white);
}

.host-city__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.75rem, 3vw, 3rem);
  width: min(100%, 90rem);
  margin: 0 auto;
  text-align: center;
}

.host-city__title {
  margin: 0;
  color: var(--color-dirt-white);
  font-size: var(--type-h2-size);
  font-weight: 400;
  line-height: var(--type-h2-lh);
  text-transform: uppercase;
}

.host-city__title span {
  color: var(--color-turquoise-500);
}

.host-city__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(12rem, 18vw, 16rem);
  height: clamp(7.5rem, 10vw, 9.5rem);
  padding: clamp(1rem, 1.6vw, 1.5rem);
  background: #fff;
}

.host-city__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.host-city__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 62%;
  object-fit: contain;
}

.host-city__preview-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 3px 10px;
  border-radius: 4px;
  background: rgba(9, 9, 11, 0.8);
  color: #fff;
  font: 500 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
  pointer-events: none;
}
