: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; }
}
