@font-face {
  font-family: "Headliner";
  src: url("fonts%20/HeadlinerNo.45%20DEMO.ttf") format("truetype");
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Headliner", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 0;
  background: #111111;
  overflow: hidden;
}

.poster {
  background:
    url("background.png") center center / 100% 100% no-repeat;
}

.poster-shell {
  --shell-x: clamp(1rem, 3vw, 3.5rem);
  height: 100dvh;
  padding: clamp(1rem, 2.2vh, 1.75rem) var(--shell-x) 0;
}

.poster-header {
  gap: clamp(0.5rem, 1vh, 1rem);
}

.city-grid {
  gap: clamp(0.35rem, 0.8vw, 1.4rem) clamp(0.75rem, 1.4vw, 2rem);
  padding-top: clamp(2rem, 0.5vh, 0.45rem);
}

.city-block {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.country,
.city {
  line-height: 0.9;
}

.country {
  font-size: clamp(0.9rem, 1.45vw, 1.45rem);
}

.city {
  font-size: clamp(0.95rem, 1.85vw, 1.9rem);
}

.hero-wrap {
  min-height: 0;
  margin-top: clamp(0.25rem, 1vh, 0.75rem);
  margin-left: calc(var(--shell-x) * -1);
  margin-right: calc(var(--shell-x) * -1);
  width: calc(100% + (var(--shell-x) * 2));
}

.hero-glow {
  bottom: 14%;
  height: clamp(4rem, 9vh, 14rem);
  filter: blur(clamp(50px, 6vw, 90px));
}

.hero-image {
  width: 100%;
  height: min(72vh, 980px);
  object-fit: cover;
  object-position: center bottom;
}

.question {
  bottom: clamp(3.5rem, 8vh, 7rem);
  font-size: clamp(2.1rem, 5vw, 6rem);
  text-shadow:
    0 0 18px rgba(0, 0, 0, 0.35),
    0 0 10px rgba(246, 234, 0, 0.15);
}

.country,
.city,
.question {
  letter-spacing: 0.02em;
}

@media (max-height: 820px) {
  .poster-shell {
    padding-top: 0.75rem;
  }

  .hero-image {
    height: 68vh;
  }

  .question {
    bottom: 2.75rem;
  }
}

@media (max-width: 900px) {
  html,
  body {
    height: auto;
    min-height: 100%;
  }

  body {
    overflow: auto;
  }

  .poster {
    min-height: 100vh;
    background: url("background.png") center center / cover no-repeat;
  }

  .poster-shell {
    height: auto;
    min-height: 100vh;
    padding: 1rem 1rem 0;
  }

  .city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
    padding-top: 0.25rem;
  }

  .country {
    font-size: 0.9rem;
  }

  .city {
    font-size: 0.95rem;
  }

  .hero-wrap {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 0.5rem;
  }

  .hero-image {
    height: auto;
    min-height: 48vh;
  }

  .question {
    bottom: 1.25rem;
    font-size: clamp(2rem, 9vw, 3.6rem);
    padding-inline: 1rem;
  }
}

@media (max-width: 560px) {
  .city-grid {
    grid-template-columns: 1fr;
  }

  .country {
    font-size: 0.85rem;
  }

  .city {
    font-size: 0.88rem;
  }

  .hero-image {
    min-height: 42vh;
  }

  .question {
    font-size: clamp(1.7rem, 10vw, 3rem);
  }
}
