@font-face {
    font-family: 'Libre Franklin TFA';
    src: url('../fonts/libre-franklin-600.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

:root {
    --navy: #082e55;
    --navy-deep: #042541;
    --red: #c81017;
    --ink: #171717;
    --muted: #6f6a63;
    --line: #ddd8cf;
    --paper: #fffefa;
    --cream: #f8f0df;
    --green: #eef3e8;
    --serif: var(--gh-font-heading, Georgia, 'Times New Roman', serif);
    --sans: var(--gh-font-body, Arial, Helvetica, sans-serif);
    --headline: 'Libre Franklin TFA', Arial, Helvetica, sans-serif;
    --masthead-font: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tfa-accent, var(--red)); }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
.site-shell { min-height: 100vh; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Masthead */
.site-header { background: #fff; }
.masthead-wrap { padding: 24px 20px 18px; overflow: hidden; }
.masthead-grid {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    width: min(1314px, 100%);
    margin: 0 auto;
}
.masthead-artwork {
    position: absolute;
    z-index: 0;
    top: -24px;
    bottom: -18px;
    left: 50%;
    width: 100vw;
    display: block;
    transform: translateX(-50%);
    background-position-x: right;
    background-position-y: calc(100% + var(--masthead-artwork-vertical-offset, 0px));
    background-repeat: no-repeat;
    background-size: var(--masthead-artwork-scale, 100%) auto;
    filter: opacity(var(--masthead-artwork-opacity, 100%));
    pointer-events: none;
}
.masthead { position: relative; z-index: 1; grid-column: 2; grid-row: 1; display: inline-block; justify-self: center; color: var(--ink); }
.masthead-logo { max-height: 116px; width: auto; margin: 0 auto; }
.masthead:hover, .masthead:focus { color: var(--ink); }
.masthead-line { display: flex; align-items: baseline; justify-content: center; gap: 18px; white-space: nowrap; }
.masthead-the { font-family: var(--masthead-font); font-size: var(--masthead-the-size, 41px); font-style: italic; font-weight: 500; line-height: 1; color: #1a1a1a; transform: translate(var(--masthead-the-x, 0px), var(--masthead-the-y, 0px)); }
.masthead-name { font-family: var(--masthead-font); font-size: var(--masthead-name-size, 82px); font-style: normal; font-weight: 500; line-height: .92; color: #1a1a1a; letter-spacing: .14em; text-transform: uppercase; }
.masthead-initial { display: inline-block; font-size: var(--masthead-initial-size, 102px); line-height: .72; vertical-align: baseline; }

/* Selectable masthead fonts */
.masthead-grid[data-the-font="Cormorant Garamond"] .masthead-the { font-family: 'Cormorant Garamond', Georgia, serif; }
.masthead-grid[data-the-font="Libre Bodoni"] .masthead-the { font-family: 'Libre Bodoni', Georgia, serif; }
.masthead-grid[data-the-font="EB Garamond"] .masthead-the { font-family: 'EB Garamond', Georgia, serif; }
.masthead-grid[data-the-font="Libre Baskerville"] .masthead-the { font-family: 'Libre Baskerville', Georgia, serif; }
.masthead-grid[data-the-font="Crimson Pro"] .masthead-the { font-family: 'Crimson Pro', Georgia, serif; }
.masthead-grid[data-name-font="Cormorant Garamond"] .masthead-name { font-family: 'Cormorant Garamond', Georgia, serif; }
.masthead-grid[data-name-font="Libre Bodoni"] .masthead-name { font-family: 'Libre Bodoni', Georgia, serif; }
.masthead-grid[data-name-font="EB Garamond"] .masthead-name { font-family: 'EB Garamond', Georgia, serif; }
.masthead-grid[data-name-font="Libre Baskerville"] .masthead-name { font-family: 'Libre Baskerville', Georgia, serif; }
.masthead-grid[data-name-font="Crimson Pro"] .masthead-name { font-family: 'Crimson Pro', Georgia, serif; }

.masthead-ornament {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(470px, 46vw);
    margin: 15px auto 0;
    color: var(--ink);
}
.masthead-ornament::before,
.masthead-ornament::after {
    content: '';
    flex: 1;
    height: 1px;
    background: currentColor;
}
.masthead-ornament-star {
    display: inline-block;
    padding: 0 14px;
    font-size: .92rem;
    line-height: 1;
}

.nav-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.nav-bar { position: relative; max-width: 1314px; margin: 0 auto; min-height: 52px; padding: 0 54px; display: flex; align-items: center; justify-content: center; }
.primary-nav { min-width: 0; }
.nav-list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(16px,2.2vw,34px); padding: 0; margin: 0; }
.nav-list a, .nav-actions a { font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-list .is-current a, .nav-list .nav-current a { color: var(--red); }
.nav-actions { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 14px; }
.nav-search { color: var(--navy); font-size: 1.65rem !important; line-height: 1; }
.nav-subscribe, .button { display: inline-flex; align-items: center; justify-content: center; background: var(--navy); color: #fff !important; padding: 11px 17px; border-radius: 1px; font-weight: 800; }
.nav-subscribe:hover { background: var(--red); }
.mobile-menu-toggle { display: none; background: none; border: 0; padding: 10px 0; font-weight: 800; color: var(--navy); }

/* Layout */
.three-column-layout { width: min(1314px, calc(100% - 36px)); margin: 20px auto 54px; display: grid; grid-template-columns: minmax(0,300px) minmax(0,650px) minmax(0,300px); gap: 32px; align-items: start; }
.feed-column, .article-column, .sidebar { min-width: 0; }

/* Homepage Feed */
.the-feed-layout .the-feed-column {
    min-width: 0;
    border-top: 4px solid var(--navy);
}
.the-feed-layout .the-feed-header {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9a49c;
}
.the-feed-layout .the-feed-header h1 {
    margin: 0;
    color: var(--red);
    font: 800 .72rem/1 var(--sans);
    letter-spacing: .12em;
}
.the-feed-layout .the-feed-links {
    padding-top: 5px;
}
.the-feed-layout .the-feed-link {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 5px 0 4px;
    color: #242424;
    font: 600 1rem/1.28 var(--sans);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}
.the-feed-layout a.the-feed-link:hover { filter: brightness(.72); }
.the-feed-layout .the-feed-link.is-red { color: #dd3333; }
.the-feed-layout .the-feed-link.is-green { color: #36af44; }
.the-feed-layout .the-feed-link.is-purple { color: #8224e3; }
.the-feed-layout .the-feed-link.is-pink { color: #ff289b; }
.the-feed-layout .the-feed-link.is-orange { color: #B54708; }
.the-feed-layout .the-feed-link.is-italics { font-style: italic; }
.the-feed-layout .the-feed-link:visited { color: #1e73be; }
.the-feed-empty { margin: 18px 0; color: var(--muted); font: .95rem/1.45 var(--serif); }

/* Article index and Briefly */
.article-list-section,
.briefly-module,
.features-sidebar {
    border-top: 4px solid var(--navy);
}
.article-list-header,
.briefly-header,
.features-header {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9a49c;
    margin-bottom: 12px;
}
.article-list-header h1,
.briefly-header h2,
.features-header h2 {
    margin: 0;
    color: var(--red);
    font: 800 .72rem/1 var(--sans);
    letter-spacing: .12em;
}
.sidebar-features-section {
    margin-top: 8px;
    border-top: 4px solid var(--navy);
}
.briefly-list {
    margin-top: -1px;
}
.briefly-item {
    padding: 11px 0 12px;
    border-bottom: 1px solid var(--line);
}
.briefly-time {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font: 700 .66rem/1 var(--sans);
    letter-spacing: .06em;
    text-transform: uppercase;
}
.briefly-link {
    display: block;
    color: var(--ink);
    font: 600 .94rem/1.28 var(--sans);
    text-decoration: none;
}
a.briefly-link:hover { color: var(--red); }
.briefly-link.is-red { color: #dd3333; }
.briefly-link.is-green { color: #36af44; }
.briefly-link.is-purple { color: #8224e3; }
.briefly-link.is-pink { color: #ff289b; }
.briefly-link.is-orange { color: #B54708; }
.briefly-link.is-italics { font-style: italic; }
.briefly-view-all {
    display: inline-block;
    margin-top: 15px;
    color: var(--red);
    font: 800 .68rem/1.2 var(--sans);
    letter-spacing: .08em;
}
.briefly-view-all:hover { color: var(--navy); }
.briefly-inline { display: none; }

/* Sidebars */
.sidebar-module { margin-bottom: 16px; overflow: hidden; }
.editorial-box, .sidebar-module-content { border: 1px solid var(--line); background: #fff; padding: 20px; }
.sidebar-module-content > :first-child { margin-top: 0; }
.sidebar-module-content > :last-child { margin-bottom: 0; }
.sidebar-module h1, .sidebar-module h2, .sidebar-module h3 { margin: 0 0 10px; color: var(--navy); font: 700 1rem/1.15 var(--serif); text-transform: uppercase; letter-spacing: .02em; }
.sidebar-module p { margin: 0 0 12px; font: .91rem/1.48 var(--serif); }
.sidebar-module img, .sidebar-module .kg-image-card img { width: 100%; }
.sidebar-module .kg-card { margin: 0 0 14px; }
.sidebar-module-left-1 .sidebar-module-content {
    padding: 0;
    border: 0;
    background: transparent;
}
.sidebar-module-left-1 .sidebar-module-content > h1,
.sidebar-module-left-1 .sidebar-module-content > h2,
.sidebar-module-left-1 .sidebar-module-content > h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font: 600 1.8rem/1.04 var(--headline);
    text-transform: none;
    letter-spacing: -.025em;
}
.sidebar-module-left-1 .sidebar-module-content > p {
    margin: 0 0 14px;
    color: var(--ink);
    font: 1rem/1.45 var(--serif);
}
.sidebar-module-left-1 .kg-card {
    width: 100%;
    margin: 20px 0 0;
}
.sidebar-module-left-1 .kg-image-card img {
    display: block;
    width: 100%;
}
.sidebar-archive-card { cursor: pointer; }
.most-read {
    border-top: 4px solid var(--navy);
}
.most-read-header {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9a49c;
}
.most-read-header h2 {
    margin: 0;
    color: var(--red);
    font: 800 .72rem/1 var(--sans);
    letter-spacing: .12em;
}
.most-read-content > :first-child { margin-top: 0; }
.most-read-content > :last-child { margin-bottom: 0; }
.most-read-content {
    counter-reset: most-read-bookmark;
}

/* Ghost bookmark cards rendered as the original text-only ranked list. */
.most-read-content .kg-bookmark-card {
    counter-increment: most-read-bookmark;
    margin: 0;
    background: transparent;
}
.most-read-content .kg-bookmark-card:nth-of-type(n+21) {
    display: none;
}
.most-read-content .kg-bookmark-card .kg-bookmark-container {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    margin: 0;
    padding: 13px 6px 14px;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
}
.most-read-content .kg-bookmark-card .kg-bookmark-container::before {
    content: counter(most-read-bookmark);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 47px;
    padding-bottom: 8px;
    color: var(--navy);
    background: linear-gradient(var(--red), var(--red)) left bottom / 24px 1px no-repeat;
    font: 400 2.5rem/1 Georgia, "Times New Roman", serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    letter-spacing: 0;
}
.most-read-content .kg-bookmark-card:nth-of-type(n+3) .kg-bookmark-container::before {
    font-size: 2.2rem;
}
.most-read-content .kg-bookmark-card .kg-bookmark-thumbnail {
    display: none;
}
.most-read-content .kg-bookmark-card .kg-bookmark-content {
    grid-column: 2;
    grid-row: 1;
    display: block;
    min-height: 0;
    padding: 0;
}
.most-read-content .kg-bookmark-card .kg-bookmark-title {
    display: block;
    color: var(--ink);
    font: 600 .95rem/1.22 var(--sans);
}
.most-read-content .kg-bookmark-card .kg-bookmark-description,
.most-read-content .kg-bookmark-card .kg-bookmark-metadata {
    display: none;
}
.most-read-content .kg-bookmark-card .kg-bookmark-container:hover .kg-bookmark-title { color: var(--red); }

/* Ordered-list format retained for pages created before bookmark support. */
.most-read-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: most-read;
}
.most-read-content li {
    counter-increment: most-read;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    margin: 0;
    padding: 13px 6px 14px;
    border-bottom: 1px solid var(--line);
}
.most-read-content li:nth-child(n+21) { display: none; }
.most-read-content li::before {
    content: counter(most-read);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 47px;
    margin: 0;
    padding-bottom: 8px;
    color: var(--navy);
    background: linear-gradient(var(--red), var(--red)) left bottom / 24px 1px no-repeat;
    font: 400 2.5rem/1 Georgia, "Times New Roman", serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    letter-spacing: 0;
}
.most-read-content li:nth-child(n+3)::before {
    font-size: 2.2rem;
}
.most-read-content li > * {
    grid-column: 2;
    grid-row: 1;
}
.most-read-content li > :first-child { margin-top: 0; }
.most-read-content li > :last-child { margin-bottom: 0; }
.most-read-content li p { margin: 0; }
.most-read-content li a {
    color: var(--ink);
    font: 600 .95rem/1.22 var(--sans);
    text-decoration: none;
}
.most-read-content li a:hover { color: var(--red); }
.sidebar-latest-sections { display: flex; flex-direction: column; gap: 16px; }
.sidebar-latest-card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}
.sidebar-latest-card.is-victory { background: var(--green); }
.sidebar-latest-image-link {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    aspect-ratio: var(--sidebar-image-ratio, 1 / 1);
    background: #eee;
}
.sidebar-latest-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-latest-content { padding: 15px 16px 17px; }
.sidebar-latest-section {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--red);
    font: 800 .65rem/1 var(--sans);
    letter-spacing: .1em;
}
.sidebar-latest-section:hover { color: var(--navy); }
.sidebar-latest-title {
    margin: 0;
    color: var(--ink);
    font: 600 1.08rem/1.15 var(--headline);
    text-transform: none;
    letter-spacing: 0;
}
.sidebar-latest-title a:hover { color: var(--red); }
.sidebar-latest-cta {
    display: inline-block;
    margin-top: 13px;
    color: var(--red);
    font: 800 .66rem/1.2 var(--sans);
    letter-spacing: .065em;
}
.sidebar-latest-cta:hover { color: var(--navy); }
.module-kicker { display: block; color: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.module-link { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.button-link { display: inline-block; margin-top: 4px; padding: 10px 16px; color: #fff !important; background: var(--red); }
.button-link.dark { background: var(--navy); }
.placeholder-art { display: flex; min-height: 220px; align-items: center; justify-content: center; margin: 0 0 14px; color: #fff; background: radial-gradient(circle at 75% 20%, #1c4c73 0, #082e55 37%, #03192d 100%); font: 800 3.1rem/.88 var(--sans); letter-spacing: -.06em; text-align: center; }
.about-box { border-top: 3px solid var(--navy); }
.signup-box { border-top: 3px solid var(--red); }
.sidebar-signup { display: grid; gap: 9px; }
.sidebar-signup input { width: 100%; padding: 11px 10px; border: 1px solid var(--line); background: #fff; }
.sidebar-signup button { padding: 11px 12px; border: 0; color: #fff; background: var(--navy); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.sidebar-signup button:hover { background: var(--red); }

/* Feed cards */
.post-card { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); background: #fff; border: 1px solid var(--line); margin-bottom: 8px; min-height: 218px; }
.post-card.no-image { grid-template-columns: 1fr; }
.post-card.is-pinned { background: var(--tfa-pinned, var(--cream)); }
.post-card.tag-victory-mt { background: var(--green); }
.post-card-image-link { min-height: 100%; overflow: hidden; background: #eee; }
.post-card-image { width: 100%; height: 100%; min-height: 218px; object-fit: cover; }
.post-card-content { padding: 19px 22px 17px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { display: inline-block; margin-bottom: 8px; color: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow[hidden] { display: none !important; }
.post-card-title { margin: 0 0 8px; color: var(--ink); font: 600 1.45rem/1.04 var(--headline); }
.post-card-title a:hover { color: var(--red); }
.post-card-excerpt { color: #2f2c29; font: .94rem/1.43 var(--serif); }
.post-card-excerpt p { margin: 0; }
.post-card-meta { display: flex; gap: 12px; margin-top: 13px; color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .05em; }

.archive-header { border-bottom: 2px solid var(--navy); margin-bottom: 16px; padding-bottom: 13px; }
.archive-header h1 { margin: 0; color: var(--navy); font: 600 2.1rem/1 var(--headline); text-align: center; }
.archive-header p { color: var(--muted); margin-bottom: 0; }

/* Keep tag/section archive cards neutral; color coding is reserved for the homepage. */
.tag-template .post-card,
.tag-template .post-card.is-pinned,
.tag-template .post-card.tag-victory-mt {
    background: #fff;
}
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pagination-side-right { text-align: right; }
.page-number { color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.mobile-modules { display: none; }

/* Article */
.article-column { background: #fff; border: 1px solid var(--line); padding: 35px 40px; }
.article-header h1 { margin: 0 0 14px; color: var(--ink); font: 600 clamp(2.05rem,4vw,3.25rem)/1.03 var(--headline); }
.article-deck { margin: 0 0 18px; color: #4d4841; font: 1.18rem/1.5 var(--serif); }
.article-meta { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }
.article-feature-image { margin: 25px -40px 27px; }
.article-feature-image img { width: 100%; max-height: 520px; object-fit: cover; }
.article-feature-image figcaption { padding: 8px 40px 0; color: var(--muted); font-size: .78rem; }
.gh-content { font: 1.08rem/1.72 var(--serif); }
.gh-content h2, .gh-content h3 { color: var(--navy); font-family: var(--headline); font-weight: 600; line-height: 1.12; margin-top: 1.8em; }
.gh-content a { color: var(--red); text-decoration: underline; }
.gh-content blockquote { border-left: 4px solid var(--red); margin-left: 0; padding-left: 22px; font-size: 1.2em; }

/* Social and third-party embeds */
.gh-content .kg-embed-card,
.sidebar-module-content .kg-embed-card {
    width: 100%;
    margin: 1.75rem auto;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.gh-content .kg-embed-card > iframe,
.sidebar-module-content .kg-embed-card > iframe {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto !important;
    border: 0;
}

/* Preserve the native 16:9 shape of YouTube players. */
.gh-content .kg-embed-card:has(iframe[src*="youtu"]) {
    display: block;
    width: 100%;
    max-width: 550px;
    aspect-ratio: 16 / 9;
    margin: 1.75rem auto;
}

.gh-content .kg-embed-card > iframe[src*="youtu"] {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
}

.gh-content .twitter-tweet,
.sidebar-module-content .twitter-tweet {
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto !important;
}

.gh-content .twitter-tweet-rendered,
.sidebar-module-content .twitter-tweet-rendered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.gh-content .kg-embed-card blockquote.twitter-tweet,
.sidebar-module-content .kg-embed-card blockquote.twitter-tweet {
    border-left: 0;
    padding-left: 0;
    font-size: 1rem;
}

/*
 * Reusable small article images.
 * Ghost's normal image width is centered at 460px; choosing wide or full in
 * the editor continues to use the full article-column width.
 */
.gh-content .kg-image-card:not(.kg-width-wide):not(.kg-width-full) {
    width: 100%;
    max-width: 460px;
    margin: 1.75rem auto;
}

.gh-content .kg-image-card:not(.kg-width-wide):not(.kg-width-full) .kg-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Per-image width controls activated by [size:25], [size:50], [size:75], or [size:100] in a caption. */
.gh-content .kg-image-card.tfa-image-size-25,
.gh-content .kg-image-card.tfa-image-size-50,
.gh-content .kg-image-card.tfa-image-size-75,
.gh-content .kg-image-card.tfa-image-size-100 {
    max-width: none;
    margin: 1.75rem auto;
}

.gh-content .kg-image-card.tfa-image-size-25 { width: 25%; }
.gh-content .kg-image-card.tfa-image-size-50 { width: 50%; }
.gh-content .kg-image-card.tfa-image-size-75 { width: 75%; }
.gh-content .kg-image-card.tfa-image-size-100 { width: 100%; }

.gh-content .kg-image-card[class*="tfa-image-size-"] .kg-image {
    display: block;
    width: 100%;
    height: auto;
}

.gh-content .kg-width-wide, .gh-content .kg-width-full { width: 100%; margin-left: 0; margin-right: 0; }
.inline-signup { margin: 42px 0 28px; padding: 26px; background: var(--cream); border: 1px solid var(--line); text-align: center; }
.inline-signup h2 { margin: 0 0 8px; color: var(--navy); font-family: var(--headline); font-weight: 600; }
.inline-signup p { margin: 0 auto 16px; max-width: 490px; }
.article-banner { margin: 28px 0; }
.article-latest-feed { border-top: 2px solid var(--navy); padding-top: 16px; margin-top: 34px; }
.article-latest-feed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 9px;
}
.article-latest-feed-header h2 {
    margin: 0;
    color: var(--red);
    font: 800 .72rem/1 var(--sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}
.article-latest-feed-header a {
    color: var(--navy);
    font: 800 .68rem/1 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}
.article-latest-feed-header a:hover { color: var(--red); }
.article-latest-feed-links { display: grid; }
.article-latest-feed-link {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 4px 0;
    color: #242424;
    font: 600 .96rem/1.28 var(--sans);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}
.article-latest-feed-link:nth-child(n+6) { display: none; }
.article-latest-feed a.article-latest-feed-link:hover { filter: brightness(.72); }
.article-latest-feed-link.is-red { color: #dd3333; }
.article-latest-feed-link.is-green { color: #36af44; }
.article-latest-feed-link.is-purple { color: #8224e3; }
.article-latest-feed-link.is-pink { color: #ff289b; }
.article-latest-feed-link.is-orange { color: #B54708; }
.article-latest-feed-link.is-italics { font-style: italic; }
.article-latest-feed-link:visited { color: #1e73be; }
.related-posts { border-top: 2px solid var(--navy); padding-top: 16px; margin-top: 34px; }
.article-latest-feed + .related-posts { margin-top: 28px; }
.related-posts > h2 { color: var(--navy); font: 600 1.55rem/1 var(--headline); }
.related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.related-card img { aspect-ratio: 16/9; object-fit: cover; }
.related-card h3 { margin: 8px 0 0; font: 600 1rem/1.18 var(--headline); }
.comments-section { margin-top: 38px; }

/* Footer styles are in assets/css/footer.css */
.error-page { max-width: 650px; margin: 90px auto; text-align: center; padding: 0 20px; }
.error-page h1 { font: 600 3rem/1 var(--headline); }

@media (max-width: 1360px) {
    .three-column-layout { width: calc(100% - 28px); grid-template-columns: minmax(0,280px) minmax(0,650px) minmax(0,280px); gap: 22px; }
    .nav-bar { padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 1180px) {
    .masthead-grid { grid-template-columns: minmax(90px,1fr) auto minmax(90px,1fr); }
    .three-column-layout { grid-template-columns: minmax(0,260px) minmax(0,650px); max-width: 934px; }
    .sidebar-right { display: none; }
    .briefly-inline {
        display: block;
        margin: 18px 0;
    }
    .briefly-inline .briefly-item:nth-child(n+13) { display: none; }
    .masthead-name { letter-spacing: .1em; }
}

@media (max-width: 900px) {
    .masthead-grid:not(.show-mobile-artwork) .masthead-artwork { display: none; }
    .masthead-grid { grid-template-columns: 1fr; }
    .masthead, .masthead-ornament { grid-column: 1; }
    .three-column-layout { display: block; width: min(680px, calc(100% - 28px)); }
    .sidebar { display: none; }
    .mobile-modules { display: block; }
    .nav-bar { flex-wrap: wrap; justify-content: space-between; padding-left: 14px; padding-right: 14px; }
    .mobile-menu-toggle { display: block; }
    .primary-nav { display: none; width: 100%; order: 3; padding: 8px 0 14px; }
    .primary-nav.is-open { display: block; }
    .nav-list { display: block; }
    .nav-list li { margin: 9px 0; }
    .nav-actions { position: static; transform: none; margin-left: auto; }
    .masthead-the { font-size: min(var(--masthead-the-size, 41px), 1.8rem); transform: none; }
    .masthead-name { font-size: min(var(--masthead-name-size, 82px), 3.6rem); letter-spacing: .08em; }
    .masthead-initial { font-size: min(var(--masthead-initial-size, 102px), 4.35rem); }
}

@media (max-width: 680px) {
    .masthead-wrap { padding: 18px 12px 12px; }
    .masthead-line { gap: 9px; }
    .masthead-the { font-size: min(var(--masthead-the-size, 41px), 1.25rem); transform: none; }
    .masthead-name { font-size: min(var(--masthead-name-size, 82px), 2.5rem); letter-spacing: .05em; }
    .masthead-initial { font-size: min(var(--masthead-initial-size, 102px), 3rem); }
    .masthead-ornament { width: min(300px, 68vw); margin-top: 11px; }
    .masthead-ornament-star { padding: 0 10px; font-size: .78rem; }
    .nav-subscribe { display: none; }
    .post-card { display: flex; flex-direction: column; min-height: 0; }
    .post-card-image-link { order: 1; aspect-ratio: 16/9; min-height: 0; }
    .post-card-image-link.is-contained-image { background: #f3f0ea; }
    .post-card-content { order: 2; padding: 19px; }
    .post-card-image { min-height: 0; aspect-ratio: 16/9; }
    .post-card-image-link.is-contained-image .post-card-image { object-fit: contain; }
    .post-card-title { font-size: 1.42rem; }
    .article-column { padding: 26px 21px; }
    .article-feature-image { margin-left: -21px; margin-right: -21px; }
    .article-feature-image figcaption { padding-left: 21px; padding-right: 21px; }
    .article-latest-feed-link { padding: 5px 0; font-size: 1rem; }
    .related-grid { grid-template-columns: 1fr; }
    .pagination { grid-template-columns: 1fr 1fr; gap: 12px; }
    .page-number { grid-column: 1/-1; grid-row: 1; text-align: center; }
    .the-feed-layout .the-feed-link { padding: 6px 0 5px; font-size: 1.06rem; }
}
