:root {
    --bg-color: #f1f0ea;
    --text-color: #181818;
    --dim-color: #666;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    max-width: 640px;
    margin: 0 auto;
    padding: 1rem 2rem 4rem;
    line-height: 1.7;
    font-size: 16px;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--dim-color);
    margin-bottom: 3rem;
}

a { color: var(--text-color); }
a:hover { color: var(--dim-color); }

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

h2 {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--dim-color);
    margin: 2rem 0 1rem;
}

.manifesto h1 { margin-bottom: 1rem; }
.manifesto {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--dim-color);
    margin-bottom: 2rem;
}
.content { margin: 1.5rem 0; }

.pillar-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.pillar-list li {
    margin: 0.75rem 0;
}

.pillar-list a {
    text-decoration: none;
}

.pillar-list a:hover .pillar-title {
    text-decoration: underline;
}

.pillar-number {
    color: var(--dim-color);
}

.pillar-summary {
    display: block;
    font-size: 0.9rem;
    color: var(--dim-color);
    margin-left: 1.75rem;
}

.pillar-content header {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--dim-color);
    padding-bottom: 1rem;
}

.pillar-subtitle {
    color: var(--dim-color);
    font-size: 1rem;
    margin-top: 0.25rem;
}

.pagination {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--dim-color);
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: underline;
}

.audit-link {
    margin-top: 2rem;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid var(--text-color);
    text-decoration: none;
}

.btn:hover {
    background: var(--text-color);
    color: var(--bg-color);
}

/* Examples Section */
.examples-intro {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--dim-color);
    margin-bottom: 2rem;
}

.examples-intro h1 {
    margin-bottom: 1rem;
}

.examples-list {
    margin: 1rem 0;
}

.example-card {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.example-card:last-child {
    border-bottom: none;
}

.example-card a {
    text-decoration: none;
    display: block;
}

.example-card a:hover .example-title {
    text-decoration: underline;
}

.example-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--dim-color);
    margin-bottom: 0.25rem;
}

.example-pillar {
    font-weight: 500;
}

.example-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.25rem 0;
    color: var(--text-color);
}

.example-impact {
    font-size: 0.9rem;
    color: var(--dim-color);
    margin: 0.25rem 0;
}

.example-pillar-name {
    font-size: 0.85rem;
    color: var(--dim-color);
    font-style: italic;
    margin: 0.5rem 0 0;
}

.example-content header {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--dim-color);
    padding-bottom: 1rem;
}

.example-meta {
    font-size: 0.85rem;
    color: var(--dim-color);
    display: block;
    margin-bottom: 0.5rem;
}

.example-subtitle {
    color: var(--dim-color);
    font-size: 1rem;
    margin-top: 0.5rem;
}

.back-link {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--dim-color);
}

.back-link a {
    font-size: 0.9rem;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
}

/* Examples CTA on homepage */
.examples-cta {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dim-color);
}

.examples-cta p {
    color: var(--dim-color);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
