.site-header {
  padding: 0.8rem 1rem;
}

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

  color: #4b5563;
  flex-wrap: wrap;
}

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

.site-header .nav-logo {
  height: 16px;
  width: 16px;
}

.site-header .site-name {
  font-weight: 600;
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

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

.alt-site-header {
  padding: 0.8rem 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: 1rem 0;
  font-size: 0.9rem;
  background: #18181b;
  color: white;
}

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

.site-footer a {
  color: inherit;
  text-decoration: none;
}

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

/* ---------- 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;
}
