/*
 * Category page styles — prefix: cat- / art-row / feat- / subcols / cols-strip
 */

/* ── Wrapper ─────────────────────────────────────────────────────────────── */
#page-category .wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 38px;
}

/* ── CSS variables (shared root vars assumed from style.css) ─────────────── */
#page-category {
    --red: #DE1C22;
    --red-dark: #B20108;
    --red-deep: #520003;
    --ink: #1D0506;
    --ink-2: #030813;
    --gm: #737373;
    --g-1: #5C5C5C;
    --g-2: #A8A8A8;
    --g-3: #DFDFDF;
    --g-4: #EDEDED;
    --cream: #FBF7F3;
    --serif: 'Playfair Display', Georgia, serif;
    --body: 'EB Garamond', Georgia, serif;
    --sans: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

/* ── Breadcrumb ─────────────────────────────────────────────────────────── */
.cat-bc {
    background: var(--cream);
    border-bottom: 1px solid var(--g-3);
    padding: 12px 0;
}
.cat-bc-in {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--gm);
}
.cat-bc-in a {
    color: var(--gm);
    transition: color .15s;
}
.cat-bc-in a:hover { color: var(--red); }
.cat-bc-sep { color: var(--g-2); }

/* ── Category hero ─────────────────────────────────────────────────────── */
.cat-hero {
    padding: 56px 0 36px;
    position: relative;
    overflow: hidden;
}
.cat-hero-in {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
}
.cat-eye { margin-bottom: 16px; }
.cat-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cat-eyebrow::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: var(--red);
}
.cat-title {
    font-family: var(--serif);
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--ink);
    margin-bottom: 14px;
}
.cat-title em {
    font-style: italic;
    color: var(--red);
    font-weight: 600;
}
.cat-desc {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--g-1);
    line-height: 1.55;
    max-width: 580px;
}
.cat-stats {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    padding-bottom: 6px;
    flex-shrink: 0;
}
.cat-stat { text-align: right; }
.cat-stat-n {
    font-family: var(--serif);
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -.02em;
    margin-bottom: 6px;
}
.cat-stat-n sup {
    font-size: 18px;
    color: var(--red);
    top: -1.4em;
    font-weight: 500;
    margin-left: 1px;
}
.cat-stat-l {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gm);
}

/* ── Sub-columns dark bar ─────────────────────────────────────────────── */
.cat-subcols {
    padding: 0 38px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cat-subcols-in {
    background: var(--ink);
    border-radius: 12px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-subcol-tab {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .55);
    padding: 18px 18px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .15s, border-color .15s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.cat-subcol-tab:hover { color: rgba(255, 255, 255, .9); }
.cat-subcol-tab.active {
    color: #fff;
    border-bottom-color: var(--red);
    font-weight: 600;
}
.cat-subcol-tab .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    opacity: 0;
    transition: opacity .2s;
}
.cat-subcol-tab.active .dot { opacity: 1; }
.cat-subcol-tab .num {
    font-size: 10px;
    color: rgba(255, 255, 255, .35);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}
.cat-subcol-tab.active .num { color: rgba(255, 255, 255, .6); }

/* ── Featured hero article ──────────────────────────────────────────────── */
.cat-feat-strip { padding: 36px 0 12px; }
.cat-feat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
}
.cat-feat-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gm);
    letter-spacing: .06em;
}
.cat-feat-live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 0 rgba(222, 28, 34, .6);
    animation: cat-pulse 1.6s infinite;
}
@keyframes cat-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(222,28,34,.6); }
    70%  { box-shadow: 0 0 0 8px rgba(222,28,34,0); }
    100% { box-shadow: 0 0 0 0 rgba(222,28,34,0); }
}
.cat-feat-article {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    background: var(--ink);
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: transform .25s, box-shadow .25s;
    min-height: 380px;
    text-decoration: none;
}
.cat-feat-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 60px -25px rgba(29, 5, 6, .45);
}
.cat-feat-body {
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.cat-feat-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(500px 250px at 0% 0%, rgba(222,28,34,.22), transparent 60%);
    pointer-events: none;
}
.cat-feat-tag-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}
.cat-feat-pill {
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cat-feat-pill::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}
.cat-feat-col-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .65);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cat-feat-col-tag::before {
    content: "";
    width: 14px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
}
.cat-feat-title {
    font-family: var(--serif);
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.015em;
    margin-bottom: 18px;
    position: relative;
}
.cat-feat-deck {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 520px;
    position: relative;
}
.cat-feat-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    position: relative;
    flex-wrap: wrap;
}
.cat-feat-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .2);
}
.cat-feat-author {
    color: #fff;
    font-weight: 500;
}
.cat-feat-meta .sep {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: inline-block;
}
.cat-feat-img {
    position: relative;
    background: var(--red-deep);
    overflow: hidden;
}
.cat-feat-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.cat-feat-article:hover .cat-feat-img img {
    transform: scale(1.04);
}

/* ── Columns strip ──────────────────────────────────────────────────────── */
.cat-cols-strip { padding: 64px 0 40px; }
.cat-cols-strip-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--ink);
    gap: 16px;
}
.cat-cols-strip-h {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
}
.cat-cols-h-title {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
    color: var(--ink);
}
.cat-cols-h-count {
    font-size: 12px;
    color: var(--gm);
    font-weight: 500;
}
.cat-cols-strip-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: .04em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.cat-cols-strip-link::after { content: "→"; transition: transform .2s; }
.cat-cols-strip-link:hover::after { transform: translateX(4px); }

.cat-cols-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.cat-col-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--g-3);
    border-radius: 12px;
    background: #fff;
    transition: border-color .15s, transform .15s, box-shadow .15s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.cat-col-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s;
}
.cat-col-card:hover {
    border-color: var(--ink);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -16px rgba(0, 0, 0, .12);
}
.cat-col-card:hover::before { transform: scaleX(1); }
.cat-col-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.cat-col-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--cream);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.02em;
    transition: background .15s, color .15s;
}
.cat-col-card:hover .cat-col-icon { background: var(--ink); color: #fff; }
.cat-col-card-eps {
    font-size: 11px;
    color: var(--gm);
    font-weight: 500;
}
.cat-col-card-name {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 3px;
    letter-spacing: -.005em;
    transition: color .15s;
}
.cat-col-card:hover .cat-col-card-name { color: var(--red); }
.cat-col-card-author {
    font-size: 12px;
    color: var(--g-1);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cat-col-card-author img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--g-4);
}
.cat-col-card-latest {
    font-size: 12px;
    color: var(--gm);
    border-top: 1px solid var(--g-3);
    padding-top: 12px;
    margin-top: auto;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.cat-col-card-latest-lbl {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--g-2);
}
.cat-col-card-latest-t {
    color: var(--ink);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Main layout ────────────────────────────────────────────────────────── */
.cat-main-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: start;
    padding: 24px 0 80px;
}

/* ── Section header ─────────────────────────────────────────────────────── */
.cat-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--ink);
    gap: 16px;
    flex-wrap: wrap;
}
.cat-sec-h {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
}
.cat-sec-h-title {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
    color: var(--ink);
}
.cat-sec-h-count {
    font-size: 12px;
    color: var(--gm);
    font-weight: 500;
}
.cat-sec-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--gm);
}
.cat-sort-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gm);
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cat-sort-select {
    font-family: inherit;
    font-size: 13px;
    color: var(--ink);
    border: 1px solid var(--g-3);
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    transition: border-color .15s;
}
.cat-sort-select:hover { border-color: var(--ink); }

/* ── Filter chips ───────────────────────────────────────────────────────── */
.cat-filter-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center;
}
.cat-chip-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gm);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-right: 4px;
}
.cat-chip {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid var(--g-3);
    color: var(--ink);
    cursor: pointer;
    transition: all .15s;
    background: #fff;
}
.cat-chip:hover { border-color: var(--ink); }
.cat-chip.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

/* ── Article rows ───────────────────────────────────────────────────────── */
.cat-art-list { display: flex; flex-direction: column; }
.art-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: start;
    transition: transform .15s;
    text-decoration: none;
    color: inherit;
}
.art-row:hover { transform: translateX(4px); }
.art-row:hover .art-row-title { color: var(--red); }
.art-row-img {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    background: var(--g-4);
    position: relative;
}
.art-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.art-row:hover .art-row-img img { transform: scale(1.05); }
.art-row-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.art-row-col {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.art-row-col::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--red);
}
.art-row-date { font-size: 12px; color: var(--gm); }
.art-row-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--ink);
    margin-bottom: 8px;
    transition: color .15s;
}
.art-row-deck {
    font-family: var(--body);
    font-size: 15px;
    color: var(--g-1);
    line-height: 1.55;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.art-row-by { font-size: 12px; color: var(--gm); }
.art-row-by strong { color: var(--ink); font-weight: 600; }
.art-row-by .sep { margin: 0 8px; color: var(--g-2); }

/* ── Pagination ─────────────────────────────────────────────────────────── */
.cat-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 48px 0 16px;
    flex-wrap: wrap;
}
.cat-pg-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--g-3);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    transition: all .15s;
    cursor: pointer;
    background: #fff;
    font-family: inherit;
}
.cat-pg-btn:hover { border-color: var(--ink); background: var(--cream); }
.cat-pg-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-pg-btn.arrow { color: var(--g-1); }
.cat-pg-btn:disabled { opacity: .4; cursor: default; }
.cat-pg-ellipsis { width: 30px; text-align: center; color: var(--gm); }
.cat-pg-info {
    font-size: 12px;
    color: var(--gm);
    margin-left: 14px;
    font-weight: 500;
}
#cat-articles-loading {
    text-align: center;
    padding: 32px 0;
    font-size: 14px;
    color: var(--gm);
    display: none;
}
#cat-articles-loading.active { display: block; }

/* ── Sidebar ─────────────────────────────────────────────────────────────── */
.cat-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 140px;
}
.cat-sb-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--g-3);
    background: #fff;
}
.cat-sb-card--cream {
    background: var(--cream);
    border: 0;
}
.cat-sb-card--ink {
    background: var(--ink);
    color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
}
.cat-sb-card--ink::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(300px 150px at 100% 0%, rgba(222,28,34,.3), transparent 60%);
    pointer-events: none;
}
.cat-sb-h {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gm);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.cat-sb-card--ink .cat-sb-h { color: rgba(255, 255, 255, .55); }
.cat-sb-h::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--red);
}

/* most-read list */
.cat-ra {
    display: grid;
    grid-template-columns: 24px 80px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--g-3);
    align-items: center;
    transition: padding .15s;
    text-decoration: none;
    color: inherit;
}
.cat-ra:last-child { border-bottom: 0; }
.cat-ra:hover { padding-left: 6px; }
.cat-ra:hover .cat-ra-title { color: var(--red); }
.cat-ra-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    line-height: 1;
    letter-spacing: -.02em;
}
.cat-ra-img {
    aspect-ratio: 1;
    border-radius: 6px;
    overflow: hidden;
    background: var(--g-4);
}
.cat-ra-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-ra-eye {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
}
.cat-ra-title {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
    transition: color .15s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* sidebar newsletter */
.cat-sbn { padding: 28px 24px; }
.cat-sbn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}
.cat-sbn-h {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin: 0 0 8px;
    position: relative;
}
.cat-sbn-p {
    font-family: var(--font-body, 'EB Garamond', Georgia, serif);
    font-size: 15px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.5;
    margin: 0 0 18px;
    position: relative;
}
.cat-sbn-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.cat-sbn-form input {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font: inherit;
    font-size: 13px;
    padding: 11px 13px;
    border-radius: var(--radius-btn);
    outline: none;
    transition: border-color .15s, background .15s;
}
.cat-sbn-form input::placeholder { color: rgba(255, 255, 255, .4); }
.cat-sbn-form input:focus { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .12); }
.cat-sbn-form button {
    background: var(--red);
    color: #fff;
    font-family: var(--serif);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .01em;
    padding: 11px;
    border-radius: var(--radius-btn);
    transition: background .15s;
}
.cat-sbn-form button:hover { background: var(--red-dark); }

/* related podcast */
.cat-sb-pod {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: center;
    padding-top: 4px;
    text-decoration: none;
    color: inherit;
}
.cat-sb-pod-cover {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--ink);
}
.cat-sb-pod-cover img { width: 100%; height: 100%; object-fit: cover; }
.cat-sb-pod-eye {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cat-sb-pod-eye::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
}
.cat-sb-pod-title {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 3px;
    transition: color .15s;
}
.cat-sb-pod:hover .cat-sb-pod-title { color: var(--red); }
.cat-sb-pod-meta { font-size: 11px; color: var(--gm); }

/* explore other sections */
.cat-sec-list { display: flex; flex-direction: column; }
.cat-sec-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--g-3);
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    transition: padding .15s;
    text-decoration: none;
}
.cat-sec-link:last-child { border-bottom: 0; }
.cat-sec-link:hover { padding-left: 6px; color: var(--red); }
.cat-sec-link .count { font-size: 11px; color: var(--gm); font-weight: 500; }
.cat-sec-link:hover .count { color: var(--red); }
