/* ══════════════════════════════════════
   NAVSORATIMES — Main Stylesheet
   navsoratimes.com
   ══════════════════════════════════════ */

:root {
  --navy:#0a1628; --navy2:#112240; --navy3:#1a3358;
  --gold:#f0a500; --gold2:#ffc533; --gold3:#ffe08a;
  --white:#ffffff; --offwhite:#f7f9fc; --light:#e8eef8;
  --muted:#8899bb; --border:#dce6f5; --text:#1a2744; --subtext:#4a5f80;
  --sub:#4a5f80; --bg:#f7f9fc; --surface:#ffffff; --surface2:#f0f4fa;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--offwhite);color:var(--text);font-family:'Merriweather',Georgia,serif;font-size:15px;line-height:1.7;}
a{text-decoration:none;color:inherit;cursor:pointer;}
button{cursor:pointer;}

/* ── ALERT BAR ── */
.alert-bar{display:none;}
.alert-tag{background:var(--navy);color:var(--gold);padding:0 18px;height:100%;display:flex;align-items:center;gap:7px;white-space:nowrap;flex-shrink:0;font-size:10px;letter-spacing:.15em;}
.alert-dot{width:7px;height:7px;background:var(--gold);border-radius:50%;animation:blink 1.2s ease infinite;}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.alert-scroll{overflow:hidden;flex:1;}
.alert-inner{display:inline-flex;gap:0;animation:alertMove 40s linear infinite;white-space:nowrap;}
.alert-inner span{padding:0 48px;border-right:1px solid rgba(10,22,40,.2);}
@keyframes alertMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── MASTHEAD ── */
.masthead{background:var(--navy);position:sticky;top:0;z-index:100;box-shadow:0 4px 24px rgba(10,22,40,.35);}
.mast-top{display:flex;align-items:center;justify-content:space-between;padding:14px 40px;border-bottom:2px solid var(--gold);}
.logo-group{display:flex;align-items:baseline;gap:14px;}
.logo-main{font-family:'Montserrat',sans-serif;font-weight:900;font-size:26px;color:var(--white);letter-spacing:-.02em;line-height:1;}
.logo-main span{color:var(--gold);}
.logo-sub{font-family:'Roboto Mono',monospace;font-size:10px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;border-left:1px solid var(--navy3);padding-left:14px;}
.mast-actions{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;overflow:hidden;}
.datetime-display{display:flex;flex-direction:column;align-items:flex-end;gap:2px;border-right:1px solid var(--navy3);padding-right:16px;}
.live-date{font-family:'Roboto Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);}
.live-time{font-family:'Roboto Mono',monospace;font-size:16px;font-weight:500;letter-spacing:.08em;color:var(--white);line-height:1;}
.btn-sub{background:var(--gold);color:var(--navy);font-family:'Montserrat',sans-serif;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:9px 20px;border-radius:2px;border:none;transition:background .18s,transform .1s;display:inline-block;}
.btn-sub:hover{background:var(--gold2);transform:translateY(-1px);}
.btn-signin{font-family:'Montserrat',sans-serif;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:transparent;border:1.5px solid rgba(255,255,255,0.35);border-radius:2px;padding:8px 16px;transition:all .18s;}
.btn-signin:hover{color:var(--gold);border-color:var(--gold);background:rgba(240,165,0,.08);}
.main-nav{display:flex;align-items:center;padding:0 40px;overflow-x:auto;gap:0;}
.main-nav a{font-family:'Montserrat',sans-serif;font-weight:600;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--light);padding:13px 18px;border-bottom:3px solid transparent;white-space:nowrap;transition:color .15s,border-color .15s;}
.main-nav a:hover,.main-nav a.active{color:var(--gold);border-bottom-color:var(--gold);}

/* ── LIVE BAR ── */
.live-bar{background:#0d1d36;border-bottom:1px solid var(--navy3);display:flex;align-items:center;height:40px;overflow:hidden;}
.live-tab{font-family:'Montserrat',sans-serif;font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:0 16px;height:100%;display:flex;align-items:center;cursor:pointer;color:var(--muted);border-right:1px solid var(--navy3);white-space:nowrap;transition:background .15s,color .15s;flex-shrink:0;}
.live-tab:hover{background:var(--navy2);color:var(--light);}
.active-tab{background:var(--navy2);color:var(--gold)!important;border-bottom:2px solid var(--gold);}
.live-bar-content{flex:1;overflow:hidden;}
.live-scroll-wrap{overflow:hidden;width:100%;}
.live-scroll-inner{display:inline-flex;gap:0;white-space:nowrap;animation:liveScroll 70s linear infinite;}
.live-scroll-inner:hover{animation-play-state:paused;}
.live-item{display:inline-flex;align-items:center;gap:8px;padding:0 20px;border-right:1px solid var(--navy3);font-family:'Roboto Mono',monospace;font-size:11px;height:40px;flex-shrink:0;}
.live-item .li-name{color:var(--light);font-weight:500;letter-spacing:.04em;}
.live-item .li-val{color:var(--white);font-weight:500;}
.li-up{color:#22cc66!important;}
.li-down{color:#ff4444!important;}
.li-neutral{color:var(--muted)!important;}
.li-badge{font-size:8.5px;padding:2px 6px;border-radius:2px;font-family:'Montserrat',sans-serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.li-badge-live{background:rgba(255,68,68,.2);color:#ff6666;}
.li-badge-final{background:rgba(100,100,100,.2);color:#888;}
.li-badge-sched{background:rgba(240,165,0,.15);color:var(--gold);}
.li-score{color:var(--white);font-size:12px;font-weight:500;}
.live-bar-time{font-family:'Roboto Mono',monospace;font-size:10px;color:var(--muted);padding:0 14px;border-left:1px solid var(--navy3);white-space:nowrap;flex-shrink:0;letter-spacing:.06em;}
@keyframes liveScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── CONTAINER ── */
.container{max-width:1280px;margin:0 auto;padding:0 40px;}

/* ── PILL TAGS ── */
.pill{display:inline-block;font-family:'Montserrat',sans-serif;font-weight:700;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:10px;}
.pill-ai{background:#e8f0ff;color:#2244cc;}
.pill-space{background:#fff3d6;color:#8a5c00;}
.pill-bio{background:#e6f9ef;color:#1a7a40;}
.pill-phys{background:#fde8e8;color:#c0261a;}
.pill-comp{background:#ede6ff;color:#6633cc;}
.pill-clim{background:#e6f7f5;color:#0f7a6e;}
.pill-robo{background:#fff0e6;color:#b35000;}
.pill-med{background:#ffe6f0;color:#aa1155;}

/* ── SECTION LABEL ── */
.section-label{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding-top:36px;}
.section-label h2{font-family:'Montserrat',sans-serif;font-weight:900;font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);white-space:nowrap;}
.section-label .line{flex:1;height:2px;background:var(--border);}
.section-label .gold-line{flex:1;height:2px;background:linear-gradient(to right,var(--gold),transparent);}
.section-label a{font-family:'Roboto Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold3);padding-bottom:1px;white-space:nowrap;transition:color .15s;}
.section-label a:hover{color:var(--navy);}

/* ── BUTTONS ── */
.read-more{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--navy);padding:10px 20px;border-radius:2px;border:none;transition:background .18s,gap .18s;}
.read-more:hover{background:var(--gold);color:var(--navy);gap:14px;}

/* ── HERO ── */
.hero-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:28px;margin-bottom:28px;}
.hero-main{background:var(--white);border-radius:4px;overflow:hidden;box-shadow:0 2px 16px rgba(10,22,40,.08);cursor:pointer;transition:transform .2s,box-shadow .2s;border-top:4px solid var(--gold);display:block;}
.hero-main:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(10,22,40,.14);}
.hero-img{width:100%;aspect-ratio:16/8;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.hero-img-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;}
.hero-img-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 60%,rgba(240,165,0,.18) 0%,transparent 55%),radial-gradient(ellipse at 80% 30%,rgba(255,197,51,.1) 0%,transparent 50%);}
.hero-img-text{font-family:'Montserrat',sans-serif;font-weight:900;font-size:80px;color:rgba(240,165,0,.12);letter-spacing:-.04em;position:relative;z-index:1;text-transform:uppercase;}
.hero-body{padding:28px 32px 32px;}
.hero-body h1{font-family:'Montserrat',sans-serif;font-weight:800;font-size:clamp(20px,2.4vw,32px);line-height:1.2;color:var(--navy);margin-bottom:14px;letter-spacing:-.01em;}
.hero-body .deck{font-size:14.5px;font-weight:300;line-height:1.75;color:var(--subtext);margin-bottom:18px;}
.hero-byline{font-family:'Roboto Mono',monospace;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.hero-byline strong{color:var(--navy);}
.hero-byline .sep{color:var(--border);}

/* Side cards */
.hero-side{display:flex;flex-direction:column;gap:14px;}
.side-card{background:var(--white);border-radius:4px;overflow:hidden;box-shadow:0 2px 12px rgba(10,22,40,.07);cursor:pointer;display:flex;border-left:4px solid var(--gold);transition:transform .18s,box-shadow .18s;flex:1;}
.side-card:hover{transform:translateX(4px);box-shadow:0 4px 20px rgba(10,22,40,.12);}
.side-card-img{width:90px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:900;font-size:20px;color:rgba(240,165,0,.2);background-size:cover;background-position:center;overflow:hidden;}
.sc1{background:linear-gradient(135deg,#0a1628,#1a3358);}
.sc2{background:linear-gradient(135deg,#0f2a0f,#1a4a1a);}
.sc3{background:linear-gradient(135deg,#2a0a0a,#4a1a1a);}
.sc4{background:linear-gradient(135deg,#1a0f2a,#2a1a4a);}
.side-card-body{padding:14px 18px;display:flex;flex-direction:column;justify-content:center;}
.side-card-body h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:13px;line-height:1.35;color:var(--navy);margin-bottom:6px;transition:color .15s;}
.side-card:hover h3{color:var(--gold);}
.side-card-body .meta{font-family:'Roboto Mono',monospace;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;}

/* Stats strip */
.stats-strip{background:var(--navy);border-radius:4px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 4px 20px rgba(10,22,40,.2);}
.stat-item{padding:20px 28px;border-right:1px solid var(--navy3);display:flex;align-items:center;gap:16px;}
.stat-item:last-child{border-right:none;}
.stat-icon{font-size:26px;line-height:1;}
.stat-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:28px;color:var(--gold);line-height:1;letter-spacing:-.02em;}
.stat-lbl{font-family:'Roboto Mono',monospace;font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:3px;}

/* News cards */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.news-card{background:var(--white);border-radius:4px;overflow:hidden;box-shadow:0 2px 12px rgba(10,22,40,.07);cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;border-top:3px solid var(--border);}
.news-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(10,22,40,.14);border-top-color:var(--gold);}
.card-img{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:900;font-size:44px;color:rgba(255,255,255,.07);position:relative;overflow:hidden;flex-shrink:0;background-size:cover;background-position:center;}
.card-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(10,22,40,.6) 0%,transparent 50%);}
.ci1{background:linear-gradient(135deg,#0a1628,#1a3358);}
.ci2{background:linear-gradient(135deg,#0f200f,#1e4a1e);}
.ci3{background:linear-gradient(135deg,#28100a,#4a2010);}
.ci4{background:linear-gradient(135deg,#180a28,#301850);}
.ci5{background:linear-gradient(135deg,#1a1800,#3d3800);}
.ci6{background:linear-gradient(135deg,#0a1a20,#0f3040);}
.card-body{padding:20px;flex:1;display:flex;flex-direction:column;}
.card-body h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:15px;line-height:1.35;color:var(--navy);margin-bottom:10px;transition:color .15s;}
.news-card:hover h3{color:var(--gold);}
.card-body p{font-size:12.5px;font-weight:300;line-height:1.65;color:var(--subtext);margin-bottom:14px;flex:1;}
.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border);font-family:'Roboto Mono',monospace;font-size:9.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;}

/* Feature banner */
.feature-banner{background:var(--navy);border-radius:4px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;box-shadow:0 8px 40px rgba(10,22,40,.25);position:relative;overflow:hidden;cursor:pointer;transition:box-shadow .2s;display:block;}
.feature-banner:hover{box-shadow:0 16px 60px rgba(10,22,40,.35);}
.feature-banner-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.feat-left h2{font-family:'Montserrat',sans-serif;font-weight:900;font-size:clamp(22px,2.8vw,36px);color:var(--white);line-height:1.15;letter-spacing:-.02em;margin:10px 0 16px;}
.feat-left h2 em{font-style:italic;color:var(--gold);}
.feat-left p{font-size:14px;font-weight:300;color:var(--muted);line-height:1.75;margin-bottom:24px;}
.feat-right{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.feat-stat{background:var(--navy2);border:1px solid var(--navy3);border-radius:4px;padding:20px;text-align:center;transition:border-color .18s;}
.feat-stat:hover{border-color:var(--gold);}
.feat-stat .icon{font-size:28px;margin-bottom:10px;}
.feat-stat .num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:28px;color:var(--gold);line-height:1;}
.feat-stat .lbl{font-family:'Roboto Mono',monospace;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:5px;}

/* Two col panels */
.two-col-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.col-panel{background:var(--white);border-radius:4px;box-shadow:0 2px 12px rgba(10,22,40,.07);overflow:hidden;}
.col-panel-head{background:var(--navy);padding:14px 24px;font-family:'Montserrat',sans-serif;font-weight:800;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);}
.col-panel-body{padding:8px 24px 16px;}
.list-row{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;}
.list-row:last-child{border-bottom:none;}
.list-row:hover{margin:0 -24px;padding-left:24px;padding-right:24px;background:var(--offwhite);}
.list-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:26px;color:var(--border);line-height:1;min-width:34px;padding-top:2px;}
.list-row:hover .list-num{color:var(--gold3);}
.list-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:13px;line-height:1.35;color:var(--navy);margin-bottom:4px;}
.list-meta{font-family:'Roboto Mono',monospace;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;}

/* Opinion */
.opinion-section{background:var(--navy2);border-radius:4px;overflow:hidden;box-shadow:0 4px 24px rgba(10,22,40,.18);}
.opinion-header{background:var(--gold);padding:14px 32px;display:flex;align-items:center;justify-content:space-between;}
.opinion-header h2{font-family:'Montserrat',sans-serif;font-weight:900;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--navy);}
.opinion-header a{font-family:'Roboto Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);opacity:.6;transition:opacity .15s;}
.opinion-header a:hover{opacity:1;}
.opinion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--navy3);}
.op-card{background:var(--navy2);padding:28px 30px;cursor:pointer;transition:background .18s;display:block;}
.op-card:hover{background:var(--navy);}
.op-author{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.op-av{width:44px;height:44px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:800;font-size:15px;color:var(--gold);background:var(--navy3);flex-shrink:0;}
.op-name{font-family:'Montserrat',sans-serif;font-weight:700;font-size:12px;color:var(--light);}
.op-role{font-family:'Roboto Mono',monospace;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:2px;}
.op-card h3{font-family:'Merriweather',serif;font-style:italic;font-weight:400;font-size:16px;line-height:1.45;color:var(--light);transition:color .15s;}
.op-card:hover h3{color:var(--gold3);}

/* Newsletter */
.newsletter{background:var(--gold);border-radius:4px;padding:48px 56px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;box-shadow:0 4px 24px rgba(240,165,0,.3);}
.nl-left h2{font-family:'Montserrat',sans-serif;font-weight:900;font-size:28px;color:var(--navy);letter-spacing:-.02em;line-height:1.1;margin-bottom:10px;}
.nl-left p{font-size:14px;font-weight:300;color:var(--navy2);line-height:1.65;}
.nl-form{display:flex;flex-direction:column;gap:12px;}
.nl-form input{background:var(--white);border:2px solid rgba(10,22,40,.15);padding:14px 18px;font-family:'Roboto Mono',monospace;font-size:13px;color:var(--navy);border-radius:2px;outline:none;transition:border-color .18s;}
.nl-form input:focus{border-color:var(--navy);}
.nl-form input::placeholder{color:#aaa;}
.nl-form button{background:var(--navy);color:var(--gold);border:none;padding:14px 24px;font-family:'Montserrat',sans-serif;font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase;border-radius:2px;transition:background .18s;}
.nl-form button:hover{background:var(--navy3);}

/* ── LIVE PANEL (home page) ── */
.live-panel{background:var(--white);border-radius:4px;box-shadow:0 2px 12px rgba(10,22,40,.07);overflow:hidden;margin-bottom:40px;}
.live-panel-head{background:var(--navy);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.live-panel-head h3{font-family:'Montserrat',sans-serif;font-weight:800;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);}
.live-panel-tabs{display:flex;gap:6px;flex-wrap:wrap;}
.lp-tab{font-family:'Montserrat',sans-serif;font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:2px;cursor:pointer;border:1px solid var(--navy3);color:var(--muted);background:none;transition:all .15s;}
.lp-tab.on{background:var(--gold);color:var(--navy);border-color:var(--gold);}
.lp-tab:hover:not(.on){color:var(--light);border-color:var(--muted);}
.lp-section{display:none;padding:16px 0;}
.lp-section.on{display:block;}
.markets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.mkt-cell{padding:16px 20px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .15s;}
.mkt-cell:hover{background:var(--offwhite);}
.mkt-cell:nth-child(4n){border-right:none;}
.mkt-name{font-family:'Montserrat',sans-serif;font-weight:700;font-size:10px;color:var(--subtext);margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em;}
.mkt-val{font-family:'Roboto Mono',monospace;font-size:18px;font-weight:500;color:var(--navy);line-height:1;}
.mkt-chg{font-family:'Roboto Mono',monospace;font-size:11px;margin-top:3px;}
.mkt-up{color:#16a34a;}
.mkt-down{color:#dc2626;}
.mkt-flat{color:var(--muted);}
.scores-cols{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--border);}
.scores-cols .scores-league{border-right:1px solid var(--border);}
.scores-cols .scores-league:last-child{border-right:none;}
.scores-league{padding:0 20px 8px;}
.scores-league-name{font-family:'Montserrat',sans-serif;font-weight:800;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);padding:12px 0 8px;border-bottom:2px solid var(--border);}
.score-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);gap:12px;}
.score-row:last-child{border-bottom:none;}
.score-teams{flex:1;min-width:0;}
.score-team{font-family:'Montserrat',sans-serif;font-weight:600;font-size:12.5px;color:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:2px 0;}
.score-team.winning{font-weight:800;}
.score-team.losing{color:var(--muted);}
.score-num{font-family:'Roboto Mono',monospace;font-size:14px;font-weight:500;min-width:24px;text-align:right;margin-left:8px;}
.score-num.losing{color:var(--muted);}
.score-badge{font-family:'Montserrat',sans-serif;font-weight:700;font-size:9px;padding:3px 8px;border-radius:2px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;}
.badge-live{background:#fee2e2;color:#dc2626;animation:badgePulse 1.5s ease infinite;}
.badge-final{background:var(--light);color:var(--muted);}
.badge-sched{background:#fef9c3;color:#854d0e;}
.score-time{font-family:'Roboto Mono',monospace;font-size:10px;color:#dc2626;font-weight:500;white-space:nowrap;flex-shrink:0;min-width:36px;text-align:center;}
.score-time-final{color:var(--muted);}
.score-time-sched{color:var(--gold);}
@keyframes badgePulse{0%,100%{opacity:1}50%{opacity:.55}}

/* ── ARTICLE PAGE ── */
.article-hero{background:var(--navy);padding:60px 40px 48px;}
.article-hero-inner{max-width:860px;margin:0 auto;}
.back-btn{display:inline-flex;align-items:center;gap:8px;font-family:'Roboto Mono',monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);background:none;border:none;margin-bottom:24px;padding:0;transition:color .15s;}
.back-btn:hover{color:var(--gold);}
.article-hero h1{font-family:'Montserrat',sans-serif;font-weight:900;font-size:clamp(26px,4vw,48px);color:var(--white);line-height:1.15;letter-spacing:-.02em;margin:12px 0 20px;}
.article-hero .deck{font-size:18px;font-weight:300;line-height:1.75;color:var(--muted);margin-bottom:24px;}
.article-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--navy3);}
.article-meta .author{font-family:'Montserrat',sans-serif;font-weight:700;font-size:13px;color:var(--light);}
.article-meta .date{font-family:'Roboto Mono',monospace;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;}
.article-meta .read-time-badge{background:var(--navy2);color:var(--gold);font-family:'Roboto Mono',monospace;font-size:10px;padding:4px 10px;border-radius:2px;letter-spacing:.1em;text-transform:uppercase;}
.article-body-wrap{max-width:860px;margin:0 auto;padding:48px 40px;}
.article-img-full{width:100%;aspect-ratio:16/7;border-radius:4px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.article-img-full::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 40% 50%,rgba(240,165,0,.12) 0%,transparent 60%);}
.article-img-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;}
.article-img-label{font-family:'Montserrat',sans-serif;font-weight:900;font-size:64px;color:rgba(240,165,0,.1);position:relative;z-index:1;letter-spacing:-.04em;}
.img-caption{font-family:'Roboto Mono',monospace;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:40px;padding:8px 0;border-bottom:1px solid var(--border);}
.article-content p{font-size:16px;line-height:1.9;color:var(--text);margin-bottom:24px;}
.article-content p:first-of-type::first-letter{font-family:'Montserrat',sans-serif;font-weight:900;font-size:56px;float:left;line-height:.85;margin:6px 10px 0 0;color:var(--gold);}
.article-content h2{font-family:'Montserrat',sans-serif;font-weight:800;font-size:22px;color:var(--navy);margin:36px 0 16px;}
.article-content h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:18px;color:var(--navy);margin:28px 0 12px;}
.pullquote{border-left:4px solid var(--gold);background:var(--light);padding:24px 32px;margin:36px 0;border-radius:0 4px 4px 0;}
.pullquote p{font-family:'Merriweather',serif;font-style:italic;font-size:19px;line-height:1.6;color:var(--navy);margin:0!important;}
.pullquote cite{display:block;font-family:'Roboto Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:12px;}
.data-highlight{background:var(--navy);border-radius:4px;padding:4px;margin:36px 0;display:grid;grid-template-columns:repeat(3,1fr);}
.dh-item{background:var(--navy);padding:24px;text-align:center;}
.dh-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:32px;color:var(--gold);letter-spacing:-.02em;line-height:1;}
.dh-lbl{font-family:'Roboto Mono',monospace;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:6px;}
.related-section{background:var(--offwhite);border-top:2px solid var(--border);padding:40px;}
.related-inner{max-width:860px;margin:0 auto;}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;}
.related-card{background:var(--white);border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(10,22,40,.07);transition:transform .18s;border-top:3px solid var(--border);display:block;}
.related-card:hover{transform:translateY(-3px);border-top-color:var(--gold);}
.related-card-img{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:900;font-size:32px;color:rgba(255,255,255,.07);}
.related-card-body{padding:16px;}
.related-card h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:13px;line-height:1.35;color:var(--navy);margin-bottom:6px;transition:color .15s;}
.related-card:hover h4{color:var(--gold);}
.related-card .meta{font-family:'Roboto Mono',monospace;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;}

/* ── CATEGORY PAGE ── */
.cat-hero{background:var(--navy);padding:48px 40px 40px;}
.cat-hero-inner{max-width:1280px;margin:0 auto;}
.cat-title{font-family:'Montserrat',sans-serif;font-weight:900;font-size:clamp(32px,5vw,60px);color:var(--white);letter-spacing:-.02em;line-height:1;margin-bottom:8px;}
.cat-title span{color:var(--gold);}
.cat-desc{font-size:15px;font-weight:300;color:var(--muted);max-width:600px;line-height:1.7;}
.cat-body{max-width:1280px;margin:0 auto;padding:40px;}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}

/* ── FOOTER ── */
footer{background:var(--navy);padding:52px 40px 0;margin-top:60px;}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:52px;padding-bottom:40px;border-bottom:1px solid var(--navy3);}
.footer-brand .footer-logo-main{font-size:24px;display:block;margin-bottom:12px;}
.footer-brand p{font-size:13px;font-weight:300;color:var(--muted);line-height:1.75;margin-bottom:20px;}
.social-links{display:flex;gap:8px;flex-wrap:wrap;}
.social-link{font-family:'Roboto Mono',monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:6px 12px;border:1px solid var(--navy3);border-radius:2px;transition:all .15s;}
.social-link:hover{color:var(--gold);border-color:var(--gold);}
.footer-col h4{font-family:'Montserrat',sans-serif;font-weight:800;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:10px;}
.footer-col a{font-size:13px;font-weight:300;color:var(--muted);transition:color .15s;}
.footer-col a:hover{color:var(--light);}
.footer-bottom{max-width:1280px;margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;align-items:center;font-family:'Roboto Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);}
.footer-bottom a{color:var(--muted);transition:color .15s;}
.footer-bottom a:hover{color:var(--light);}

.section-gap{padding-bottom:40px;}

/* ════════════════════════════════════════════════
   RESPONSIVE — ALL DEVICES
   Desktop: 1280px+ | Tablet: 768–960px | Phone: ≤767px
════════════════════════════════════════════════ */

/* ─ Hamburger button (hidden on desktop) ─ */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 23px;
  height: 2px;
  background: var(--light);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─ TABLET 960px ─ */
@media (max-width: 960px) {
  .mast-top { padding: 12px 24px; }
  .container { padding: 0 24px; }
  .cat-body { padding: 28px 24px; }
  .article-body-wrap { padding: 36px 24px; }
  .related-section { padding: 32px 24px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .card-grid, .cat-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .two-col-section, .newsletter { grid-template-columns: 1fr; }
  .feature-banner-inner { grid-template-columns: 1fr; }
  .feat-right { grid-template-columns: repeat(4, 1fr); }
  .opinion-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .markets-grid { grid-template-columns: 1fr 1fr; }
  .scores-cols { grid-template-columns: 1fr; }
  .main-nav { padding: 0 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
}

/* ─ MOBILE 767px ─ */
@media (max-width: 767px) {

  /* Header */
  .mast-top { padding: 10px 14px; }
  .logo-main { font-size: 20px; }
  .logo-sub { display: none; }
  .datetime-display { display: none; }
  .mast-actions { gap: 8px; }
  .btn-sub { padding: 7px 12px; font-size: 10px; }
  .nav-hamburger { display: flex; }

  /* Mobile nav */
  .main-nav {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: var(--navy2);
    transition: max-height .35s ease;
  }
  .main-nav.open { max-height: 600px; border-top: 1px solid var(--navy3); }
  .main-nav a {
    padding: 13px 20px;
    border-bottom: 1px solid var(--navy3);
    border-left: 3px solid transparent;
    font-size: 12px;
    white-space: normal;
  }
  .main-nav a:hover, .main-nav a.active {
    border-left-color: var(--gold);
    background: rgba(255,255,255,.04);
  }
  .main-nav a:last-child { border-bottom: none; }

  /* Alert bar */
  .alert-bar { height: 30px; font-size: 10px; }
  .alert-tag { padding: 0 10px; font-size: 9px; }

  /* Layout */
  .container { padding: 0 14px; }
  .cat-body { padding: 18px 14px; }
  .article-body-wrap { padding: 20px 14px; }
  .related-section { padding: 24px 14px; }

  /* Hero */
  .hero-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 14px; }
  .hero-side { display: flex; flex-direction: column; gap: 10px; }
  .hero-body { padding: 18px 16px 22px; }
  .hero-body h1 { font-size: 19px; line-height: 1.25; }
  .hero-body .deck { font-size: 13px; }
  .hero-img { aspect-ratio: 16/9; }
  .hero-img-text { font-size: 44px; }

  /* Side cards */
  .side-card { border-left: none; border-top: 3px solid var(--gold); }
  .side-card-img { width: 78px; min-width: 78px; }
  .side-card-body { padding: 10px 13px; }
  .side-card-body h3 { font-size: 12px; }

  /* Stats */
  .stats-strip { grid-template-columns: 1fr 1fr; border-radius: 4px; }
  .stat-item { padding: 14px 10px; gap: 10px; }
  .stat-num { font-size: 20px; }
  .stat-icon { font-size: 20px; }
  .stat-lbl { font-size: 8px; }

  /* Section labels */
  .section-label { padding-top: 22px; margin-bottom: 14px; gap: 8px; flex-wrap: wrap; }
  .section-label h2 { font-size: 11px; }

  /* News cards — horizontal list on mobile */
  .card-grid, .cat-grid { grid-template-columns: 1fr; gap: 8px; }
  .news-card { flex-direction: row; border-top: none; border-left: 3px solid var(--border); border-radius: 4px; }
  .news-card:hover { transform: none; border-left-color: var(--gold); }
  .card-img { width: 88px; min-width: 88px; aspect-ratio: 1/1; font-size: 20px; border-radius: 0; }
  .card-img::after { background: none; }
  .card-body { padding: 10px 12px; }
  .card-body h3 { font-size: 13px; line-height: 1.3; margin-bottom: 5px; }
  .card-body p { display: none; }
  .card-footer { font-size: 9px; padding-top: 6px; }

  /* Feature banner */
  .feature-banner { padding: 24px 16px; }
  .feature-banner-inner { grid-template-columns: 1fr; gap: 18px; }
  .feat-left h2 { font-size: 22px; }
  .feat-right { grid-template-columns: 1fr 1fr; }

  /* Two-col */
  .two-col-section { grid-template-columns: 1fr; gap: 12px; }

  /* Opinion */
  .opinion-grid { grid-template-columns: 1fr; }
  .op-card { padding: 18px 16px; }
  .op-card h3 { font-size: 14px; }

  /* Newsletter */
  .newsletter { padding: 24px 16px; grid-template-columns: 1fr; gap: 16px; border-radius: 4px; }
  .nl-left h2 { font-size: 20px; }
  .nl-form input, .nl-form button { padding: 12px 14px; font-size: 12px; }

  /* Markets/Scores */
  .markets-grid { grid-template-columns: 1fr 1fr; }
  .scores-cols { grid-template-columns: 1fr; }

  /* Article page */
  .article-hero { padding: 26px 14px 22px; }
  .article-hero h1 { font-size: 22px; line-height: 1.2; }
  .article-hero .deck { font-size: 14px; }
  .article-meta { gap: 10px; }
  .article-img-full { border-radius: 0; margin: 0 -14px; width: calc(100% + 28px); }
  .article-content p { font-size: 14.5px; }
  .article-content p:first-of-type::first-letter { font-size: 42px; }
  .article-content h2 { font-size: 19px; }
  .article-content h3 { font-size: 16px; }
  .pullquote { padding: 16px 18px; margin: 22px 0; }
  .pullquote p { font-size: 16px; }
  .data-highlight { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .article-sidebar { display: none; }

  /* Comments */
  /* comment-form tablet: see unified block */
  .comment-item { gap: 10px; }
  .comment-av { width: 34px; height: 34px; font-size: 13px; }

  /* Category hero */
  .cat-hero { padding: 28px 14px 22px; }
  .cat-title { font-size: 32px; }

  /* Footer */
  footer { padding: 36px 14px 0; margin-top: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; padding: 14px 0; font-size: 9px; }
}

/* ─ SMALL MOBILE 480px ─ */
@media (max-width: 480px) {
  .logo-main { font-size: 17px; }
  .btn-signin, .btn-sub:not(.subscribe-btn) { font-size: 9.5px; padding: 6px 10px; }
  .card-img { width: 76px; min-width: 76px; }
  .stat-num { font-size: 17px; }
  .footer-grid { grid-template-columns: 1fr; }
  .data-highlight { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-body h1 { font-size: 16px; }
}

/* ─ DUAL TICKER ─ */
.dual-ticker { background: #0d1d36; border-top: 1px solid var(--navy3); }
.ticker-row { display: flex; align-items: center; height: 34px; overflow: hidden; border-bottom: 1px solid var(--navy3); }
.ticker-row:last-child { border-bottom: none; }
.ticker-label { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; padding: 0 12px; height: 100%; display: flex; align-items: center; border-right: 1px solid var(--navy3); white-space: nowrap; flex-shrink: 0; min-width: 80px; justify-content: center; }
.ticker-scores .ticker-label { color: var(--gold); background: rgba(240,165,0,.08); }
.ticker-markets .ticker-label { color: #22cc66; background: rgba(34,204,102,.06); }
.ticker-track { overflow: hidden; flex: 1; }
.ticker-inner { display: inline-flex; white-space: nowrap; animation: tickerScroll 60s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
.ticker-time { font-family: 'Roboto Mono', monospace; font-size: 10px; color: var(--muted); padding: 0 12px; border-left: 1px solid var(--navy3); white-space: nowrap; flex-shrink: 0; }
.tk-item { display: inline-flex; align-items: center; gap: 6px; padding: 0 16px; border-right: 1px solid var(--navy3); font-family: 'Roboto Mono', monospace; font-size: 11px; height: 34px; flex-shrink: 0; }
.tk-score, .tk-val { color: var(--white); font-weight: 500; }
.tk-name { color: var(--light); font-weight: 500; }
.tk-up { color: #22cc66; } .tk-dn { color: #ff4444; } .tk-flat { color: var(--muted); }
.tk-badge { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 8.5px; padding: 2px 6px; border-radius: 2px; letter-spacing: .08em; text-transform: uppercase; }
.tk-live { background: rgba(255,68,68,.2); color: #ff6666; animation: blink 1.2s ease infinite; }
.tk-final { background: rgba(100,100,100,.2); color: #888; }
.tk-sched { background: rgba(240,165,0,.15); color: var(--gold); }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─ ARTICLE ENGAGEMENT ─ */
.article-engagement { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 28px 0; font-family: 'Roboto Mono', monospace; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.eng-item { display: flex; align-items: center; gap: 6px; }
.like-btn { background: none; border: 2px solid var(--border); border-radius: 20px; padding: 6px 16px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--sub); cursor: pointer; display: flex; align-items: center; gap: 7px; transition: all .18s; }
.like-btn:hover { border-color: var(--red); color: var(--red); }
.like-btn.liked { background: var(--redl); border-color: var(--red); color: var(--red); }
.like-btn .heart { font-size: 14px; transition: transform .2s; }
.like-btn:hover .heart, .like-btn.liked .heart { transform: scale(1.3); }

/* ─ COMMENTS ─ */
.comments-section { margin: 36px 0; }
.comments-section h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 16px; color: var(--navy); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); }
.comment-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.comment-av { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.comment-body-wrap { flex: 1; }
.comment-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.comment-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; color: var(--navy); }
.comment-date { font-family: 'Roboto Mono', monospace; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.comment-text { font-size: 14px; line-height: 1.75; color: var(--text); }
/* comment-form: see unified block below */

/* ─ BREAKING NEWS ROWS ─ */
.breaking-row { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border); text-decoration: none; transition: background .15s; }
.breaking-row:hover { background: var(--surface2) !important; }
.breaking-row-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; color: var(--navy); line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breaking-row-meta { font-size: 11px; color: var(--muted); margin-top: 3px; font-family: 'Roboto Mono', monospace; }
@media (max-width: 767px) {
  .breaking-row { gap: 10px; padding: 11px 12px; }
  .breaking-row-title { font-size: 12.5px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .breaking-row-meta { display: none; }
}


/* ══════════════════════════════════════════════
   V15 FIXES — Responsive + Featured Images
   ══════════════════════════════════════════════ */

/* ── GLOBAL RESPONSIVE FOUNDATION ── */
html { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; display: block; }
table { max-width: 100%; overflow-x: auto; display: block; }

/* ── FEATURED IMAGE — ensure always visible on cards ── */
.card-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.side-card-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 90px;
}
.related-card-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* ── TABLET (768–1024px) FEATURED IMAGE FIX ── */
@media (max-width: 1024px) and (min-width: 768px) {
  .card-img { width: 100% !important; min-width: unset !important; aspect-ratio: 16/9; }
  .side-card-img { width: 110px !important; min-width: 110px !important; height: auto; }
  .related-card-img { width: 100%; aspect-ratio: 16/9; }
  .hero-img { aspect-ratio: 16/8; }
}

/* ── MOBILE FEATURED IMAGE FIX ── */
@media (max-width: 767px) {
  /* News cards: show featured image properly on mobile */
  .card-img {
    width: 88px !important;
    min-width: 88px !important;
    aspect-ratio: 1/1 !important;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
  }

  /* Side card images on mobile */
  .side-card-img {
    width: 88px !important;
    min-width: 88px !important;
    height: auto;
    min-height: 88px;
    background-size: cover !important;
    background-position: center !important;
    flex-shrink: 0;
  }

  /* Related cards on mobile - show image full width */
  .related-card-img {
    width: 100% !important;
    aspect-ratio: 16/9;
    min-height: 120px;
    background-size: cover !important;
    background-position: center !important;
  }

  /* Hero image on mobile */
  .hero-img {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
  }
  .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Category grid on mobile — full width cards with image */
  .cat-grid .news-card { flex-direction: column; }
  .cat-grid .card-img  { width: 100% !important; min-width: unset !important; aspect-ratio: 16/9 !important; }
  .cat-grid .card-body p { display: block; font-size: 12px; }
}

/* ── SMALL MOBILE (480px) FEATURED IMAGE FIX ── */
@media (max-width: 480px) {
  .card-img {
    width: 76px !important;
    min-width: 76px !important;
    aspect-ratio: 1/1 !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .side-card-img {
    width: 76px !important;
    min-width: 76px !important;
    min-height: 76px;
    background-size: cover !important;
    background-position: center !important;
  }
}

/* ── BREAKING NEWS SECTION — featured image ── */
.breaking-row-img {
  width: 56px;
  min-width: 56px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--navy2);
}
@media (max-width: 767px) {
  .breaking-row-img { display: none; }
}

/* ── VIEWPORT & OVERFLOW PREVENTION ── */
body { overflow-x: hidden; }
.container { max-width: 100%; box-sizing: border-box; }
.hero-grid, .card-grid, .stats-strip, .opinion-grid, .newsletter,
.footer-grid, .two-col-section, .feature-banner-inner {
  width: 100%;
}
* { max-width: 100%; box-sizing: border-box; }
img, video, iframe, embed { max-width: 100%; height: auto; }

/* ── MASTHEAD MOBILE OVERFLOW FIX ── */
@media (max-width: 767px) {
  .mast-top { flex-wrap: wrap; gap: 8px; }
  .logo-group { flex: 1; min-width: 0; }
  .live-bar { font-size: 10px; }
  .alert-inner { gap: 0; }
}

/* ── ADMIN EDITOR RESPONSIVE ── */
@media (max-width: 960px) {
  .editor-layout { grid-template-columns: 1fr !important; }
  .publish-sidebar { order: -1; }
}
@media (max-width: 767px) {
  .editor-toolbar { flex-wrap: wrap; gap: 4px; padding: 8px 10px; }
  .tb-btn { font-size: 11px; padding: 5px 8px; }
  #contentEditor { min-height: 280px; }
}

/* ── ARTICLE PAGE RESPONSIVE ── */
@media (max-width: 767px) {
  .article-img-full {
    aspect-ratio: 16/9 !important;
    min-height: 180px;
  }
  .article-img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ── STATS STRIP MOBILE ── */
@media (max-width: 480px) {
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 12px 8px; gap: 8px; }
  .stat-num { font-size: 15px; }
}

/* ── TOUCH-FRIENDLY TARGETS ── */
@media (max-width: 767px) {
  .btn-sub, .btn-signin, .read-more { min-height: 40px; display: inline-flex; align-items: center; }
  .nav-hamburger { min-width: 40px; min-height: 40px; }
  .breaking-row { min-height: 52px; }
}


/* ═══════════════════════════════════════════════════
   FIXES — All devices
═══════════════════════════════════════════════════ */

/* ── FIX 1: Alert bar completely hidden ── */
.alert-bar { display: none !important; }

/* ── FIX 2 & 5: Card images — proper fill on all devices ── */
.card-img {
  position: relative !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}
.card-img img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.card-img::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* comment-form fix3: see unified block below */

/* ── FIX 7: User pill display after login ── */
/* user-pill v1 removed — see definitive block below */

/* ── FIX 2: Full responsive overhaul ── */

/* Desktop large (1280px+) */
@media (min-width: 1280px) {
  .container { max-width: 1200px; margin: 0 auto; }
}

/* Laptop / small desktop (960–1280px) */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .opinion-grid { grid-template-columns: 1fr 1fr; }
}

/* Tablet (600–960px) */
@media (max-width: 960px) {
  .card-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile (up to 767px) — ensure full-width cards */
@media (max-width: 767px) {
  .hero-side { display: flex; flex-direction: column; }
  .hero-side .side-card { flex-direction: row; }
  .card-grid { grid-template-columns: 1fr; }
  .news-card { flex-direction: row; }
  .news-card .card-img {
    width: 90px !important;
    min-width: 90px !important;
    height: 90px !important;
    aspect-ratio: 1/1 !important;
    flex-shrink: 0;
  }
  .news-card .card-body p { display: none; }
}

/* Small mobile (up to 480px) */
@media (max-width: 480px) {
  .news-card .card-img {
    width: 76px !important;
    min-width: 76px !important;
    height: 76px !important;
  }
  .related-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════
   PATCH — v2 fixes
═══════════════════════════════════════════════ */

/* FIX 3: User pill — Hi on top, name below, gold/white on navy */
/* ══════════════════════════════
   USER PILL — definitive (dark masthead)
══════════════════════════════ */
.user-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 28px;
  padding: 5px 14px 5px 5px;
  cursor: default;
}
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  gap: 1px;
}
.user-hi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: block;
}
.user-greeting {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff !important;
  letter-spacing: .01em;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.user-signout {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-transition: color .15s;
          transition: color .15s;
}
.user-signout:hover { color: #f0a500; }
.btn-sub-auto {
  display: inline-block;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-transition: all .2s;
          transition: all .2s;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 2px;
  padding: 9px 20px;
}

/* Tablet */
@media screen and (max-width: 960px) {
  .user-greeting { max-width: 100px; }
}
/* Mobile — hide text block, show avatar + sign-out only */
@media screen and (max-width: 767px) {
  .user-pill  { padding: 4px 10px 4px 4px; gap: 6px; }
  .user-info  { display: none; }
  .user-signout { font-size: 9px; padding-left: 7px; letter-spacing: 0; }
}
/* Small mobile — avatar only */
@media screen and (max-width: 420px) {
  .user-signout { display: none; }
  .user-pill    { padding: 3px 5px 3px 3px; }
}

/* FIX 4: Scroll-to-top button */
/* ── Universal Page-Up Arrow ── */
.nst-up-btn {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #0a1628;
  color: #f0a500;
  border: 2px solid #f0a500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  /* hidden by default */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity .28s ease, visibility .28s ease, -webkit-transform .28s ease, background .18s, color .18s, -webkit-box-shadow .18s;
          transition: opacity .28s ease, visibility .28s ease, transform .28s ease, background .18s, color .18s, box-shadow .18s;
  z-index: 9990;
  -webkit-box-shadow: 0 4px 18px rgba(10,22,40,.32);
          box-shadow: 0 4px 18px rgba(10,22,40,.32);
}
.nst-up-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* Shown state */
.nst-up-btn.nst-up-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* Hover */
.nst-up-btn:hover {
  background: #f0a500;
  color: #0a1628;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 28px rgba(240,165,0,.38);
          box-shadow: 0 8px 28px rgba(240,165,0,.38);
}
/* Active press */
.nst-up-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* Tablet */
@media screen and (max-width: 768px) {
  .nst-up-btn { bottom: 20px; right: 16px; width: 42px; height: 42px; }
  .nst-up-btn svg { width: 18px; height: 18px; }
}
/* Mobile */
@media screen and (max-width: 480px) {
  .nst-up-btn { bottom: 16px; right: 12px; width: 40px; height: 40px; }
  .nst-up-btn svg { width: 17px; height: 17px; }
}

/* FIX 5: Social share bar on articles */
.social-share-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 0 22px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.share-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 15px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  -webkit-transition: all .18s;
          transition: all .18s;
  white-space: nowrap;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.share-btn svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-tw  { background: #000 !important; color: #fff !important; }
.share-tw:hover  { background: #222 !important; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.share-fb  { background: #1877f2 !important; color: #fff !important; }
.share-fb:hover  { background: #0c5ed4 !important; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.share-li  { background: #0a66c2 !important; color: #fff !important; }
.share-li:hover  { background: #084d93 !important; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.share-wa  { background: #25d366 !important; color: #fff !important; }
.share-wa:hover  { background: #1da851 !important; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.share-copy { background: #f0f4fa !important; color: #0a1628 !important; border: 1.5px solid #dce6f5 !important; }
.share-copy:hover { background: #0a1628 !important; color: #f0a500 !important; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
@media (max-width: 600px) {
  .social-share-bar { gap: 6px; flex-wrap: wrap; }
  .share-btn { padding: 6px 10px; font-size: 10px; gap: 4px; }
  .share-btn svg { width: 13px; height: 13px; }
}
@media (max-width: 380px) {
  .share-label { width: 100%; }
  .share-btn { padding: 6px 8px; font-size: 9.5px; }
  .share-btn svg { display: none; }
}

/* Toggle switch (used in social.php admin) */
.toggle-switch { position:relative; display:inline-block; width:40px; height:22px; }
.toggle-switch input { opacity:0; width:0; height:0; }
.toggle-slider {
  position:absolute; cursor:pointer; inset:0;
  background:#ccc; border-radius:22px; transition:.3s;
}
.toggle-slider:before {
  content:''; position:absolute;
  width:16px; height:16px; left:3px; bottom:3px;
  background:#fff; border-radius:50%; transition:.3s;
}
.toggle-switch input:checked + .toggle-slider { background:var(--gold); }
.toggle-switch input:checked + .toggle-slider:before { transform:translateX(18px); }


/* ══════════════════════════════════════════
   COMMENT FORM — single definitive block
══════════════════════════════════════════ */
.comment-form {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  margin-top: 32px;
  box-sizing: border-box;
  width: 100%;
}
.comment-form h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border);
}
.comment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}
.comment-form input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--bg);
  border: 2px solid var(--border);
  padding: 11px 14px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  color: var(--navy);
  outline: none;
  transition: border-color .18s;
}
.comment-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--bg);
  border: 2px solid var(--border);
  padding: 12px 14px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  color: var(--navy);
  outline: none;
  transition: border-color .18s;
  resize: vertical;
  min-height: 120px;
  line-height: 1.65;
  margin-bottom: 14px;
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--gold); background: #fff; }
.comment-form input::placeholder,
.comment-form textarea::placeholder { color: #a0aec0; }
.comment-form .submit-btn {
  display: inline-block;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 13px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .15s, transform .12s;
}
.comment-form .submit-btn:hover { background: var(--navy3); transform: translateY(-1px); }
.comment-form .submit-btn:active { transform: translateY(0); }
.comment-notice {
  margin-top: 14px;
  padding: 11px 14px;
  background: var(--bg);
  border-left: 3px solid var(--gold);
  border-radius: 0 6px 6px 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.6;
}
.comment-success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
  padding: 14px 18px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

/* Tablet */
@media (max-width: 900px) {
  .comment-form { padding: 22px; }
}
/* Mobile */
@media (max-width: 767px) {
  .comment-form {
    padding: 18px 16px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .comment-form .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .comment-form input,
  .comment-form textarea {
    font-size: 16px; /* prevent iOS zoom */
  }
  .comment-form .submit-btn {
    width: 100%;
    text-align: center;
    padding: 14px;
  }
}
/* Small mobile */
@media (max-width: 420px) {
  .comment-form { padding: 14px 12px; }
  .comment-form h4 { font-size: 11px; }
}
/* ══════════════════════════════════════════════
   FULL RESPONSIVE OVERHAUL — ALL DEVICES
   ══════════════════════════════════════════════ */

/* ── GLOBAL TOUCH & PERFORMANCE ── */
* { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a, button { touch-action: manipulation; }
input, select, textarea { font-size: 16px !important; } /* prevent iOS zoom */
button, .btn-sub, .btn-signin, .like-btn, .nav-hamburger { min-height: 44px; min-width: 44px; } /* touch targets */

/* ── CONTAINER FLUID PADDING ── */
@media (max-width: 1280px) {
  .container { padding: 0 28px; }
  .footer-grid { padding: 36px 28px; }
  .cat-body { padding: 32px 28px; }
}

/* ── TABLET 768–1024px ── */
@media (max-width: 1024px) {
  .two-col-section { grid-template-columns: 1fr; gap: 0; }
  .hero-grid { gap: 14px; }
  .hero-side { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .article-body-wrap { padding: 32px 28px; }
  .article-hero-inner { padding: 0 4px; }
  .section-label { padding-top: 28px; }
  .card-grid, .cat-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr 1fr; }
  .opinion-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ── MOBILE 767px ── */
@media (max-width: 767px) {
  /* Masthead */
  .mast-top { padding: 10px 14px; gap: 8px; }
  .logo-main { font-size: 18px; letter-spacing: -.02em; }
  .logo-tagline { display: none; }
  .mast-actions { gap: 6px; }
  .btn-sub { padding: 8px 12px; font-size: 10px; letter-spacing: .06em; }
  .btn-signin { padding: 8px 10px; font-size: 10px; }

  /* Nav */
  .main-nav a { padding: 14px 18px; font-size: 12.5px; min-height: 48px; display: flex; align-items: center; }

  /* Alert / ticker */
  .alert-bar { height: 32px; }
  .ticker-track { overflow: hidden; }

  /* Container */
  .container { padding: 0 12px; }

  /* Section spacing */
  section, .section-block { margin-bottom: 28px; }
  .section-label { padding-top: 20px; margin-bottom: 12px; }
  .section-label h2 { font-size: 10.5px; }

  /* Hero */
  .hero-grid { grid-template-columns: 1fr; gap: 10px; margin-bottom: 16px; }
  .hero-side { display: flex; flex-direction: column; gap: 8px; }
  .hero-body { padding: 16px 14px 20px; }
  .hero-body h1 { font-size: 18px; line-height: 1.22; }
  .hero-body .deck { font-size: 12.5px; line-height: 1.5; }
  .hero-img { aspect-ratio: 16/9; min-height: unset; }
  .hero-badge { font-size: 8px; padding: 3px 8px; }

  /* Cards */
  .card-grid, .cat-grid { grid-template-columns: 1fr; gap: 6px; }
  .news-card { flex-direction: row; gap: 0; border-top: none; border-left: 3px solid var(--border); border-radius: 4px; min-height: 88px; }
  .news-card:hover { transform: none; border-left-color: var(--gold); }
  .card-img { width: 90px; min-width: 90px; height: auto; aspect-ratio: 1/1; font-size: 20px; border-radius: 0; flex-shrink: 0; }
  .card-body { padding: 10px 12px; flex: 1; min-width: 0; }
  .card-body h3 { font-size: 13px; line-height: 1.3; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .card-body p { display: none; }
  .card-footer { font-size: 9.5px; padding-top: 5px; gap: 6px; flex-wrap: wrap; }
  .pill { font-size: 8px; padding: 2px 7px; }

  /* Side cards */
  .side-card { border-left: none; border-top: 2px solid var(--gold); }
  .side-card-img { width: 80px; min-width: 80px; }
  .side-card-body { padding: 9px 11px; }
  .side-card-body h3 { font-size: 12px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

  /* Article page */
  .article-hero { padding: 24px 12px 20px; }
  .article-hero h1 { font-size: 21px; line-height: 1.18; margin-bottom: 12px; }
  .article-hero .deck { font-size: 13.5px; line-height: 1.55; }
  .article-meta { flex-wrap: wrap; gap: 8px; row-gap: 6px; }
  .article-meta span { font-size: 11px; }
  .article-hero-inner { padding: 0; }
  .article-body-wrap { padding: 18px 12px 32px; }
  .article-content p { font-size: 15px; line-height: 1.85; }
  .article-content h2 { font-size: 18px; margin: 28px 0 10px; }
  .article-content h3 { font-size: 15px; margin: 22px 0 8px; }
  .article-content blockquote { padding: 14px 16px; margin: 20px 0; }
  .article-img-full { border-radius: 0; margin: 0 -12px; width: calc(100% + 24px); }
  .article-sidebar { display: none; }
  .pullquote { padding: 14px 16px; margin: 20px 0; }
  .pullquote p { font-size: 15px; }
  .data-highlight { grid-template-columns: 1fr 1fr; }
  .callout { padding: 14px 16px; font-size: 14px; }

  /* Article social share bar */
  .share-bar { flex-wrap: wrap; gap: 8px; }
  .share-btn { padding: 8px 12px; font-size: 10px; flex: 1; min-width: 80px; justify-content: center; }

  /* Engagement */
  .article-engagement { gap: 12px; padding: 12px 0; }
  .like-btn { padding: 8px 14px; font-size: 10.5px; min-height: 40px; }

  /* Related */
  .related-section { padding: 22px 12px; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .related-card-body { padding: 10px 10px; }
  .related-card-body h4 { font-size: 12px; line-height: 1.3; }

  /* Comments */
  .comment-item { gap: 10px; padding: 14px 0; }
  .comment-av { width: 32px; height: 32px; font-size: 12px; }
  .comment-text { font-size: 13.5px; }

  /* Stats strip */
  .stats-strip { grid-template-columns: 1fr 1fr; border-radius: 4px; }
  .stat-item { padding: 12px 8px; gap: 8px; }
  .stat-num { font-size: 19px; }
  .stat-icon { font-size: 18px; }
  .stat-lbl { font-size: 8px; letter-spacing: .1em; }

  /* Feature banner */
  .feature-banner { padding: 22px 14px; border-radius: 6px; }
  .feature-banner-inner { grid-template-columns: 1fr; gap: 16px; }
  .feat-left h2 { font-size: 20px; }
  .feat-right { grid-template-columns: 1fr 1fr; gap: 10px; }

  /* Opinion */
  .opinion-grid { grid-template-columns: 1fr; }
  .op-card { padding: 16px 14px; }
  .op-card h3 { font-size: 13.5px; }

  /* Newsletter */
  .newsletter { padding: 22px 14px; border-radius: 6px; grid-template-columns: 1fr; gap: 14px; }
  .nl-left h2 { font-size: 19px; }
  .nl-left p { font-size: 13px; }
  .nl-form { flex-direction: column; gap: 8px; }
  .nl-form input { width: 100%; border-radius: 4px !important; font-size: 14px !important; }
  .nl-form button { width: 100%; border-radius: 4px !important; padding: 13px; }

  /* Footer */
  footer { padding: 30px 12px 0; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { font-size: 12.5px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; padding: 14px 0; font-size: 9px; }
  .footer-links-col h4 { font-size: 9px; margin-bottom: 10px; }
  .footer-links-col a { font-size: 12px; padding: 3px 0; display: block; min-height: 32px; line-height: 2; }

  /* Category page */
  .cat-hero { padding: 26px 12px 20px; }
  .cat-title { font-size: 28px; }
  .cat-desc { font-size: 13px; }
  .cat-body { padding: 16px 12px; }

  /* User auth pages */
  .auth-box { margin: 20px 12px; padding: 24px 18px; }
}

/* ── SMALL MOBILE 480px ── */
@media (max-width: 480px) {
  .logo-main { font-size: 16px; }
  .btn-signin { display: none; }
  .btn-sub { padding: 7px 10px; font-size: 9.5px; }
  .hero-body h1 { font-size: 16px; }
  .card-img { width: 80px; min-width: 80px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-links-col { margin-bottom: 4px; }
  .data-highlight { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .article-hero h1 { font-size: 18px; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 16px; }
  .feat-right { grid-template-columns: 1fr; }
  .markets-grid { grid-template-columns: 1fr; }
  .breaking-row-title { font-size: 12px; }
}

/* ── EXTRA SMALL 360px ── */
@media (max-width: 380px) {
  .container { padding: 0 10px; }
  .mast-top { padding: 8px 10px; }
  .logo-main { font-size: 15px; }
  .hero-body h1 { font-size: 15px; }
  .article-hero h1 { font-size: 16px; }
  .card-img { width: 72px; min-width: 72px; }
  .card-body h3 { font-size: 12px; }
  .nl-left h2 { font-size: 17px; }
}

/* ── LANDSCAPE PHONE FIX ── */
@media (max-width: 767px) and (orientation: landscape) {
  .article-hero { padding: 18px 14px 14px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-img { aspect-ratio: 16/9; }
  .main-nav.open { max-height: 280px; overflow-y: auto; }
}
