/* =============================================
   AGQ - Ask Good Questions
   Clean Editorial Theme
   ============================================= */

/* --- Reset & Base --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #f9f7f4;
    color: #2c2c2c;
    line-height: 1.75;
}

/* --- Container --- */
.container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- Header --- */
.site-header {
    background-color: #f9f7f4;
    border-bottom: 1px solid #e0dbd4;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
}

.site-branding {
    display: flex;
    flex-direction: column;
}

.site-title {
    font-family: 'Georgia', serif;
    font-size: 1.4rem;
    font-weight: normal;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.site-title:hover {
    color: #5a3e2b;
}

.site-tagline {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.72rem;
    color: #888;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 0.2rem;
}

/* --- Navigation --- */
.site-nav {
    display: flex;
    gap: 1.8rem;
    align-items: center;
}

.nav-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85rem;
    color: #555;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
    color: #5a3e2b;
}

/* --- Main Content --- */
.site-main {
    min-height: 60vh;
    padding-bottom: 4rem;
}

.site-main .container {
    max-width: 780px;
}

/* --- Typography --- */
h1 {
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

h2 {
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #1a1a1a;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

h3 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1.4rem;
}

a {
    color: #5a3e2b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- Article Header --- */
.article-header {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0dbd4;
}

.article-meta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.82rem;
    color: #888;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}

.article-meta a {
    color: #5a3e2b;
}

/* --- Article Content --- */
.article-content {
    max-width: 680px;
}

.article-content p {
    margin-bottom: 1.4rem;
}

.article-content h2 {
    margin-top: 2.5rem;
}

.article-content ul,
.article-content ol {
    margin: 1rem 0 1.4rem 1.5rem;
}

.article-content li {
    margin-bottom: 0.4rem;
}

blockquote {
    border-left: 3px solid #c8b89a;
    padding-left: 1.2rem;
    margin: 1.5rem 0;
    color: #555;
    font-style: italic;
}

/* --- Blog Listing --- */
.blog-listing {
    margin-top: 1rem;
}

.blog-item {
    padding: 2rem 0;
    border-bottom: 1px solid #e0dbd4;
}

.blog-item:first-child {
    padding-top: 0;
}

.blog-item h2 {
    margin-top: 0;
    font-size: 1.4rem;
}

.blog-item h2 a {
    color: #1a1a1a;
    text-decoration: none;
}

.blog-item h2 a:hover {
    color: #5a3e2b;
}

.blog-meta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.blog-summary {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.75rem;
}

.read-more {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.82rem;
    color: #5a3e2b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* --- Blog Intro --- */
.blog-intro {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0dbd4;
}

.blog-intro p {
    color: #555;
    font-size: 0.95rem;
}

/* --- Footer --- */
.site-footer {
    border-top: 1px solid #e0dbd4;
    padding: 2rem 0;
    margin-top: 4rem;
}

.site-footer .container {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78rem;
    color: #888;
    margin: 0;
}

.footer-book a {
    color: #5a3e2b;
}

/* --- Homepage --- */
.home-intro {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0dbd4;
}

.home-tagline {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 1rem;
}

.home-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.home-section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0dbd4;
}

.home-section-header h2 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    color: #555;
}

.see-all {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5a3e2b;
}

.home-item {
    margin-bottom: 1.8rem;
}

.home-item h3 {
    font-family: 'Georgia', serif;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 0.25rem 0;
    color: #1a1a1a;
}

.home-item h3 a {
    color: #1a1a1a;
}

.home-item h3 a:hover {
    color: #5a3e2b;
}

.home-item-meta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78rem;
    color: #aaa;
    margin-bottom: 0.4rem;
}

.home-item-summary {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
}

.home-book {
    background-color: #f0ece6;
    border-left: 3px solid #c8b89a;
    padding: 1.2rem 1.5rem;
    margin-top: 2rem;
}

.home-book p {
    margin: 0;
    font-size: 0.92rem;
    color: #555;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    html {
        font-size: 16px;
    }

    .site-header .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .site-nav {
        gap: 1.2rem;
        flex-wrap: wrap;
    }

    .site-footer .container {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .home-sections {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* --- Signature --- */
.home-signature {
    text-align: right;
    font-style: italic;
    color: #888;
    font-size: 0.92rem;
    margin-top: -0.5rem;
}