:root {
  --tc-red: #8b1e1e;
  --tc-red-dark: #681515;
  --tc-gold: #c6a15b;
  --tc-ivory: #f8f3ea;
  --tc-paper: #fffaf2;
  --tc-ink: #1d1d1d;
  --tc-muted: #6f665e;
  --tc-line: rgba(29, 29, 29, .12);
  --tc-shadow: 0 18px 55px rgba(52, 30, 20, .12);
  --tc-radius: 18px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--tc-ink);
  background: var(--tc-ivory);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tc-red); }
img { max-width: 100%; height: auto; display: block; }
.tc-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 250, 242, .92);
  border-bottom: 1px solid var(--tc-line);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 74px; }
.site-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .2px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--tc-red); color: #fff; font-weight: 800; }
.brand-text { font-size: 22px; font-family: Georgia, "Times New Roman", serif; }
.primary-nav { flex: 1; }
.primary-nav ul { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { font-size: 14px; font-weight: 650; color: #312821; }
.header-subscribe, .btn, .read-button, .culture-search-form button {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; font-weight: 800; cursor: pointer;
}
.header-subscribe { padding: 9px 16px; background: var(--tc-red); color: #fff; font-size: 13px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; }
.home-hero { position: relative; }
.hero-slide {
  min-height: 520px; display: flex; align-items: center; position: relative; overflow: hidden;
  background:
    linear-gradient(115deg, rgba(20,12,10,.74), rgba(80,20,18,.38), rgba(198,161,91,.18)),
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.28), transparent 22%),
    linear-gradient(135deg, #3d1512 0%, #9b2b23 34%, #d7b66d 100%);
}
.hero-slide:after {
  content: ""; position: absolute; inset: 0; opacity: .22;
  background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,.1) 25%, transparent 25%);
  background-size: 44px 44px;
}
.hero-content { position: relative; z-index: 2; color: #fff; padding: 60px 0 130px; }
.hero-kicker { color: #f5d28b; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.hero-content h1 { max-width: 720px; margin: 14px 0 16px; font: 800 clamp(38px, 6vw, 72px)/1.05 Georgia, "Times New Roman", serif; }
.hero-content p { max-width: 650px; margin: 0 0 28px; font-size: 18px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { padding: 12px 20px; }
.btn-primary { background: var(--tc-red); color: #fff; box-shadow: 0 12px 25px rgba(139,30,30,.24); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.culture-search-wrap { margin-top: -78px; position: relative; z-index: 5; }
.culture-search-card { background: #fff; border-radius: 20px; padding: 18px; box-shadow: var(--tc-shadow); border: 1px solid rgba(255,255,255,.55); }
.search-tabs, .feed-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.search-tabs button, .feed-tabs button, .feed-tabs a { border: 0; padding: 8px 14px; border-radius: 999px; background: #f4eee5; color: #4c4037; font-weight: 750; }
.search-tabs .is-active, .feed-tabs .is-active { background: var(--tc-red); color: #fff; }
.culture-search-form { display: flex; gap: 12px; margin-top: 14px; }
.culture-search-form input { flex: 1; border: 1px solid var(--tc-line); border-radius: 999px; padding: 15px 20px; font-size: 16px; outline: none; }
.culture-search-form button { padding: 0 28px; background: var(--tc-gold); color: #21170d; }
.section-shortcuts, .featured-guides, .latest-news, .editor-picks { padding: 54px 0; }
.section-heading span, .feed-header span, .seasonal-banner span, .archive-header span { color: var(--tc-red); text-transform: uppercase; font-size: 12px; letter-spacing: .1em; font-weight: 900; }
.section-heading h2, .feed-header h2, .seasonal-banner h2 { margin: 4px 0 24px; font: 800 34px/1.2 Georgia, "Times New Roman", serif; }
.row-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.row-heading > a { color: var(--tc-red); font-weight: 800; }
.shortcut-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.shortcut-card { min-height: 190px; padding: 18px; background: #fff; border: 1px solid var(--tc-line); border-radius: var(--tc-radius); transition: transform .2s ease, box-shadow .2s ease; }
.shortcut-card:hover { transform: translateY(-4px); box-shadow: var(--tc-shadow); color: inherit; }
.shortcut-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 14px; background: var(--tc-ivory); color: var(--tc-red); font-weight: 900; }
.shortcut-card strong { display: block; line-height: 1.18; margin-bottom: 9px; }
.shortcut-card p { margin: 0; color: var(--tc-muted); font-size: 13px; line-height: 1.45; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: #fff; border-radius: var(--tc-radius); overflow: hidden; border: 1px solid var(--tc-line); box-shadow: 0 10px 28px rgba(40,20,12,.06); }
.feature-image { height: 210px; background: linear-gradient(135deg, #8b1e1e, #d7b66d); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-body { padding: 20px; }
.card-category { display: inline-flex; color: var(--tc-red); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.feature-body h3, .list-content h3 { margin: 8px 0; line-height: 1.25; }
.feature-body h3 { font-size: 22px; }
.feature-body p, .list-content p { color: var(--tc-muted); margin: 0; }
.content-hub-layout { display: grid; grid-template-columns: 230px minmax(0,1fr) 260px; gap: 24px; align-items: start; }
.feed-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.article-list-card { display: grid; grid-template-columns: 210px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 16px; margin-bottom: 16px; background: #fff; border: 1px solid var(--tc-line); border-radius: var(--tc-radius); }
.list-thumb { min-height: 135px; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #efe1cc, #b14235); }
.list-thumb img { width: 100%; height: 135px; object-fit: cover; }
.list-content h3 { font-size: 21px; }
.list-meta { margin-top: 10px; color: #8b8178; font-size: 13px; }
.read-button { padding: 9px 15px; background: #f2e3cb; color: var(--tc-red); white-space: nowrap; }
.sidebar-box { background: #fff; border: 1px solid var(--tc-line); border-radius: var(--tc-radius); padding: 18px; margin-bottom: 16px; }
.sidebar-box h3 { margin: 0 0 10px; font-size: 18px; }
.sidebar-link-list { list-style: none; margin: 0; padding: 0; }
.sidebar-link-list li { border-top: 1px solid var(--tc-line); }
.sidebar-link-list li:first-child { border-top: 0; }
.sidebar-link-list a { display: block; padding: 10px 0; font-weight: 700; }
.muted-box { background: #fff8eb; }
.cta-box { background: var(--tc-red); color: #fff; }
.cta-box p { color: rgba(255,255,255,.82); }
.cta-box .btn-primary { background: #fff; color: var(--tc-red); box-shadow: none; }
.notice-box { background: #fbf6ee; }
.seasonal-banner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 34px; border-radius: 24px; background: linear-gradient(135deg, #fff, #f5e7d2); border: 1px solid var(--tc-line); }
.seasonal-banner p { max-width: 720px; margin: 0; color: var(--tc-muted); }
.site-footer { margin-top: 70px; padding: 54px 0 22px; background: #201917; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.2fr; gap: 32px; }
.footer-brand { color: #fff; font: 800 28px Georgia, "Times New Roman", serif; }
.site-footer h3 { color: #fff; margin-top: 0; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { min-width: 0; flex: 1; border: 0; border-radius: 999px; padding: 11px 14px; }
.newsletter-form button { border: 0; border-radius: 999px; padding: 11px 14px; background: var(--tc-gold); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.article-page, .archive-page, .main-layout { padding: 46px 0; }
.single-article { max-width: 860px; margin: 0 auto; }
.article-header h1 { font: 800 clamp(34px,5vw,56px)/1.08 Georgia, "Times New Roman", serif; margin: 10px 0 14px; }
.article-meta, .article-breadcrumb { color: var(--tc-muted); font-size: 14px; }
.article-featured-image { margin: 28px 0; border-radius: 24px; overflow: hidden; }
.article-content { font-size: 18px; background: #fff; padding: 34px; border-radius: 24px; border: 1px solid var(--tc-line); }
.archive-header { margin-bottom: 28px; }
.archive-header h1 { font: 800 42px Georgia, "Times New Roman", serif; margin: 4px 0; }
.category-hub-page { padding: 38px 0 10px; }
.category-hero {
  display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 28px; align-items: stretch;
  margin-bottom: 22px; padding: 34px; border-radius: 28px; color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(255,255,255,.24), transparent 22%),
    linear-gradient(135deg, #5f1514 0%, #8b1e1e 48%, #c6a15b 100%);
  box-shadow: var(--tc-shadow); overflow: hidden;
}
.category-kicker { color: #f6d799; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 900; }
.category-hero h1 { max-width: 760px; margin: 8px 0 12px; font: 800 clamp(36px,5vw,62px)/1.06 Georgia, "Times New Roman", serif; }
.category-description { max-width: 760px; color: rgba(255,255,255,.9); font-size: 17px; }
.category-description p { margin: 0; }
.category-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.category-stats span { padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); font-size: 13px; font-weight: 800; }
.category-hero-card { align-self: end; padding: 22px; border-radius: 22px; background: rgba(255,250,242,.94); color: var(--tc-ink); }
.category-hero-card span { color: var(--tc-red); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.category-hero-card strong { display: block; margin: 7px 0 18px; font: 800 22px/1.18 Georgia, "Times New Roman", serif; }
.category-topic-nav { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 24px; }
.category-topic-nav a { padding: 9px 14px; border: 1px solid var(--tc-line); border-radius: 999px; background: #fff; color: #3f342d; font-size: 13px; font-weight: 850; }
.category-topic-nav a.is-current, .category-topic-nav a:hover { background: var(--tc-red); border-color: var(--tc-red); color: #fff; }
.category-hub-layout { display: grid; grid-template-columns: 230px minmax(0,1fr) 260px; gap: 24px; align-items: start; }
.category-main-feed { min-width: 0; }
.category-featured-story { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 22px; margin-bottom: 24px; padding: 18px; background: #fff; border: 1px solid var(--tc-line); border-radius: 24px; box-shadow: 0 10px 28px rgba(40,20,12,.06); }
.category-featured-thumb { min-height: 220px; border-radius: 18px; overflow: hidden; background: linear-gradient(135deg, #efe1cc, #b14235); }
.category-featured-thumb img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.category-featured-body h2 { margin: 8px 0 10px; font: 800 30px/1.18 Georgia, "Times New Roman", serif; }
.category-featured-body p { margin: 0 0 14px; color: var(--tc-muted); }
.category-feed-header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 6px 0 16px; }
.category-feed-header span { color: var(--tc-red); text-transform: uppercase; font-size: 12px; letter-spacing: .1em; font-weight: 900; }
.category-feed-header h2 { margin: 4px 0 0; font: 800 32px/1.18 Georgia, "Times New Roman", serif; }
.tc-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 24px; }
.tc-pagination .page-numbers { min-width: 38px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--tc-line); color: #4c4037; font-weight: 800; text-align: center; }
.tc-pagination .page-numbers.current, .tc-pagination a.page-numbers:hover { background: var(--tc-red); border-color: var(--tc-red); color: #fff; }
.empty-feed-card { padding: 34px; background: #fff; border: 1px solid var(--tc-line); border-radius: 24px; }
.empty-feed-card h2 { margin-top: 0; font: 800 30px Georgia, "Times New Roman", serif; }
@media (max-width: 1080px) {
  .shortcut-grid { grid-template-columns: repeat(3, 1fr); }
  .content-hub-layout, .category-hub-layout { grid-template-columns: 1fr; }
  .hub-sidebar, .category-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .sidebar-box { margin-bottom: 0; }
  .category-hero { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .header-inner { height: auto; min-height: 66px; flex-wrap: wrap; padding: 12px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-subscribe { display: none; }
  .primary-nav { display: none; width: 100%; order: 5; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 8px; justify-content: stretch; }
  .primary-nav a { display: block; padding: 9px 0; }
  .hero-slide { min-height: 470px; }
  .hero-content { padding-bottom: 118px; }
  .culture-search-form { flex-direction: column; }
  .culture-search-form button { padding: 14px 18px; }
  .shortcut-grid, .featured-grid, .footer-grid, .hub-sidebar, .category-sidebar, .category-featured-story { grid-template-columns: 1fr; }
  .category-hero { padding: 24px; border-radius: 22px; }
  .article-list-card { grid-template-columns: 1fr; }
  .list-thumb img { height: 190px; }
  .read-button { justify-self: start; }
  .feed-header, .row-heading, .seasonal-banner, .footer-bottom, .category-feed-header { flex-direction: column; align-items: start; }
  .article-content { padding: 22px; font-size: 16px; }
}

/* Category channel page: two-column news layout inspired by classic portal channels */
.category-channel-page { padding: 34px 0 12px; }
.category-channel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: end;
  padding: 28px 0 20px;
  border-bottom: 3px solid var(--tc-red);
}
.category-channel-head h1 {
  margin: 6px 0 8px;
  font: 800 clamp(34px, 5vw, 54px)/1.08 Georgia, "Times New Roman", serif;
}
.category-channel-head .category-description { max-width: 780px; color: var(--tc-muted); font-size: 16px; }
.category-channel-meta {
  justify-self: end;
  min-width: 138px;
  padding: 18px 14px;
  text-align: center;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--tc-line);
  box-shadow: 0 8px 20px rgba(40,20,12,.05);
}
.category-channel-meta strong { display: block; color: var(--tc-red); font-size: 34px; line-height: 1; }
.category-channel-meta span { color: var(--tc-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.category-channel-nav { margin: 18px 0 26px; }
.category-channel-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 330px;
  gap: 34px;
  align-items: start;
}
.category-channel-main,
.category-channel-side { min-width: 0; }
.category-channel-lead {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tc-line);
}
.category-channel-lead-thumb {
  min-height: 235px;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #efe1cc, #b14235);
}
.category-channel-lead-thumb img { width: 100%; height: 235px; object-fit: cover; }
.category-channel-lead-body { align-self: center; }
.category-channel-lead-body h2 {
  margin: 8px 0 10px;
  font: 800 32px/1.18 Georgia, "Times New Roman", serif;
}
.category-channel-lead-body p { margin: 0 0 12px; color: var(--tc-muted); }
.channel-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8c9b7;
}
.channel-section-title h2 { margin: 0; font: 800 26px Georgia, "Times New Roman", serif; }
.channel-section-title span { color: var(--tc-muted); font-size: 13px; }
.category-channel-list { background: #fffaf2; }
.channel-news-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--tc-line);
}
.channel-news-thumb {
  height: 126px;
  overflow: hidden;
  border-radius: 3px;
  background: linear-gradient(135deg, #eadcc9, #b14235);
}
.channel-news-thumb img { width: 100%; height: 126px; object-fit: cover; }
.channel-news-body h3 { margin: 5px 0 7px; font-size: 22px; line-height: 1.26; }
.channel-news-body p { margin: 0; color: var(--tc-muted); font-size: 15px; line-height: 1.55; }
.category-channel-side { position: sticky; top: 94px; }
.channel-side-card {
  margin-bottom: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--tc-line);
  border-top: 3px solid var(--tc-red);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(40,20,12,.05);
}
.channel-side-title span {
  color: var(--tc-red);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 900;
}
.channel-side-title h3 { margin: 2px 0 12px; font-size: 20px; }
.channel-rank-list { margin: 0; padding: 0; list-style: none; counter-reset: rank; }
.channel-rank-list li {
  counter-increment: rank;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  padding: 11px 0;
  border-top: 1px solid var(--tc-line);
  line-height: 1.35;
}
.channel-rank-list li:first-child { border-top: 0; }
.channel-rank-list li:before {
  content: counter(rank);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0e0c8;
  color: var(--tc-red);
  font-weight: 900;
  font-size: 12px;
}
.channel-rank-list li:nth-child(-n+3):before { background: var(--tc-red); color: #fff; }
.channel-rank-list a { font-weight: 750; }
.channel-topic-list { display: grid; gap: 8px; }
.channel-topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--tc-line);
  color: #3f342d;
  font-weight: 750;
}
.channel-topic-list a:after { content: "›"; color: var(--tc-red); font-weight: 900; }
.channel-topic-list a.is-current { color: var(--tc-red); }
.side-muted { color: var(--tc-muted); margin: 0; }
@media (max-width: 1080px) {
  .category-channel-layout { grid-template-columns: 1fr; }
  .category-channel-side { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .category-channel-side .sidebar-box { margin-bottom: 0; }
}
@media (max-width: 780px) {
  .category-channel-head { grid-template-columns: 1fr; }
  .category-channel-meta { justify-self: stretch; }
  .category-channel-lead,
  .channel-news-row,
  .category-channel-side { grid-template-columns: 1fr; }
  .category-channel-lead-thumb,
  .category-channel-lead-thumb img { min-height: 210px; height: 210px; }
  .channel-news-thumb,
  .channel-news-thumb img { height: 190px; }
  .channel-section-title { align-items: flex-start; flex-direction: column; }
}

/* Local-only refinement: portal-style category channel polish */
.category-channel-page { width: min(1180px, calc(100% - 32px)); }
.category-channel-head {
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,250,242,0));
}
.category-channel-head .category-kicker { color: var(--tc-red); }
.category-channel-head .category-description { color: #5f544b; }
.category-channel-nav {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139,30,30,.18);
}
.channel-kicker-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: -6px 0 24px;
  border: 1px solid var(--tc-line);
  border-left: 0;
  background: #fff;
}
.channel-kicker-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  border-left: 1px solid var(--tc-line);
  color: #5a4b40;
  font-size: 13px;
  font-weight: 850;
}
.channel-kicker-strip span:first-child { color: var(--tc-red); }
.category-channel-layout { grid-template-columns: minmax(0, 790px) 320px; }
.category-channel-lead {
  background: #fff;
  padding: 16px;
  border: 1px solid var(--tc-line);
  border-top: 3px solid var(--tc-red);
  box-shadow: 0 10px 26px rgba(40,20,12,.05);
}
.category-channel-lead-thumb,
.channel-news-thumb { position: relative; }
.category-channel-lead-thumb:empty:before,
.channel-news-thumb:empty:before,
.channel-placeholder-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 25%, rgba(255,255,255,.42), transparent 20%),
    linear-gradient(135deg, #781b1a 0%, #b73a2e 48%, #d8b86e 100%);
}
.category-channel-lead-thumb:empty:after,
.channel-placeholder-art:after {
  content: "TodayChinese";
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: rgba(255,255,255,.88);
  font: 800 24px Georgia, "Times New Roman", serif;
}
.channel-empty-lead .category-channel-lead-body h2 { color: #2b211b; }
.channel-section-title {
  margin-top: 22px;
  border-top: 2px solid #2b211b;
  border-bottom: 1px solid var(--tc-line);
  padding: 12px 0 10px;
}
.channel-section-title h2 { color: #2b211b; }
.category-channel-list { background: transparent; }
.channel-news-row {
  background: #fffaf2;
  transition: background .18s ease, transform .18s ease;
}
.channel-news-row:hover { background: #fff; transform: translateX(3px); }
.channel-news-body h3 a { color: #221a15; }
.channel-news-body h3 a:hover { color: var(--tc-red); }
.channel-news-body .card-category { font-size: 11px; }
.channel-empty-state {
  padding: 26px 28px;
  background: #fff;
  border: 1px dashed rgba(139,30,30,.32);
  border-radius: 6px;
}
.channel-empty-state h2 { margin: 0 0 8px; font: 800 26px Georgia, "Times New Roman", serif; }
.channel-empty-state p { margin: 0; color: var(--tc-muted); }
.category-channel-side .cta-box { border-radius: 4px; }
.channel-side-card { border-top-color: #2b211b; }
.channel-side-rank { border-top-color: var(--tc-red); }
.channel-rank-list li { grid-template-columns: 28px minmax(0, 1fr); }
.channel-rank-list li em {
  grid-column: 2;
  color: #988a7d;
  font-size: 12px;
  font-style: normal;
  margin-top: -3px;
}
.channel-side-note {
  background: linear-gradient(135deg, #fff, #f7ebd9);
}
.channel-side-note p { color: var(--tc-muted); margin: 0; }
@media (max-width: 1080px) {
  .channel-kicker-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .channel-kicker-strip { grid-template-columns: 1fr; }
  .category-channel-head { padding-top: 18px; }
  .category-channel-lead { padding: 12px; }
  .channel-news-row:hover { transform: none; }
}

/* Homepage admin-managed featured block */
.section-subnote {
  max-width: 720px;
  margin: -12px 0 22px;
  color: var(--tc-muted);
  font-size: 14px;
}
.section-subnote strong { color: var(--tc-red); }
