
:root{
  --brand:#e51b39;--brand2:#c8132e;--ink:#0b0d12;--ink2:#121721;
  --bg:#f5f6f8;--surface:#ffffff;--soft:#f0f2f5;--line:#e4e7ec;
  --text:#111318;--muted:#6c7480;--container:1260px;
  --radius:18px;--shadow:0 12px 34px rgba(15,23,42,.075);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 36px));margin:auto}

/* TOP */
.utility{background:#080b10;color:#aeb6c2;font-size:12px;border-bottom:1px solid #20252d}
.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.utility-left,.utility-right{display:flex;align-items:center;gap:18px}
.utility a:hover{color:#fff}
.demo-tag{color:#fff;font-weight:900;letter-spacing:.08em}
.lang-switch{display:flex;gap:4px;padding:3px;background:#171c24;border:1px solid #272e38;border-radius:9px}
.lang-btn{border:0;background:transparent;color:#aeb6c2;font-size:11px;font-weight:900;padding:5px 8px;border-radius:6px}
.lang-btn.active{background:#fff;color:#111}

/* HEADER */
.site-header{background:var(--surface);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--line)}
.header-main{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.brand img{width:238px}
.header-copy{font-size:12px;color:#7a828e;line-height:1.35}
.header-copy b{display:block;color:#131821;font-size:13px}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center;color:#111;font-weight:900}
.icon-btn:hover{border-color:#bbc1ca;background:#fafbfc}
.mobile-only{display:none}

.nav{background:#10151d;color:#fff}
.nav-inner{height:51px;display:flex;align-items:center;gap:28px;white-space:nowrap;overflow:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav a{font-size:13px;font-weight:850;color:#cdd3dc}
.nav a:hover,.nav a.active{color:#fff}
.nav a.active{position:relative}
.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:3px;border-radius:3px;background:var(--brand)}

/* SEARCH */
.search-overlay{position:fixed;inset:0;z-index:999;background:rgba(5,8,12,.9);backdrop-filter:blur(10px);display:none;align-items:flex-start;justify-content:center;padding-top:12vh}
.search-overlay.open{display:flex}
.search-panel{width:min(760px,calc(100% - 28px));background:#fff;border-radius:20px;padding:20px;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.search-row{display:flex;gap:9px}
.search-row input{flex:1;border:1px solid var(--line);background:#f7f8fa;padding:15px;border-radius:11px;outline:none}
.search-panel small{display:block;color:#7d8590;margin-top:10px}
.btn{border:0;background:var(--brand);color:#fff;font-weight:900;padding:12px 15px;border-radius:10px}
.btn:hover{background:var(--brand2)}

/* BREAKING */
.breaking{background:#fff;border-bottom:1px solid var(--line)}
.breaking-inner{height:46px;display:flex;align-items:center;gap:13px;overflow:hidden}
.badge{background:var(--brand);color:#fff;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:950;letter-spacing:.08em;flex:0 0 auto}
.breaking-text{white-space:nowrap;font-size:13px;font-weight:750;color:#3d4652;overflow:hidden;text-overflow:ellipsis}

/* HERO */
.hero{padding:24px 0 14px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.92fr);gap:16px}
.hero-main,.hero-side-card{position:relative;overflow:hidden;border-radius:20px;background:#111;box-shadow:var(--shadow)}
.hero-main{height:565px}
.hero-main img,.hero-side-card img{height:100%;object-fit:cover;transition:transform .55s ease}
.hero-main:hover img,.hero-side-card:hover img{transform:scale(1.025)}
.overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,8,14,.02) 18%,rgba(4,8,14,.25) 48%,rgba(4,8,14,.91) 100%)}
.hero-copy{position:absolute;left:34px;right:34px;bottom:31px;color:#fff}
.kicker{display:inline-flex;align-items:center;gap:7px;background:var(--brand);color:#fff;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:950;letter-spacing:.08em}
.hero-copy h1{font-size:46px;line-height:1.02;letter-spacing:-.045em;margin:13px 0 10px;max-width:930px;text-wrap:balance}
.hero-copy p{margin:0;max-width:790px;color:#e8ebef;font-size:16px;line-height:1.5}
.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.hero-side-card{min-height:272px}
.side-copy{position:absolute;z-index:2;left:19px;right:19px;bottom:18px;color:#fff}
.side-copy h3{margin:9px 0 0;font-size:20px;line-height:1.18;text-wrap:balance}

/* TRENDING */
.trending{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;padding:0 0 26px}
.trend{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px;display:flex;align-items:flex-start;gap:10px;min-height:78px}
.trend-num{font-size:13px;font-weight:950;color:var(--brand);min-width:29px}
.trend b{font-size:13px;line-height:1.28}

/* AD */
.ad-wide{height:104px;background:#fff;border:1px dashed #c4c9d0;border-radius:14px;display:grid;place-items:center;text-align:center;color:#9199a5;font-size:11px;font-weight:900;letter-spacing:.09em;margin-bottom:28px}
.ad-wide strong{display:block;color:#5f6874;font-size:14px;margin-bottom:5px}

/* CONTENT */
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.section-head h2{font-size:28px;letter-spacing:-.035em;margin:0}
.section-head h2:before{content:"";display:inline-block;width:5px;height:25px;background:var(--brand);border-radius:5px;margin-right:10px;vertical-align:-4px}
.section-head a{font-size:13px;font-weight:900;color:var(--brand)}

.news-list{display:grid;gap:14px}
.news-card{display:grid;grid-template-columns:245px 1fr;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.news-card img{height:100%;min-height:164px;object-fit:cover}
.news-body{padding:17px 18px}
.meta{display:flex;align-items:center;gap:8px;color:#939aa4;font-size:11px;font-weight:700}
.meta .cat{color:var(--brand);font-weight:950}
.news-body h3{font-size:22px;line-height:1.16;letter-spacing:-.02em;margin:8px 0 8px}
.news-body p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}

.sidebar{display:grid;align-content:start;gap:16px}
.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow)}
.popular{list-style:none;margin:0;padding:0;counter-reset:p}
.popular li{counter-increment:p;display:grid;grid-template-columns:38px 1fr;gap:9px;padding:14px 0;border-bottom:1px solid var(--line)}
.popular li:last-child{border-bottom:0}
.popular li:before{content:counter(p,decimal-leading-zero);font-size:15px;font-weight:950;color:var(--brand)}
.popular a{font-size:14px;line-height:1.35;font-weight:800}
.popular a:hover{color:var(--brand)}
.ad-box{height:300px;border-radius:16px;background:linear-gradient(145deg,#111722,#293340);display:grid;place-items:center;text-align:center;color:#fff}
.ad-box b{font-size:17px;letter-spacing:.09em}
.ad-box span{display:block;color:#9ca6b3;font-size:11px;margin-top:6px}
.newsletter h3{margin:12px 0 7px;font-size:21px}
.newsletter p{font-size:13px;color:var(--muted);line-height:1.5}
.newsletter form{display:grid;gap:8px}
.newsletter input{padding:12px;border:1px solid var(--line);border-radius:10px;outline:none}

/* CATEGORY BAND */
.category-band{margin-top:42px;padding:40px 0;background:#e9edf2}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.category-card img{aspect-ratio:16/10;object-fit:cover}
.category-card .body{padding:14px}
.category-card h3{font-size:17px;line-height:1.2;margin:8px 0 5px}
.category-card p{font-size:12px;color:var(--muted);margin:0;line-height:1.4}

/* VIDEO */
.video-section{background:#0b0f15;color:#fff;padding:44px 0}
.video-section .section-head a{color:#fff}
.video-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr;gap:16px}
.video-card{position:relative;overflow:hidden;border-radius:16px;min-height:250px;background:#111}
.video-card.big{min-height:410px}
.video-card img{height:100%;object-fit:cover}
.video-copy{position:absolute;z-index:3;left:18px;right:18px;bottom:18px}
.video-copy h3{margin:9px 0 0;line-height:1.2}
.play{position:absolute;z-index:4;top:18px;left:18px;width:42px;height:42px;border-radius:50%;background:var(--brand);display:grid;place-items:center;font-size:13px;padding-left:2px}

/* FEATURES */
.features{padding:34px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}
.feature b{display:block;margin-bottom:5px}
.feature span{font-size:12px;color:var(--muted);line-height:1.45}

/* FOOTER */
footer{background:#090b10;color:#fff}
.footer-main{padding:48px 0;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}
.footer-logo{width:220px;height:auto;filter:none!important}
footer p{color:#9ea7b3;font-size:13px;line-height:1.6;max-width:480px}
footer h4{margin:0 0 14px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:#aeb6c1;font-size:13px}
.footer-bottom{border-top:1px solid #242a32;padding:18px 0;color:#8e97a3;font-size:11px;display:flex;justify-content:space-between;gap:20px}

/* ARTICLE */
.page-wrap{padding:42px 0}
.article-layout{display:grid;grid-template-columns:minmax(0,860px) 320px;gap:30px;align-items:start}
.article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;box-shadow:var(--shadow)}
.article h1{font-size:48px;line-height:1.04;letter-spacing:-.04em;margin:12px 0;text-wrap:balance}
.lead{font-size:20px;color:#5e6773;line-height:1.5}
.article-meta{font-size:12px;color:#8c95a1;border-top:1px solid var(--line);padding-top:14px}
.article-hero{border-radius:14px;margin:24px 0;max-height:520px;object-fit:cover}
.article p{font-size:17px;line-height:1.78}
.article h2{font-size:28px;margin-top:30px}
.article blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid var(--brand);background:#f5f6f8;font-size:19px;font-weight:800;line-height:1.5}
.share{display:flex;gap:8px;margin:16px 0}
.share button{border:1px solid var(--line);background:#f8f9fa;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:800}

/* STATIC PAGES */
.page-hero{padding:44px 0 24px}
.page-hero h1{font-size:42px;letter-spacing:-.04em;margin:0}
.page-hero p{color:var(--muted);max-width:700px;line-height:1.6}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:38px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow)}
.info-card h3{margin:0 0 9px}
.info-card p{color:var(--muted);font-size:14px;line-height:1.55}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-bottom:42px}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;display:grid;gap:10px}
.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:10px;padding:12px;outline:none}
.contact-form textarea{min-height:150px;resize:vertical}

/* MOBILE DRAWER */
.mobile-drawer{position:fixed;inset:0;z-index:998;background:#0c1118;color:#fff;display:none;overflow:auto}
.mobile-drawer.open{display:block}
.drawer-top{height:72px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #252c36}
.drawer-top img{width:175px;filter:brightness(0) invert(1)}
.drawer-close{width:40px;height:40px;border:1px solid #323a45;background:#171d26;color:#fff;border-radius:11px;font-size:20px}
.drawer-links{padding:18px}
.drawer-links a{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;border-bottom:1px solid #252c36;font-size:17px;font-weight:800}
.drawer-footer{padding:18px;color:#9099a6;font-size:12px}

/* MOBILE BOTTOM BAR */
.mobile-bar{display:none}

/* TABLET */
@media(max-width:1000px){
  .header-main{grid-template-columns:auto 1fr auto}
  .header-copy{display:none}
  .brand{justify-self:start}
  .hero,.content-layout,.article-layout{grid-template-columns:1fr}
  .hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .trending{grid-template-columns:1fr 1fr}
  .category-grid{grid-template-columns:1fr 1fr}
  .video-grid{grid-template-columns:1fr 1fr}
  .video-card.big{grid-column:1/-1}
  .features{grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr 1fr}
  .cards-3{grid-template-columns:1fr 1fr}
}

/* PHONE */
@media(max-width:700px){
  body{padding-bottom:64px}
  .container{width:min(var(--container),calc(100% - 22px))}
  .utility-inner{height:32px;justify-content:space-between}
  .utility-left{display:none}
  .utility-right{width:100%;justify-content:space-between;gap:8px}
  .utility-right #todayDate{display:none}
  .demo-tag{font-size:9px}
  .lang-switch{margin-left:auto}

  .header-main{height:68px;grid-template-columns:1fr auto}
  .brand img{width:178px}
  .header-actions{gap:7px}
  .header-actions .icon-btn{width:38px;height:38px}
  .mobile-only{display:grid}
  .desktop-nav{display:none}

  .breaking-inner{height:42px}
  .breaking-text{font-size:11px}

  .hero{padding:12px 0 12px;grid-template-columns:1fr;gap:11px}
  .hero-main{height:410px;border-radius:16px}
  .hero-copy{left:17px;right:17px;bottom:17px}
  .hero-copy h1{font-size:30px;line-height:1.04;margin:10px 0 8px}
  .hero-copy p{font-size:13px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}
  .hero-side-card{min-height:190px;border-radius:15px}
  .side-copy{left:13px;right:13px;bottom:13px}
  .side-copy h3{font-size:15px;line-height:1.2}
  .side-copy .kicker{font-size:8px;padding:5px 7px}

  .trending{grid-template-columns:1fr 1fr;gap:9px;padding-bottom:20px}
  .trend{padding:12px;min-height:88px}
  .trend b{font-size:12px}
  .trend-num{min-width:22px;font-size:11px}

  .ad-wide{height:72px;margin-bottom:20px;font-size:9px}
  .ad-wide strong{font-size:12px}

  .content-layout{gap:20px}
  .section-head h2{font-size:22px}
  .section-head h2:before{height:21px}
  .section-head a{font-size:11px}

  .news-list{gap:10px}
  .news-card{grid-template-columns:118px 1fr;border-radius:13px}
  .news-card img{min-height:132px}
  .news-body{padding:11px}
  .news-body h3{font-size:15px;line-height:1.2;margin:6px 0 0}
  .news-body p{display:none}
  .meta{font-size:9px;gap:5px}

  .sidebar{gap:12px}
  .panel{padding:16px}
  .popular li{padding:12px 0}
  .ad-box{height:220px}

  .category-band{margin-top:30px;padding:30px 0}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{border-radius:13px}
  .category-card .body{padding:11px}
  .category-card h3{font-size:14px}
  .category-card p{display:none}

  .video-section{padding:32px 0}
  .video-grid{grid-template-columns:1fr;gap:11px}
  .video-card.big,.video-card{grid-column:auto;min-height:250px}
  .video-copy h3{font-size:17px}

  .features{grid-template-columns:1fr 1fr;gap:9px;padding:24px 0}
  .feature{padding:14px}
  .feature b{font-size:14px}
  .feature span{font-size:11px}

  .footer-main{grid-template-columns:1fr 1fr;padding:34px 0;gap:26px 18px}
  .footer-main>div:first-child{grid-column:1/-1}
  .footer-logo{width:180px}
  .footer-bottom{flex-direction:column;gap:6px;padding-bottom:22px}

  .page-wrap{padding:16px 0}
  .article{padding:19px 15px;border-radius:14px}
  .article h1{font-size:31px}
  .lead{font-size:17px}
  .article p{font-size:16px;line-height:1.72}
  .article h2{font-size:23px}
  .article blockquote{padding:17px 18px;font-size:17px}
  .article-hero{margin:18px 0}

  .page-hero{padding:28px 0 18px}
  .page-hero h1{font-size:33px}
  .cards-3,.contact-grid{grid-template-columns:1fr}
  .cards-3{gap:11px}

  .mobile-bar{display:grid;position:fixed;z-index:90;bottom:0;left:0;right:0;height:64px;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr)}
  .mobile-bar button,.mobile-bar a{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;font-weight:800;color:#5d6672}
  .mobile-bar .ico{font-size:18px;line-height:1}
  .mobile-bar a.active{color:var(--brand)}

  .search-overlay{padding-top:9vh}
  .search-row{flex-direction:column}
}


/* =========================================================
   FINAL PRO POLISH — wider desktop + stronger mobile UX
   ========================================================= */
:root{--container:1380px}

@media(min-width:1200px){
  .header-main{height:92px}
  .brand img{width:252px}
  .hero{grid-template-columns:minmax(0,1.72fr) minmax(360px,.88fr);gap:18px}
  .hero-main{height:590px}
  .hero-copy{left:38px;right:38px;bottom:35px}
  .hero-copy h1{font-size:50px;max-width:980px}
  .hero-copy p{font-size:16.5px}
  .hero-side{gap:18px}
  .hero-side-card{min-height:286px}
  .content-layout{grid-template-columns:minmax(0,1fr) 370px;gap:32px}
  .news-card{grid-template-columns:270px 1fr}
  .news-card img{min-height:178px}
  .news-body{padding:20px 21px}
  .news-body h3{font-size:23px}
  .category-grid{gap:18px}
  .video-grid{gap:18px}
}

/* category archive premium */
.category-header{padding:28px 0 18px}
.category-header-inner{
  position:relative;overflow:hidden;border-radius:22px;min-height:360px;
  background:#10151d;box-shadow:var(--shadow)
}
.category-header-inner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.category-header-inner:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,10,15,.93) 0%,rgba(7,10,15,.72) 45%,rgba(7,10,15,.18) 100%)
}
.category-header-copy{
  position:relative;z-index:2;color:#fff;padding:58px 54px;max-width:760px
}
.category-header-copy h1{font-size:50px;line-height:1.02;letter-spacing:-.045em;margin:12px 0 12px}
.category-header-copy p{font-size:17px;line-height:1.55;color:#e4e8ed;max-width:650px}
.category-featured{
  display:grid;grid-template-columns:1.35fr .9fr;gap:18px;margin-bottom:28px
}
.category-main-story,.category-side-story{
  position:relative;overflow:hidden;border-radius:18px;background:#111;box-shadow:var(--shadow)
}
.category-main-story{min-height:420px}
.category-side-stack{display:grid;gap:18px}
.category-side-story{min-height:201px}
.category-main-story img,.category-side-story img{height:100%;object-fit:cover}
.category-story-copy{position:absolute;z-index:3;left:22px;right:22px;bottom:21px;color:#fff}
.category-main-story .category-story-copy{left:28px;right:28px;bottom:27px}
.category-story-copy h2{font-size:30px;line-height:1.08;margin:10px 0 0;letter-spacing:-.025em}
.category-side-story .category-story-copy h2{font-size:18px;line-height:1.18}
.category-subnav{
  display:flex;gap:8px;overflow:auto;scrollbar-width:none;margin:0 0 22px;padding-bottom:2px
}
.category-subnav::-webkit-scrollbar{display:none}
.category-chip{
  flex:0 0 auto;background:#fff;border:1px solid var(--line);padding:9px 12px;
  border-radius:999px;font-size:12px;font-weight:850;color:#505966
}
.category-chip.active{background:var(--ink2);border-color:var(--ink2);color:#fff}

/* clickable category nav active state */
.nav a[data-catlink].active{color:#fff}
.drawer-links a.category-active{color:#fff;background:#171e28;padding-left:12px;padding-right:12px;border-radius:10px;border-bottom-color:transparent}

/* Mobile: horizontal category bar always usable */
@media(max-width:700px){
  .desktop-nav{display:block}
  .nav{position:relative}
  .nav-inner{
    height:43px!important;flex-wrap:nowrap!important;gap:20px!important;
    padding:0 11px!important;overflow-x:auto!important;
  }
  .nav a{font-size:11px}
  .nav a.active:after{display:block;bottom:-14px}

  .header-main{height:64px}
  .brand img{width:166px}
  .header-actions .icon-btn{width:36px;height:36px;border-radius:10px}

  .breaking{display:none}

  .hero{padding-top:10px}
  .hero-main{height:365px}
  .hero-copy h1{font-size:27px;line-height:1.05}
  .hero-copy p{-webkit-line-clamp:2}
  .hero-side{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;
    margin-right:-11px;padding-right:11px;scrollbar-width:none
  }
  .hero-side::-webkit-scrollbar{display:none}
  .hero-side-card{flex:0 0 78vw;min-height:190px;scroll-snap-align:start}

  .trending{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-11px;
    padding-right:11px;gap:9px;scrollbar-width:none
  }
  .trending::-webkit-scrollbar{display:none}
  .trend{flex:0 0 72vw;min-height:72px;scroll-snap-align:start}

  .content-layout{display:block}
  .news-card{grid-template-columns:128px 1fr}
  .news-card img{min-height:122px}
  .news-body{padding:10px 11px}
  .news-body h3{font-size:15.5px;line-height:1.18}
  .news-list .news-card:first-child{
    display:block
  }
  .news-list .news-card:first-child img{
    width:100%;height:205px;min-height:205px
  }
  .news-list .news-card:first-child .news-body{padding:14px}
  .news-list .news-card:first-child .news-body h3{font-size:20px;line-height:1.15;margin-top:7px}
  .news-list .news-card:first-child .news-body p{display:block;font-size:12px;margin-top:7px}

  .sidebar{margin-top:20px}
  .ad-box{height:150px}
  .newsletter{display:none}

  .category-grid{
    display:flex;overflow-x:auto;gap:10px;margin-right:-11px;padding-right:11px;
    scroll-snap-type:x mandatory;scrollbar-width:none
  }
  .category-grid::-webkit-scrollbar{display:none}
  .category-card{flex:0 0 72vw;scroll-snap-align:start}

  .features{
    display:flex;overflow-x:auto;margin-right:-11px;padding-right:11px;
    scroll-snap-type:x mandatory;scrollbar-width:none
  }
  .features::-webkit-scrollbar{display:none}
  .feature{flex:0 0 70vw;scroll-snap-align:start}

  .footer-main{grid-template-columns:1fr!important}
  .footer-main>div:first-child{grid-column:auto}
  .footer-main>div:nth-child(4){display:none}

  .category-header{padding:11px 0 14px}
  .category-header-inner{min-height:300px;border-radius:16px}
  .category-header-inner:after{
    background:linear-gradient(180deg,rgba(7,10,15,.12) 15%,rgba(7,10,15,.94) 100%)
  }
  .category-header-copy{padding:150px 18px 20px;max-width:none}
  .category-header-copy h1{font-size:34px}
  .category-header-copy p{font-size:13px;margin-bottom:0}

  .category-subnav{margin-bottom:14px}
  .category-chip{padding:8px 11px;font-size:11px}

  .category-featured{grid-template-columns:1fr;gap:10px;margin-bottom:18px}
  .category-main-story{min-height:310px}
  .category-side-stack{
    display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;
    margin-right:-11px;padding-right:11px;scrollbar-width:none
  }
  .category-side-stack::-webkit-scrollbar{display:none}
  .category-side-story{flex:0 0 80vw;min-height:185px;scroll-snap-align:start}
  .category-main-story .category-story-copy h2{font-size:24px}
  .category-side-story .category-story-copy h2{font-size:16px}
}

/* very small phones */
@media(max-width:390px){
  .container{width:calc(100% - 18px)}
  .brand img{width:154px}
  .nav-inner{padding-left:9px!important;padding-right:9px!important}
  .hero-main{height:345px}
  .hero-copy h1{font-size:25px}
  .hero-side-card{flex-basis:82vw}
  .trend{flex-basis:78vw}
  .news-card{grid-template-columns:112px 1fr}
  .news-body h3{font-size:14.5px}
}

/* FINAL NAV + FOOTER FIX */
.nav-inner{
  gap:10px!important;
}
.nav a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:8px;
  transition:.18s ease;
}
.nav a:hover{
  background:rgba(255,255,255,.08);
}
.nav a.active{
  background:rgba(229,27,57,.14);
}
.nav a.active:after{
  left:12px;
  right:12px;
}
.footer-logo{
  width:220px!important;
  height:auto!important;
  filter:none!important;
  object-fit:contain;
}
@media(max-width:700px){
  .nav-inner{gap:6px!important}
  .nav a{
    padding:0 9px;
    min-height:32px;
    font-size:11px;
  }
  .footer-logo{width:190px!important}
}


/* ===============================
   CATEGORY HERO PHOTO FIX
   =============================== */
.category-header{
  padding:22px 0 16px !important;
}
.category-header-inner{
  min-height:280px !important;
  border-radius:20px !important;
  background:#10151d;
}
.category-header-inner > img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none !important;
}
.category-header-inner:after{
  background:linear-gradient(90deg,
    rgba(7,10,15,.72) 0%,
    rgba(7,10,15,.48) 38%,
    rgba(7,10,15,.12) 100%) !important;
}
.category-header-copy{
  padding:34px 38px !important;
  max-width:560px !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.category-header-copy .kicker{
  align-self:flex-start;
}
.category-header-copy h1{
  font-size:42px !important;
  line-height:1.02 !important;
  margin:12px 0 10px !important;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.category-header-copy p{
  font-size:15px !important;
  line-height:1.55 !important;
  margin:0 !important;
  color:#eef2f6 !important;
  text-shadow:0 2px 8px rgba(0,0,0,.28);
}

/* slightly better featured category stories */
.category-featured{
  margin-top:4px;
}
.category-main-story{
  min-height:360px !important;
}
.category-side-story{
  min-height:171px !important;
}

@media(min-width:1200px){
  .category-header-inner{
    min-height:300px !important;
  }
  .category-header-copy{
    padding:38px 44px !important;
    max-width:620px !important;
  }
  .category-header-copy h1{
    font-size:46px !important;
  }
}

@media(max-width:700px){
  .category-header{
    padding:10px 0 12px !important;
  }
  .category-header-inner{
    min-height:220px !important;
    border-radius:16px !important;
  }
  .category-header-inner:after{
    background:linear-gradient(180deg,
      rgba(7,10,15,.18) 10%,
      rgba(7,10,15,.58) 58%,
      rgba(7,10,15,.82) 100%) !important;
  }
  .category-header-copy{
    padding:18px 16px !important;
    max-width:none !important;
    justify-content:flex-end;
    height:100%;
  }
  .category-header-copy h1{
    font-size:30px !important;
    margin:10px 0 8px !important;
  }
  .category-header-copy p{
    font-size:12.5px !important;
    line-height:1.45 !important;
    max-width:95%;
  }
  .category-main-story{
    min-height:270px !important;
  }
  .category-side-story{
    min-height:175px !important;
  }
}


/* ==========================================================
   CATEGORY CLEAN FINAL
   No dark overlay hero. Stable on desktop and mobile.
   ========================================================== */

.category-clean{
  padding:26px 0 18px;
}

.category-clean-card{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);
  min-height:330px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.category-clean-copy{
  padding:46px 44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  background:
    radial-gradient(circle at 0 0, rgba(229,27,57,.055), transparent 42%),
    #fff;
}

.category-clean-copy h1{
  margin:13px 0 12px;
  font-size:48px;
  line-height:1;
  letter-spacing:-.045em;
  color:#0c1016;
}

.category-clean-copy p{
  margin:0;
  max-width:560px;
  color:#626c79;
  font-size:15.5px;
  line-height:1.65;
}

.category-clean-actions{
  display:flex;
  gap:9px;
  margin-top:24px;
  flex-wrap:wrap;
}

.category-primary,
.category-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border-radius:10px;
  font-size:12px;
  font-weight:900;
}

.category-primary{
  background:var(--brand);
  color:#fff;
}

.category-primary:hover{
  background:var(--brand2);
}

.category-secondary{
  border:1px solid var(--line);
  background:#f7f8fa;
  color:#343c47;
}

.category-clean-media{
  min-height:330px;
  background:#111;
  overflow:hidden;
  position:relative;
}

.category-clean-media img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .45s ease;
}

.category-clean-card:hover .category-clean-media img{
  transform:scale(1.018);
}

/* category chips immediately after hero */
.category-clean + .category-subnav{
  margin-top:2px;
}

.category-subnav .category-chip.active,
.category-subnav [data-catlink].active{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
}

/* Better category featured block: make photos clearly visible */
.category-main-story,
.category-side-story{
  background:#171c23!important;
}

.category-main-story .overlay,
.category-side-story .overlay{
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.02) 30%,
    rgba(0,0,0,.70) 100%
  )!important;
}

.category-main-story img,
.category-side-story img{
  filter:none!important;
  opacity:1!important;
}

/* large PC */
@media(min-width:1300px){
  .category-clean-card{
    grid-template-columns:minmax(450px,.82fr) minmax(650px,1.18fr);
    min-height:350px;
  }
  .category-clean-copy{
    padding:50px 52px;
  }
  .category-clean-copy h1{
    font-size:52px;
  }
  .category-clean-media,
  .category-clean-media img{
    min-height:350px;
  }
}

/* tablet */
@media(max-width:1000px){
  .category-clean-card{
    grid-template-columns:1fr 1.15fr;
    min-height:300px;
  }
  .category-clean-copy{
    padding:32px 28px;
  }
  .category-clean-copy h1{
    font-size:39px;
  }
  .category-clean-media,
  .category-clean-media img{
    min-height:300px;
  }
}

/* phone */
@media(max-width:700px){
  .category-clean{
    padding:10px 0 12px;
  }

  .category-clean-card{
    display:flex;
    flex-direction:column-reverse;
    min-height:0;
    border-radius:16px;
  }

  .category-clean-media{
    min-height:190px;
    height:190px;
  }

  .category-clean-media img{
    min-height:190px;
    height:190px;
    object-position:center;
  }

  .category-clean-copy{
    padding:18px 16px 19px;
  }

  .category-clean-copy h1{
    font-size:31px;
    margin:10px 0 8px;
  }

  .category-clean-copy p{
    font-size:12.5px;
    line-height:1.52;
  }

  .category-clean-actions{
    margin-top:15px;
  }

  .category-primary,
  .category-secondary{
    min-height:38px;
    padding:0 12px;
    font-size:11px;
  }

  .category-clean + .category-subnav{
    margin-top:0;
  }

  .category-featured{
    margin-top:5px;
  }

  .category-main-story{
    min-height:255px!important;
  }

  .category-main-story .category-story-copy{
    left:17px;
    right:17px;
    bottom:16px;
  }

  .category-main-story .category-story-copy h2{
    font-size:22px;
  }
}


/* =========================================
   CATEGORY CHIPS CENTER FIX
   ========================================= */
.category-subnav{
  justify-content:center !important;
  align-items:center !important;
  width:100%;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-top:2px;
  padding-bottom:2px;
}

.category-subnav .category-chip{
  text-align:center;
}

@media(max-width:700px){
  .category-subnav{
    justify-content:flex-start !important;
  }
}


/* =========================================
   MOBILE DRAWER LOGO FIX
   ========================================= */
.drawer-top img{
  width:205px !important;
  height:auto !important;
  filter:none !important;
  object-fit:contain;
}

@media(max-width:700px){
  .drawer-top img{
    width:200px !important;
  }
}
