/*
Theme Name: KOUMEN
Theme URI: https://penseeafricaine.com
Author: KOUMEN
Description: Thème éditorial pour KOUMEN — Une Pensée Africaine. Blog de géopolitique, économie et société africaines avec intégration YouTube.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: koumen
*/

:root {
  --maroon-deep:  #2C0E0E;
  --maroon-dark:  #4A1A0A;
  --maroon-mid:   #6B2D0F;
  --maroon-warm:  #8B3A14;
  --brown-amber:  #C4702A;
  --gold-warm:    #D4943A;
  --gold-light:   #E8B86A;
  --cream:        #F5EDD8;
  --cream-light:  #FAF4E8;
  --text-dark:    #1A0A04;
  --text-body:    #3A1C0C;
  --text-muted:   #7A4A2A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Libre Baskerville', Georgia, serif; background: var(--cream-light); color: var(--text-dark); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.kente-strip { height: 6px; background: repeating-linear-gradient(90deg, var(--maroon-deep) 0px, var(--maroon-deep) 8px, var(--gold-warm) 8px, var(--gold-warm) 14px, var(--maroon-mid) 14px, var(--maroon-mid) 22px, var(--brown-amber) 22px, var(--brown-amber) 28px, var(--maroon-dark) 28px, var(--maroon-dark) 36px, var(--gold-light) 36px, var(--gold-light) 42px); }

#site-header { background: var(--maroon-deep); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 2rem; height: 64px; }
.site-logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.9rem; font-weight: 700; color: var(--gold-light); letter-spacing: 0.04em; }
.site-logo:hover { color: var(--gold-warm); }
#primary-menu { display: flex; gap: 0.2rem; }
#primary-menu li a { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); padding: 0.45rem 0.85rem; border-radius: 2px; display: block; transition: background 0.2s, color 0.2s; }
#primary-menu li a:hover, #primary-menu li.current-menu-item > a { background: rgba(255,255,255,0.08); color: var(--gold-light); }
#primary-menu li.menu-videos > a { color: #E87070; }
#primary-menu li.menu-videos > a:hover { background: rgba(232,112,112,0.15); }
#primary-menu li.menu-kchamp > a { color: var(--gold-warm); border: 1px solid rgba(196,112,42,0.4); }
#primary-menu li.menu-kchamp > a:hover { background: var(--gold-warm); color: var(--maroon-deep); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--cream); }
.mobile-menu { display: none; background: var(--maroon-dark); padding: 0.5rem 2rem 1rem; }
.mobile-menu.open { display: block; }
.mobile-menu li a { font-family: 'Josefin Sans', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream); display: block; padding: 0.65rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }

.hero-section { background: linear-gradient(160deg, var(--maroon-deep) 0%, var(--maroon-dark) 45%, var(--maroon-warm) 100%); padding: 4rem 2rem 3.5rem; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 50%, rgba(196,112,42,0.15) 0%, transparent 60%); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; }
.hero-label { font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 1rem; }
.hero-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 700; line-height: 1.12; color: var(--cream-light); margin-bottom: 1.2rem; }
.hero-title em { color: var(--gold-light); font-style: italic; }
.hero-excerpt { font-size: 0.92rem; color: rgba(245,237,216,0.75); line-height: 1.8; margin-bottom: 1.4rem; }
.hero-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
.hero-date { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; color: rgba(245,237,216,0.5); letter-spacing: 0.08em; }
.hero-btn { display: inline-flex; align-items: center; font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--maroon-deep); background: var(--gold-warm); padding: 0.75rem 1.5rem; border-radius: 2px; transition: background 0.2s; }
.hero-btn:hover { background: var(--gold-light); }
.hero-side { display: flex; flex-direction: column; gap: 1rem; }
.hero-side-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,112,42,0.2); border-radius: 3px; padding: 1rem 1.2rem; transition: background 0.2s; }
.hero-side-card:hover { background: rgba(255,255,255,0.09); }
.hero-side-cat { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; display: block; margin-bottom: 0.35rem; }
.hero-side-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1rem; font-weight: 600; color: var(--cream); line-height: 1.35; }

.cat-badge { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.22rem 0.65rem; border-radius: 2px; display: inline-block; }
.cat-politique { background: rgba(107,45,15,0.12); color: var(--maroon-warm); border: 1px solid rgba(107,45,15,0.25); }
.cat-economie  { background: rgba(20,60,120,0.1);  color: #1A5490; border: 1px solid rgba(20,60,120,0.25); }
.cat-societe   { background: rgba(20,90,40,0.1);   color: #1A6030; border: 1px solid rgba(20,90,40,0.25); }
.cat-kchamp    { background: rgba(184,150,12,0.12); color: #7A6008; border: 1px solid rgba(184,150,12,0.3); }
.cat-video     { background: rgba(180,30,30,0.1);  color: #9A1A1A; border: 1px solid rgba(180,30,30,0.25); }
.hero-meta .cat-badge { background: rgba(107,45,15,0.5); color: var(--gold-light); border-color: rgba(196,112,42,0.3); }

.main-wrap { max-width: 1200px; margin: 0 auto; padding: 3.5rem 2rem; }
.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 3.5rem; }
.section-header { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: 2rem; }
.section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.75rem; font-weight: 700; color: var(--maroon-dark); white-space: nowrap; }
.section-rule { flex: 1; height: 1px; background: linear-gradient(to right, var(--brown-amber), transparent); }
.section-link { font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brown-amber); white-space: nowrap; }
.section-link:hover { color: var(--maroon-dark); }

.articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; margin-bottom: 3.5rem; }
.article-card { background: #fff; border: 1px solid rgba(107,45,15,0.12); border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(44,14,14,0.12); }
.card-thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.card-thumb-placeholder { width: 100%; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.card-body { padding: 1.2rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.card-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.65rem; }
.card-date { font-family: 'Josefin Sans', sans-serif; font-size: 0.63rem; color: var(--text-muted); letter-spacing: 0.06em; }
.card-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; font-weight: 700; color: var(--maroon-dark); line-height: 1.3; margin-bottom: 0.6rem; flex: 1; }
.card-title:hover { color: var(--brown-amber); }
.card-excerpt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; }
.article-card.featured { grid-column: 1 / -1; flex-direction: row; }
.article-card.featured .card-thumb, .article-card.featured .card-thumb-placeholder { width: 42%; aspect-ratio: auto; flex-shrink: 0; }
.article-card.featured .card-thumb-placeholder { font-size: 4rem; }
.article-card.featured .card-body { padding: 1.8rem 2rem; }
.article-card.featured .card-title { font-size: 1.6rem; }
.img-politique { background: linear-gradient(135deg, #4A1A0A, #8B3A14); }
.img-economie  { background: linear-gradient(135deg, #0D2E50, #1A5490); }
.img-societe   { background: linear-gradient(135deg, #0D3520, #1A6040); }
.img-kchamp    { background: linear-gradient(135deg, #3D2E00, #8B6914); }
.img-video     { background: linear-gradient(135deg, #3D0A0A, #9A1A1A); }

/* ── VIDEOS HOMEPAGE SECTION ── */
.videos-section { background: linear-gradient(160deg, var(--maroon-deep), #3A1A06); border-radius: 4px; padding: 2.5rem; margin-bottom: 3.5rem; position: relative; overflow: hidden; }
.videos-section::before { content: '▶'; position: absolute; right: 2rem; top: 1.5rem; font-size: 5rem; color: rgba(232,112,112,0.12); line-height: 1; pointer-events: none; }
.videos-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 0.5rem; }
.videos-badge { font-family: 'Josefin Sans', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; background: #CC0000; padding: 0.3rem 0.8rem; border-radius: 2px; }
.videos-section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: var(--gold-light); }
.videos-subtitle { font-size: 0.85rem; color: rgba(245,237,216,0.55); font-style: italic; margin-bottom: 1.8rem; }
.videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.video-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,112,42,0.2); border-radius: 3px; overflow: hidden; transition: border-color 0.2s; }
.video-card:hover { border-color: rgba(196,112,42,0.5); }
.video-embed-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.video-embed-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-info { padding: 0.9rem 1rem; }
.video-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 0.95rem; font-weight: 600; color: var(--cream); line-height: 1.35; margin-bottom: 0.3rem; }
.video-date { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; color: rgba(245,237,216,0.4); letter-spacing: 0.08em; text-transform: uppercase; }
.videos-more { text-align: center; margin-top: 1.5rem; }
.videos-more a { font-family: 'Josefin Sans', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--maroon-deep); background: var(--gold-warm); padding: 0.65rem 1.4rem; border-radius: 2px; display: inline-block; transition: background 0.2s; }
.videos-more a:hover { background: var(--gold-light); }

/* ── K CHAMPIONS ── */
.kchamp-section { background: linear-gradient(160deg, var(--maroon-deep), #3A1A06); border-radius: 4px; padding: 2.5rem; margin-bottom: 3.5rem; position: relative; overflow: hidden; }
.kchamp-section::before { content: '✦'; position: absolute; right: 2rem; top: 1.5rem; font-size: 5rem; color: rgba(196,112,42,0.15); line-height: 1; pointer-events: none; }
.kchamp-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 0.5rem; }
.kchamp-badge { font-family: 'Josefin Sans', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--maroon-deep); background: var(--gold-warm); padding: 0.3rem 0.8rem; border-radius: 2px; }
.kchamp-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: var(--gold-light); }
.kchamp-subtitle { font-size: 0.85rem; color: rgba(245,237,216,0.55); font-style: italic; margin-bottom: 1.8rem; }
.kchamp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.kchamp-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,112,42,0.25); border-radius: 3px; padding: 1.2rem; transition: background 0.2s, border-color 0.2s; display: block; }
.kchamp-card:hover { background: rgba(196,112,42,0.1); border-color: rgba(196,112,42,0.5); }
.kchamp-icon { font-size: 1.5rem; margin-bottom: 0.6rem; display: block; }
.kchamp-card-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.05rem; font-weight: 600; color: var(--cream); line-height: 1.3; margin-bottom: 0.4rem; }
.kchamp-card-sub { font-family: 'Josefin Sans', sans-serif; font-size: 0.62rem; color: var(--gold-warm); letter-spacing: 0.08em; text-transform: uppercase; }

/* ── SIDEBAR ── */
.sidebar-widget { background: #fff; border: 1px solid rgba(107,45,15,0.12); border-radius: 3px; overflow: hidden; margin-bottom: 2rem; }
.widget-header { background: var(--maroon-dark); padding: 0.7rem 1.2rem; }
.widget-title { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); }
.widget-body { padding: 1.2rem; }
.about-widget { text-align: center; padding: 1.6rem 1.2rem; }
.about-logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 700; color: var(--maroon-dark); margin-bottom: 0.4rem; }
.about-text { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.yt-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: #CC0000; padding: 0.55rem 1.1rem; border-radius: 2px; transition: background 0.2s; }
.yt-btn:hover { background: #AA0000; }
.cat-list li { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid rgba(107,45,15,0.08); }
.cat-list li:last-child { border-bottom: none; }
.cat-list a { font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-body); display: flex; align-items: center; gap: 0.6rem; transition: color 0.2s; }
.cat-list a:hover { color: var(--brown-amber); }
.cat-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.cat-count { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; color: var(--text-muted); }
.recent-post-item a { display: flex; gap: 0.8rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(107,45,15,0.1); text-decoration: none; }
.recent-post-item:last-child a { border-bottom: none; }
.recent-thumb { width: 52px; height: 52px; border-radius: 2px; flex-shrink: 0; object-fit: cover; }
.recent-thumb-placeholder { width: 52px; height: 52px; border-radius: 2px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.recent-cat { font-family: 'Josefin Sans', sans-serif; font-size: 0.58rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brown-amber); display: block; margin-bottom: 0.2rem; }
.recent-title-sm { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 0.88rem; font-weight: 600; color: var(--maroon-dark); line-height: 1.3; }
.recent-post-item a:hover .recent-title-sm { color: var(--brown-amber); }

/* ── SINGLE POST ── */
.single-wrap { max-width: 780px; margin: 0 auto; padding: 3rem 2rem; }
.post-header { margin-bottom: 2rem; }
.post-header h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; color: var(--maroon-dark); line-height: 1.15; margin: 1rem 0; }
.post-excerpt-intro { font-size: 1.05rem; color: var(--text-muted); line-height: 1.8; font-style: italic; border-left: 3px solid var(--brown-amber); padding-left: 1.2rem; margin-bottom: 1.5rem; }
.post-featured-image { width: 100%; border-radius: 3px; margin-bottom: 2rem; aspect-ratio: 16/9; object-fit: cover; }
.post-content { font-size: 1rem; line-height: 1.85; color: var(--text-body); }
.post-content h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: var(--maroon-dark); margin: 2rem 0 0.8rem; }
.post-content h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.3rem; font-weight: 700; color: var(--maroon-dark); margin: 1.5rem 0 0.6rem; }
.post-content p { margin-bottom: 1.3rem; }
.post-content a { color: var(--brown-amber); text-decoration: underline; }
.post-content blockquote { border-left: 3px solid var(--gold-warm); padding: 0.8rem 1.2rem; margin: 1.5rem 0; background: var(--cream); border-radius: 0 3px 3px 0; font-style: italic; color: var(--text-muted); }
.post-content img { border-radius: 3px; margin: 1rem 0; }
.post-content figure { margin: 1.5rem 0; }
.post-content figcaption { font-size: 0.78rem; color: var(--text-muted); font-style: italic; margin-top: 0.4rem; }
.video-post-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 3px; margin-bottom: 2rem; background: #000; }
.video-post-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ── PAGE HERO ── */
.page-hero { background: linear-gradient(160deg, var(--maroon-deep), var(--maroon-warm)); padding: 3.5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(196,112,42,0.15), transparent 60%); }
.page-hero-inner { position: relative; max-width: 700px; margin: 0 auto; }
.page-hero-badge { font-family: 'Josefin Sans', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--maroon-deep); background: var(--gold-warm); padding: 0.3rem 0.8rem; border-radius: 2px; display: inline-block; margin-bottom: 1rem; }
.page-hero-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--cream-light); line-height: 1.15; margin-bottom: 0.6rem; }
.page-hero-sub { font-size: 0.9rem; color: rgba(245,237,216,0.6); font-style: italic; }

/* ── VIDEOS PAGE GRID ── */
.page-videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.page-video-card { background: #fff; border: 1px solid rgba(107,45,15,0.12); border-radius: 3px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.page-video-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(44,14,14,0.12); }
.page-video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.page-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.page-video-info { padding: 1rem 1.1rem 1.2rem; }
.page-video-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--maroon-dark); line-height: 1.3; margin-bottom: 0.35rem; }
.page-video-date { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }

/* ── NEWSLETTER ── */
.newsletter-section { background: var(--cream); border: 1px solid rgba(107,45,15,0.15); border-radius: 4px; padding: 2.5rem; text-align: center; margin-bottom: 3.5rem; }
.nl-label { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brown-amber); font-weight: 600; margin-bottom: 0.6rem; }
.nl-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.9rem; font-weight: 700; color: var(--maroon-dark); margin-bottom: 0.7rem; }
.nl-sub { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.nl-form { display: flex; max-width: 440px; margin: 0 auto; border: 1px solid rgba(107,45,15,0.2); border-radius: 2px; overflow: hidden; }
.nl-input { flex: 1; border: none; outline: none; padding: 0.75rem 1rem; font-family: 'Libre Baskerville', Georgia, serif; font-size: 0.85rem; background: #fff; color: var(--text-dark); }
.nl-btn { font-family: 'Josefin Sans', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: var(--maroon-dark); color: var(--gold-light); border: none; padding: 0.75rem 1.2rem; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.nl-btn:hover { background: var(--maroon-deep); }

/* ── FOOTER ── */
#site-footer { background: var(--maroon-deep); color: rgba(245,237,216,0.6); padding: 2.5rem 2rem 1.5rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2rem; }
.footer-logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: var(--gold-light); display: block; margin-bottom: 0.7rem; }
.footer-desc { font-size: 0.82rem; line-height: 1.7; color: rgba(245,237,216,0.5); }
.footer-col h4 { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 1rem; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul a { font-size: 0.83rem; color: rgba(245,237,216,0.5); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold-light); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(245,237,216,0.08); padding-top: 1.2rem; display: flex; justify-content: space-between; align-items: center; font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.06em; color: rgba(245,237,216,0.3); }

/* ── PAGINATION ── */
.pagination { display: flex; justify-content: center; gap: 0.5rem; margin: 2.5rem 0; }
.pagination .page-numbers { font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; font-weight: 600; padding: 0.5rem 0.9rem; border: 1px solid rgba(107,45,15,0.2); border-radius: 2px; color: var(--text-body); transition: all 0.2s; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { background: var(--maroon-dark); color: var(--gold-light); border-color: var(--maroon-dark); }

/* ── 404 ── */
.error-wrap { max-width: 600px; margin: 0 auto; padding: 6rem 2rem; text-align: center; }
.error-code { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 8rem; font-weight: 700; color: var(--maroon-warm); line-height: 1; opacity: 0.3; }
.error-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 700; color: var(--maroon-dark); margin-bottom: 1rem; }
.error-text { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 2rem; }
.btn-primary { display: inline-block; font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--maroon-deep); background: var(--gold-warm); padding: 0.75rem 1.5rem; border-radius: 2px; transition: background 0.2s; }
.btn-primary:hover { background: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .content-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card.featured { flex-direction: column; }
  .article-card.featured .card-thumb, .article-card.featured .card-thumb-placeholder { width: 100%; aspect-ratio: 16/9; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .kchamp-grid, .videos-grid, .page-videos-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  #primary-menu { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 600px) {
  .main-wrap { padding: 2rem 1rem; }
  .kchamp-grid, .videos-grid, .page-videos-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}
