.site-header {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}
  
.site-header nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: var(--site-max-width);
    margin: 0 auto;

    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: .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;
}

.site-footer {
    margin-top: 1.75rem;
    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;
}

/* ---------- 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 {
    display: inline-block;
    margin-bottom: 20px;
    color: #555;
    text-decoration: none;
}

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