html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: Arial, sans-serif;
  background: #f7f7f5;
  color: #1f1f1f;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.placeholder {
  width: min(720px, calc(100% - 48px));
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e5e2db;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a6f62;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.02;
}

.copy {
  margin: 0;
  max-width: 56ch;
  font-size: 16px;
  line-height: 1.6;
  color: #5b544c;
}
