body {
  margin: 0;
  background: #f7f3ee;
  color: #171717;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: #b91c1c;
  font-weight: 700;
}

.page {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 22px;
}

.document {
  background: #fff;
  min-height: 100vh;
}

.eyebrow {
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 7vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 30px 0 8px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  margin: 0 0 14px;
  font-size: 17px;
}

.updated {
  color: #666;
  font-size: 14px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid #e5e0d9;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  text-decoration: none;
}
