/* Fiscal Outlook - Academic/Research Style */
/* White bg + Slate (#334155) text + Teal (#0d9488) accent */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', 'Noto Serif', serif;
    background-color: #ffffff;
    color: #334155;
    line-height: 1.8;
    font-size: 17px;
}

/* ---- MINIMAL CENTERED NAV ---- */
.academic-header {
    border-top: 3px solid #e2e8f0;
    padding: 24px 20px 0;
    text-align: center;
}

.academic-header .journal-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #334155;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.academic-header .journal-name em {
    color: #0d9488;
    font-style: normal;
}

.academic-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.academic-nav a {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.academic-nav a:hover,
.academic-nav a.active {
    color: #0d9488;
}

/* ---- CENTERED TITLE AREA ---- */
.paper-title {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 30px;
    text-align: center;
}

.paper-title h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #334155;
    line-height: 1.3;
    margin-bottom: 8px;
}

.paper-title .pub-subtitle {
    font-style: italic;
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 16px;
}

.teal-rule {
    width: 60px;
    height: 2px;
    background-color: #0d9488;
    margin: 0 auto;
    border: none;
}

/* ---- SINGLE-COLUMN CONTENT ---- */
.journal-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

.journal-body .section-heading {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d9488;
    margin-bottom: 20px;
    margin-top: 40px;
}

.journal-body .section-heading:first-child {
    margin-top: 0;
}

/* Journal table-of-contents style entries */
.journal-entry {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.journal-entry .entry-tag {
    font-family: system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0d9488;
    margin-bottom: 4px;
}

.journal-entry h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin-bottom: 4px;
}

.journal-entry .entry-meta {
    font-family: system-ui, sans-serif;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.journal-entry p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #475569;
}

.journal-entry a.continue {
    font-family: system-ui, sans-serif;
    font-size: 0.82rem;
    color: #0d9488;
    text-decoration: none;
    font-weight: 600;
}

.journal-entry a.continue:hover {
    text-decoration: underline;
}

/* ---- ABOUT: ACADEMIC RESEARCHER FORMAT ---- */
.about-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 20px 60px;
}

.about-body .mission-prose {
    margin-bottom: 40px;
}

.about-body .mission-prose p {
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #475569;
}

.about-body h2 {
    font-family: system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d9488;
    margin-bottom: 20px;
}

.researcher-entry {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.researcher-entry:last-child {
    border-bottom: none;
}

.researcher-entry h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.researcher-entry .res-title {
    font-family: system-ui, sans-serif;
    font-size: 0.82rem;
    color: #0d9488;
    font-weight: 600;
    margin-bottom: 8px;
}

.researcher-entry p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 6px;
}

.researcher-entry a {
    font-size: 0.82rem;
    color: #0d9488;
    text-decoration: none;
}

.researcher-entry a:hover {
    text-decoration: underline;
}

/* ---- CONTACT: MINIMAL FORM ---- */
.inquiry-section {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 20px 60px;
}

.inquiry-section .form-intro {
    font-style: italic;
    color: #64748b;
    margin-bottom: 24px;
}

.inquiry-form label {
    display: block;
    font-family: system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 4px;
}

.inquiry-form input,
.inquiry-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    border: 1px solid #e2e8f0;
    color: #334155;
    margin-bottom: 18px;
    transition: border-color 0.2s;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    outline: none;
    border-color: #0d9488;
}

.inquiry-form textarea {
    height: 140px;
    resize: vertical;
}

.inquiry-form button {
    display: block;
    margin: 0 auto;
    background-color: #0d9488;
    color: #fff;
    border: none;
    padding: 11px 34px;
    font-family: system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.inquiry-form button:hover {
    background-color: #0f766e;
}

/* ---- ARTICLE CONTENT ---- */
.article-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px;
}

.article-content h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.article-meta {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.article-content h2 {
    font-size: 1.4rem;
    color: #1e293b;
    margin: 32px 0 14px;
    font-weight: 700;
}

.article-content p {
    margin-bottom: 18px;
    color: #475569;
}

.article-content ul,
.article-content ol {
    margin: 0 0 18px 24px;
    color: #475569;
}

.article-content li {
    margin-bottom: 8px;
}

/* ---- FOOTER ---- */
.site-footer {
    border-top: 1px solid #e2e8f0;
    text-align: center;
    padding: 20px;
    font-family: system-ui, sans-serif;
    font-size: 0.78rem;
    color: #94a3b8;
}

.site-footer a {
    color: #0d9488;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .disclaimer {
    margin-top: 4px;
    font-size: 0.72rem;
    color: #cbd5e1;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
    .paper-title h1 {
        font-size: 1.6rem;
    }
    .academic-nav {
        gap: 16px;
    }
}
