.report-section-title,
.investigation-card h4,
.mission-statement h2,
.article-block h2,
.editor-byline,
.testimonial-box,
.editorial-body {
    font-family: "Georgia", serif;
}

.report-section-title::before,
.section-headline::before,
.card-date,
.article-block .label,
.editor-role,
.sync-message,
.view-all,
.editorial-header,
.case-label {
    font-family: "Courier New", Courier, monospace;
    font-weight: 900;
    text-transform: uppercase;
}

/* --- Block Layouts --- */
.archive-block {
    margin-bottom: 60px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--border);
    outline: 4px solid #ffffff;
    box-shadow:
        var(--shadow-paper),
        0 0 0 1px var(--border),
        0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.archive-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 5px double var(--primary-blue);
    margin: -24px -24px 30px -24px;
    padding: 40px 30px 20px 30px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.report-section-title,
.section-headline {
    font-weight: 900;
    font-size: 2rem;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: -0.8px;
    margin: 2.5rem 0 1.25rem 0 !important;
    line-height: 0.9;
    text-shadow:
        0 1px 0px #ffffff,
        0 2px 2px rgba(0, 0, 0, 0.1);
}

.report-section-title::before,
.section-headline::before {
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    letter-spacing: 4px;
    margin-bottom: 14px;
    color: var(--accent-red);
}

/* Status variants for section labels */
.report-section-title.system::before {
    color: var(--text-muted);
}
.report-section-title.alert::before {
    color: var(--accent-red);
}
.report-section-title.dispatch::before {
    color: var(--primary-blue);
}

.investigation-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* --- Investigation Cards --- */
.investigation-card,
.article-block,
.editorial-container {
    background: #ffffff;
    border: 1px solid var(--border);
    border-top: 5px solid var(--primary-blue);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.investigation-card {
    padding: 30px;
    box-shadow:
        8px 8px 0px -1px #ffffff,
        8px 8px 0px 0px var(--border),
        0 10px 25px rgba(0, 0, 0, 0.05);
}

.investigation-card:hover,
.article-block:hover {
    border-top-color: var(--accent-red);
    transform: translateY(-5px);
}

.dept-badge {
    background: #ffffff;
    padding: 6px 14px;
    border: 1px solid var(--primary-blue);
    font-size: 0.65rem;
    font-weight: 800;
    box-shadow: 3px 3px 0px var(--primary-blue);
}

.card-summary,
.article-block p,
.article-subtitle {
    border-left: 2px solid var(--border);
    padding-left: 20px;
    color: var(--text-muted);
    line-height: 1.6;
}

.investigation-card:hover .card-summary,
.article-block:hover p {
    border-left-color: var(--accent-red);
    background: linear-gradient(90deg, #fffafa 0%, #ffffff 100%);
}

/* --- Featured Article Styling --- */
.article-block h2,
.article-title {
    margin: 0 0 20px 0;
    font-size: 2.8rem;
    line-height: 1;
    color: var(--primary-blue);
    font-weight: 900;
}

.article-block:first-of-type h2,
.article-title.featured {
    font-size: 3.5rem;
    border-left: 12px solid var(--accent-red);
    padding-left: 30px;
    letter-spacing: -2px;
}

/* --- Editorial & Signature --- */
.testimonial-box,
.primary-quote {
    margin: 50px 0;
    padding: 40px;
    background: #fdfdfd;
    border: 1px solid var(--border);
    border-left: 8px solid var(--primary-blue);
    font-size: 1.25rem;
    font-style: italic;
    box-shadow: 10px 10px 0px var(--neutral-bg);
}

.editorial-container {
    padding: 40px;
    margin-top: 40px;
    box-shadow: var(--shadow-paper);
}

.editorial-signature {
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Courier New", monospace;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-blue);
}

.editorial-signature::before {
    content: "";
    width: 30px;
    height: 4px;
    background: var(--accent-red);
    display: inline-block;
}

.sync-message {
    border: 1px solid var(--border);
    border-top: 5px solid var(--primary-blue);
    background: repeating-linear-gradient(
        45deg,
        #ffffff,
        #ffffff 10px,
        #fcfdfe 10px,
        #fcfdfe 20px
    );
}

/* --- Sidebar Specific Overrides --- */
.sidebar-card.source-locker {
    background: #ffffff;
    border: 1px solid var(--border);
    border-top: 4px solid var(--primary-blue);
    margin-bottom: 20px;
    box-shadow: 4px 4px 0px var(--border);
}

.locker-header {
    background: var(--primary-blue);
    color: white;
    padding: 10px 15px;
}

.locker-header h3 {
    margin: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Courier New", monospace;
}

/* Fix the links inside the sidebar */
.source-locker .vault-link-card {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary-blue);
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.source-locker .vault-link-card:hover {
    background: #ffffff;
    border-left-color: var(--accent-red);
    transform: translateX(5px);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

.source-locker .step-num {
    font-family: "Courier New", monospace;
    font-weight: 900;
    color: var(--accent-red);
    font-size: 0.7rem;
}

/* Header Styles */
.archive-main-header {
    border-bottom: 3px double var(--border);
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.archive-main-title {
    font-size: 3rem;
    margin-bottom: 0;
    color: var(--primary-blue);
    font-family: "Charter", "Georgia", serif;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
}

.archive-subtitle {
    font-family: "JetBrains Mono", monospace;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 3px;
    margin-top: 10px;
}

/* Mission Statement */
.mission-statement {
    margin-bottom: 50px;
}

.mission-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-main);
    font-family: "Charter", serif;
    border-left: 5px solid var(--primary-blue);
    padding-left: 25px;
}

/* Archive Row Headers */
.archive-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.archive-header-row.boc-theme {
    border-bottom: 2px solid var(--primary-blue);
}

.archive-header-row.boe-theme {
    border-bottom: 2px solid var(--text-muted);
}

.report-section-title {
    margin: 0;
    font-family: "JetBrains Mono";
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

.boc-theme .report-section-title {
    color: var(--primary-blue);
}

.boe-theme .report-section-title {
    color: var(--text-main);
}

.btn-secondary {
    background: var(--text-muted);
    margin-top: 5px;
}

.archive-status {
    font-family: "JetBrains Mono";
    color: var(--accent-red);
}

.section-spacing-top {
    margin-top: 60px;
}
