body {
    margin: 0;
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
}

a {
    color: #1f4f8f;
    text-decoration: none;
    transition: color 0.15s ease;
}

a:hover {
    text-decoration: underline;
}

.page {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 24px 64px;
}

.site-header {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.site-title {
    color: #111111;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.site-tagline {
    margin: 6px 0 0;
    color: #555555;
}

.site-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
}

.site-nav a {
    color: #1f4f8f;
}

.site-nav a.active {
    color: #111111;
    font-weight: 600;
}

.content h1,
.content h2,
.content h3 {
    color: #111111;
    font-weight: 600;
    line-height: 1.2;
}

.hero {
    margin-bottom: 48px;
}

.lead,
.section-intro {
    font-size: 1.1rem;
    color: #333333;
    max-width: 700px;
}

.section {
    margin-bottom: 48px;
}

.card-list,
.item-list {
    display: grid;
    gap: 20px;
}

.card,
.item-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
    color: #666666;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-footer {
    margin-top: 56px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    color: #666666;
    font-size: 0.95rem;
}

@media (max-width: 720px) {
    .page {
        padding: 28px 18px 48px;
    }

    .site-header {
        flex-direction: column;
    }
}
