/*
Theme Name: Globe News Report
Author: Globe News Report
Description: Custom responsive news theme with breaking news, hero stories, trending news, newsletter and dark mode.
Version: 1.1
License: GPL v2 or later
Text Domain: globe-news-report
*/
:root{--red:#b40000;--red2:#d50000;--black:#111;--text:#181818;--muted:#6b6b6b;--bg:#fff;--soft:#f6f6f6;--border:#e7e7e7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}
.topbar{background:var(--black);color:#fff;font-size:13px}.topbar .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between}.breaking{display:flex;align-items:center;gap:10px}.breaking strong{background:var(--red);padding:8px 12px}.top-links a{margin-left:15px;color:#fff}
.header{background:#fff;border-bottom:1px solid var(--border)}.header-row{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center}.logo img{display:block;width:auto;height:58px;max-width:300px;object-fit:contain}.logo-fallback{font-weight:900;font-size:25px;color:var(--black)}.logo-fallback span{color:var(--red)}
.tools{display:flex;gap:9px;align-items:center}.search{width:210px;padding:10px 12px;border:1px solid var(--border);border-radius:5px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:0;border-radius:5px;padding:10px 14px;font-weight:800;cursor:pointer}.mode{background:#fff;color:var(--text);border:1px solid var(--border);padding:9px 11px;border-radius:5px;cursor:pointer}
.nav{background:#fff;border-bottom:2px solid var(--red)}.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:27px;align-items:center;min-height:48px;overflow:auto}.nav a{font-size:14px;font-weight:800;white-space:nowrap}.nav a:hover{color:var(--red)}
.hero-area{padding:26px 0}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}.hero{min-height:410px;border-radius:8px;overflow:hidden;position:relative;background:linear-gradient(90deg,#160000 0%,rgba(40,0,0,.75) 42%,rgba(0,0,0,.15) 100%),linear-gradient(135deg,#7d0000,#111);display:flex;align-items:flex-end;padding:42px;color:#fff}.hero:after{content:"";position:absolute;right:0;top:0;width:45%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.18),transparent 55%)}.hero-content{position:relative;z-index:1;max-width:700px}.tag{display:inline-block;background:var(--red);color:#fff;border-radius:3px;padding:4px 9px;font-size:12px;font-weight:900}.hero h1{font-size:42px;line-height:1.08;margin:14px 0 10px}.hero p{font-size:17px;max-width:650px}.side-title,.section-head{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--black);padding-bottom:9px;margin-bottom:12px}.side-title h2,.section-head h2{font-size:21px;margin:0}.story-list{display:grid;gap:10px}.story{display:grid;grid-template-columns:92px 1fr;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.story-img{height:70px;border-radius:5px;background:linear-gradient(135deg,#222,#b40000)}.story h3{font-size:15px;line-height:1.3;margin:0 0 4px}.meta{font-size:12px;color:var(--muted)}
.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{border:1px solid var(--border);border-radius:7px;overflow:hidden;background:#fff}.card-image{height:160px;background:linear-gradient(135deg,#111,#b40000)}.card-body{padding:14px}.card h3{font-size:19px;line-height:1.25;margin:8px 0}.trend-box{border-left:3px solid var(--red);padding-left:15px}.trend{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.trend-number{color:var(--red);font-size:20px;font-weight:900}
.features{margin:28px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature{background:var(--soft);border:1px solid var(--border);border-radius:7px;padding:18px}.feature b{display:block;margin-bottom:4px}.newsletter{margin:30px 0;background:linear-gradient(90deg,#160000,#8f0000);color:#fff;border-radius:8px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.newsletter h2{margin:0 0 4px}.newsletter form{display:flex;gap:8px}.newsletter input{min-width:280px;border:0;border-radius:4px;padding:12px}.footer{background:#111;color:#ddd;padding:30px 0;margin-top:40px}.footer-row{display:flex;justify-content:space-between;gap:20px}.footer small{color:#aaa}
.dark-mode{--bg:#111;--text:#eee;--muted:#aaa;--soft:#1a1a1a;--border:#333}.dark-mode .header,.dark-mode .nav,.dark-mode .card,.dark-mode .mode{background:#161616;color:#eee}.dark-mode .header,.dark-mode .nav{border-color:#333}
@media(max-width:900px){.hero-grid,.main-grid{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.tools .search{display:none}}
@media(max-width:600px){.header-row{min-height:75px}.logo img{height:48px;max-width:230px}.top-links{display:none}.nav ul{gap:18px}.hero{min-height:360px;padding:25px}.hero h1{font-size:31px}.cards{grid-template-columns:1fr}.features{grid-template-columns:1fr}.newsletter,.footer-row{flex-direction:column;align-items:flex-start}.newsletter form{width:100%}.newsletter input{min-width:0;flex:1;width:100%}}

/* Full article layouts */
.archive-posts{display:grid;gap:28px;max-width:1000px}
.archive-post{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}
.archive-image{height:330px;background:linear-gradient(135deg,#222,#b40000)}
.archive-body{padding:28px}
.archive-title{font-size:32px;line-height:1.15;margin:12px 0}
.article-content{font-size:18px;line-height:1.8;margin-top:22px}
.article-content p{margin:0 0 18px}
.article-content h2,.article-content h3{line-height:1.25;margin:28px 0 12px}
.article-content ul,.article-content ol{padding-left:25px}
.article-content img{max-width:100%;height:auto;border-radius:6px}
.article-content blockquote{margin:22px 0;padding:14px 20px;border-left:4px solid var(--red);background:var(--soft)}
.single-article{max-width:900px;margin:0 auto}
.single-title{font-size:44px;line-height:1.1;margin:12px 0}
.single-featured{margin:25px 0}
.single-featured img{display:block;width:100%;height:auto;border-radius:8px}
.article-tags{margin-top:28px;padding-top:18px;border-top:1px solid var(--border)}
.pagination{margin-top:30px}
.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}
.pagination a,.pagination span{padding:8px 12px;border:1px solid var(--border);border-radius:4px}
@media(max-width:600px){.archive-body{padding:20px}.archive-title,.single-title{font-size:30px}.article-content{font-size:16px;line-height:1.7}.archive-image{height:220px}}
