.site-header {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: var(--site-max-width);
  margin: 0 auto;
  font-size: 0.95rem;

  color: #4b5563;
  white-space: nowrap;
}

.site-header a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  padding: 0.4rem 0.5rem;
}

.site-header .nav-logo {
  height: 16px;
  width: 16px;
  margin-right: 0.25rem;
  vertical-align: -2px;
}

.site-header .site-name {
  font-weight: 600;
  color: #111827;
}

.site-header a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.alt-site-header {
  padding: 0.6rem 1rem;
}

.alt-site-header a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  padding: 0.4rem 0.5rem;
}

.alt-site-header nav {
  display: flex;
  align-items: center;
  max-width: var(--site-max-width);
  margin: 0 auto;

  white-space: nowrap;
}

.alt-site-header a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.site-footer {
  margin-top: 2rem;
  text-align: center;
  padding: 0.75rem 0 1rem;
  font-size: 0.85rem;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}

.site-footer p {
  margin: 0 0 0.3rem;
  padding: 0;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.site-footer a:hover {
  color: #666;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer p.footer-links {
  white-space: nowrap;
}

/* ---------- Privacy Page ---------- */
.privacy-body {
  margin: 0;
  background: whitesmoke;
  color: #222;
  font-family: system-ui, "Segoe UI", Roboto, sans-serif;
}

.privacy-container {
  max-width: 60ch;
  margin: 56px auto;
  padding: 0 16px;
  line-height: 1.6;
}

.privacy-home-link {
  margin: 0 0 20px 0;
  white-space: nowrap;
}

.privacy-home-link a {
  display: inline-block;
  color: #555;
  text-decoration: none;
}

.privacy-title {
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1.2;
}
