.not-found {
  min-height: 520px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 90px 0;
}

.not-found__eyebrow {
  margin: 0 0 10px;
  color: #c78321;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.not-found h1 {
  margin: 0 0 12px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1;
}

.not-found p {
  color: #615b52;
  font-size: 18px;
}

.not-found__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.not-found__actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.not-found__actions a + a {
  background: #f4f4f1;
  color: #111;
}
