/*
Theme Name: Kondongia News
Theme URI: https://example.com/kondongia-news
Author: Kondongia News
Description: Tema portal berita Indonesia yang cepat, responsif, ramah SEO, dan mudah dibaca.
Version: 1.4.6
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: kondongianews
Tags: news, blog, two-columns, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --red: #d71920;
  --red-dark: #a90f15;
  --ink: #141414;
  --muted: #666b72;
  --line: #e6e6e6;
  --soft: #f5f5f3;
  --white: #fff;
  --header-bg: #fff;
  --footer-bg: #111;
  --footer-text: #fff;
  --container: 1180px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open, body.network-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
button, input { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus { z-index: 9999; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px; margin: 0; clip: auto; background: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--header-bg); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(10px); }
.utility-bar { background: #161616; color: #d7d7d7; font-size: 12px; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 20px; }
.utility-links a:hover { color: #fff; }
.brand-row { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.site-branding { grid-column: 2; text-align: center; }
.custom-logo { max-width: 330px; max-height: 54px; width: auto; }
.site-title { display: inline-flex; align-items: center; font-size: clamp(28px, 4vw, 44px); font-weight: 900; letter-spacing: -2px; line-height: 1; }
.site-title span { color: var(--red); }
.site-tagline { margin: 7px 0 0; color: var(--muted); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
.header-social { justify-self: start; display: flex; align-items: center; gap: 7px; }
.header-social a { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--muted); background: #fff; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.header-social a:hover, .header-social a:focus-visible { border-color: var(--red); color: var(--red); outline: 0; transform: translateY(-2px); }
.header-social svg { width: 16px; height: 16px; fill: currentColor; }
.header-social svg rect, .header-social svg circle:not(.social-dot) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-social .social-dot { fill: currentColor; stroke: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.network-toggle { height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 22px; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.network-toggle:hover, .network-toggle[aria-expanded="true"] { border-color: var(--red); color: var(--red); box-shadow: 0 5px 18px rgba(0,0,0,.07); }
.network-globe { font-size: 19px; line-height: 1; }
.network-chevron { font-size: 15px; transition: transform .2s ease; }
.network-toggle[aria-expanded="true"] .network-chevron { transform: rotate(180deg); }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--ink); cursor: pointer; transition: .2s ease; }
.icon-button:hover { border-color: var(--red); color: var(--red); transform: translateY(-1px); }
.menu-toggle { display: none; }
.primary-nav { border-top: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; }
.home-link { flex: 0 0 auto; padding: 13px 17px 13px 0; color: var(--red); font-weight: 900; }
.menu-primary-container { overflow: hidden; }
.primary-menu { display: flex; gap: 27px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.primary-menu a { display: block; padding: 14px 0 12px; border-bottom: 3px solid transparent; font-size: 14px; font-weight: 800; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current-menu-ancestor > a { border-color: var(--red); color: var(--red); }
.breaking { background: var(--soft); border-bottom: 1px solid var(--line); }
.breaking-inner { min-height: 42px; display: flex; align-items: center; gap: 15px; overflow: hidden; }
.breaking-label { flex: 0 0 auto; padding: 4px 9px; background: var(--red); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.breaking-track { position: relative; flex: 1; min-width: 0; height: 42px; overflow: hidden; }
.breaking-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 700; }
.breaking-item { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transform: translateY(9px); pointer-events: none; transition: opacity .35s ease, transform .35s ease, visibility .35s ease; }
.breaking-item.is-active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; animation: breakingColorPulse 1.15s ease both; }

/* Networks drawer */
.network-backdrop { position: fixed; z-index: 1190; inset: 0; background: rgba(12, 14, 18, .58); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility .28s ease; }
.network-open .network-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
.network-panel { position: fixed; z-index: 1200; top: 0; right: 0; width: min(640px, 100vw); height: 100vh; height: 100svh; overflow: auto; padding: 0 18px 20px; border-left: 1px solid var(--line); background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.18); visibility: hidden; transform: translateX(100%); pointer-events: none; transition: transform .3s cubic-bezier(.2,.75,.2,1), visibility .3s ease; }
.network-open .network-panel { visibility: visible; transform: none; pointer-events: auto; }
.network-panel-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px 0 17px; border-bottom: 1px solid var(--line); background: #fff; }
.network-panel-header h2 { margin: 0 0 2px; font-size: 18px; line-height: 1.3; }
.network-panel-header h2 span { color: #4668e8; }
.network-panel-header p { margin: 0; color: var(--muted); font-size: 13px; }
.network-close { width: 32px; height: 32px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--soft); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; }
.network-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; padding-top: 16px; }
.network-item { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.network-item:hover, .network-item:focus-visible { border-color: #aab8ed; color: var(--ink); box-shadow: 0 8px 18px rgba(33,54,122,.08); transform: translateY(-2px); outline: 0; }
.network-mark { width: 45px; height: 45px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #4275ba; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; font-weight: 800; }
.network-mark-2 { background: #243d84; }.network-mark-3 { background: #4b9c59; }.network-mark-4 { background: #d95134; }
.network-details { min-width: 0; display: grid; line-height: 1.25; }
.network-details strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.network-details small { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

/* Search overlay */
.search-panel { position: fixed; inset: 0; z-index: 1200; display: none; place-items: center; padding: 24px; background: rgba(15,15,15,.92); }
.search-panel.is-open { display: grid; animation: fadeIn .2s ease; }
.search-panel form { width: min(720px, 100%); display: flex; border-bottom: 2px solid #fff; }
.search-panel input { flex: 1; min-width: 0; padding: 18px 4px; border: 0; outline: 0; color: #fff; background: transparent; font-size: clamp(22px, 4vw, 40px); }
.search-panel input::placeholder { color: #aaa; }
.search-submit, .search-close { border: 0; color: #fff; background: transparent; cursor: pointer; }
.search-close { position: absolute; top: 24px; right: 28px; font-size: 36px; }

/* Editorial layout */
.site-main { min-height: 55vh; }
.home-main { padding: 34px 0 70px; }
.homepage-sections { display: flex; flex-direction: column; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr) 280px; gap: 24px; align-items: start; }
.hero-grid > * { min-width: 0; }
.hero-main-column { display: grid; gap: 22px; }
.hero-feature { position: relative; min-height: 500px; overflow: hidden; background: #222; color: #fff; }
.hero-feature img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-feature::after { content: ""; position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.hero-feature:hover img { transform: scale(1.035); }
.hero-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 27px; }
.eyebrow { display: inline-block; margin-bottom: 9px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.hero-feature .eyebrow { padding: 4px 8px; background: var(--red); color: #fff; }
.hero-title { margin: 0 0 9px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 3.3vw, 45px); line-height: 1.08; letter-spacing: -.7px; }
.meta { color: var(--muted); font-size: 12px; }
.hero-feature .meta { color: #ddd; }
.hero-subgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hero-substory { min-width: 0; }
.hero-substory-thumb { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--soft); }
.hero-substory-thumb img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.hero-substory:hover img { transform: scale(1.045); }
.hero-substory h3 { margin: 10px 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.28; }
.side-stories { display: grid; gap: 20px; }
.side-story { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.side-story:last-child { border: 0; }
.side-story-thumb { display: block; aspect-ratio: 16/9; margin-bottom: 12px; overflow: hidden; background: var(--soft); }
.side-story img, .news-thumb img, .lead-channel img, .article-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.side-story:hover img, .news-item:hover img, .lead-channel:hover img, .article-card:hover img { transform: scale(1.045); }
.side-story h3 { margin: 3px 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.28; }
.popular-box { border-top: 4px solid var(--ink); }
.popular-box h2 { margin: 14px 0 8px; font-size: 20px; }
.popular-list { margin: 0; padding: 0; list-style: none; counter-reset: popular; }
.popular-list li { counter-increment: popular; display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.popular-list li::before { content: counter(popular, decimal-leading-zero); color: var(--red); font-size: 19px; font-weight: 900; line-height: 1.25; }
.popular-list a { font-family: Georgia, 'Times New Roman', serif; font-size: 15px; font-weight: 700; line-height: 1.32; }

.ad-space { display: grid; place-items: center; min-height: 110px; margin: 45px 0; border: 1px dashed #c8c8c8; color: #999; background: #fafafa; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.ad-space.has-ad { display: block; min-height: 0; border: 0; background: transparent; color: inherit; letter-spacing: normal; text-transform: none; }
.ad-space.has-ad .portal-ads { margin: 0; }
.latest-list > .portal-ads--in_feed { padding: 0 0 24px; margin: 0 0 24px; border-bottom: 1px solid var(--line); }
.sidebar > .portal-ads--sidebar { margin: 0 0 32px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 22px; border-bottom: 3px solid var(--ink); }
.section-heading h2 { margin: 0 0 -3px; padding: 0 0 9px; border-bottom: 3px solid var(--red); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; }
.section-heading a { padding-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 800; }
.content-with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
.latest-list { display: grid; }
.news-item { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 22px; padding: 0 0 24px; margin: 0 0 24px; border-bottom: 1px solid var(--line); }
.news-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--soft); }
.news-item h3 { margin: 3px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2vw, 25px); line-height: 1.22; }
.news-excerpt { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.latest-list .news-excerpt::first-letter { float: left; margin: 5px 6px 0 0; color: var(--red); font-family: Georgia, 'Times New Roman', serif; font-size: 38px; font-weight: 700; line-height: .72; }
.sidebar { min-width: 0; }
.widget { margin-bottom: 32px; }
.widget-title, .widget h4 { margin: 0 0 14px; padding-bottom: 9px; border-bottom: 3px solid var(--ink); font-size: 17px; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.newsletter { padding: 24px; background: var(--ink); color: #fff; }
.newsletter h4 { border-color: var(--red); }
.newsletter p { color: #bbb; font-size: 13px; }
.newsletter-list { display: grid; margin-top: 17px; }
.newsletter-item { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid #343434; }
.newsletter-thumb { display: block; aspect-ratio: 4/3; overflow: hidden; background: #292929; }
.newsletter-thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.newsletter-item:hover img { transform: scale(1.06); }
.newsletter-item h5 { display: -webkit-box; overflow: hidden; margin: 0 0 4px; font-family: Georgia, 'Times New Roman', serif; font-size: 14px; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.newsletter-item h5 a:hover { color: #ff5a60; }
.newsletter-item span { color: #999; font-size: 10px; }
.channel-section { margin-top: 50px; }
.channel-section .section-heading { align-items: center; border-bottom-width: 1px; }
.channel-section .section-heading h2 { margin-bottom: -1px; padding: 9px 17px; border: 0; background: var(--red); color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 20px; letter-spacing: -.3px; clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%); }
.channel-section .section-heading a { padding-bottom: 0; }
.channel-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.lead-channel { position: relative; min-height: 390px; overflow: hidden; border-radius: 12px; background: #222; color: #fff; }
.lead-channel-thumb { position: absolute; inset: 0; display: block; overflow: hidden; background: var(--soft); }
.lead-channel-thumb::after { content: ""; position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.lead-channel img { height: 100%; object-fit: cover; }
.lead-channel-copy { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; }
.lead-channel-copy .eyebrow { padding: 4px 8px; border-radius: 3px; background: var(--red); color: #fff; }
.lead-channel h3 { margin: 4px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.14; }
.lead-channel .meta { color: #ddd; }
.channel-list { min-width: 0; padding: 15px 16px 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.channel-list > h3 { margin: 0 0 7px; padding-bottom: 7px; border-bottom: 3px solid var(--red); font-size: 20px; line-height: 1.15; }
.channel-list-items { display: grid; }
.channel-mini { display: grid; grid-template-columns: minmax(0, 1fr) 88px; gap: 12px; align-items: center; min-width: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }
.channel-mini:last-child { border-bottom: 0; }
.channel-mini-copy { min-width: 0; }
.channel-mini .eyebrow { margin: 0 0 3px; font-size: 10px; }
.channel-mini h4 { display: -webkit-box; overflow: hidden; margin: 0 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.24; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.channel-mini .meta { font-size: 10px; }
.channel-mini-thumb { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: 7px; background: var(--soft); }
.channel-mini-thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.channel-mini:hover img { transform: scale(1.05); }
.channel-recommended { border-color: #202328; background: #202328; color: #fff; }
.channel-recommended .channel-mini { border-color: #393c41; }
.channel-recommended .meta { color: #bbb; }
.channel-recommended .eyebrow { color: #6f91ff; }

/* Archives and article */
.page-hero { padding: 50px 0 25px; border-bottom: 1px solid var(--line); background: var(--soft); }
.breadcrumbs { margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.breadcrumbs .aioseo-breadcrumbs { display: inline; }
.breadcrumbs .aioseo-breadcrumb,
.breadcrumbs .aioseo-breadcrumb-separator { display: inline; }
.page-title { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 6vw, 64px); line-height: 1.05; letter-spacing: -1.5px; }
.page-description { max-width: 720px; margin: 14px 0 0; color: var(--muted); }
.archive-wrap { padding: 42px 0 70px; }
.archive-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; }
.pagination { margin-top: 35px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 40px; padding: 7px 12px; border: 1px solid var(--line); text-align: center; }
.page-numbers.current, .page-numbers:hover { border-color: var(--red); background: var(--red); color: #fff; }
.article-wrap { padding: 42px 0 75px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 780px) 300px; justify-content: space-between; gap: 50px; }
.article-header .eyebrow { margin-bottom: 13px; }
.article-title { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.2; letter-spacing: -.3px; }
.article-deck { margin: 0 0 18px; color: var(--muted); font-size: 19px; line-height: 1.5; }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.article-featured { margin: 28px 0; }
.article-featured img { max-height: 520px; object-fit: cover; }
.article-caption { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.article-content { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.85; }
.article-content > p:first-of-type::first-letter { float: left; margin: 8px 8px 0 0; color: var(--red); font-size: 68px; font-weight: 700; line-height: .75; }
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin: 1.5em 0 .5em; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.25; }
.article-content h2 { font-size: 31px; }.article-content h3 { font-size: 26px; }.article-content h4 { font-size: 22px; }.article-content h5 { font-size: 19px; }.article-content h6 { font-size: 16px; }
.article-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 30px 0; padding: 6px 0 6px 25px; border-left: 5px solid var(--red); font-size: 24px; font-style: italic; line-height: 1.5; }
.article-read-more { display: flex; align-items: baseline; gap: 8px; margin: 26px 0; padding: 14px 17px; border-left: 4px solid var(--red); background: var(--soft); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.45; }
.article-read-more span { flex: 0 0 auto; color: var(--red); font-weight: 900; }
.article-read-more a { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; font-weight: 700; text-decoration: none; }
.article-read-more a:hover { color: var(--red); text-decoration: underline; }
.article-footer-meta { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 38px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-footer-meta strong { color: var(--ink); }
.article-share { margin-top: 24px; }
.article-share > strong { display: block; margin-bottom: 11px; color: var(--ink); font-size: 14px; }
.article-share-links { display: flex; flex-wrap: wrap; gap: 8px; }
.article-share-button { min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 6px; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.article-share-button svg { width: 17px; height: 17px; fill: currentColor; }
.article-share-button .share-outline { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.article-share-button svg rect, .article-share-button svg path[fill="none"] { fill: none; stroke: currentColor; stroke-width: 1.8; }
.article-copy-link svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.article-share-button:hover, .article-share-button:focus-visible { border-color: var(--red); background: var(--red); color: #fff; outline: 0; transform: translateY(-2px); }
.article-share-button.is-whatsapp:hover, .article-share-button.is-whatsapp:focus-visible { border-color: #168c49; background: #168c49; }
.article-share-status { display: block; min-height: 17px; margin-top: 7px; color: var(--muted); font-size: 11px; }
.article-page-nav { display: flex; align-items: center; gap: 20px; margin-top: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.article-page-label { color: var(--muted); font-size: 13px; }
.article-page-links { display: flex; flex-wrap: wrap; gap: 8px; }
.article-page-links a, .article-page-links span { min-width: 40px; height: 40px; padding: 0 11px; border: 1px solid var(--line); border-radius: 6px; display: grid; place-items: center; background: var(--soft); font-size: 14px; font-weight: 800; transition: .2s ease; }
.article-page-links a:hover, .article-page-links .current { border-color: var(--red); background: var(--red); color: #fff; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.article-tags a { padding: 5px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.related { margin-top: 45px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--soft); }
.article-card h3 { margin: 10px 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; line-height: 1.3; }
.empty-state { padding: 60px 0; text-align: center; }

/* Footer */
.site-footer { background: var(--footer-bg); color: var(--footer-text); }
.footer-accent { height: 6px; background: var(--red); }
.footer-main { display: grid; grid-template-columns: 1.1fr 2fr; gap: 70px; padding: 55px 0 42px; }
.footer-brand h5 { margin: 0 0 13px; font-size: 30px; letter-spacing: -1px; }
.footer-brand h5 span { color: var(--red); }
.footer-brand-logo { margin: 0 0 17px; }
.footer-brand-logo img { display: block; width: auto; height: auto; max-width: min(100%, 300px); max-height: 88px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 360px; color: #aaa; font-size: 13px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 9px; max-width: 390px; margin-top: 20px; padding-top: 18px; border-top: 1px solid #292929; }
.footer-social a { width: 39px; height: 39px; border: 1px solid #343434; border-radius: 50%; display: grid; place-items: center; color: #aaa; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.footer-social a:hover, .footer-social a:focus-visible { border-color: var(--red); background: var(--red); color: #fff; outline: 0; transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; fill: currentColor; }
.footer-social svg rect, .footer-social svg circle:not(.social-dot) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social .social-dot { fill: currentColor; stroke: none; }
.footer-contact { display: grid; gap: 9px; max-width: 390px; margin: 22px 0 0; padding: 0; list-style: none; }
.footer-contact li { display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 10px; align-items: start; color: #aaa; font-size: 13px; line-height: 1.55; }
.footer-contact svg { width: 17px; height: 17px; margin-top: 2px; fill: none; stroke: var(--red); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact a { color: #aaa; overflow-wrap: anywhere; transition: color .2s ease; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: #fff; outline: 0; }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-column h5 { margin: 0 0 15px; color: #fff; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 7px 0; }
.footer-column a { color: #aaa; font-size: 13px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid #292929; color: #888; }
.footer-bottom h6 { margin: 0; font-size: 11px; font-weight: 400; }
.footer-credit a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: #fff; outline: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawerIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@keyframes breakingColorPulse {
  0% { color: var(--red); text-shadow: 0 0 0 rgba(215,25,32,0); }
  38% { color: #ff353c; text-shadow: 0 0 12px rgba(215,25,32,.24); }
  100% { color: var(--ink); text-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1.55fr 1fr; }
  .popular-box { grid-column: 1 / -1; }
  .popular-list { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 25px; }
  .content-with-sidebar, .archive-grid, .article-grid { grid-template-columns: minmax(0,1fr) 270px; gap: 32px; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-channel { grid-column: 1 / -1; min-height: 440px; }
}
@media (max-width: 780px) {
  .utility-bar, .header-social { display: none; }
  .brand-row { min-height: 67px; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
  .site-branding { grid-column: 1; justify-self: start; text-align: left; }
  .site-title { font-size: 30px; letter-spacing: -1px; }.site-tagline { display: none; }
  .custom-logo { max-width: 205px; max-height: 44px; }
  .header-actions { grid-column: 2; }.menu-toggle { display: grid; }
  .network-toggle { width: 42px; padding: 0; justify-content: center; border-radius: 50%; }.network-label, .network-chevron { display: none; }
  .network-panel { top: 0; right: 0; width: min(640px, 100vw); max-height: none; }
  .primary-nav { position: fixed; top: 67px; right: 0; bottom: 0; display: none; width: min(360px, 88vw); border: 0; background: #fff; box-shadow: -15px 20px 40px rgba(0,0,0,.18); }
  .nav-open .primary-nav { display: block; animation: drawerIn .25s ease both; }
  .nav-inner { display: block; width: 100%; padding: 15px 25px; }.home-link { display: block; padding: 10px 0; }
  .menu-primary-container { overflow: visible; }.primary-menu { display: block; white-space: normal; }
  .primary-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .breaking-inner { min-height: 38px; }.breaking-track { height: 38px; }
  .hero-grid { grid-template-columns: 1fr; }.hero-feature { min-height: 460px; }.side-stories { grid-template-columns: repeat(2,1fr); }.popular-list { grid-template-columns: 1fr; }
  .content-with-sidebar, .archive-grid, .article-grid { grid-template-columns: 1fr; }.sidebar { border-top: 1px solid var(--line); padding-top: 30px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }.footer-columns { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 540px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero-feature { min-height: 410px; margin-inline: -12px; }.hero-copy { left: 18px; right: 18px; bottom: 20px; max-width: calc(100% - 36px); }.hero-title { max-width: 100%; font-size: 29px; overflow-wrap: anywhere; }.hero-subgrid { gap: 12px; }.hero-substory h3 { font-size: 16px; }.side-stories { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 120px minmax(0,1fr); gap: 14px; padding-bottom: 16px; margin-bottom: 16px; }.news-item h3 { font-size: 17px; }.news-excerpt { display: none; }
  .channel-grid { grid-template-columns: 1fr; }.lead-channel { grid-column: auto; min-height: 390px; }.channel-section .section-heading h2 { padding-inline: 13px; font-size: 18px; }.channel-mini { grid-template-columns: minmax(0, 1fr) 92px; }.ad-space { margin: 30px 0; }.section-heading { margin-bottom: 18px; }
  .page-hero { padding: 35px 0 20px; }.archive-wrap, .article-wrap { padding-top: 28px; }.article-title { font-size: 26px; }.article-deck { font-size: 17px; }.article-content { font-size: 18px; }
  .related-grid { grid-template-columns: 1fr; }.footer-columns { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-page-nav { align-items: flex-start; flex-direction: column; gap: 11px; }.article-footer-meta { gap: 7px 13px; }
  .article-read-more { align-items: flex-start; flex-direction: column; gap: 3px; }
  .network-grid { grid-template-columns: 1fr; }.network-panel { width: 100vw; padding-inline: 13px; }.network-panel-header p { font-size: 12px; }
}
@media (max-width: 360px) { .custom-logo { max-width: 155px; }.header-actions { gap: 5px; } }
