* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  background: #f6f1ea;
  color: #1c1b1a;
}

.page {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  padding: 40px 16px;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
}

.address {
  margin: 0;
  color: #5a5753;
}

.links {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}

.map-link {
  color: #1c1b1a;
  text-decoration: underline;
}

.coming {
  margin: 12px 0 0;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
