:root{
  --sm-bg:#f2f2f2;
  --sm-paper:#fff;
  --sm-ink:#101010;
  --sm-muted:#777;
  --sm-line:#e7e7e7;
  --sm-line-strong:#dcdcdc;
  --sm-accent:#e60019;
  --sm-radius:8px;
  --sm-shadow:0 10px 30px rgba(0,0,0,.035);
  --sm-width:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sm-bg);color:var(--sm-ink);font-family:"Inter",Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
button{color:inherit}
.sm-container{width:min(calc(100% - 40px),var(--sm-width));margin-inline:auto}
.sm-page-shell{width:min(calc(100% - 28px),1320px);margin:16px auto;background:var(--sm-paper);border:1px solid var(--sm-line);border-radius:10px;overflow:hidden;box-shadow:var(--sm-shadow)}
.sm-main{min-height:60vh}
.sm-ticker{border-bottom:1px solid var(--sm-line);font-size:11px}
.sm-ticker__inner{height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.sm-ticker__left{display:flex;gap:18px;align-items:center;min-width:0}
.sm-ticker__badge{font-size:10px;font-weight:800;white-space:nowrap}
.sm-ticker__badge::first-letter{color:var(--sm-accent)}
.sm-ticker__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#444}
.sm-live-clock{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:10px}
.sm-header-main{height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.sm-brand__text{font-weight:800;font-size:32px;letter-spacing:-1.8px}
.custom-logo{max-height:54px;width:auto}
.sm-header-socials{display:flex;gap:8px}
.sm-header-socials a,.sm-footer-socials a{width:34px;height:34px;border:1px solid var(--sm-line);border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}
.sm-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}
.sm-icon-btn{width:38px;height:38px;background:#fff;border:1px solid var(--sm-line);border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:18px}
.sm-menu-toggle{display:none}
.sm-lang-switch{display:flex;gap:4px}
.sm-lang-switch ul{display:flex;gap:4px;list-style:none;margin:0;padding:0}
.sm-lang-switch a{min-width:34px;height:30px;padding:0 10px;border:1px solid var(--sm-line);border-radius:9px;display:grid;place-items:center;font-size:11px;font-weight:700;text-transform:uppercase}
.sm-lang-switch .current-lang a{background:var(--sm-accent);color:#fff;border-color:var(--sm-accent)}
.sm-main-nav{border-top:1px solid var(--sm-line);border-bottom:1px solid var(--sm-line)}
.sm-main-menu{list-style:none;margin:0;padding:0;display:flex;gap:34px;align-items:center;min-height:52px;overflow:auto;scrollbar-width:none}
.sm-main-menu::-webkit-scrollbar{display:none}
.sm-main-menu li{flex:0 0 auto}
.sm-main-menu a{font-size:12px;font-weight:700;display:block;padding:17px 0;position:relative}
.sm-main-menu .current-menu-item>a::after,.sm-main-menu a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--sm-accent)}
.sm-search-panel{border-bottom:1px solid var(--sm-line);padding:15px 0;background:#fafafa}
.sm-search-form{display:flex;gap:8px}
.sm-search-form input{flex:1;border:1px solid var(--sm-line);border-radius:7px;padding:13px 16px;outline:none}
.sm-search-form button{width:46px;border:0;border-radius:7px;background:var(--sm-ink);color:#fff;cursor:pointer}
.sm-offcanvas,.sm-offcanvas-backdrop{display:none}

.sm-home{padding-top:14px;padding-bottom:28px}
.sm-hero-grid{display:grid;grid-template-columns:2fr .88fr .95fr;gap:14px;align-items:stretch}
.sm-hero-card,.sm-secondary-card,.sm-headlines-panel,.sm-live-card,.sm-section-card{border:1px solid var(--sm-line);border-radius:var(--sm-radius);overflow:hidden;background:#fff}
.sm-hero-card{position:relative;min-height:430px;color:#fff}
.sm-hero-card__media,.sm-hero-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sm-hero-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 15%,rgba(0,0,0,.7) 100%)}
.sm-hero-card__content{position:absolute;inset:auto 30px 26px;z-index:1}
.sm-hero-card__content time{display:block;font-size:11px;margin:8px 0 18px;opacity:.82}
.sm-chip{display:inline-flex;background:#fff;color:#111;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:800;text-transform:uppercase}
.sm-hero-card h1{font-size:30px;line-height:1.17;letter-spacing:-1px;margin:0 0 18px;max-width:660px}
.sm-hero-card h1 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.sm-meta{display:flex;gap:14px;align-items:center;color:var(--sm-muted);font-size:10px}
.sm-hero-card .sm-meta{color:#fff}
.sm-meta__views{display:inline-flex;align-items:center;gap:5px}
.sm-meta svg,.sm-live-row__views svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.4}
.sm-hero-secondary{display:grid;gap:14px}
.sm-secondary-card img{width:100%;height:145px;object-fit:cover}
.sm-secondary-card__body{padding:14px 15px}
.sm-secondary-card h2{font-size:16px;line-height:1.25;margin:0 0 12px;letter-spacing:-.35px}
.sm-panel-title,.sm-section-head{height:44px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--sm-line);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.02em}
.sm-headlines-list{padding:0 14px}
.sm-live-row{display:grid;grid-template-columns:112px 1fr auto;gap:12px;align-items:center;min-height:54px;border-bottom:1px solid var(--sm-line);font-size:11px}
.sm-live-row:last-child{border-bottom:0}
.sm-live-row time{color:var(--sm-muted);font-size:9px;font-variant-numeric:tabular-nums}
.sm-live-row__title{font-weight:600;line-height:1.28}
.sm-live-row__views{display:flex;gap:5px;align-items:center;color:var(--sm-muted);font-size:9px;white-space:nowrap}

.sm-countries{position:relative;margin:16px 0 14px;padding:0 40px 26px}
.sm-country-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;padding:0 calc((100% - 150px)/2)}
.sm-country-track::-webkit-scrollbar{display:none}
.sm-country-card{flex:0 0 150px;scroll-snap-align:center;border:1px solid var(--sm-line);border-radius:7px;overflow:hidden;background:#fff;transition:.2s ease}
.sm-country-card.is-active{border-color:var(--sm-accent);transform:translateY(-1px)}
.sm-country-image{display:block;aspect-ratio:1.52/1;overflow:hidden;background:#eee}
.sm-country-image img{width:100%;height:100%;object-fit:cover}
.sm-country-label{display:block;text-align:center;padding:9px 6px 10px;font-size:11px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sm-slider-arrow{position:absolute;top:39%;width:32px;height:32px;border:1px solid var(--sm-line);border-radius:50%;background:#fff;z-index:2;cursor:pointer;font-size:21px;line-height:1}
.sm-slider-arrow--prev{left:0}.sm-slider-arrow--next{right:0}
.sm-slider-dots{position:absolute;left:50%;bottom:5px;transform:translateX(-50%);display:flex;gap:6px;max-width:160px;overflow:hidden}
.sm-slider-dots button{width:5px;height:5px;border:0;border-radius:50%;padding:0;background:#d8d8d8;flex:0 0 auto}
.sm-slider-dots button.is-active{background:var(--sm-accent)}

.sm-home-row{display:grid;gap:14px}
.sm-home-row--live-business{grid-template-columns:1.05fr .95fr}
.sm-tabs{height:48px;display:flex;align-items:end;border-bottom:1px solid var(--sm-line);padding:0 16px;gap:38px}
.sm-tab{border:0;background:transparent;padding:0 0 12px;font-size:11px;font-weight:800;text-transform:uppercase;color:#888;position:relative;cursor:pointer}
.sm-tab.is-active{color:var(--sm-accent)}
.sm-tab.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--sm-accent)}
.sm-live-list{padding:0 16px;transition:opacity .15s}
.sm-live-card.is-loading .sm-live-list{opacity:.45}
.sm-section-card{padding-bottom:12px}
.sm-section-head{justify-content:space-between}
.sm-section-head h2{font:inherit;margin:0}
.sm-section-head span{font-size:22px;font-weight:400}
.sm-section-lead{display:grid;grid-template-columns:1.1fr 1fr;gap:14px;padding:14px 14px 10px}
.sm-section-lead__image{border-radius:6px;overflow:hidden;min-height:142px}
.sm-section-lead__image img{width:100%;height:100%;object-fit:cover}
.sm-section-lead__body h3{font-size:15px;line-height:1.25;margin:2px 0 14px}
.sm-section-mini-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 14px 4px}
.sm-section-mini{display:grid;grid-template-columns:52px 1fr;gap:8px;min-width:0}
.sm-section-mini img{width:52px;height:44px;object-fit:cover;border-radius:7px}
.sm-section-mini strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:9px;line-height:1.2}
.sm-section-mini small{display:block;color:var(--sm-muted);font-size:7px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sm-home-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.sm-home-grid-3 .sm-section-lead{grid-template-columns:1fr}.sm-home-grid-3 .sm-section-lead__image{height:175px}.sm-home-grid-3 .sm-section-mini-list{grid-template-columns:1fr}
.sm-home-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}

.sm-archive,.sm-page-content{padding:42px 0 60px}
.sm-archive-head{max-width:780px;margin-bottom:28px}
.sm-kicker{color:var(--sm-accent);font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.05em}
.sm-archive-head h1,.sm-page-content h1{font-size:42px;line-height:1.05;letter-spacing:-1.7px;margin:0 0 12px}
.sm-archive-description{color:var(--sm-muted)}
.sm-archive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.sm-archive-card{border:1px solid var(--sm-line);border-radius:var(--sm-radius);overflow:hidden;background:#fff}
.sm-archive-card__image{height:250px;display:block;overflow:hidden}.sm-archive-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.sm-archive-card:hover img{transform:scale(1.02)}
.sm-archive-card__body{padding:18px}.sm-archive-card h2{font-size:22px;line-height:1.2;letter-spacing:-.7px;margin:0 0 14px}.sm-archive-card p{color:#555;font-size:13px;margin:14px 0 0}
.sm-pagination{margin-top:30px}.nav-links{display:flex;gap:7px}.page-numbers{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--sm-line);border-radius:10px;display:grid;place-items:center}.page-numbers.current{background:#111;color:#fff}

.sm-single-wrap{padding:45px 0 65px}.sm-single{max-width:980px;margin:auto}.sm-single-head{max-width:820px;margin:auto;text-align:center}.sm-single-cats{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--sm-accent)}.sm-single-head h1{font-size:48px;line-height:1.04;letter-spacing:-2px;margin:14px 0}.sm-single-meta{display:flex;justify-content:center;gap:18px;color:var(--sm-muted);font-size:11px}.sm-single-deck{font-size:18px;color:#555;line-height:1.5;margin:24px auto 0;max-width:720px}.sm-single-hero{margin:34px 0 30px;border-radius:24px;overflow:hidden}.sm-single-hero img{width:100%;max-height:620px;object-fit:cover}.sm-single-layout{display:grid;grid-template-columns:60px minmax(0,700px);justify-content:center;gap:22px}.sm-share-rail{display:flex;flex-direction:column;gap:9px;position:sticky;top:20px;align-self:start}.sm-share-rail a,.sm-share-rail button{width:38px;height:38px;border:1px solid var(--sm-line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.sm-single-content{font-size:17px;line-height:1.82}.sm-single-content p{margin:0 0 1.35em}.sm-single-content h2{font-size:29px;line-height:1.18;margin:1.7em 0 .65em;letter-spacing:-.8px}.sm-single-content h3{font-size:23px;line-height:1.25}.sm-single-content img{border-radius:16px}.sm-single-content blockquote{margin:1.8em 0;padding:20px 24px;border-left:3px solid var(--sm-accent);background:#f7f7f7;border-radius:0 14px 14px 0}.sm-related{max-width:980px;margin:60px auto 0;border-top:1px solid var(--sm-line);padding-top:20px}.sm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sm-related article img{width:100%;height:150px;object-fit:cover;border-radius:14px}.sm-related h3{font-size:14px;line-height:1.28;margin:10px 0}.sm-empty{min-height:60vh;display:grid;place-items:center;text-align:center}.sm-empty strong{font-size:90px;letter-spacing:-6px}.sm-btn{display:inline-flex;padding:12px 18px;background:#111;color:#fff;border-radius:12px}

.sm-footer{border-top:1px solid var(--sm-line);padding:34px 0 20px;background:#fff}.sm-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1.2fr;gap:30px}.sm-footer__brand{font-size:22px;font-weight:800}.sm-footer p{font-size:11px;color:#666;max-width:330px}.sm-footer h3{font-size:10px;text-transform:uppercase;margin:0 0 12px}.sm-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:7px;font-size:10px}.sm-subscribe{display:flex}.sm-subscribe input{flex:1;min-width:0;border:1px solid var(--sm-line);border-radius:10px 0 0 10px;padding:10px}.sm-subscribe button{width:42px;border:0;background:var(--sm-accent);color:#fff;border-radius:0 10px 10px 0}.sm-footer-socials{display:flex;gap:7px;margin-top:14px}.sm-footer__bottom{margin-top:28px;padding-top:15px;border-top:1px solid var(--sm-line);font-size:9px;color:#777}

@media (max-width:1024px){
  .sm-page-shell{width:calc(100% - 16px);margin:8px auto;border-radius:20px}
  .sm-container{width:min(calc(100% - 28px),var(--sm-width))}
  .sm-header-main{height:78px}.sm-header-socials{display:none}.sm-brand__text{font-size:27px}.sm-menu-toggle{display:grid}.sm-main-nav{display:none}
  .sm-hero-grid{grid-template-columns:1.45fr .85fr}.sm-headlines-panel{grid-column:1/-1}.sm-headlines-list{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.sm-headlines-list .sm-live-row:nth-child(n+5){display:none}
  .sm-home-row--live-business{grid-template-columns:1fr}.sm-home-grid-3{grid-template-columns:1fr 1fr}.sm-home-grid-3 .sm-section-card:last-child{grid-column:1/-1}
  .sm-offcanvas{display:block;position:fixed;top:0;right:0;bottom:0;width:min(88vw,380px);background:#fff;z-index:1001;padding:75px 28px 30px;transform:translateX(102%);transition:transform .22s ease}.sm-offcanvas.is-open{transform:none}.sm-offcanvas-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.32);z-index:1000;opacity:0;transition:opacity .22s}.sm-offcanvas-backdrop.is-open{opacity:1}.sm-offcanvas__close{position:absolute;right:24px;top:20px;width:38px;height:38px;border:1px solid var(--sm-line);border-radius:50%;background:#fff;font-size:24px}.sm-mobile-menu{list-style:none;margin:0;padding:0}.sm-mobile-menu li{border-bottom:1px solid var(--sm-line)}.sm-mobile-menu a{display:block;padding:14px 0;font-weight:700}.sm-menu-open{overflow:hidden}
  .sm-footer__grid{grid-template-columns:1fr 1fr}
}

@media (max-width:700px){
  body{background:#efefef}
  .sm-page-shell{width:100%;margin:0;border-radius:0;border-left:0;border-right:0}
  .sm-container{width:calc(100% - 24px)}
  .sm-ticker__inner{height:42px}.sm-ticker__badge{font-size:10px}.sm-live-clock{color:var(--sm-accent)}
  .sm-header-main{height:92px;grid-template-columns:46px 1fr 84px}.sm-brand{text-align:center}.sm-brand__text{font-size:26px}.sm-header-actions{gap:6px}.sm-header-actions .sm-lang-switch{display:none}.sm-icon-btn{width:40px;height:40px}.sm-header-actions .sm-icon-btn:first-child{position:absolute;left:14px}.sm-header-actions{grid-column:3}.sm-menu-toggle{display:grid}
  .sm-home{padding-top:12px}.sm-hero-grid{display:block}.sm-hero-card{min-height:340px;border-radius:18px}.sm-hero-card__content{inset:auto 20px 20px}.sm-hero-card h1{font-size:23px;line-height:1.28}.sm-hero-secondary{margin-top:12px;gap:10px}.sm-secondary-card{display:grid;grid-template-columns:42% 1fr}.sm-secondary-card img{height:100%;min-height:112px}.sm-secondary-card__body{padding:12px}.sm-secondary-card h2{font-size:13px}.sm-secondary-card .sm-meta span:first-child{display:none}.sm-headlines-panel{display:none}

  .sm-countries{margin:16px -12px 14px;padding:0 0 28px;overflow:hidden}
  .sm-country-track{gap:12px;padding:0 calc((100% - 58%)/2);scroll-padding-inline:calc((100% - 58%)/2)}
  .sm-country-card{flex:0 0 58%;border-radius:14px}
  .sm-country-image{aspect-ratio:1.18/1} /* mobile image is intentionally ~20% taller */
  .sm-country-label{font-size:12px;padding:10px 6px 11px}
  .sm-slider-arrow{display:none}
  .sm-slider-dots{bottom:7px}

  .sm-home-row--live-business,.sm-home-grid-3,.sm-home-grid-2{grid-template-columns:1fr}.sm-home-grid-3 .sm-section-card:last-child{grid-column:auto}.sm-live-card{border-radius:18px}.sm-tabs{gap:48px;justify-content:center}.sm-live-list{padding:0 12px}.sm-live-row{grid-template-columns:118px 1fr auto;gap:8px;min-height:61px}.sm-live-row time{font-size:8px}.sm-live-row__title{font-size:10px}.sm-live-row__views{font-size:8px}
  .sm-section-card{border-radius:18px}.sm-section-lead{grid-template-columns:1.1fr .9fr;padding:12px}.sm-section-lead__image{min-height:105px}.sm-section-lead__body h3{font-size:12px}.sm-section-mini-list{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding:10px 12px}.sm-section-mini{flex:0 0 75%;scroll-snap-align:start;border-right:1px solid var(--sm-line);padding-right:10px}
  .sm-home-grid-3 .sm-section-lead{grid-template-columns:1.1fr .9fr}.sm-home-grid-3 .sm-section-lead__image{height:auto}

  .sm-archive,.sm-page-content{padding:28px 0 45px}.sm-archive-head h1,.sm-page-content h1{font-size:32px}.sm-archive-grid{grid-template-columns:1fr}.sm-archive-card__image{height:215px}.sm-archive-card h2{font-size:19px}
  .sm-single-wrap{padding:25px 0 45px}.sm-single-head{text-align:left}.sm-single-head h1{font-size:32px;letter-spacing:-1.2px}.sm-single-meta{justify-content:flex-start}.sm-single-deck{font-size:15px}.sm-single-hero{margin:24px -12px 24px;border-radius:0}.sm-single-layout{display:block}.sm-share-rail{position:static;flex-direction:row;margin-bottom:20px}.sm-single-content{font-size:16px;line-height:1.75}.sm-related-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.sm-related article{flex:0 0 78%;scroll-snap-align:start}.sm-footer__grid{grid-template-columns:1fr}.sm-footer__grid>div:nth-child(2),.sm-footer__grid>div:nth-child(3){display:none}
}

/* =========================================================
   0.2.0 — editorial cleanup + mobile news-app composition
   Keeps SteppeNews visual language; removes Montserrat/SaaS feel.
========================================================= */
:root{
  --sm-radius:8px;
  --sm-radius-small:6px;
  --sm-shadow:none;
}
body{font-family:"Inter",Arial,sans-serif}
.sm-page-shell{border-radius:12px;box-shadow:none}
.sm-brand__text,.sm-footer__brand{font-family:"Inter",Arial,sans-serif}
.sm-hero-card h1,.sm-secondary-card h2,.sm-section-lead__body h3,.sm-archive-card h2,.sm-single-head h1,.sm-single-content h2,.sm-single-content h3,.sm-related h3{font-family:"IBM Plex Serif",Georgia,serif}
.sm-hero-card,.sm-secondary-card,.sm-headlines-panel,.sm-live-card,.sm-section-card,.sm-archive-card{border-radius:var(--sm-radius)}
.sm-icon-btn,.sm-lang-switch a,.sm-search-form input,.sm-search-form button,.page-numbers,.sm-btn{border-radius:6px}
.sm-single-hero,.sm-single-content img,.sm-related article img{border-radius:8px}
.sm-section-lead__image,.sm-section-mini img{border-radius:6px}

/* one disciplined page grid */
.sm-home{padding-top:18px;padding-bottom:30px}
.sm-home-top{display:flex;flex-direction:column}
.sm-hero-grid{gap:16px;grid-template-columns:minmax(0,2fr) minmax(220px,.82fr) minmax(245px,.9fr)}
.sm-hero-card{min-height:420px}
.sm-secondary-card{border-color:var(--sm-line);box-shadow:none}
.sm-secondary-card__body{padding:13px 14px}
.sm-secondary-card h2{font-size:17px;line-height:1.28;font-weight:600}
.sm-headlines-panel{min-width:0}
.sm-live-row{grid-template-columns:108px minmax(0,1fr) auto}

/* geography is navigation, so its cards stay visual */
.sm-countries{margin:18px 0 18px;padding-bottom:24px}
.sm-country-card{border-radius:7px}
.sm-country-image{aspect-ratio:1.48/1}
.sm-country-label{padding:8px 6px 9px}

/* equal row rhythm */
.sm-home-row--live-business{gap:16px;align-items:stretch;grid-template-columns:1.08fr .92fr}
.sm-home-row--live-business>.sm-live-card,
.sm-home-row--live-business>.sm-section-card{height:100%;min-height:360px}
.sm-section-card{padding-bottom:10px}
.sm-tabs,.sm-section-head{height:46px}

/* fewer, smaller images in editorial sections */
.sm-section-lead{grid-template-columns:44% minmax(0,1fr);gap:14px;padding:14px}
.sm-section-lead__image{min-height:132px;max-height:172px}
.sm-section-lead__body h3{font-size:17px;line-height:1.3;font-weight:600;margin:1px 0 12px}
.sm-section-mini-list{grid-template-columns:1fr;gap:0;padding:2px 14px 8px}
.sm-section-mini{grid-template-columns:1fr;border-top:1px solid var(--sm-line);padding:9px 0;gap:0}
.sm-section-mini img{display:none}
.sm-section-mini strong{font-size:11px;line-height:1.3;-webkit-line-clamp:2}
.sm-section-mini small{font-size:8px;margin-top:4px}
.sm-home-grid-3,.sm-home-grid-2{gap:16px;margin-top:16px}
.sm-home-grid-3 .sm-section-lead{grid-template-columns:42% minmax(0,1fr)}
.sm-home-grid-3 .sm-section-lead__image{height:132px;min-height:132px}
.sm-home-grid-2 .sm-section-lead__image{min-height:180px}

/* Single article: calmer editorial proportions */
.sm-single{max-width:1020px}
.sm-single-head{max-width:780px;text-align:left}
.sm-single-head h1{font-size:46px;line-height:1.08;letter-spacing:-1.25px;font-weight:600}
.sm-single-meta{justify-content:flex-start}
.sm-single-deck{max-width:720px;margin-left:0;font-size:17px}
.sm-single-hero{max-width:920px;margin:30px auto 34px}
.sm-single-hero img{max-height:560px}
.sm-single-layout{grid-template-columns:48px minmax(0,690px);gap:26px}
.sm-single-content{font-family:"IBM Plex Serif",Georgia,serif;font-size:18px;line-height:1.78}
.sm-single-content figcaption{font-family:"Inter",Arial,sans-serif;font-size:11px;color:var(--sm-muted)}
.sm-share-rail a,.sm-share-rail button{border-radius:50%}
.sm-related-grid{grid-template-columns:repeat(3,1fr)}
.sm-related article img{height:126px}
.sm-related h3{font-size:15px;font-weight:600}

.sm-mobile-bottom{display:none}

@media (max-width:1024px){
  .sm-page-shell{border-radius:10px}
  .sm-hero-grid{grid-template-columns:1.4fr .8fr}
  .sm-home-row--live-business{grid-template-columns:1fr}
  .sm-home-row--live-business>.sm-live-card,.sm-home-row--live-business>.sm-section-card{min-height:0}
}

@media (max-width:700px){
  body{padding-bottom:64px;background:#f1f1f1}
  .sm-page-shell{border:0}
  .sm-container{width:calc(100% - 24px)}

  /* compact app-like header, same SteppeNews colors/type */
  .sm-ticker__inner{height:34px;gap:10px}
  .sm-ticker__badge{font-size:9px}
  .sm-ticker__text{font-size:9px}
  .sm-live-clock{font-size:9px}
  .sm-header-main{height:64px;grid-template-columns:44px 1fr 78px}
  .sm-brand__text{font-size:24px;letter-spacing:-1.2px}
  .custom-logo{max-height:38px;width:auto}
  .sm-icon-btn{width:34px;height:34px;border-radius:50%}
  .sm-header-actions .sm-icon-btn:first-child{left:12px}
  .sm-main-nav{display:none}
  .sm-search-panel{padding:10px 0}

  .sm-home{padding-top:10px;padding-bottom:20px}
  .sm-home-top{display:flex;flex-direction:column}

  /* reference-inspired order: geography/stories first, then lead story */
  .sm-countries{order:1;margin:4px -12px 12px;padding:0 0 24px}
  .sm-hero-grid{order:2;display:block}

  /* one full country centered, side cards deliberately clipped */
  .sm-country-track{gap:10px;padding:0 calc((100% - 56%)/2);scroll-padding-inline:calc((100% - 56%)/2)}
  .sm-country-card{flex:0 0 56%;border-radius:7px}
  .sm-country-image{aspect-ratio:1.18/1}
  .sm-country-label{font-size:11px;padding:8px 6px 9px}
  .sm-slider-dots{bottom:6px}

  /* lead story = app hero */
  .sm-hero-card{min-height:305px;border-radius:8px}
  .sm-hero-card__content{inset:auto 18px 18px}
  .sm-chip{padding:5px 9px;font-size:8px}
  .sm-hero-card__content time{font-size:9px;margin:6px 0 10px}
  .sm-hero-card h1{font-size:25px;line-height:1.18;letter-spacing:-.45px;margin-bottom:13px}
  .sm-meta{font-size:9px}

  /* recommendation-style rows beneath hero */
  .sm-hero-secondary{margin-top:8px;gap:0;border-top:1px solid var(--sm-line)}
  .sm-secondary-card{display:grid;grid-template-columns:96px minmax(0,1fr);border:0;border-bottom:1px solid var(--sm-line);border-radius:0;padding:10px 0;background:transparent}
  .sm-secondary-card>a{overflow:hidden;border-radius:6px}
  .sm-secondary-card img{width:96px;height:76px;min-height:0;object-fit:cover;border-radius:6px}
  .sm-secondary-card__body{padding:1px 0 0 12px}
  .sm-secondary-card h2{font-size:14px;line-height:1.28;margin:0 0 9px}
  .sm-secondary-card .sm-meta{font-size:8px}
  .sm-headlines-panel{display:none}

  /* live/popular = primary text module */
  .sm-home-row--live-business{gap:12px}
  .sm-live-card,.sm-section-card{border-radius:8px}
  .sm-tabs{height:44px;justify-content:flex-start;gap:34px;padding:0 14px}
  .sm-tab{font-size:10px;padding-bottom:11px}
  .sm-live-list{padding:0 12px}
  .sm-live-row{grid-template-columns:82px minmax(0,1fr) auto;gap:8px;min-height:58px}
  .sm-live-row time{font-size:8px;line-height:1.25}
  .sm-live-row__title{font-size:11px;line-height:1.3;font-weight:600}
  .sm-live-row__views{font-size:8px}

  /* one dominant image + compact recommendation rows */
  .sm-section-head{height:42px;padding:0 12px}
  .sm-section-lead,.sm-home-grid-3 .sm-section-lead{grid-template-columns:42% minmax(0,1fr);gap:11px;padding:11px 12px 10px}
  .sm-section-lead__image,.sm-home-grid-3 .sm-section-lead__image{height:104px;min-height:104px}
  .sm-section-lead__body h3{font-size:13px;line-height:1.25;margin:0 0 9px}
  .sm-section-mini-list{display:grid;grid-template-columns:1fr;gap:0;overflow:visible;padding:0 12px 6px}
  .sm-section-mini{display:grid;grid-template-columns:62px minmax(0,1fr);gap:9px;flex:none;border-top:1px solid var(--sm-line);border-right:0;padding:8px 0}
  .sm-section-mini img{display:block;width:62px;height:48px;border-radius:5px}
  .sm-section-mini strong{font-size:10px;line-height:1.25}
  .sm-section-mini small{font-size:7px;margin-top:4px}
  .sm-home-grid-3,.sm-home-grid-2{grid-template-columns:1fr;gap:12px;margin-top:12px}

  /* article mobile = readable, not a desktop page squeezed down */
  .sm-single-wrap{padding:22px 0 40px}
  .sm-single-head h1{font-size:31px;line-height:1.12;letter-spacing:-.5px}
  .sm-single-cats{font-family:"Inter",Arial,sans-serif;font-size:9px}
  .sm-single-meta{font-family:"Inter",Arial,sans-serif;font-size:9px;gap:12px}
  .sm-single-deck{font-family:"Inter",Arial,sans-serif;font-size:15px;line-height:1.5}
  .sm-single-hero{margin:20px -12px 22px;border-radius:0}
  .sm-single-layout{display:block}
  .sm-share-rail{position:static;flex-direction:row;margin:0 0 18px}
  .sm-single-content{font-size:17px;line-height:1.75}
  .sm-single-content h2{font-size:25px}
  .sm-single-content h3{font-size:21px}
  .sm-single-content img{border-radius:6px}
  .sm-related{margin-top:42px}
  .sm-related-grid{display:grid;grid-template-columns:1fr;gap:0;overflow:visible}
  .sm-related article{border-top:1px solid var(--sm-line);padding:10px 0}
  .sm-related article>a{display:grid;grid-template-columns:94px 1fr;gap:11px;align-items:start}
  .sm-related article img{width:94px;height:70px;border-radius:6px;grid-row:1/3}
  .sm-related h3{font-size:14px;line-height:1.28;margin:0}
  .sm-related .sm-meta{grid-column:2}

  /* fixed bottom navigation in the spirit of the reference */
  .sm-mobile-bottom{position:fixed;left:50%;bottom:8px;transform:translateX(-50%);z-index:999;width:calc(100% - 20px);max-width:430px;height:54px;padding:5px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.96);border:1px solid var(--sm-line);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.10);backdrop-filter:blur(12px)}
  .sm-mobile-bottom__item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:"Inter",Arial,sans-serif;font-size:7px;color:#555;cursor:pointer}
  .sm-mobile-bottom__item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .sm-mobile-bottom__item:first-child svg{fill:currentColor;stroke:none}
  .sm-mobile-bottom__item.is-active{background:#111;color:#fff;border-radius:7px}

  .sm-footer{padding-bottom:78px}
}

/* v0.3 — tighter editorial geometry + reference-inspired mobile structure */
.sm-hero-card,.sm-secondary-card,.sm-headlines-panel,.sm-live-card,.sm-section-card,.sm-archive-card{border-radius:8px}
.sm-secondary-card img,.sm-section-lead__image img,.sm-archive-card__image img{border-radius:0}
.sm-section-mini img{border-radius:4px}
.sm-chip{border-radius:5px}
.sm-lang-switch a{border-radius:5px}
.sm-search-form input,.sm-search-form button{border-radius:6px}
.sm-page-shell{border-radius:10px}

/* Editorial hierarchy: headings keep serif character, UI stays Inter */
.sm-hero-card h1,.sm-secondary-card h2,.sm-section-lead__body h3,.sm-single-head h1,.sm-archive-head h1,.sm-page-content h1,.sm-related h3{
  font-family:"IBM Plex Serif",Georgia,serif;
}
.sm-panel-title,.sm-section-head,.sm-tabs,.sm-main-menu,.sm-country-label,.sm-live-row,.sm-meta,.sm-footer{
  font-family:"Inter",Arial,sans-serif;
}

@media (max-width:700px){
  body{background:#f4f4f4;padding-bottom:66px}
  .sm-page-shell{width:100%;margin:0;background:#fff;border-radius:0;box-shadow:none;overflow:visible}
  .sm-container{width:calc(100% - 24px)}

  /* Mobile header: same SteppeNews visual language, app-like structure */
  .sm-ticker{background:#fff}
  .sm-ticker__inner{height:32px}
  .sm-ticker__text{max-width:64vw}
  .sm-header-main{height:66px;display:flex;align-items:center;justify-content:center;position:relative}
  .sm-header-socials{display:none}
  .sm-brand{display:flex;justify-content:center;align-items:center;max-width:58vw}
  .sm-brand__text{font-family:"Inter",Arial,sans-serif;font-size:25px;font-weight:800;letter-spacing:-1.15px}
  .custom-logo{max-height:39px;max-width:165px}
  .sm-header-actions{position:absolute;inset:0;pointer-events:none;display:block}
  .sm-header-actions .sm-icon-btn{pointer-events:auto;position:absolute;top:15px;width:36px;height:36px;border-radius:50%;background:#fff}
  .sm-header-actions .sm-icon-btn[data-search-toggle]{left:0}
  .sm-header-actions .sm-menu-toggle{display:grid;right:0}
  .sm-lang-switch{display:none}
  .sm-main-nav{display:none}

  .sm-home{padding-top:7px}
  .sm-home-top{display:flex;flex-direction:column}

  /* Country/stories strip: one full card centered, both neighbours clipped. */
  .sm-countries{order:1;margin:0 -12px 12px;padding:0 0 22px}
  .sm-country-track{gap:10px;padding:0 22%;scroll-padding-inline:22%}
  .sm-country-card{flex:0 0 56%;border-radius:6px;box-shadow:none;background:#fff}
  .sm-country-card.is-active{transform:none;border-color:var(--sm-accent)}
  .sm-country-image{aspect-ratio:1.12/1;background:#f0f0f0}
  .sm-country-label{padding:8px 7px 9px;font-size:11px;font-weight:650}
  .sm-slider-arrow{display:none}
  .sm-slider-dots{bottom:5px;gap:5px;max-width:150px}
  .sm-slider-dots button{width:5px;height:5px}

  /* Main lead story: one image, strong headline, no dashboard chrome. */
  .sm-hero-grid{order:2;display:block}
  .sm-hero-card{min-height:315px;border-radius:7px;border-color:#e5e5e5}
  .sm-hero-card__content{inset:auto 17px 17px}
  .sm-hero-card h1{font-size:26px;line-height:1.14;letter-spacing:-.55px;font-weight:600;max-width:95%}
  .sm-chip{font-family:"Inter",Arial,sans-serif;border-radius:4px}

  /* Recommendation rows under hero, inspired by the reference but Steppe-styled. */
  .sm-hero-secondary{margin-top:8px;border:1px solid var(--sm-line);border-radius:7px;overflow:hidden;background:#fff}
  .sm-secondary-card{grid-template-columns:108px minmax(0,1fr);min-height:92px;padding:9px;border:0;border-bottom:1px solid var(--sm-line);border-radius:0}
  .sm-secondary-card:last-child{border-bottom:0}
  .sm-secondary-card>a{border-radius:5px;overflow:hidden;align-self:stretch}
  .sm-secondary-card img{width:108px;height:74px;border-radius:5px}
  .sm-secondary-card__body{padding:0 0 0 11px;align-self:center}
  .sm-secondary-card h2{font-size:14px;line-height:1.23;font-weight:600;margin:0 0 7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
  .sm-headlines-panel{display:none}

  /* Live/popular stays text-first. */
  .sm-home-row--live-business{gap:10px}
  .sm-live-card,.sm-section-card{border-radius:7px;box-shadow:none}
  .sm-tabs{height:45px;padding:0 13px;gap:30px}
  .sm-tab{font-size:10px}
  .sm-live-list{padding:0 12px}
  .sm-live-row{grid-template-columns:84px minmax(0,1fr) auto;gap:8px;min-height:57px}
  .sm-live-row__title{font-size:11px;line-height:1.28}

  /* Section modules: one modest visual, then text-led rows. */
  .sm-section-head{height:41px;padding:0 12px;font-size:10px}
  .sm-section-lead,.sm-home-grid-3 .sm-section-lead{grid-template-columns:38% minmax(0,1fr);gap:10px;padding:10px 12px}
  .sm-section-lead__image,.sm-home-grid-3 .sm-section-lead__image{height:100px;min-height:100px;border-radius:5px}
  .sm-section-lead__body h3{font-size:13px;line-height:1.23;font-weight:600;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .sm-section-mini-list{padding:0 12px 4px}
  .sm-section-mini{grid-template-columns:58px minmax(0,1fr);padding:8px 0}
  .sm-section-mini img{width:58px;height:44px;border-radius:4px}
  .sm-section-mini strong{font-size:10px}
  .sm-home-grid-3,.sm-home-grid-2{gap:10px;margin-top:10px}

  /* Single post: clean editorial reading screen. */
  .sm-single-wrap{padding-top:18px}
  .sm-single-head{max-width:none}
  .sm-single-head h1{font-size:31px;line-height:1.1;font-weight:600;letter-spacing:-.55px}
  .sm-single-deck{font-family:"Inter",Arial,sans-serif;font-size:15px;line-height:1.48}
  .sm-single-hero{margin:18px -12px 22px;border-radius:0}
  .sm-single-content{font-family:"IBM Plex Serif",Georgia,serif;font-size:17px;line-height:1.76}
  .sm-single-content p{margin:0 0 1.35em}
  .sm-single-content h2,.sm-single-content h3{font-family:"IBM Plex Serif",Georgia,serif}
  .sm-single-content img{border-radius:4px}
  .sm-related article>a{grid-template-columns:92px 1fr}
  .sm-related article img{width:92px;height:68px;border-radius:4px}

  /* Bottom app navigation — neutral, not a foreign visual style. */
  .sm-mobile-bottom{bottom:6px;width:calc(100% - 16px);height:54px;border-radius:8px;box-shadow:0 7px 22px rgba(0,0,0,.09)}
  .sm-mobile-bottom__item.is-active{border-radius:6px;background:#111}
}

/* =========================================================
   0.4.0 — header/content balance + text-first feed rows
========================================================= */
.sm-ticker__inner{height:40px;justify-content:flex-start}
.sm-ticker__left{width:100%;gap:22px}
.sm-ticker__badge{font-size:11px}
.sm-ticker__text{font-size:13px;max-width:none;flex:1}
.sm-live-clock{display:none!important}
.sm-main-nav .sm-container{display:flex;justify-content:center}
.sm-main-menu{justify-content:center;gap:38px;min-height:58px}
.sm-main-menu a{font-size:14px;padding:19px 0}

/* Hero is slightly less dominant; news feed gets more breathing room. */
.sm-hero-grid{grid-template-columns:minmax(0,1.75fr) minmax(210px,.78fr) minmax(300px,1.10fr)}
.sm-secondary-card h2{font-size:18px}

/* Date/view metadata belongs under the headline, never in a left table-like column. */
.sm-live-row{display:block;min-height:0;padding:11px 0}
.sm-live-row__content{display:block;min-width:0}
.sm-live-row__title{display:block;font-size:12px;line-height:1.3;font-weight:650}
.sm-live-row__meta{display:flex;align-items:center;gap:12px;margin-top:6px;color:var(--sm-muted)}
.sm-live-row time{font-size:9px}
.sm-live-row__views{font-size:9px}
.sm-live-row__views svg{width:14px;height:14px}

/* Three balanced modules in the row below the country strip. */
.sm-home-row--live-business{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.sm-home-row--live-business>.sm-live-card,
.sm-home-row--live-business>.sm-section-card,
.sm-home-row--live-business>.sm-compact-feed-card{min-height:350px;height:100%}
.sm-compact-feed-card{border:1px solid var(--sm-line);border-radius:8px;background:#fff;overflow:hidden}
.sm-compact-feed-card .sm-headlines-list{padding:0 14px}
.sm-home-row--live-business .sm-section-lead{grid-template-columns:1fr;padding:12px}
.sm-home-row--live-business .sm-section-lead__image{height:150px;min-height:150px}
.sm-home-row--live-business .sm-section-mini-list{padding:0 12px 6px}

@media(max-width:1024px){
  .sm-main-menu{gap:24px}.sm-main-menu a{font-size:13px}
  .sm-hero-grid{grid-template-columns:1.35fr .75fr}.sm-headlines-panel{grid-column:1/-1}
  .sm-home-row--live-business{grid-template-columns:1fr 1fr}.sm-compact-feed-card{grid-column:1/-1}
}
@media(max-width:700px){
  .sm-ticker__inner{height:35px}.sm-ticker__badge{font-size:9px}.sm-ticker__text{font-size:10px}
  .sm-home-row--live-business{grid-template-columns:1fr}
  .sm-home-row--live-business>.sm-live-card,.sm-home-row--live-business>.sm-section-card,.sm-home-row--live-business>.sm-compact-feed-card{min-height:0}
  .sm-live-row{padding:10px 0}.sm-live-row__title{font-size:12px}.sm-live-row__meta{margin-top:5px}
  .sm-compact-feed-card{grid-column:auto}
}

/* =========================================================
   0.6.0 — granular editor targets + continuous country loop
========================================================= */
.sm-countries{padding-left:0;padding-right:0;overflow:hidden}
.sm-country-track{padding-inline:0;scroll-padding-inline:0;gap:12px}
.sm-slider-arrow{z-index:4;background:rgba(255,255,255,.94);backdrop-filter:blur(4px)}
.sm-slider-arrow--prev{left:8px}.sm-slider-arrow--next{right:8px}
.sm-country-card.is-flag .sm-country-image{background:#f3f3f3}
.sm-country-card.is-flag .sm-country-image img{object-fit:cover;width:100%;height:100%}

/* Bottom row is now three modules; the third uses a distinct 2x2 tile rhythm. */
.sm-home-grid-3--bottom .sm-section-lead{grid-template-columns:1fr}
.sm-home-grid-3--bottom .sm-section-lead__image{height:165px;min-height:165px}
.sm-home-grid-3--bottom .sm-section-mini-list{grid-template-columns:1fr;gap:0}
.sm-home-grid-3--bottom .sm-section-mini{padding:8px 0;border-top:1px solid var(--sm-line)}
.sm-section-card--tiles{padding-bottom:10px}
.sm-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px}
.sm-tile-card{min-width:0}
.sm-tile-card__image{display:block;aspect-ratio:1.45/1;overflow:hidden;border-radius:5px;background:#eee}
.sm-tile-card__image img{width:100%;height:100%;object-fit:cover}
.sm-tile-card h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:12px;line-height:1.25;margin:7px 0 6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.sm-tile-card .sm-meta{font-size:8px;gap:8px}

@media(max-width:700px){
  /* ~48% card width leaves about half of each neighbour visible around the centered card. */
  .sm-countries{margin-left:-12px;margin-right:-12px;padding-left:0;padding-right:0}
  .sm-country-track{gap:10px;padding-inline:0;scroll-padding-inline:0}
  .sm-country-card{flex-basis:48%;max-width:48%}
  .sm-country-image{aspect-ratio:1.12/1}
  .sm-home-grid-3--bottom{grid-template-columns:1fr}
  .sm-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 12px}
  .sm-tile-card h3{font-size:11px}
}

/* Lead story and its secondary list must read as separate editorial groups. */
.sm-section-mini-list{border-top:1px solid var(--sm-line);margin-top:4px;padding-top:10px}
.sm-home-grid-3 .sm-section-mini-list,.sm-home-grid-3--bottom .sm-section-mini-list{padding-top:8px}


/* =========================================================
   0.7.0 — final daily consolidation
   Header art slots, top LIVE, 3-column editorial row,
   Discover mobile view, stricter geometry.
========================================================= */

/* Header composition */
.sm-header-main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:18px}
.sm-header-left-zone,.sm-header-right-zone{display:flex;align-items:center;gap:14px;min-width:0}
.sm-header-right-zone{justify-content:flex-end}
.sm-header-side-art{display:block;max-width:240px;height:62px;overflow:hidden}
.sm-header-side-art img{width:100%;height:100%;object-fit:contain}
.sm-brand{display:flex;align-items:center;justify-content:center;min-width:110px}
.sm-brand .custom-logo-link,.sm-brand [data-sm-editor-key="brand-logo"]{display:block}
.sm-brand .custom-logo{max-height:none;height:64px;width:auto;max-width:260px;object-fit:contain}

/* Top grid: hero + two secondaries + LIVE. */
.sm-hero-grid{grid-template-columns:minmax(0,1.62fr) minmax(250px,.74fr) minmax(310px,.92fr)}
.sm-live-card--hero{min-height:430px}
.sm-live-card--hero .sm-tabs{height:48px}
.sm-live-card--hero .sm-live-list{padding:0 14px}
.sm-live-card--hero .sm-live-row{padding:10px 0}
.sm-live-card--hero .sm-live-row__title{font-size:11px}
.sm-live-card--hero .sm-live-row__meta{margin-top:5px}

/* Country strip should visually continue through both edges. */
.sm-countries{padding-left:0;padding-right:0;overflow:hidden}
.sm-country-track{padding-inline:0;scroll-padding-inline:0;gap:12px}
.sm-slider-arrow--prev{left:8px}.sm-slider-arrow--next{right:8px}

/* Distinct editorial choice block */
.sm-section-card--choice{background:#faf9f6}
.sm-section-card--choice .sm-section-head{background:#fff}
.sm-section-card--choice .sm-tile-grid{grid-template-columns:1fr 1fr;padding:12px;gap:10px}
.sm-section-card--choice .sm-tile-card{border:0;border-bottom:1px solid var(--sm-line);padding-bottom:10px}
.sm-section-card--choice .sm-tile-card__image{height:88px;border-radius:5px;overflow:hidden}
.sm-section-card--choice .sm-tile-card__image img{width:100%;height:100%;object-fit:cover}
.sm-section-card--choice .sm-tile-card h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:12px;line-height:1.22;margin:7px 0}
.sm-section-card--choice .sm-meta{font-size:8px}

/* Keep lower modules geometric and non-bloated. */
.sm-home-grid-3>.sm-section-card{min-width:0}
.sm-section-card,.sm-live-card,.sm-compact-feed-card{border-radius:6px}
.sm-section-lead__image,.sm-section-mini img,.sm-tile-card__image{border-radius:5px}
.sm-home-grid-3 .sm-section-lead__image{height:160px}
.sm-section-mini{padding:7px 0;border-top:1px solid var(--sm-line)}
.sm-section-mini-list .sm-section-mini:first-child{border-top:0}
.sm-section-card--tiles-accent .sm-tile-grid{grid-template-columns:repeat(2,1fr)}
.sm-section-card--tiles-accent .sm-tile-card:nth-child(1){grid-column:1/-1}

/* Mobile discover is its own layout, not a shrunken desktop. */
.sm-mobile-discover{display:none}

@media(max-width:700px){
  body{background:#f1f1f1}
  .sm-page-shell{width:100%;margin:0;border:0;border-radius:0;box-shadow:none}
  .sm-container{width:100%;padding-inline:14px}

  /* Header: simple app bar. */
  .sm-ticker{display:none}
  .sm-header-main{height:68px;display:grid;grid-template-columns:42px 1fr 42px;padding:0 14px;border-bottom:1px solid var(--sm-line)}
  .sm-header-left-zone{display:none}
  .sm-header-right-zone{display:contents}
  .sm-header-side-art{display:none}
  .sm-brand{grid-column:2;grid-row:1}
  .sm-brand .custom-logo{height:38px;max-width:190px}
  .sm-brand__text{font-size:24px;letter-spacing:-1px}
  .sm-header-actions{display:contents}
  .sm-header-actions .sm-icon-btn[data-search-toggle]{grid-column:1;grid-row:1;width:38px;height:38px;border-radius:50%}
  .sm-header-actions .sm-menu-toggle{grid-column:3;grid-row:1;width:38px;height:38px;border-radius:50%;display:grid}
  .sm-lang-switch{display:none}
  .sm-main-nav{display:none}
  .sm-search-panel{position:sticky;top:0;z-index:90;padding:10px 14px}
  .sm-search-panel .sm-container{padding:0;width:100%}

  .sm-home{padding:0 0 82px}
  .sm-home>.sm-home-top,
  .sm-home>.sm-home-row,
  .sm-home>.sm-home-grid-3{display:none!important}
  .sm-mobile-discover{display:block;background:#fff;padding:18px 14px 26px}
  .sm-mobile-discover__top h2{margin:0 0 13px;font-family:"Inter",Arial,sans-serif;font-size:28px;line-height:1;font-weight:800;letter-spacing:-1.1px}
  .sm-mobile-search .sm-search-form{background:#f6f6f6;border-radius:8px;overflow:hidden;gap:0}
  .sm-mobile-search .sm-search-form input{border:0;background:transparent;border-radius:0;padding:12px 14px;font-size:13px}
  .sm-mobile-search .sm-search-form button{width:44px;border-radius:0;background:#111}
  .sm-mobile-section-label{font-weight:800;font-size:14px;margin:20px 0 10px}

  .sm-mobile-channels{display:flex;gap:11px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}
  .sm-mobile-channels::-webkit-scrollbar{display:none}
  .sm-mobile-channel{flex:0 0 66px;text-align:center}
  .sm-mobile-channel img{width:58px;height:58px;margin:auto;border-radius:9px;object-fit:cover;border:1px solid var(--sm-line)}
  .sm-mobile-channel span{display:block;font-size:9px;font-weight:650;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  .sm-mobile-breaking{border-radius:7px;overflow:hidden}
  .sm-mobile-breaking>a{display:block;position:relative;height:220px}
  .sm-mobile-breaking img{width:100%;height:100%;object-fit:cover}
  .sm-mobile-breaking__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.78))}
  .sm-mobile-breaking__body{position:absolute;left:14px;right:14px;bottom:13px;color:#fff}
  .sm-mobile-breaking__body strong{display:block;font-family:"IBM Plex Serif",Georgia,serif;font-size:20px;line-height:1.15}
  .sm-mobile-breaking__body small{display:block;margin-top:7px;font-size:10px;opacity:.85}

  .sm-mobile-category-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:14px}
  .sm-mobile-category-chips::-webkit-scrollbar{display:none}
  .sm-mobile-category-chips a{flex:0 0 auto;border:1px solid var(--sm-line);padding:8px 12px;border-radius:7px;font-size:11px;font-weight:650;background:#fff}
  .sm-mobile-category-chips a.is-active{background:#111;color:#fff;border-color:#111}

  .sm-mobile-recommend-list{display:grid}
  .sm-mobile-rec{display:grid;grid-template-columns:98px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--sm-line)}
  .sm-mobile-rec__image{height:78px;border-radius:6px;overflow:hidden}
  .sm-mobile-rec__image img{width:100%;height:100%;object-fit:cover}
  .sm-mobile-rec h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:15px;line-height:1.18;margin:2px 0 9px}
  .sm-mobile-rec .sm-meta{font-size:9px;gap:9px}

  /* Functional fixed bottom bar. */
  .sm-mobile-bottom{display:grid!important;grid-template-columns:repeat(4,1fr);position:fixed;left:8px;right:8px;bottom:7px;width:auto;height:58px;z-index:999;background:#fff;border:1px solid var(--sm-line);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:5px}
  .sm-mobile-bottom__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;background:transparent;color:#555;font-size:9px;border-radius:6px}
  .sm-mobile-bottom__item svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
  .sm-mobile-bottom__item.is-active{background:#111;color:#fff}

  /* Single post stays readable. */
  .sm-single-wrap{padding:18px 14px 86px}
  .sm-single-head h1{font-size:31px}
  .sm-single-hero{border-radius:0;margin-inline:-14px}
}

/* Mobile preview inside editor */
body.sm-editor-mobile-preview{max-width:430px;margin:0 auto!important;background:#eee}
body.sm-editor-mobile-preview .sm-page-shell{width:100%;margin:0;border-radius:0}

.sm-brand .custom-logo{max-width:none}
@media(max-width:700px){.sm-mobile-bottom{transform:none!important}.sm-brand .custom-logo{max-width:220px}}

/* =========================================================
   0.8.1 — 0.7 DESIGN RESTORE + 0.8 FUNCTIONAL LAYER
   Homepage keeps the 0.7 editorial geometry. Only requested
   functional/spacing fixes override the visual baseline.
========================================================= */
:root{--sm-radius:6px}
/* Wider working canvas requested by the newsroom; article reading column stays narrow. */
.sm-page-shell{width:calc(100% - 16px);max-width:1680px;margin:8px auto;border-radius:8px}
.sm-container{width:min(calc(100% - 40px),1580px)}
.sm-home--v7final{padding-top:4px}

/* Compact geography: no tall empty band, fixed card width, no mobile collision. */
.sm-countries--compact{margin:4px 0 9px;padding:2px 32px 5px;min-height:64px;border-bottom:1px solid var(--sm-line);overflow:hidden}
.sm-countries--compact .sm-country-track{display:flex;align-items:flex-start;gap:12px;padding:0!important;scroll-padding:0!important;overflow-x:auto;scroll-snap-type:x mandatory}
.sm-countries--compact .sm-country-card{flex:0 0 88px!important;width:88px!important;max-width:88px!important;min-width:88px!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;box-shadow:none!important;transform:none!important;scroll-snap-align:center}
.sm-countries--compact .sm-country-card.is-active{border:0!important;transform:none!important}
.sm-countries--compact .sm-country-image{display:block;width:68px;height:48px;aspect-ratio:auto!important;margin:0 auto;border:1px solid var(--sm-line);border-radius:6px;background:#fff;overflow:hidden}
.sm-countries--compact .sm-country-image img{width:100%;height:100%;object-fit:contain;background:#fff}
.sm-countries--compact .sm-country-label{display:block;padding:4px 0 0;font-size:9px;line-height:1.1;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sm-countries--compact .sm-slider-arrow{top:13px;width:27px;height:27px;border-radius:6px;font-size:18px;background:rgba(255,255,255,.96);z-index:5}
.sm-countries--compact .sm-slider-arrow--prev{left:1px}.sm-countries--compact .sm-slider-arrow--next{right:1px}
/* Globe is a round asset, not a flag trapped inside a rectangular flag frame. */
.sm-countries--compact .sm-country-card.is-globe .sm-country-image{width:48px;height:48px;border:0;border-radius:50%;background:transparent;overflow:visible}
.sm-countries--compact .sm-country-card.is-globe .sm-country-image img{border-radius:50%;object-fit:contain;background:transparent}

/* 0.7 homepage hierarchy restored. */
.sm-home--v7final .sm-home-top{margin-top:8px}
.sm-home--v7final .sm-hero-grid{grid-template-columns:minmax(0,1.62fr) minmax(250px,.74fr) minmax(310px,.92fr)}
.sm-home--v7final .sm-v7-rubrics{margin-top:14px}
.sm-section-card--v7{min-width:0}
.sm-section-card--v7 .sm-section-lead__image img{width:100%;height:100%;object-fit:cover}

/* AJAX recommendation tabs: only this list changes; no category navigation. */
.sm-home-filter{margin:16px 0 2px;border:1px solid var(--sm-line);border-radius:6px;background:#fff;padding:12px 14px 8px}
.sm-home-filter__tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:5px}
.sm-home-filter__tabs::-webkit-scrollbar{display:none}
.sm-home-filter__tabs button{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid var(--sm-line);border-radius:6px;background:#fff;font-size:10px;font-weight:750;cursor:pointer}
.sm-home-filter__tabs button.is-active{background:#111;color:#fff;border-color:#111}
.sm-filter-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}
.sm-filter-post{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:10px 0;border-bottom:1px solid var(--sm-line);min-width:0}
.sm-filter-post__image{height:68px;border-radius:5px;overflow:hidden;background:#f1f1f1}
.sm-filter-post__image img{width:100%;height:100%;object-fit:cover}
.sm-filter-post h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:13px;line-height:1.22;font-weight:600;margin:1px 0 7px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.sm-filter-post .sm-meta{font-size:8px;gap:9px}
.sm-filter-skeleton{display:grid;grid-template-columns:92px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--sm-line)}
.sm-filter-skeleton>i,.sm-filter-skeleton b,.sm-filter-skeleton small{display:block;background:linear-gradient(90deg,#f1f1f1,#fafafa,#f1f1f1);background-size:220% 100%;animation:sm-shimmer 1.15s infinite}
.sm-filter-skeleton>i{height:68px;border-radius:5px}.sm-filter-skeleton span{padding-top:5px}.sm-filter-skeleton b{height:10px;margin-bottom:8px;border-radius:3px}.sm-filter-skeleton b:nth-child(2){width:72%}.sm-filter-skeleton small{width:42%;height:7px;margin-top:13px;border-radius:3px}
@keyframes sm-shimmer{to{background-position:-220% 0}}
.sm-filter-error{color:var(--sm-muted);font-size:11px}

/* Empty ad slots are never rendered by PHP. */
.sm-ad-slot{max-width:100%;margin:14px auto;text-align:center;overflow:hidden}.sm-ad-slot iframe,.sm-ad-slot img{max-width:100%}
.sm-ad-desktop{display:block}.sm-ad-mobile{display:none}

/* Article page: controlled NewsMag-like reading width + deep/infinite post stream. */
.sm-single-wrap--final{padding:34px 0 70px}
.sm-infinite-stream{max-width:1120px;margin:0 auto}
.sm-article{max-width:1060px;margin:0 auto;padding-bottom:32px}
.sm-article--infinite{margin-top:62px;padding-top:46px;border-top:4px solid #111}
.sm-article .sm-single-head{max-width:840px;margin:0 auto;text-align:left}
.sm-article .sm-single-head h1{font-family:"IBM Plex Serif",Georgia,serif;font-size:44px;line-height:1.08;letter-spacing:-1.2px;font-weight:600;margin:11px 0 15px}
.sm-article .sm-single-meta{justify-content:flex-start;font-size:11px}
.sm-article .sm-single-deck{max-width:780px;margin:18px 0 0;font-size:18px;line-height:1.5;color:#555}
.sm-article .sm-single-hero{width:min(100%,960px);aspect-ratio:16/9;max-height:510px;margin:28px auto 32px;border-radius:6px;overflow:hidden;background:#f3f3f3}
.sm-article .sm-single-hero img{width:100%;height:100%;max-height:none;object-fit:cover}
.sm-article .sm-single-layout{display:grid;grid-template-columns:44px minmax(0,760px);gap:24px;justify-content:center}
.sm-article .sm-share-rail{top:70px}
.sm-article .sm-share-rail a,.sm-article .sm-share-rail button{width:36px;height:36px;border-radius:50%;font-size:12px}
.sm-article .sm-single-content{font-family:"IBM Plex Serif",Georgia,serif;font-size:18px;line-height:1.8;min-width:0}
.sm-article .sm-single-content h2,.sm-article .sm-single-content h3{font-family:"Inter",Arial,sans-serif}
.sm-article .sm-single-content img{height:auto;max-height:680px;width:auto;max-width:100%;margin-inline:auto;border-radius:6px;object-fit:contain}
.sm-article .sm-single-content figure{max-width:100%;margin-inline:auto}
.sm-related--three{max-width:880px;margin:42px auto 0;padding-top:16px;border-top:1px solid var(--sm-line)}
.sm-related--three .sm-section-head{padding:0;height:36px}.sm-related--three .sm-section-head h2{font-size:15px}
.sm-related--three .sm-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.sm-related--three article img{width:100%;height:128px;object-fit:cover;border-radius:5px}.sm-related--three h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:15px;line-height:1.25;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.sm-infinite-sentinel{height:96px;display:grid;place-items:center}.sm-infinite-sentinel.is-loading:after{content:"";width:24px;height:24px;border:2px solid #ddd;border-top-color:#111;border-radius:50%;animation:sm-spin .7s linear infinite}.sm-infinite-sentinel.has-error:after{content:""}
@keyframes sm-spin{to{transform:rotate(360deg)}}

/* Footer can be selected/text-edited in Visual Editor; push subscribe has a real subscription flow. */
.sm-push-button{width:100%;min-height:38px;padding:0 11px;border:1px solid #111;border-radius:6px;background:#111;color:#fff;font-size:10px;font-weight:750;cursor:pointer}.sm-push-button:disabled{opacity:.55;cursor:default}.sm-push-button.is-subscribed{background:#fff;color:#111}
.sm-push-status{display:block;min-height:15px;margin-top:6px;color:var(--sm-muted);font-size:9px}

@media(max-width:1100px){
  .sm-filter-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  body{background:#fff}
  .sm-page-shell{width:100%;margin:0;border:0;border-radius:0}
  .sm-container{width:100%;padding-inline:13px}

  /* One mobile menu entry point only: bottom navigation. */
  .sm-header-main{height:58px!important;display:grid!important;grid-template-columns:1fr!important;padding:0 13px!important}
  .sm-brand{grid-column:1!important;grid-row:1!important}
  .sm-brand .custom-logo{height:36px!important;max-width:190px!important}
  .sm-header-actions .sm-icon-btn[data-search-toggle],.sm-header-actions .sm-menu-toggle{display:none!important}
  .sm-main-nav{display:none!important}

  /* Restore desktop content order on mobile instead of the old duplicate Discover layout. */
  .sm-home--v7final{display:block!important;padding:0 13px 68px!important}
  .sm-home--v7final>.sm-home-top{display:block!important}
  .sm-home--v7final>.sm-home-grid-3{display:grid!important;grid-template-columns:1fr!important}
  .sm-home--v7final .sm-mobile-discover{display:none!important}
  .sm-home--v7final .sm-hero-grid{display:block!important}
  .sm-home--v7final .sm-live-card--hero{display:block!important;margin-top:10px;min-height:0!important}

  /* Compact countries: 4–5 items visible, fixed geometry means no overlap. */
  .sm-countries--compact{margin:3px -13px 7px!important;padding:3px 8px 6px!important;min-height:55px!important}
  .sm-countries--compact .sm-country-track{gap:9px!important;padding:0!important;scroll-padding:0!important}
  .sm-countries--compact .sm-country-card{flex:0 0 76px!important;width:76px!important;max-width:76px!important;min-width:76px!important;margin:0!important}
  .sm-countries--compact .sm-country-image{width:58px!important;height:42px!important;border-radius:6px!important}
  .sm-countries--compact .sm-country-card.is-globe .sm-country-image{width:42px!important;height:42px!important;border:0!important;border-radius:50%!important}
  .sm-countries--compact .sm-country-label{font-size:8px!important;padding-top:4px!important}
  .sm-countries--compact .sm-slider-arrow{display:none!important}

  .sm-home-filter{margin:12px 0 2px;padding:10px 0 6px;border-left:0;border-right:0;border-radius:0}
  .sm-home-filter__tabs{gap:6px;padding-bottom:2px}.sm-home-filter__tabs button{min-height:34px;padding:0 12px;font-size:10px}
  .sm-filter-list{display:block}
  .sm-filter-post{grid-template-columns:94px minmax(0,1fr);gap:10px;padding:10px 0}.sm-filter-post__image{height:70px}.sm-filter-post h3{font-size:15px;line-height:1.2;margin-bottom:6px}.sm-filter-post .sm-meta{font-size:8px}
  .sm-filter-skeleton{grid-template-columns:94px 1fr}.sm-filter-skeleton>i{height:70px}

  .sm-v7-rubrics{gap:12px!important;margin-top:12px!important}
  .sm-section-card--v7{border-radius:6px!important}
  .sm-section-card--v7 .sm-section-lead{grid-template-columns:116px minmax(0,1fr)!important;gap:11px;padding:11px!important}
  .sm-section-card--v7 .sm-section-lead__image{height:86px!important;min-height:86px!important}
  .sm-section-card--v7 .sm-section-lead__body h3{font-size:15px;line-height:1.22;margin-bottom:7px}
  .sm-section-card--v7 .sm-section-mini-list{display:block!important;padding:0 11px 7px!important}
  .sm-section-card--v7 .sm-section-mini{display:grid!important;grid-template-columns:54px 1fr!important;padding:8px 0!important;border-top:1px solid var(--sm-line)!important}
  .sm-section-card--v7 .sm-section-mini img{width:54px!important;height:42px!important}
  .sm-section-card--v7 .sm-section-mini strong{font-size:11px!important}

  .sm-ad-desktop{display:none!important}.sm-ad-mobile{display:block}.sm-ad-slot{margin:11px auto}

  .sm-single-wrap--final{padding:17px 13px 72px}
  .sm-infinite-stream,.sm-article{max-width:none;width:100%}
  .sm-article--infinite{margin-top:44px;padding-top:34px;border-top-width:4px}
  .sm-article .sm-single-head{max-width:none}
  .sm-article .sm-single-head h1{font-size:29px;line-height:1.09;letter-spacing:-.65px;margin:9px 0 12px}
  .sm-article .sm-single-deck{font-size:16px;line-height:1.45;margin-top:14px}
  .sm-article .sm-single-hero{width:auto;margin:20px -13px 23px;border-radius:0;aspect-ratio:16/9;max-height:290px}
  .sm-article .sm-single-layout{display:block}
  .sm-article .sm-share-rail{position:static;display:flex;flex-direction:row;gap:8px;margin:0 0 17px}
  .sm-article .sm-single-content{font-size:17px;line-height:1.74}
  .sm-article .sm-single-content img{max-height:430px;border-radius:4px}
  .sm-related--three{margin-top:34px}.sm-related--three .sm-related-grid{display:block}
  .sm-related--three article{display:grid;grid-template-columns:90px minmax(0,1fr);gap:10px;padding:9px 0;border-bottom:1px solid var(--sm-line)}
  .sm-related--three article>a{display:contents}.sm-related--three article img{width:90px;height:68px;grid-column:1;grid-row:1/3}.sm-related--three h3{grid-column:2;margin:1px 0 5px;font-size:14px}.sm-related--three .sm-meta{grid-column:2;font-size:8px}

  /* Smaller bottom bar; it is the only mobile menu/search control now. */
  .sm-mobile-bottom{display:grid!important;grid-template-columns:repeat(4,1fr)!important;left:8px!important;right:8px!important;bottom:6px!important;width:auto!important;height:50px!important;padding:4px!important;border-radius:8px!important;transform:none!important}
  .sm-mobile-bottom__item{font-size:8px!important;gap:1px!important;border-radius:5px!important}
  .sm-mobile-bottom__item svg{width:17px!important;height:17px!important}
  .sm-footer{padding-bottom:66px}
}
@media(max-width:700px){
  .sm-offcanvas{width:min(84vw,330px);padding:62px 20px 24px}
  .sm-mobile-menu a{padding:11px 0;font-size:13px}
}
