.page-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-root {
  background: #faf7f3;
  color: #161210;
}

.page-shell {
  width: min(760px, 94%);
  margin: 0 auto;
}

.page-top {
  padding: 44px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.page-brand {
  color: #14100d;
  text-decoration: none;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.05;
}

.page-brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.page-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-nav a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.65;
}

.page-nav a:hover {
  text-decoration: underline;
  opacity: 0.95;
}

.page-content {
  flex: 1;
  padding: 0 0 90px;
}

.page-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.page-card h1 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 12px;
  font-family: "Georgia", "Times New Roman", serif;
  letter-spacing: -0.5px;
}

.page-card h2 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 10px;
}

.page-card p,
.page-card li {
  font-size: 15px;
}

.page-card ul,
.page-card ol {
  padding-left: 20px;
  margin-top: 8px;
}

.page-muted {
  color: rgba(22, 18, 16, 0.68);
}
