*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
  color: #111;
  background: #f8f6f1;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eae8e3;
}
.brand {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}
h1 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  color: #666;
}
nav.links {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
nav.links a {
  color: #c4762a;
  text-decoration: none;
}
nav.links a:hover { text-decoration: underline; }
.lang-switch {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  margin-top: 12px;
  color: #888;
}
.lang-switch a {
  color: #888;
  text-decoration: none;
}
.lang-switch a:hover { color: #c4762a; text-decoration: underline; }
h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 36px 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
p, li { margin: 0 0 12px; }
ul, ol { padding-left: 1.4em; margin: 0 0 16px; }
a { color: #c4762a; }
.placeholder {
  background: #fff3cd;
  padding: 2px 6px;
  border-radius: 3px;
}
footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #eae8e3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  color: #888;
  text-align: center;
}
