/*
Theme Name: NEWSIUM
Theme URI: https://newsium.in/
Author: NEWSIUM
Description: Custom lightweight editorial news theme built from scratch for NEWSIUM.
Version: 0.4.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: newsium
*/
:root{--ink:#111827;--muted:#64748b;--line:#e5e7eb;--paper:#fff;--soft:#f6f7f9;--accent:#d71920;--max:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input{font:inherit}
.site-shell{max-width:var(--max);margin:auto;padding:0 18px}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:100}
.brand-row{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-cluster{display:flex;align-items:center;gap:14px;min-width:0}
.site-brand{display:inline-flex;align-items:center;font-weight:900;font-size:34px;letter-spacing:-1.8px;line-height:1}
.site-brand span{color:var(--accent)}
.site-brand .custom-logo-link{display:flex;align-items:center}
.site-brand .custom-logo{width:auto;max-width:260px;max-height:64px;object-fit:contain}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-button{width:48px;height:48px;border:1px solid #cbd5e1;background:#fff;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:#172033;cursor:pointer;font-size:20px;line-height:1;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.icon-button:hover{border-color:#94a3b8;background:#f8fafc}
.icon-button:focus-visible{outline:3px solid rgba(215,25,32,.2);outline-offset:2px}
.search-trigger{font-size:22px}
.menu-trigger{display:none}
.search-panel{padding:0 0 14px}
.search-panel[hidden]{display:none}
.search-form{display:flex;gap:8px;max-width:680px}
.search-form input{flex:1;min-width:0;height:44px;border:1px solid #cbd5e1;border-radius:9px;padding:0 13px;outline:none}
.search-form input:focus{border-color:#64748b;box-shadow:0 0 0 3px rgba(100,116,139,.12)}
.search-form button{height:44px;border:0;border-radius:9px;background:var(--ink);color:#fff;padding:0 18px;font-weight:800;cursor:pointer}
.category-nav{border-top:1px solid var(--line);overflow:hidden}
.category-nav-inner{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;white-space:nowrap;touch-action:pan-x}
.category-nav-inner::-webkit-scrollbar{display:none}
.category-nav .menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0;min-width:max-content}
.category-nav .menu-item{list-style:none;flex:0 0 auto}
.category-nav a{display:inline-flex;padding:12px 15px;font-size:14px;font-weight:700;color:#334155;flex:0 0 auto}
.category-nav a:hover,.category-nav a:focus-visible,.category-nav .current-menu-item>a,.category-nav .current-category-ancestor>a{color:var(--accent)}
.hero{padding:30px 0 22px}
.hero-grid{display:grid;grid-template-columns:1.65fr .8fr;gap:22px}
.lead-card{min-height:480px;border-radius:18px;overflow:hidden;position:relative;background:linear-gradient(145deg,#18202b,#4b5563)}
.lead-card .overlay{position:absolute;inset:45% 0 0;padding:28px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.88));display:flex;flex-direction:column;justify-content:flex-end}
.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}
.lead-card .eyebrow{color:#fff}
.lead-card h1{font-size:clamp(30px,4vw,52px);line-height:1.04;margin:8px 0}
.side-grid{display:grid;gap:14px}
.story-card{border-bottom:1px solid var(--line);padding-bottom:14px}
.story-card h2{font-size:20px;line-height:1.2;margin:5px 0}
.story-card p{color:var(--muted);margin:5px 0;font-size:14px}
.placeholder-img{background:linear-gradient(135deg,#d9dee6,#eef1f5);min-height:180px;border-radius:14px}
.section{padding:26px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:18px}
.section-head h2{margin:0;font-size:25px}
.section-head a{font-size:13px;font-weight:800;color:var(--accent)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.news-card img{aspect-ratio:16/10;object-fit:cover;border-radius:12px}
.news-card h3{font-size:20px;line-height:1.2;margin:8px 0}
.latest-layout{display:grid;grid-template-columns:1.7fr .7fr;gap:28px}
.latest-list{display:grid;gap:18px}
.latest-item{display:grid;grid-template-columns:190px 1fr;gap:16px;border-bottom:1px solid var(--line);padding-bottom:18px}
.latest-item img{aspect-ratio:16/10;object-fit:cover;border-radius:10px}
.latest-item h3{margin:4px 0;font-size:22px;line-height:1.18}
.meta{font-size:12px;color:var(--muted);font-weight:600}
.most-read{background:var(--soft);padding:20px;border-radius:14px}
.most-read ol{padding-left:24px;margin:0}
.most-read li{padding:12px 0;border-bottom:1px solid var(--line);font-weight:750}
.newsletter{background:#101827;color:#fff;border-radius:18px;padding:30px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.newsletter input{height:44px;border:0;border-radius:9px;padding:0 14px;min-width:260px}
.newsletter button{height:44px;border:0;border-radius:9px;background:var(--accent);color:#fff;padding:0 18px;font-weight:800}
.site-footer{margin-top:45px;background:#0c1118;color:#cbd5e1;padding:45px 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}
.footer-title{color:#fff;font-weight:850;margin-bottom:12px}
.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);background:#fff;z-index:300;transform:translateX(-105%);transition:transform .25s ease;box-shadow:20px 0 50px rgba(0,0,0,.15);padding:22px;overflow:auto}
.mobile-drawer.open{transform:none}
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:250;display:none}
.drawer-backdrop.open{display:block}
.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.drawer-head .site-brand .custom-logo{max-height:48px;max-width:205px}
.drawer-nav .menu{list-style:none;margin:0;padding:12px 0 0}
.drawer-nav .menu-item{list-style:none}
.drawer-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-weight:750}
.skip-link{position:absolute;left:10px;top:10px;z-index:500;padding:8px 12px;background:#fff;border:1px solid var(--line);transform:translateY(-200%)}
.skip-link:focus{transform:none}
.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}
@media(max-width:800px){
 .site-shell{padding:0 14px}
 .brand-row{min-height:72px}
 .site-brand{font-size:29px}
 .site-brand .custom-logo{max-height:52px;max-width:210px}
 .menu-trigger{display:inline-flex}
 .hero-grid,.latest-layout{grid-template-columns:1fr}
 .lead-card{min-height:400px}
 .news-grid{grid-template-columns:1fr 1fr}
 .latest-item{grid-template-columns:125px 1fr}
 .latest-item h3{font-size:18px}
 .newsletter{display:block}
 .newsletter form{margin-top:15px}
 .newsletter input{width:100%;min-width:0}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
 .brand-cluster{gap:10px}
 .icon-button{width:44px;height:44px}
 .site-brand .custom-logo{max-height:46px;max-width:180px}
 .news-grid{grid-template-columns:1fr}
 .category-nav a{padding:11px 13px}
 .lead-card h1{font-size:31px}
 .latest-item{grid-template-columns:105px 1fr}
 .latest-item h3{font-size:16px}
 .latest-item p{display:none}
 .footer-grid{grid-template-columns:1fr}
}

/* NEWSIUM editorial edition */
:root{--ink:#15213a;--muted:#667085;--line:#e5e9ef;--soft:#f5f7fa;--accent:#d71935;--max:1280px}
body{background:#fff;color:var(--ink);font-family:Arial,"Noto Sans",system-ui,sans-serif}
.site-header{position:relative;box-shadow:0 3px 16px rgba(21,33,58,.045)}
.brand-row{min-height:104px}.brand-cluster{flex:1}.site-brand .custom-logo{max-width:310px;max-height:76px}.site-brand{font-size:42px}
.header-actions{margin-left:auto}.icon-button{border:0;border-radius:50%;background:#f3f5f8;width:44px;height:44px}.icon-button:hover{background:#e8ecf2}
.category-nav{border-top:1px solid var(--line);border-bottom:3px solid var(--accent)}.category-nav-inner{overflow-x:auto}.category-nav .menu{width:100%;justify-content:space-between;gap:0}.category-nav a{padding:14px 9px;font-size:13px;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.category-nav .current-menu-item>a{box-shadow:inset 0 -3px var(--accent)}
.hero{padding:34px 0 24px}.hero-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr)}.lead-card{border-radius:3px;min-height:490px}.lead-card>img{height:100%;width:100%;object-fit:cover;position:absolute;inset:0}.lead-card .overlay{inset:34% 0 0;padding:32px}.lead-card h1{font-size:clamp(30px,3.3vw,48px)}.story-card{padding:10px 0 20px}.story-card:first-child{padding-top:0}.story-card h2{font-size:21px}.story-card a:hover,.news-card a:hover,.latest-item a:hover{color:var(--accent)}
.section-head{border-bottom:1px solid var(--line);position:relative;padding-bottom:15px}.section-head:after{content:"";position:absolute;bottom:-1px;left:0;width:60px;height:3px;background:var(--accent)}.section-head h2{font-size:25px;text-transform:uppercase;letter-spacing:-.02em}
.content-wrap{padding:32px 0 70px;min-height:55vh}.archive-head{padding:16px 0 25px;margin-bottom:28px;border-bottom:1px solid var(--line)}.archive-head h1{margin:7px 0 4px;font-size:clamp(34px,4vw,56px);letter-spacing:-.045em;line-height:1.08}.archive-head p{margin:9px 0 0;color:var(--muted);font-size:15px}.news-grid{gap:30px 22px}.news-card{min-width:0;border-bottom:1px solid var(--line);padding-bottom:20px}.news-card img,.news-card .thumb{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:2px;background:#e9edf2}.news-card-body{padding:15px 0}.news-card h3{font-size:21px;line-height:1.27;margin:9px 0 12px;letter-spacing:-.02em}.news-card .meta{font-size:12px}.no-results{padding:50px 22px;background:var(--soft);text-align:center}.no-results h2{margin:0 0 8px}.pagination{margin:40px 0}.pagination ul{display:flex;gap:8px;list-style:none;padding:0;justify-content:center}.pagination a,.pagination span{display:block;border:1px solid var(--line);padding:8px 14px}.pagination .current{background:var(--ink);color:#fff}.article-header{max-width:820px;margin:20px auto 28px}.article-header h1{font-size:clamp(34px,4vw,58px);line-height:1.13;letter-spacing:-.04em}.article-meta{display:flex;gap:18px;color:var(--muted);font-size:13px}.article-hero{max-width:1000px;margin:auto}.article-hero img{width:100%;height:auto}.article-body{max-width:820px;margin:30px auto;font-size:18px;line-height:1.8;overflow-wrap:anywhere}.article-body img{height:auto}.article-nav{max-width:820px;margin:35px auto;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px}.article-nav a{max-width:45%;font-weight:700}.site-footer ul{list-style:none;padding:0}.site-footer a:hover{color:white}.footer-bottom{border-top:1px solid #334155;padding-top:22px;margin-top:25px}
@media(max-width:800px){.brand-row{min-height:78px}.site-brand .custom-logo{max-width:225px;max-height:55px}.category-nav .menu{width:max-content;gap:8px}.hero-grid{grid-template-columns:1fr}.content-wrap{padding-top:18px}.archive-head{padding-top:8px}}
@media(max-width:520px){.site-brand .custom-logo{max-width:170px;max-height:48px}.header-actions{gap:4px}.icon-button{width:40px;height:40px}.lead-card{min-height:390px}.lead-card .overlay{padding:22px}.news-grid{grid-template-columns:1fr}.article-body{font-size:17px}.latest-item{grid-template-columns:105px minmax(0,1fr)}}

/* Article and footer */
.editorial-article{max-width:1060px;margin:auto}.single-content{padding-top:38px}.editorial-article .article-header{max-width:none;margin:0 0 28px}.editorial-article .article-header h1{max-width:1050px;font-family:Georgia,"Noto Serif",serif;font-size:clamp(38px,5.3vw,70px);font-weight:700;line-height:1.13;letter-spacing:-.035em;color:#151515;margin:10px 0 18px}.article-deck{max-width:1000px;font-family:Georgia,"Noto Serif",serif;font-size:clamp(19px,2.2vw,27px);line-height:1.5;color:#505050;margin:0}.editorial-article .article-hero{max-width:none;margin:30px 0 0}.editorial-article .article-hero img{border-radius:5px;width:100%;height:auto}.editorial-article figcaption{font-size:13px;color:#666;margin-top:12px}.article-meta-bar{border-top:1px dashed #aaa;border-bottom:1px dashed #aaa;padding:15px 0;margin:26px 0 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#333;font-size:15px}.article-author{color:var(--accent);font-weight:700}.article-share{background:none;border:0;display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--ink);font-weight:700}.article-share:hover{color:var(--accent)}.editorial-article .article-body{font-family:Georgia,"Noto Serif",serif;font-size:clamp(19px,2vw,23px);line-height:1.76;max-width:950px;margin:0;color:#202020}.editorial-article .article-body p{margin:0 0 1.45em}.editorial-article .article-body>p:first-child:first-letter{float:left;font-size:3.65em;line-height:.77;padding:.09em .1em 0 0;font-weight:700;color:#e44830}.editorial-article .article-body h2,.editorial-article .article-body h3{font-family:Arial,system-ui,sans-serif;line-height:1.25}.editorial-article .article-body a{color:var(--accent);text-decoration:underline}.editorial-article .article-nav{max-width:950px}
.site-footer{background:#292929;color:#aeaeae;margin-top:50px;padding:42px 0 0}.footer-brand{margin-bottom:42px}.footer-logo{display:inline-flex;align-items:center;color:#fff;font-family:Georgia,serif;font-size:38px;font-weight:800;letter-spacing:-.06em}.footer-logo span{color:#e84141}.footer-logo .custom-logo{max-height:65px;max-width:280px;object-fit:contain}.footer-brand p{margin:9px 0 0}.site-footer h2{font-family:Georgia,serif;text-transform:uppercase;color:#fff;font-size:23px;margin:0 0 20px}.footer-latest{margin-bottom:42px}.footer-headlines{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 0}.footer-headlines a{display:block;line-height:1.5;padding:0 20px;border-right:1px solid #666;min-height:48px}.footer-headlines a:nth-child(4n+1){padding-left:0}.footer-headlines a:nth-child(4n){border-right:0}.footer-sections{padding:5px 0 40px}.footer-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 26px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #555;margin:0;padding:20px 0;font-size:13px}.footer-bottom>div{display:flex;gap:18px}.site-footer a:hover{color:#fff}
@media(max-width:800px){.footer-headlines{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-headlines a:nth-child(2n){border-right:0}.footer-headlines a:nth-child(2n+1){padding-left:0}.footer-categories{grid-template-columns:repeat(3,1fr)}.single-content{padding-top:25px}}
@media(max-width:520px){.footer-headlines{grid-template-columns:1fr;gap:0}.footer-headlines a{border-right:0;border-bottom:1px solid #4b4b4b;padding:12px 0;min-height:0}.footer-categories{grid-template-columns:repeat(2,1fr)}.footer-bottom{display:block}.footer-bottom>div{margin-top:10px;flex-wrap:wrap}.article-meta-bar{font-size:13px}.article-share span{display:none}.editorial-article .article-header h1{font-size:clamp(36px,10vw,48px)}}

/* Responsive header; remaining v0.3.1 styles are unchanged. */
.site-header .brand-row{display:flex;align-items:center;justify-content:space-between;min-height:96px}.site-header .brand-cluster{min-width:0;flex:1}.site-header .header-actions{margin-left:auto}.site-header .menu-trigger{display:none}.site-header .site-brand .custom-logo{max-height:72px;max-width:300px}.site-header .category-nav .menu{justify-content:space-between;gap:0}.site-header .category-nav a{padding:13px clamp(5px,.8vw,13px)}.site-header .category-nav-inner{overflow-x:auto}.site-header .icon-button{background:transparent;border-radius:5px}.site-header .icon-button:hover{background:#f1f3f7}.site-header .search-form{margin-left:auto}.drawer-label{margin:22px 0 3px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}body.newsium-drawer-open{overflow:hidden}
@media(max-width:900px){.site-header .brand-row{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;min-height:72px}.site-header .menu-trigger{display:inline-flex;grid-column:1;justify-self:start}.site-header .brand-cluster{grid-column:2;justify-self:center;flex:initial}.site-header .header-actions{grid-column:3;justify-self:end;margin:0}.site-header .site-brand .custom-logo{max-width:min(48vw,205px);max-height:53px}.site-header .category-nav{display:block}.site-header .category-nav-inner{overflow-x:auto;scrollbar-width:none;touch-action:pan-x}.site-header .category-nav .menu{width:max-content;justify-content:flex-start;gap:5px}.site-header .category-nav a{padding:11px 13px}.site-header .search-panel{padding-bottom:13px}.site-header .search-form{max-width:none}}
@media(max-width:520px){.site-header .brand-row{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px;min-height:62px}.site-header .site-brand{font-size:28px}.site-header .site-brand .custom-logo{max-width:min(49vw,170px);max-height:46px}.site-header .icon-button{width:40px;height:40px}.site-header .search-form button{padding:0 12px}}

/* Dashboard assigned menus */
.site-header .category-nav .menu-item{position:relative}.site-header .category-nav .menu-item>a{display:inline-flex}.footer-categories{list-style:none;margin:0;padding:0}.footer-categories li{list-style:none;margin:0;padding:0}.footer-categories li a{display:block}.drawer-nav .menu-item{list-style:none}.drawer-nav .current-menu-item>a{color:var(--accent)}

/* Keep the Most Read panel only as tall as its content. */
.latest-layout .most-read{align-self:start;height:auto}

/* Category navigation motion and LIVE treatment */
.site-header .category-nav .menu-item>a{position:relative;transition:color .18s ease,background-color .18s ease,transform .18s ease}.site-header .category-nav .menu-item>a:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-header .category-nav .menu-item>a:hover,.site-header .category-nav .menu-item>a:focus-visible{color:var(--accent);background:#f7f8fa;transform:translateY(-2px)}.site-header .category-nav .menu-item>a:hover:after,.site-header .category-nav .menu-item>a:focus-visible:after,.site-header .category-nav .current-menu-item>a:after{transform:scaleX(1)}.site-header .category-nav .menu-item>a:focus-visible,.drawer-nav a:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.site-header .category-nav .menu-item-live-news>a{background:var(--accent);color:#fff;border-radius:4px;margin:6px 3px;padding:7px 12px;font-weight:850;letter-spacing:.06em}.site-header .category-nav .menu-item-live-news>a:before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18);margin-right:7px;flex:none}.site-header .category-nav .menu-item-live-news>a:hover,.site-header .category-nav .menu-item-live-news>a:focus-visible,.site-header .category-nav .menu-item-live-news.current-menu-item>a{color:#fff;background:#a9132a;transform:translateY(-2px);box-shadow:0 5px 12px rgba(160,20,45,.22)}.site-header .category-nav .menu-item-live-news>a:after{display:none}.drawer-nav .menu-item-live-news>a{color:var(--accent);font-weight:850}.drawer-nav .menu-item-live-news>a:before{content:"●";font-size:10px;margin-right:8px}.drawer-nav a{transition:color .18s ease,padding-left .18s ease}.drawer-nav a:hover{color:var(--accent);padding-left:6px}
@media(prefers-reduced-motion:reduce){.site-header .category-nav .menu-item>a,.site-header .category-nav .menu-item>a:after,.drawer-nav a{transition:none}.site-header .category-nav .menu-item>a:hover,.site-header .category-nav .menu-item>a:focus-visible{transform:none}}

/* Reading progress and category navigation */
.reading-progress{position:fixed;z-index:210;top:0;left:0;right:0;height:4px;background:transparent;pointer-events:none}.reading-progress span{display:block;width:0;height:100%;background:var(--accent);transition:width .12s linear;box-shadow:0 1px 7px rgba(0,0,0,.15)}.article-read-time{white-space:nowrap;font-weight:650;color:#5d6674}
.site-header .category-nav .menu-item:not(.menu-item-live-news)>a{border-radius:4px}.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:before{content:"";position:absolute;inset:5px 2px;border:1px solid transparent;border-radius:4px;pointer-events:none;transition:border-color .2s ease,background-color .2s ease}.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:hover,.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:focus-visible{background:#fff;transform:translateY(-3px)}.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:hover:before,.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:focus-visible:before{border-color:var(--accent);background:rgba(215,25,53,.04)}.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:hover:after,.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:focus-visible:after{transform:scaleX(.55)}
@media(max-width:520px){.article-meta-bar>div{display:flex;flex-wrap:wrap;align-items:center;gap:3px 6px}.article-meta-separator{margin:0 2px}}
@media(prefers-reduced-motion:reduce){.reading-progress span,.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:before{transition:none}.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:hover,.site-header .category-nav .menu-item:not(.menu-item-live-news)>a:focus-visible{transform:none}}

/* Stories after an article */
.related-stories{margin:60px auto 12px;max-width:1060px;border-top:1px solid var(--line);padding-top:28px}.related-stories .section-head h2{font-family:Arial,system-ui,sans-serif}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.related-card{min-width:0}.related-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#e8edf3}.related-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.related-card:hover .related-image img{transform:scale(1.035)}.related-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#778398;font-weight:850;letter-spacing:.12em}.related-info{padding:13px 0}.related-info h3{font-size:19px;line-height:1.3;margin:6px 0 12px}.related-info h3 a:hover{color:var(--accent)}.related-info .meta{font-size:12px}
@media(max-width:800px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-card:last-child:nth-child(odd){display:none}}
@media(max-width:520px){.related-grid{grid-template-columns:1fr}.related-card:last-child:nth-child(odd){display:block}.related-stories{margin-top:42px}.related-info h3{font-size:18px}}
@media(prefers-reduced-motion:reduce){.related-image img{transition:none}.related-card:hover .related-image img{transform:none}}

/* Small category symbols with restrained motion */
.site-header .category-nav .menu-item>a{align-items:center;gap:7px}.category-icon{display:block;flex:none;transition:transform .28s cubic-bezier(.2,.8,.2,1);transform-origin:center}.site-header .menu-item:not(.menu-item-live-news)>a:hover .category-icon,.site-header .menu-item:not(.menu-item-live-news)>a:focus-visible .category-icon{transform:translateY(-3px) scale(1.13)}.site-header .menu-item-world>a:hover .category-icon,.site-header .menu-item-world>a:focus-visible .category-icon{transform:rotate(28deg)}.site-header .menu-item-sports>a:hover .category-icon,.site-header .menu-item-sports>a:focus-visible .category-icon{transform:rotate(-22deg) scale(1.12)}.site-header .menu-item-local>a:hover .category-icon,.site-header .menu-item-local>a:focus-visible .category-icon{transform:translateY(-4px) rotate(8deg)}.site-header .menu-item-crime>a:hover .category-icon,.site-header .menu-item-crime>a:focus-visible .category-icon{transform:scale(1.16)}
@media(prefers-reduced-motion:reduce){.category-icon{transition:none}.site-header .menu-item:not(.menu-item-live-news)>a:hover .category-icon,.site-header .menu-item:not(.menu-item-live-news)>a:focus-visible .category-icon{transform:none}}

/* Masthead categories between logo and search on wide screens */
.site-header .brand-row{gap:18px;min-height:86px}.site-header .brand-cluster{flex:0 0 auto}.site-header .brand-cluster .custom-logo{max-width:220px;max-height:64px}.site-header .category-nav-desktop{display:block;flex:1 1 auto;min-width:0;border:0;overflow:hidden}.site-header .category-nav-desktop .category-nav-inner{width:100%;min-width:0;padding:0;overflow-x:auto;white-space:nowrap}.site-header .category-nav-desktop .menu{width:max-content;min-width:100%;justify-content:space-around;gap:0}.site-header .category-nav-desktop .menu-item>a{font-size:12px;padding:11px 7px}.site-header .category-nav-desktop .category-icon{width:16px;height:16px}.site-header .category-nav-mobile{display:none}.site-header .header-actions{flex:0 0 auto}
@media(max-width:1100px){.site-header .brand-row{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;min-height:72px}.site-header .menu-trigger{display:inline-flex;grid-column:1;justify-self:start}.site-header .brand-cluster{grid-column:2;justify-self:center;flex:initial}.site-header .brand-cluster .custom-logo{max-width:min(48vw,205px);max-height:53px}.site-header .header-actions{grid-column:3;justify-self:end;margin:0}.site-header .category-nav-desktop{display:none}.site-header .category-nav-mobile{display:block;border-top:1px solid var(--line);border-bottom:2px solid var(--accent)}.site-header .category-nav-mobile .category-nav-inner{overflow-x:auto;scrollbar-width:none;touch-action:pan-x}.site-header .category-nav-mobile .menu{width:max-content;justify-content:flex-start;gap:5px}.site-header .category-nav-mobile .menu-item>a{padding:11px 13px}}
@media(max-width:520px){.site-header .brand-row{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px;min-height:62px}.site-header .brand-cluster .custom-logo{max-width:min(49vw,170px);max-height:46px}}

/* Live News archive */
.live-news-page{background:#fff}.live-header{padding:10px 0 24px;border-bottom:1px solid var(--line)}.live-header .eyebrow{display:flex;align-items:center;gap:8px}.live-header h1{font-size:clamp(40px,5vw,66px);line-height:1.08;letter-spacing:-.045em;margin:8px 0}.live-header p{color:var(--muted);margin:0}.live-pulse{height:9px;width:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(215,25,53,.13);animation:newsium-live-pulse 1.9s ease-in-out infinite}@keyframes newsium-live-pulse{50%{box-shadow:0 0 0 9px rgba(215,25,53,0)}}.live-lead{background:#19253e;color:#fff;border-left:5px solid var(--accent);padding:28px 32px;margin:28px 0 38px}.live-lead-label{color:#ff737b;font-size:12px;font-weight:850;letter-spacing:.1em}.live-lead time{display:block;color:#bcc7d9;margin-top:9px;font-size:13px}.live-lead h2{font-size:clamp(24px,3vw,36px);line-height:1.2;max-width:950px;margin:12px 0}.live-lead a:hover{color:#ffb4bd}.live-lead p{max-width:850px;color:#d6dfea;margin-bottom:0}.live-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.live-toolbar h2{margin:0;font-size:24px}.live-toolbar>a{font-size:13px;color:var(--accent);font-weight:800}.live-jump{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;padding:17px 0 21px}.live-jump a{border:1px solid var(--line);padding:7px 13px;font-size:13px;font-weight:750;border-radius:3px}.live-jump a:hover,.live-jump a:focus-visible{border-color:var(--accent);color:var(--accent)}.live-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 38px}.live-group{scroll-margin-top:25px;border-top:3px solid var(--ink)}.live-group-heading{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.live-group-heading h2{margin:0;font-size:20px}.live-group-heading span{font-size:12px;color:var(--muted)}.live-headlines{list-style:none;margin:0;padding:0}.live-headlines li{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line);padding:17px 0}.live-headlines time{font-size:12px;color:var(--accent);font-weight:850;white-space:nowrap;margin-top:3px}.live-headlines h3{font-size:17px;line-height:1.34;margin:0 0 8px}.live-headlines h3 a:hover{color:var(--accent)}
@media(max-width:800px){.live-groups{grid-template-columns:1fr}.live-lead{padding:22px}.live-headlines li{grid-template-columns:68px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.live-pulse{animation:none}}
