/* ============================================================
   BROADSHEET OCCULT — THELIFTEDVEIL
   Dark editorial theme. Typography-first.
   ============================================================ */

:root {
    --ink: #0a0a0a;
    --ink-2: #141414;
    --bone: #e9e9e9;
    --bone-bright: #ffffff;
    --faded: #a8a8a8;
    --dim: #7f7f7f;
    --rule: #2a2a2a;
    --rule-soft: #222222;
    --accent: #ffffff;
    --accent-dim: #9a9a9a;
    --serif-display: var(--gh-font-heading, 'Cormorant Garamond', 'Times New Roman', serif);
    --serif-text: var(--gh-font-body, 'Spectral', Georgia, serif);
    --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --measure: 65ch;
    --wrap: 1120px;
}

* { box-sizing: border-box; }

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

body {
    margin: 0;
    background: var(--ink);
    color: var(--bone);
    font-family: var(--serif-text);
    font-weight: 300;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }

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

::selection { background: #ffffff; color: #0a0a0a; }

/* ---------- Veil fade-in ---------- */
.veil {
    position: fixed; inset: 0; z-index: 999;
    background: var(--ink);
    pointer-events: none;
    animation: veil-lift 1.1s ease .15s forwards;
}
@keyframes veil-lift { to { opacity: 0; visibility: hidden; } }
@media (prefers-reduced-motion: reduce) { .veil { display: none; } }

/* ---------- Header ---------- */
.site-header {
    border-bottom: 1px solid var(--rule);
    position: relative; z-index: 10;
}
.site-header__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 18px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-brand {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .2em;
    color: var(--bone-bright);
    text-transform: uppercase;
    white-space: nowrap;
}
.site-nav ul, .mobile-nav ul, .site-footer__nav ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 28px;
}
.site-nav a {
    font-size: .68rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--dim);
}
.site-nav a:hover, .site-nav .nav-current a { color: var(--accent); }
.site-actions { display: flex; align-items: center; gap: 18px; }
.search-toggle {
    background: none; border: none; color: var(--dim); cursor: pointer; padding: 4px;
}
.search-toggle:hover { color: var(--accent); }
.member-link {
    font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--dim);
}
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 20px; height: 1px; background: var(--bone); margin: 5px 0; transition: transform .25s; }
.mobile-nav { display: none; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    height: min(72vh, 640px);
    min-height: 380px;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    border-bottom: 1px solid var(--rule);
    background: var(--ink-2);
}
.hero__video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.hero__scrim {
    position: absolute; inset: 0;
    background: rgba(12, 11, 9, .55);
}
.hero__content { position: relative; text-align: center; padding: 0 24px; max-width: 860px; }
.hero__kicker {
    margin: 0 0 18px;
    font-size: .7rem;
    letter-spacing: .38em;
    color: var(--accent);
    text-transform: uppercase;
}
.hero__headline {
    margin: 0;
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1.08;
    color: var(--bone-bright);
}

/* ---------- Front page ---------- */
.frontpage { max-width: var(--wrap); margin: 0 auto; padding: 0 24px 64px; }

.lead-essay { padding: 56px 0 40px; max-width: 720px; }
.lead-essay__meta, .index-item__meta, .essay__meta {
    margin: 0 0 12px;
    font-family: var(--serif-text);
    font-size: .66rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--dim);
}
.lead-essay__tag, .index-item__tag, .essay__tag { color: var(--accent); }
.dot { margin: 0 10px; color: var(--rule); }
.lead-essay__title {
    margin: 0 0 16px;
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    line-height: 1.12;
}
.lead-essay__title a { color: var(--bone-bright); }
.lead-essay__title a:hover { color: var(--accent); }
.lead-essay__excerpt {
    margin: 0 0 22px;
    font-size: 1.02rem;
    color: var(--faded);
    max-width: 58ch;
}
.lead-essay__link {
    font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--accent);
}
.lead-essay__link:hover { color: var(--bone-bright); }

.rule { border: 0; height: 1px; background: var(--rule-soft); margin: 0; }
.rule--heavy { height: 1px; background: var(--rule); }

.index-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
    padding-top: 8px;
}
.index-item { padding: 26px 0; border-bottom: 1px solid var(--rule-soft); }
.index-item__title {
    margin: 0;
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 1.22;
}
.index-item__title a { color: var(--bone); }
.index-item__title a:hover { color: var(--accent); }
.index-item__excerpt {
    margin: 10px 0 0;
    font-size: .88rem;
    color: var(--faded);
}

.pagination {
    display: flex; justify-content: space-between; align-items: center;
    padding: 40px 0 0;
}
.pagination__link { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.pagination__count { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); }

/* ---------- Listing headers (tag/author/archive) ---------- */
.listing-header {
    max-width: var(--wrap); margin: 0 auto;
    padding: 64px 24px 40px;
    border-bottom: 1px solid var(--rule);
}
.listing-header__kicker {
    margin: 0 0 10px; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--accent);
}
.listing-header__title {
    margin: 0 0 12px;
    font-family: var(--serif-display); font-weight: 500;
    font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; color: var(--bone-bright);
}
.listing-header__desc { margin: 0 0 10px; color: var(--faded); max-width: 58ch; }
.listing-header__count { margin: 0; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); }

/* ---------- Essay ---------- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 100; background: transparent; }
.progress__bar { height: 100%; width: 0; background: var(--accent); transition: width .1s linear; }

.essay { padding: 64px 24px 0; }
.essay__header { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.essay__meta { justify-content: center; }
.essay__title {
    margin: 0 0 20px;
    font-family: var(--serif-display); font-weight: 500;
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    line-height: 1.1; color: var(--bone-bright);
}
.essay__standfirst {
    margin: 0 auto 18px;
    font-size: 1.08rem; font-style: italic;
    color: var(--faded); max-width: 54ch;
}
.essay__byline { margin: 0; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); }
.essay__byline a:hover { color: var(--accent); }

.essay__feature { max-width: 900px; margin: 0 auto 48px; }
.essay__feature img { width: 100%; }
body:not(.no-grayscale) .essay__feature img,
body:not(.no-grayscale) .post-card img {
    filter: grayscale(1) contrast(1.05);
}
.essay__feature figcaption {
    margin-top: 10px; font-size: .78rem; color: var(--dim); text-align: center; font-style: italic;
}

.essay__content {
    max-width: var(--measure);
    margin: 0 auto;
    font-size: 1.06rem;
}
.essay__content > p:first-of-type::first-letter {
    font-family: var(--serif-display);
    font-size: 3.4em; font-weight: 500;
    float: left; line-height: .8;
    padding: 6px 10px 0 0;
    color: var(--accent);
}

/* ---------- Ghost content (Koenig cards) ---------- */
.gh-content { word-break: break-word; }
.gh-content h1, .gh-content h2, .gh-content h3, .gh-content h4 {
    font-family: var(--serif-display); font-weight: 500; line-height: 1.2; color: var(--bone-bright);
    margin: 2.2em 0 .6em;
}
.gh-content h2 { font-size: 1.8rem; }
.gh-content h3 { font-size: 1.45rem; }
.gh-content a { color: var(--accent); border-bottom: 1px solid var(--accent-dim); }
.gh-content a:hover { color: var(--bone-bright); border-color: var(--bone-bright); }
.gh-content blockquote {
    margin: 2em 0; padding: 0 0 0 24px;
    border-left: 1px solid var(--accent);
    font-style: italic; color: var(--faded); font-size: 1.1em;
}
.gh-content blockquote.kg-blockquote-alt {
    border: 0; padding: 0; text-align: center;
    font-family: var(--serif-display); font-size: 1.5em; line-height: 1.4; color: var(--bone-bright);
}
.gh-content hr {
    border: 0; height: 1px; background: var(--rule);
    margin: 3em auto; max-width: 120px;
}
.gh-content pre {
    background: var(--ink-2); border: 1px solid var(--rule);
    padding: 16px 20px; overflow-x: auto; font-size: .85em; border-radius: 2px;
}
.gh-content code { background: var(--ink-2); padding: 2px 6px; font-size: .88em; border-radius: 2px; }
.gh-content pre code { background: none; padding: 0; }
.gh-content figure { margin: 2.2em 0; }
.gh-content figcaption { margin-top: 10px; font-size: .78rem; color: var(--dim); text-align: center; font-style: italic; }

.kg-width-wide { position: relative; width: min(85vw, 1040px); margin-left: 50%; transform: translateX(-50%); }
.kg-width-full { position: relative; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.kg-image { margin: 0 auto; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 8px; }
.kg-gallery-row { display: flex; gap: 8px; }
.kg-gallery-image { flex: 1; }
.kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-card { border: 1px solid var(--rule); }
.kg-bookmark-container { display: flex; color: var(--bone); text-decoration: none; }
.kg-bookmark-content { padding: 16px 20px; flex: 1; }
.kg-bookmark-title { font-weight: 400; color: var(--bone-bright); }
.kg-bookmark-description { font-size: .85em; color: var(--faded); margin-top: 6px; }
.kg-bookmark-metadata { font-size: .75em; color: var(--dim); margin-top: 10px; display: flex; align-items: center; gap: 8px; }
.kg-bookmark-icon { width: 16px; height: 16px; }
.kg-bookmark-thumbnail { max-width: 200px; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.kg-callout-card {
    display: flex; gap: 12px; padding: 18px 22px; margin: 2em 0;
    background: var(--ink-2); border-left: 1px solid var(--accent);
}
.kg-button-card { display: flex; justify-content: center; margin: 2em 0; }
.kg-btn, .kg-button-card a {
    display: inline-block; padding: 10px 26px;
    border: 1px solid var(--accent); color: var(--accent);
    font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
}
.kg-btn:hover, .kg-button-card a:hover { background: var(--accent); color: var(--ink); }
.kg-toggle-card { border: 1px solid var(--rule); padding: 16px 20px; margin: 2em 0; }
.kg-toggle-heading { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.kg-embed-card { margin: 2.2em 0; }
.kg-embed-card iframe { max-width: 100%; }
.kg-header-card { padding: 48px 24px; text-align: center; background: var(--ink-2); margin: 2em 0; }
.kg-file-card { border: 1px solid var(--rule); margin: 2em 0; }
.kg-file-card-container { display: flex; align-items: center; gap: 14px; padding: 14px 18px; color: var(--bone); }
.kg-product-card { border: 1px solid var(--rule); padding: 20px; margin: 2em 0; }
figure.kg-card audio, figure.kg-card video { width: 100%; }

/* ---------- Essay footer ---------- */
.essay__footer { max-width: var(--measure); margin: 56px auto 0; padding-bottom: 8px; }

.subscribe-cta { text-align: center; padding: 44px 0; }
.subscribe-cta__kicker { margin: 0 0 8px; font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); }
.subscribe-cta__title {
    margin: 0 0 22px; font-family: var(--serif-display); font-weight: 500;
    font-size: 1.6rem; line-height: 1.25; color: var(--bone-bright);
}
.subscribe-cta__form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.subscribe-cta__form input {
    background: var(--ink-2); border: 1px solid var(--rule);
    color: var(--bone); padding: 11px 16px; min-width: 260px;
    font-family: var(--serif-text); font-size: .9rem;
}
.subscribe-cta__form input:focus { outline: none; border-color: var(--accent); }
.subscribe-cta__form button {
    background: none; border: 1px solid var(--accent); color: var(--accent);
    padding: 11px 26px; cursor: pointer;
    font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
    font-family: var(--serif-text);
    transition: all .2s;
}
.subscribe-cta__form button:hover { background: var(--accent); color: var(--ink); }
.subscribe-cta__ok { color: var(--accent); font-size: .85rem; }
.subscribe-cta__err { color: #c96b5e; font-size: .85rem; }

.essay-adjacent {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    padding: 36px 0; border-top: 1px solid var(--rule-soft);
}
.essay-adjacent__item--next { text-align: right; }
.essay-adjacent__label { display: block; font-size: .64rem; letter-spacing: .26em; text-transform: uppercase; color: var(--dim); margin-bottom: 8px; }
.essay-adjacent__title { font-family: var(--serif-display); font-size: 1.2rem; font-weight: 500; color: var(--bone); line-height: 1.25; }
.essay-adjacent__item:hover .essay-adjacent__title { color: var(--accent); }

/* ---------- Related ---------- */
.related { max-width: var(--wrap); margin: 0 auto; padding: 0 24px 64px; }
.related__heading {
    font-family: var(--serif-text); font-weight: 400;
    font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--dim);
    border-top: 1px solid var(--rule); padding-top: 28px; margin: 0;
}

/* ---------- Archive ---------- */
.archive { max-width: var(--wrap); margin: 0 auto; padding: 32px 24px 64px; }
.archive__filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.archive__filter {
    background: none; border: 1px solid var(--rule); color: var(--dim);
    padding: 7px 16px; cursor: pointer;
    font-family: var(--serif-text); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
    transition: all .2s;
}
.archive__filter:hover, .archive__filter.is-active { border-color: var(--accent); color: var(--accent); }
.archive__item {
    display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; align-items: baseline;
    padding: 16px 0; border-bottom: 1px solid var(--rule-soft);
}
.archive__item.is-hidden { display: none; }
.archive__date { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.archive__title { margin: 0; font-family: var(--serif-display); font-weight: 500; font-size: 1.25rem; line-height: 1.25; }
.archive__title a { color: var(--bone); }
.archive__title a:hover { color: var(--accent); }
.archive__tag { font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-dim); }

/* ---------- Error ---------- */
.error-page { text-align: center; padding: 120px 24px; }
.error-page__code { font-size: .8rem; letter-spacing: .4em; color: var(--accent); margin: 0 0 12px; }
.error-page__title { font-family: var(--serif-display); font-weight: 500; font-size: 2.6rem; margin: 0 0 12px; color: var(--bone-bright); }
.error-page__desc { color: var(--faded); margin: 0 0 28px; }
.error-page__link { font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--rule); margin-top: 32px; }
.site-footer__inner {
    max-width: var(--wrap); margin: 0 auto; padding: 44px 24px;
    display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; align-items: start;
}
.site-footer__title { font-family: var(--serif-display); letter-spacing: .26em; text-transform: uppercase; color: var(--bone-bright); }
.site-footer__desc { font-size: .85rem; color: var(--dim); max-width: 40ch; margin: 10px 0 0; }
.site-footer__nav ul { flex-direction: column; gap: 10px; }
.site-footer__nav a { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--dim); }
.site-footer__meta { display: flex; flex-direction: column; gap: 8px; font-size: .72rem; color: var(--dim); text-align: right; }
.site-footer__meta a:hover { color: var(--accent); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .site-nav { display: none; }
    .nav-toggle { display: block; }
    .mobile-nav.is-open { display: block; border-top: 1px solid var(--rule); padding: 20px 24px; }
    .mobile-nav ul { flex-direction: column; gap: 14px; }
    .mobile-nav a { font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bone); }
    .index-grid { grid-template-columns: 1fr; }
    .essay-adjacent { grid-template-columns: 1fr; }
    .essay-adjacent__item--next { text-align: left; }
    .archive__item { grid-template-columns: 1fr; gap: 4px; }
    .site-footer__inner { grid-template-columns: 1fr; }
    .site-footer__meta { text-align: left; }
    .hero { height: 60vh; min-height: 320px; }
}


/* ---------- Card grid (matches original site layout) ---------- */
.post-section { max-width: var(--wrap); margin: 0 auto; padding: 48px 24px 8px; }
.section-heading {
    margin: 0 0 28px;
    font-family: var(--serif-text); font-weight: 400;
    font-size: .74rem; letter-spacing: .32em; text-transform: uppercase;
    color: var(--dim);
    border-bottom: 1px solid var(--rule); padding-bottom: 14px;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}
.post-card__image-link { display: block; overflow: hidden; margin-bottom: 16px; background: var(--ink-2); }
.post-card img, .post-card__placeholder {
    width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
    transition: transform .4s ease, filter .4s ease;
}
.post-card__placeholder { background: var(--ink-2); }
.post-card:hover img { transform: scale(1.03); }
body:not(.no-grayscale) .post-card:hover img { filter: grayscale(1) contrast(1.05) brightness(1.08); }
.post-card__meta {
    margin: 0 0 8px;
    font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--dim);
}
.post-card__tag { color: var(--bone); }
.post-card__tag:hover { text-decoration: underline; }
.post-card__title {
    margin: 0;
    font-family: var(--serif-display); font-weight: 500;
    font-size: 1.35rem; line-height: 1.22;
}
.post-card__title a { color: var(--bone-bright); }
.post-card__title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.post-card__excerpt { margin: 10px 0 0; font-size: .86rem; color: var(--faded); }

@media (max-width: 980px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }


/* ---------- Zoomable images ---------- */
.gh-content img, .essay__feature img { cursor: zoom-in; }
.lightbox {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(0, 0, 0, .96);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.lightbox img {
    max-width: 92vw; max-height: 88vh;
    filter: none !important;
    cursor: grab;
    transition: transform .15s ease-out;
    user-select: none;
}
.lightbox img.is-dragging { cursor: grabbing; transition: none; }
.lightbox__controls {
    position: absolute; top: 18px; right: 18px;
    display: flex; gap: 8px; z-index: 2;
}
.lightbox__btn {
    width: 42px; height: 42px;
    background: #000; border: 1px solid #fff; color: #fff;
    font-size: 1.2rem; line-height: 1; cursor: pointer;
    font-family: var(--sans);
}
.lightbox__btn:hover { background: #fff; color: #000; }

/* ---------- Brutalist (Books) ---------- */
.brutalist { max-width: 1000px; margin: 0 auto; padding: 56px 24px 64px; font-family: var(--sans); }
.brutalist__header { border: 3px solid #fff; padding: 40px 32px; margin-bottom: 48px; }
.brutalist__title {
    margin: 0;
    font-family: var(--sans); font-weight: 700;
    font-size: clamp(2.6rem, 8vw, 5.5rem);
    line-height: .95; letter-spacing: -.02em;
    text-transform: uppercase; color: #fff;
}
.brutalist__standfirst {
    margin: 24px 0 0;
    font-size: 1rem; text-transform: uppercase; letter-spacing: .08em;
    color: var(--faded); border-top: 3px solid #fff; padding-top: 20px;
}
.brutalist__content { max-width: none; font-family: var(--sans); font-size: 1rem; color: var(--bone); }
.brutalist__content h1, .brutalist__content h2, .brutalist__content h3 {
    font-family: var(--sans); font-weight: 700; text-transform: uppercase;
    letter-spacing: -.01em; color: #fff;
    border-bottom: 3px solid #fff; padding-bottom: 10px;
}
.brutalist__content p:first-of-type::first-letter { all: unset; }
.brutalist__content a { color: #fff; border-bottom: 2px solid #fff; }
.brutalist__content a:hover { background: #fff; color: #000; border-color: #fff; }
.brutalist__content blockquote {
    border-left: 6px solid #fff; font-style: normal;
    text-transform: uppercase; letter-spacing: .04em; color: #fff;
}
.brutalist__content figure { border: 3px solid #fff; padding: 0; }
.brutalist__content figcaption {
    font-family: var(--sans); font-style: normal; text-transform: uppercase;
    letter-spacing: .1em; font-size: .68rem; padding: 10px 12px 12px;
    border-top: 3px solid #fff; text-align: left; color: #fff;
}
.brutalist__content .kg-btn, .brutalist__content .kg-button-card a {
    border: 3px solid #fff; color: #fff; font-family: var(--sans); font-weight: 700;
}
.brutalist__content .kg-btn:hover, .brutalist__content .kg-button-card a:hover { background: #fff; color: #000; }
.brutalist__content .kg-product-card, .brutalist__content .kg-callout-card { border: 3px solid #fff; background: #000; }
.brutalist img { filter: none !important; }


/* ============================================================
   BRUTALIST GLOBAL LAYER — entire publication
   ============================================================ */
:root {
    --serif-display: var(--gh-font-heading, var(--sans));
    --serif-text: var(--gh-font-body, var(--sans));
    --ink: #000000;
    --ink-2: #0f0f0f;
    --rule: #ffffff;
    --rule-soft: #333333;
}
body { font-weight: 400; }

.site-header { border-bottom: 3px solid #fff; }
.site-footer { border-top: 3px solid #fff; }
.site-brand { font-weight: 700; letter-spacing: .16em; }
.site-nav a, .member-link { color: #fff; font-weight: 700; }
.site-nav a:hover, .site-nav .nav-current a { text-decoration: underline; text-underline-offset: 4px; color: #fff; }

.hero { border-bottom: 3px solid #fff; }
.hero__kicker { color: #fff; font-weight: 700; }
.hero__headline { font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; }

.section-heading { color: #fff; font-weight: 700; border-bottom: 3px solid #fff; }

.post-card__image-link { border: 3px solid #fff; }
.post-card__title { font-weight: 700; text-transform: uppercase; font-size: 1.05rem; letter-spacing: 0; }
.post-card__tag { font-weight: 700; }

.essay__title, .listing-header__title, .lead-essay__title, .error-page__title {
    font-weight: 700; text-transform: uppercase; letter-spacing: -.02em;
}
.essay__standfirst { font-style: normal; }
.essay__feature { border: 3px solid #fff; }
.essay__feature figcaption, .gh-content figcaption {
    font-style: normal; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem;
}
.essay__content > p:first-of-type::first-letter {
    all: unset;
}

.gh-content h1, .gh-content h2, .gh-content h3, .gh-content h4 {
    font-weight: 700; text-transform: uppercase;
    border-bottom: 3px solid #fff; padding-bottom: 10px;
}
.gh-content a { color: #fff; border-bottom: 2px solid #fff; }
.gh-content a:hover { background: #fff; color: #000; }
.gh-content blockquote {
    border-left: 6px solid #fff; font-style: normal; color: #fff;
}
.gh-content blockquote.kg-blockquote-alt { font-weight: 700; text-transform: uppercase; font-size: 1.2em; }
.gh-content hr { background: #fff; height: 3px; max-width: none; }
.gh-content figure { border: 3px solid #fff; }
.gh-content pre, .gh-content code { border-radius: 0; }
.kg-btn, .kg-button-card a, .subscribe-cta__form button {
    border: 3px solid #fff; color: #fff; font-weight: 700; border-radius: 0;
}
.kg-callout-card, .kg-toggle-card, .kg-bookmark-card, .kg-file-card, .kg-product-card {
    border: 3px solid #fff; background: #000;
}

.subscribe-cta__kicker { color: #fff; font-weight: 700; }
.subscribe-cta__title { font-weight: 700; text-transform: uppercase; }
.subscribe-cta__form input { border: 3px solid #fff; background: #000; }

.essay-adjacent { border-top: 3px solid #fff; }
.essay-adjacent__title, .archive__title { font-weight: 700; text-transform: uppercase; font-size: 1rem; }
.essay-adjacent__label, .pagination__link, .pagination__count, .lead-essay__link { color: #fff; font-weight: 700; }

.related__heading { border-top: 3px solid #fff; color: #fff; font-weight: 700; }

.archive__filter { border: 3px solid #666; color: #aaa; font-weight: 700; border-radius: 0; }
.archive__filter:hover, .archive__filter.is-active { border-color: #fff; color: #fff; }

.listing-header { border-bottom: 3px solid #fff; }
.listing-header__kicker, .error-page__code { color: #fff; font-weight: 700; }

.progress__bar { background: #fff; }
