body.category {
    background: var(--home-paper) !important;
    color: var(--home-ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.category .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    background: transparent;
}

body.category a { color: inherit; text-decoration: none; }
body.category a:hover { text-decoration: none; }
body.category img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
body.category h1,
body.category h2,
body.category h3 { color: inherit; }

body.category .post-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-right: 36px;
    margin-left: auto;
}

body.category .post-nav a {
    position: relative;
    color: #c8c9c7;
    font-size: 12px;
    font-weight: 600;
}

body.category .post-nav a:hover,
body.category .post-nav a.active { color: var(--home-yellow-soft); }
body.category .post-nav a.active::after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    height: 1px;
    background: var(--home-yellow);
    content: "";
}

body.category .back-home {
    color: #8e9191;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body.category .back-home:hover { color: var(--home-yellow-soft); }
body.admin-bar.category #site-header.site-header { top: 32px; }

body.category main#main-content.category-page {
    min-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    background: var(--home-paper);
}
.category-masthead { padding-top: 44px; }
.category-masthead .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #969792;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.category-masthead .breadcrumbs a:hover { color: #80630e; }

.category-title-row {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    align-items: end;
    gap: 80px;
    padding: 63px 0 49px;
}
.category-overline {
    display: block;
    margin-bottom: 17px;
    color: #8a6b10;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.category-title-row h1 {
    margin: 0;
    font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
    font-size: clamp(66px, 10vw, 124px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .74;
    overflow-wrap: anywhere;
}
.category-description {
    max-width: 420px;
    margin: 0 0 3px;
    padding-left: 27px;
    border-left: 1px solid #c7c6c0;
    color: #707273;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.65;
}
.category-description p { margin: 0; }

.category-tabs {
    display: flex;
    align-items: center;
    gap: 34px;
    min-height: 58px;
    overflow-x: auto;
    border-top: 1px solid #cecdc7;
    border-bottom: 1px solid #cecdc7;
    scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs a {
    position: relative;
    flex: none;
    color: #777977;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.category-tabs a:hover,
.category-tabs a.active { color: #242728; }
.category-tabs a.active::after {
    position: absolute;
    right: 0;
    bottom: -21px;
    left: 0;
    height: 2px;
    background: var(--home-yellow);
    content: "";
}

.category-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
    gap: 28px;
    padding-top: 38px;
    padding-bottom: 96px;
}
.category-lead-solo { grid-template-columns: 1fr; }
.category-feature {
    position: relative;
    min-height: 535px;
    overflow: hidden;
    background: var(--home-ink);
    color: var(--home-white);
}
.category-feature > img,
.category-feature > .category-image-fallback {
    position: absolute;
    inset: 0;
    height: 100%;
    filter: saturate(.68);
    transition: transform .6s ease;
}
.category-feature:hover > img { transform: scale(1.02); }
.category-image-fallback {
    display: grid;
    place-items: center;
    min-height: 160px;
    background: #202428;
    color: #7e8285;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}
.category-feature-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(9, 10, 11, .1) 28%, rgba(9, 10, 11, .94));
}
.category-feature-copy {
    position: absolute;
    right: 37px;
    bottom: 34px;
    left: 37px;
    z-index: 1;
    display: block;
    max-width: 680px;
}
.category-feature-copy > span:first-child,
.category-secondary article div > span {
    color: var(--home-yellow-soft);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.category-feature-copy h2 {
    margin: 12px 0 15px;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: clamp(34px, 4.2vw, 53px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .98;
}
.category-feature-excerpt {
    display: block;
    max-width: 600px;
    margin: 0 0 18px;
    color: #bebfbd !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.6;
    text-transform: none !important;
}
.category-feature-copy small,
.category-secondary small {
    color: #858887;
    font-size: 8px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.category-secondary {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 25px;
}
.category-secondary-single { grid-template-rows: minmax(0, 1fr); }
.category-secondary article {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    border-bottom: 1px solid #cbc9c3;
}
.category-secondary article > a { min-height: 0; overflow: hidden; }
.category-secondary img { height: 100%; min-height: 160px; filter: saturate(.55); transition: transform .45s ease; }
.category-secondary article:hover img { transform: scale(1.025); }
.category-secondary article > div { padding: 14px 0 16px; }
.category-secondary article div > span { color: #80630e; }
.category-secondary h3 {
    margin: 8px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.13;
}

.category-feed { padding-bottom: 110px; }
.category-feed-paged { padding-top: 72px; }
.category-feed-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 27px;
    border-bottom: 1px solid #c9c8c3;
}
.category-feed-head > div { display: flex; align-items: flex-end; gap: 19px; }
.category-feed-head .section-index { color: #a5a49f; font-family: Georgia, serif; font-size: 11px; }
.category-feed-head h2 {
    margin: 0;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .9;
}
.category-feed-head > span {
    color: #91928e;
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 25px;
    padding-top: 34px;
}
.category-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.43;
    background: #d6d5d0;
}
.category-card-image img,
.category-card-image > .category-image-fallback { height: 100%; filter: saturate(.63); transition: transform .45s ease, filter .3s ease; }
.category-card:hover .category-card-image img { filter: saturate(.82); transform: scale(1.025); }
.category-card-image > span:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    background: var(--home-yellow);
    color: var(--home-ink);
    font-size: 16px;
}
.category-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    color: #91928e;
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.category-card-meta span { color: #80630e; font-weight: 800; }
.category-card h3 {
    margin: 13px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.13;
}
.category-card h3 a:hover { color: #80630e; }
.category-card p { margin: 0; color: #707273; font-size: 11px; line-height: 1.65; }

.category-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 78px;
}
.category-pagination .page-numbers {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid #cac9c3;
    background: transparent;
    color: #757774;
    font-size: 10px;
}
.category-pagination .page-numbers.current {
    border-color: var(--home-ink);
    background: var(--home-ink);
    color: var(--home-white);
}
.category-pagination a.page-numbers:hover { border-color: #8a6b10; color: #80630e; }
.category-pagination .dots { border-color: transparent; }
.category-pagination .disabled { opacity: .35; }
.category-empty { padding: 70px 0; color: #777a7c; text-align: center; }

.category-newsletter { padding: 74px 0; background: var(--home-yellow); color: var(--home-ink); }
.category-newsletter > .container { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.category-newsletter span { display: block; margin-bottom: 12px; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.category-newsletter h2 { margin: 0; font-family: "Iowan Old Style", Baskerville, Georgia, serif; font-size: 48px; font-weight: 400; letter-spacing: -.035em; line-height: .92; }
.category-newsletter p { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.category-newsletter a { display: inline-flex; padding-bottom: 6px; border-bottom: 1px solid var(--home-ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 900px) {
    .category-title-row { grid-template-columns: 1fr; gap: 34px; }
    .category-description { max-width: 600px; }
    .category-lead { grid-template-columns: 1fr; }
    .category-secondary { grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    body.category .post-nav { display: none; }
    body.category #site-header.site-header .header-inner { height: 70px; }
}

@media (max-width: 640px) {
    body.category .container { width: min(100% - 30px, 1240px); }
    body.category .edition-date { display: none; }
    body.admin-bar.category #site-header.site-header { top: 46px; }
    .category-masthead { padding-top: 27px; }
    .category-title-row { gap: 29px; padding: 42px 0 37px; }
    .category-title-row h1 { font-size: clamp(54px, 18vw, 72px); }
    .category-description { padding-left: 18px; font-size: 13px; }
    .category-tabs { gap: 24px; }
    .category-lead { padding-top: 15px; padding-bottom: 72px; }
    .category-feature { min-height: 500px; }
    .category-feature-copy { right: 22px; bottom: 24px; left: 22px; }
    .category-feature-copy h2 { font-size: 37px; }
    .category-secondary { grid-template-columns: 1fr; }
    .category-secondary article { grid-template-rows: auto; grid-template-columns: 120px minmax(0, 1fr); gap: 17px; padding-bottom: 20px; }
    .category-secondary img,
    .category-secondary .category-image-fallback { min-height: 110px; }
    .category-secondary article > div { padding: 4px 0; }
    .category-feed-head h2 { font-size: 37px; }
    .category-feed-head > span { display: none; }
    .category-grid { grid-template-columns: 1fr; gap: 45px; }
    .category-card h3 { font-size: 25px; }
    .category-pagination { margin-top: 55px; }
    .category-newsletter > .container { grid-template-columns: 1fr; gap: 38px; }
    .category-newsletter h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .category-feature > img,
    .category-secondary img,
    .category-card-image img { transition: none; }
}
