


:root {
    --color-text-light: #000000;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --color-accent: #000000;
    --spacing-container: 1200px;
    /* No gray, only black */
    --color-border: #000000;
    --color-muted: #000000;
    --color-bg: #ffffff;
    --color-text: #000000;
}

* {
    padding: 0;
    margin: 0;
    border-color: #000000 !important;
    /* Force all borders black */
    outline-color: #000000 !important;
    box-sizing: border-box;
}

body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.46;
    font-size: 16.74px;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font-main);
    -ms-text-size-adjust: 100%;
    color: var(--color-text) !important;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    opacity: 1;
    text-decoration: underline;
    color: #000000;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.24;
    font-weight: 700;
    color: #000000 !important;
    margin-bottom: 0.54em;
    letter-spacing: -0.02em;
}

/* Fix Chrome deprecation warning: explicit font-sizes for h1 in article/section */
h1 {
    font-size: 2em;
}
article h1, section h1 {
    font-size: 1.95em;
}

/* Remove empty spacers generated by rich text editors/CMS */
p:empty, .post-body p:empty {
    display: none !important;
}
.post-body > br {
    display: none !important;
}

p {
    color: #000000 !important;
    margin-bottom: 0.89em;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

/* Layout */
.inner {
    padding: 0 21.5px;
    max-width: var(--spacing-container);
    margin: 0 auto;
}

/* Header */
.nav-wrap {
    padding: 22.23px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 29.08px;
}
.nav-wrap .inner {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 17.67px !important;
}
.identity {
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: -0.5px;
    font-weight: 800;
    font-size: 26.01px;
    text-transform: uppercase;
}
.header-links {
    flex-wrap: nowrap !important;
    gap: 25.43px;
    display: flex !important;
    align-items: center !important;
}
.header-links a {
    text-decoration: none;
    font-size: 14.96px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* Main Grid */
.content-grid {
    display: grid;
    /* Left Content - Right Sidebar */
    gap: 60px;
    margin-bottom: 78.4px;
    grid-template-columns: 1fr 300px;
}

/* Mega Article */
.primary-content {
    background: #ffffff;
    border-radius: 13.32px;
    border: 2px solid #000000;
    padding: 45.12px;
}
.primary-content h1 {
    margin-bottom: 9.61px;
    color: #000000 !important;
    font-size: 38.72px;
}
.primary-content h2 {
    margin-top: 13.79px;
    color: #000000 !important;
    margin-bottom: 7.91px;
    padding-bottom: 0;
    font-size: 24.16px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    font-size: 19.44px;
    margin-top: 17.45px;
    color: #000000 !important;
}
.post-info {
    padding-bottom: 10.37px;
    color: #000000 !important;
    font-weight: 600;
    gap: 17.17px;
    display: flex;
    border-bottom: 1px solid #000000;
    font-size: 14.01px;
    margin-bottom: 40.91px;
}
.post-body {
    line-height: 1.64;
    color: #000000 !important;
    font-size: 16.11px;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.57px;
}
.post-body a {
    text-decoration: underline;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    font-weight: 700;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.linked-region {
    background: #ffffff;
    margin-top: 30.92px;
    border-radius: 7.98px;
    padding: 17.08px;
    font-style: italic;
    border: 2px solid #000000;
    color: #000000 !important;
}
.linked-region a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.secondary {
    top: 40px;
    align-self: start;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 13.78px;
    background: #ffffff;
    margin-bottom: 31.67px;
    padding: 23.59px;
}
.block-heading {
    /* H3 Size */
    font-weight: 800;
    font-size: 19.4px;
    border-bottom: 2px solid #000000;
    color: #000000 !important;
    margin-bottom: 20.52px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding-bottom: 7.26px;
}
.latest-entries {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 11.09px;
    position: relative;
    margin-bottom: 10.49px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    display: block;
    margin-bottom: 0.71px;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.content-row {
    padding: 12.19px 0;
    border-bottom: 1px solid #000000;
}
.content-row:last-child {
    border-bottom: none;
}
.content-row a {
    font-weight: 600;
    line-height: 1.37;
    color: #000000 !important;
    display: block;
    margin-bottom: 2.18px;
    text-decoration: none;
    font-size: 14.21px;
}
.content-row a:hover {
    text-decoration: underline;
}
.time-stamp {
    font-size: 11.29px;
    font-weight: 600;
    color: #000000 !important;
}

.date-index {
    list-style: none;
}
.date-index li {
    margin-bottom: 11.87px;
}
.date-index a {
    font-size: 14.65px;
    justify-content: space-between;
    display: flex;
    font-weight: 600;
    color: #000000 !important;
}
.entry-count {
    color: #000000 !important;
}

.term-cloud {
    gap: 12.76px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    padding: 6.23px 16.75px;
    border-radius: 8.63px;
    display: inline-block;
    font-size: 13.48px;
    transition: all 0.2s ease;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    background: #000000;
}

/* Footer */
.end-section {
    color: #000000 !important;
    text-align: center;
    font-size: 14.65px;
    border-top: 2px solid #000000;
    padding: 41.92px 0;
    font-weight: 600;
    background: #fff;
}
.static-node {
    font-weight: 600;
    font-size: 13.69px;
    margin-top: 11.56px;
}
.static-node a {
    text-decoration: none;
    color: #000000 !important;
}
.static-node a:hover {
    text-decoration: underline;
}
.static-node .upper-tile {
    margin: 0 7.09px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .content-grid { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .primary-content h1 {
    font-size: 32.9px;
}
}
