


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 29.9px;
    background: #ffffff;
    padding: 17.24px 0;
}
.page-top .wrapper {
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    display: flex !important;
    gap: 14px !important;
}
.brand-link {
    color: #000000 !important;
    letter-spacing: -0.5px;
    font-size: 25.67px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar {
    flex-wrap: nowrap !important;
    gap: 22.58px;
    align-items: center !important;
    display: flex !important;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.03px;
}
.nav-bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.main-post {
    padding: 50px;
    border: 2px solid #000000;
    border-radius: 13.86px;
    background: #ffffff;
}
.main-post h1 {
    margin-bottom: 11.55px;
    font-size: 38.84px;
    color: #000000 !important;
}
.main-post h2 {
    font-size: 23.02px;
    margin-top: 15.46px;
    padding-bottom: 0;
    color: #000000 !important;
    margin-bottom: 10.57px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    margin-top: 21.44px;
    font-size: 19.11px;
}
.entry-meta {
    margin-bottom: 41.42px;
    display: flex;
    font-weight: 600;
    padding-bottom: 9.07px;
    border-bottom: 1px solid #000000;
    gap: 16.45px;
    font-size: 13.94px;
    color: #000000 !important;
}
.entry-text {
    line-height: 1.64;
    color: #000000 !important;
    font-size: 17.72px;
}
.author-title {
    font-size: 12.19px;
    font-weight: 400;
    color: #555555 !important;
    font-style: italic;
}
.entry-text a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    text-decoration: underline;
    font-weight: 700;
}
.entry-text a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.central-cell {
    padding: 14.69px;
    border: 2px solid #000000;
    border-radius: 6.33px;
    font-style: italic;
    color: #000000 !important;
    margin-top: 30.49px;
    background: #ffffff;
}
.central-cell a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.secondary {
    top: 40px;
    position: sticky;
    align-self: start;
}
.info-card {
    margin-bottom: 31.34px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.15px;
    border-radius: 13.37px;
}
.box-title {
    color: #000000 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    padding-bottom: 12.2px;
    font-size: 20.53px;
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 18.44px;
}
.fresh-list {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.fresh-list li {
    position: relative;
    margin-bottom: 9.51px;
    padding-bottom: 9.37px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    margin-bottom: 2.57px;
    display: block;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
}
.fresh-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

/* Latest Posts (for SSI included content) */
.list-entry {
    border-bottom: 1px solid #000000;
    padding: 13.81px 0;
}
.list-entry:last-child {
    border-bottom: none;
}
.list-entry a {
    margin-bottom: 5.83px;
    color: #000000 !important;
    display: block;
    line-height: 1.4;
    text-decoration: none;
    font-size: 14.15px;
    font-weight: 600;
}
.list-entry a:hover {
    text-decoration: underline;
}
.date-label {
    font-size: 12.13px;
    color: #000000 !important;
    font-weight: 600;
}

.past-entries {
    list-style: none;
}
.past-entries li {
    margin-bottom: 10.77px;
}
.past-entries a {
    display: flex;
    font-size: 14.53px;
    justify-content: space-between;
    font-weight: 600;
    color: #000000 !important;
}
.entry-count {
    color: #000000 !important;
}

.topic-list {
    display: flex;
    gap: 11.27px;
    flex-wrap: wrap;
}
.keyword-tag {
    padding: 7.58px 16.96px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    transition: all 0.2s ease;
    color: #000000 !important;
    border-radius: 9.6px;
    font-weight: 600;
    font-size: 13.2px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    background: #000000;
}

/* Footer */
.end-section {
    padding: 41.54px 0;
    border-top: 2px solid #000000;
    color: #000000 !important;
    font-size: 13.99px;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
.global-strip {
    font-size: 13.79px;
    font-weight: 600;
    margin-top: 13.55px;
}
.global-strip a {
    color: #000000 !important;
    text-decoration: none;
}
.global-strip a:hover {
    text-decoration: underline;
}
.global-strip .inner-dock {
    color: #000000 !important;
    margin: 0 9.07px;
}

/* Responsive */
@media (max-width: 900px) {
    .split-view { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .main-post h1 {
    font-size: 32.6px;
}
}
