:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  align-items: center;
  background: #f3efe8;
  color: #171714;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}
main { padding: 48px 24px; text-align: center; }
.mark {
  align-items: center;
  background: #171714;
  border-radius: 50%;
  color: #f3efe8;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 42px;
  height: 76px;
  justify-content: center;
  margin-bottom: 36px;
  width: 76px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
  margin: 0;
}
.lead { color: #68645d; font-size: 18px; margin: 30px 0 0; }
