.doc-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 40px 80px;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sage-600);
  text-decoration: none;
  margin-bottom: 40px;
}
.back:hover { color: var(--sage-700); }
.logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.logo-tile {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 0;
}
.wordmark { font-size: 18px; margin-bottom: 0; }
h1 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 6px;
  max-width: none;
}
.updated {
  font-size: 12px;
  font-weight: 600;
  color: var(--pebble);
  margin-bottom: 40px;
}
h2 {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  margin-top: 40px;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.7;
  margin-bottom: 12px;
}
ul {
  list-style: disc;
  padding-left: 22px;
  margin-top: 4px;
  margin-bottom: 12px;
}
li {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.7;
  margin-bottom: 6px;
}
a { color: var(--sage-600); }
a:hover { color: var(--sage-700); }
hr {
  border: none;
  border-top: 1px solid var(--stone-200);
  margin: 48px 0 0;
}
.footer {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--pebble);
}
