/*
Theme Name: Stratum Review
Description: Stratum Review — Dark Magazine Grid. Premium lifestyle, entrepreneurship, health, law, and music publication.
Version: 2.0.0
Author: PR Launch Network
Text Domain: str
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700;800;900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* Override GeneratePress container width */
body { max-width: none !important; }
.site, #page, .site-content, .content-area, main { max-width: none !important; width: 100% !important; }


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Inter',system-ui,sans-serif;background:#fff;color:#1E293B;-webkit-font-smoothing:antialiased;line-height:1.6;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
ul{list-style:none;}

.str-wrap{max-width:1100px;margin:0 auto;padding:0 32px;}
.str-wrap--narrow{max-width:720px;margin:0 auto;padding:0 32px;}

/* HEADER */
.str-header{background:#1E293B;position:sticky;top:0;z-index:200;}
.str-header__top{display:flex;justify-content:space-between;align-items:center;padding:14px 0 12px;border-bottom:3px solid #16A085;}
.str-logo{font-family:'Raleway',sans-serif;font-size:24px;font-weight:900;color:#fff;letter-spacing:-1.5px;text-transform:uppercase;line-height:1;}
.str-logo span{color:#16A085;}
.str-logo:hover{opacity:.85;}
.str-header__right{display:flex;align-items:center;gap:20px;}
.str-header__date{font-size:10px;color:rgba(255,255,255,.35);letter-spacing:.5px;}
.str-header__about{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.5);transition:color .15s;}
.str-header__about:hover{color:#16A085;}
.str-nav{background:#1E293B;border-bottom:1px solid rgba(255,255,255,.06);}
.str-nav ul{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;white-space:nowrap;padding:0;}
.str-nav ul::-webkit-scrollbar{display:none;}
.str-nav ul li a{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.45);padding:9px 22px 9px 0;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s;}
.str-nav ul li:first-child a{padding-left:0;}
.str-nav ul li a:hover,.str-nav ul li.current-menu-item a{color:#fff;border-bottom-color:#16A085;}

/* HOME */
.str-home{padding:0 0 80px;}

/* DARK HERO */
.str-dark-hero{background:#0F172A;position:relative;overflow:hidden;}
.str-dark-hero__inner{display:grid;grid-template-columns:1fr 420px;gap:0;align-items:stretch;min-height:420px;}
.str-dark-hero__body{padding:44px 40px 44px 0;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.07);}
.str-dark-hero__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;}
.str-dark-hero__kicker-dot{width:6px;height:6px;border-radius:50%;background:#16A085;display:block;}
.str-dark-hero__cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;}
.str-dark-hero__title{font-family:'Playfair Display',serif;font-size:40px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.5px;display:block;margin-bottom:14px;transition:opacity .15s;}
.str-dark-hero__title:hover{opacity:.8;}
.str-dark-hero__excerpt{font-size:15px;line-height:1.75;color:rgba(255,255,255,.5);font-weight:300;margin-bottom:24px;}
.str-dark-hero__meta{display:flex;align-items:center;gap:10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);}
.str-dark-hero__author{font-size:12px;font-weight:500;color:rgba(255,255,255,.7);}
.str-dark-hero__dot{color:rgba(255,255,255,.2);font-size:10px;}
.str-dark-hero__date{font-size:11px;color:rgba(255,255,255,.35);font-weight:300;}
.str-dark-hero__read{font-size:11px;color:rgba(255,255,255,.35);font-weight:300;}
.str-dark-hero__read-link{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.5px;color:#16A085;display:flex;align-items:center;gap:4px;transition:opacity .15s;}
.str-dark-hero__read-link:hover{opacity:.7;}
.str-dark-hero__read-link::after{content:'→';}
.str-dark-hero__img-col{position:relative;overflow:hidden;}
.str-dark-hero__img{width:100%;height:100%;object-fit:cover;display:block;opacity:.7;}
.str-dark-hero__img-placeholder{width:100%;height:100%;display:block;min-height:420px;}

/* MAGAZINE GRID */
.str-mag-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #E2E8F0;border-bottom:3px solid #1E293B;margin-bottom:48px;}
.str-mag-card{padding:20px 20px 20px 0;border-right:1px solid #E2E8F0;border-top:3px solid #1E293B;transition:background .15s;}
.str-mag-card:hover{background:#F8FAFC;}
.str-mag-card__img{display:block;width:100%;aspect-ratio:3/2;overflow:hidden;background:#E2E8F0;margin-bottom:14px;}
.str-mag-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.str-mag-card:hover .str-mag-card__img img{transform:scale(1.04);}
.str-mag-card__img-ph{width:100%;height:100%;display:block;}
.str-mag-card__cat{font-size:8px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:7px;display:block;}
.str-mag-card__title{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;line-height:1.25;color:#1E293B;display:block;margin-bottom:8px;transition:color .15s;}
.str-mag-card:hover .str-mag-card__title{color:#16A085;}
.str-mag-card__excerpt{font-size:13px;line-height:1.6;color:#64748B;font-weight:300;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.str-mag-card__meta{font-size:10px;color:#94A3B8;display:flex;gap:6px;align-items:center;}

/* SECTION HEADER */
.str-section-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;}
.str-section-header__title{font-family:'Raleway',sans-serif;font-size:10px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#1E293B;white-space:nowrap;}
.str-section-header__line{flex:1;height:1px;background:#E2E8F0;}

/* HOME LAYOUT */
.str-home-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding-top:48px;}

/* STORY LIST */
.str-story-list{display:flex;flex-direction:column;}
.str-story{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid #F1F5F9;align-items:start;}
.str-story:first-child{border-top:1px solid #F1F5F9;}
.str-story__img{display:block;width:160px;height:108px;overflow:hidden;background:#E2E8F0;flex-shrink:0;}
.str-story__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.str-story:hover .str-story__img img{transform:scale(1.05);}
.str-story__img-placeholder{width:100%;height:100%;display:block;}
.str-story__cat{font-size:8px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:6px;display:block;}
.str-story__title{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;line-height:1.25;color:#1E293B;display:block;margin-bottom:8px;transition:color .15s;}
.str-story:hover .str-story__title{color:#16A085;}
.str-story__meta{font-size:10px;color:#94A3B8;display:flex;gap:6px;font-weight:300;}

/* SIDEBAR */
.str-sidebar__section{border-top:3px solid #1E293B;padding-top:18px;margin-bottom:32px;}
.str-sidebar__label{font-family:'Raleway',sans-serif;font-size:10px;font-weight:900;letter-spacing:2.5px;text-transform:uppercase;color:#1E293B;margin-bottom:16px;display:block;}
.str-numbered-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #F1F5F9;align-items:flex-start;}
.str-numbered-item:last-child{border-bottom:none;}
.str-numbered-item__num{font-family:'Raleway',sans-serif;font-size:22px;font-weight:900;color:#E2E8F0;flex-shrink:0;line-height:1;width:32px;}
.str-numbered-item__title{font-family:'Playfair Display',serif;font-size:14px;font-weight:700;line-height:1.3;color:#1E293B;display:block;margin-bottom:3px;transition:color .15s;}
.str-numbered-item__title:hover{color:#16A085;}
.str-numbered-item__cat{font-size:9px;color:#94A3B8;font-weight:500;}

.str-sidebar-item:last-child{border-bottom:none;}


.str-sidebar-item__img-placeholder{width:100%;height:100%;display:block;}
.str-sidebar-item__title{font-size:12px;font-weight:600;line-height:1.3;color:#1E293B;display:block;transition:color .15s;}
.str-sidebar-item__title:hover{color:#16A085;}
.str-sidebar-item__meta{font-size:10px;color:#94A3B8;margin-top:2px;display:block;}

/* SINGLE */
.str-single-hero{background:#1E293B;border-bottom:3px solid #16A085;padding:20px 0 0;}
.str-single-hero__inner{max-width:780px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;gap:0;}
.str-single-hero__inner>*{margin:0;}
.str-single-hero__kicker{display:flex;align-items:center;gap:8px;margin-bottom:12px;}
.str-single-hero__kicker-dot{width:6px;height:6px;border-radius:50%;background:#16A085;display:block;flex-shrink:0;}
.str-single-hero__cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;}
.str-single-hero__title{font-family:'Playfair Display',serif;font-size:38px;font-weight:700;line-height:1.15;color:#fff;letter-spacing:-.5px;margin-bottom:0;}
.str-single-hero__excerpt{display:none;}
.str-single-hero__meta{display:flex;align-items:center;gap:10px;padding:12px 0 14px;margin-top:10px;border-top:none;}
.str-single-hero__author-name{font-size:12px;font-weight:600;color:rgba(255,255,255,.8);}
.str-single-hero__author-role{font-size:10px;color:rgba(255,255,255,.35);display:block;}
.str-single-hero__dot{color:rgba(255,255,255,.2);}
.str-single-hero__date{font-size:11px;color:rgba(255,255,255,.35);font-weight:300;}
.str-single-hero__img{display:block;max-width:780px;width:100%;height:420px;margin:0 auto;object-fit:cover;object-position:center center;opacity:.95;}
.str-single-hero__img-div{width:100%;height:420px;display:block;}
.str-single-body{padding:52px 0 80px;}
.str-single-layout{display:grid;grid-template-columns:1fr 280px;gap:56px;align-items:start;}
.str-single-feat-img{margin-bottom:36px;}
.str-single-feat-img__img{display:block;width:100%;height:400px;max-height:400px;object-fit:cover;object-position:center;}
.str-single-content{font-family:'Inter',sans-serif;font-size:18px;line-height:1.9;color:#334155;font-weight:300;}
.str-single-content p{margin-bottom:1.6em;}
.str-single-content h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#1E293B;margin:2.2em 0 .6em;}
.str-single-content h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#1E293B;margin:1.8em 0 .5em;}
.str-single-content blockquote{border-left:3px solid #16A085;padding:16px 24px;margin:2em 0;font-family:'Playfair Display',serif;font-size:20px;font-style:italic;color:#475569;background:#F8FAFC;}
.str-single-content a{color:#1E293B;border-bottom:1px solid #CBD5E1;padding-bottom:1px;transition:all .15s;}
.str-single-content a:hover{color:#16A085;border-bottom-color:#16A085;}
.str-single-content strong{color:#1E293B;font-weight:600;}
.str-single-content img{width:100%;margin:2em 0;}

/* SHARE */
.str-share{margin-top:48px;padding:24px 0;border-top:1px solid #E2E8F0;}
.str-share__label{display:block;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#94A3B8;margin-bottom:14px;}
.str-share__buttons{display:flex;gap:10px;flex-wrap:wrap;}
.str-share__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;font-size:12px;font-weight:600;border-radius:2px;cursor:pointer;transition:all .15s;text-decoration:none;border:none;font-family:inherit;letter-spacing:.3px;}
.str-share__btn--linkedin{background:#0A66C2;color:#fff;}
.str-share__btn--linkedin:hover{background:#004182;}
.str-share__btn--x{background:#000;color:#fff;}
.str-share__btn--x:hover{background:#333;}
.str-share__btn--fb{background:#1877F2;color:#fff;}
.str-share__btn--fb:hover{background:#0d5fc2;}
.str-share__btn--copy{background:#F1F5F9;color:#1E293B;border:1px solid #E2E8F0;}
.str-share__btn--copy:hover{background:#E2E8F0;}

/* AUTHOR BOX */
.str-author-box{background:#F8FAFC;border-left:3px solid #16A085;padding:24px 28px;display:flex;gap:20px;align-items:flex-start;margin-top:28px;}
.str-author-box__avatar{flex-shrink:0;}
.str-author-box__avatar .str-avatar{width:72px!important;height:72px!important;font-size:26px!important;border-radius:50%;}
.str-author-box__body{flex:1;min-width:0;}
.str-author-box__label{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:6px;display:block;}
.str-author-box__header{display:flex;align-items:center;gap:7px;margin-bottom:3px;}
.str-author-box__name{font-family:'Raleway',sans-serif;font-size:18px;font-weight:800;color:#1E293B;text-transform:uppercase;letter-spacing:-.5px;}
.str-author-box__verified{display:inline-flex;align-items:center;flex-shrink:0;}
.str-author-box__role{font-size:10px;color:#94A3B8;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block;}
.str-author-box__bio{font-size:13px;line-height:1.65;color:#64748B;}
.str-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.str-avatar--img{padding:0;background:transparent;display:block;}

/* AVATAR */
.str-avatar{width:36px;height:36px;border-radius:50%;background:#1E293B;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;}
.str-avatar--lg{width:44px;height:44px;font-size:16px;}
.str-avatar--sm{width:26px;height:26px;font-size:10px;}

/* ARCHIVE */
.str-archive-hero{background:#1E293B;padding:52px 0 40px;border-bottom:3px solid #16A085;text-align:center;}
.str-archive-hero__cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;}
.str-archive-hero__cat::before,.str-archive-hero__cat::after{content:'';width:16px;height:1px;background:#16A085;display:block;}
.str-archive-hero__title{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#fff;letter-spacing:-.3px;}
.str-archive-hero__count{font-size:11px;color:rgba(255,255,255,.3);margin-top:8px;font-weight:300;}
.str-archive-body{padding:48px 0 80px;}

/* ARCHIVE LIST */
.str-archive-list{display:flex;flex-direction:column;}
.str-archive-item{display:grid;grid-template-columns:1fr 200px;gap:24px;padding:28px 0;border-bottom:1px solid #F1F5F9;align-items:center;}
.str-archive-item:first-child{border-top:1px solid #F1F5F9;}
.str-archive-item__cat{font-size:8px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:6px;display:block;}
.str-archive-item__title{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;line-height:1.25;color:#1E293B;display:block;margin-bottom:8px;transition:color .15s;}
.str-archive-item__title:hover{color:#16A085;}
.str-archive-item__excerpt{font-size:13px;color:#64748B;font-weight:300;line-height:1.6;margin-bottom:10px;}
.str-archive-item__meta{font-size:10px;color:#94A3B8;display:flex;gap:6px;}
.str-archive-item__img{display:block;width:200px;height:130px;overflow:hidden;background:#E2E8F0;}
.str-archive-item__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.str-archive-item:hover .str-archive-item__img img{transform:scale(1.05);}
.str-archive-item__img-ph{width:100%;height:100%;display:block;}

/* PAGE */
.str-page-hero{background:#1E293B;padding:52px 0 40px;border-bottom:3px solid #16A085;text-align:center;}
.str-page-hero__label{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#16A085;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;}
.str-page-hero__label::before,.str-page-hero__label::after{content:'';width:16px;height:1px;background:#16A085;display:block;}
.str-page-hero__title{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#fff;}
.str-page-body{padding:52px 0 100px;}
.str-page-content{font-size:16px;line-height:1.85;color:#475569;font-weight:300;}
.str-page-content p{margin-bottom:1.5em;}
.str-page-content h2{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:#1E293B;margin:2em 0 .6em;padding-bottom:10px;border-bottom:1px solid #E2E8F0;}
.str-page-content h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#1E293B;margin:1.5em 0 .4em;}
.str-page-content strong{color:#1E293B;font-weight:600;}
.str-page-content a{color:#16A085;}
.str-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.str-page-content ul li{margin-bottom:.5em;color:#64748B;}
.str-page-content blockquote{border-left:3px solid #16A085;padding:14px 24px;margin:2em 0;background:#F8FAFC;font-family:'Playfair Display',serif;font-style:italic;font-size:17px;color:#475569;}

/* PAGINATION */
.str-pagination{display:flex;gap:2px;justify-content:center;padding:52px 0 0;}
.str-pagination a,.str-pagination span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:12px;font-weight:300;border:1px solid #E2E8F0;color:#94A3B8;transition:all .15s;}
.str-pagination a:hover,.str-pagination span.current{background:#1E293B;color:#fff;border-color:#1E293B;}

/* FOOTER */
.str-footer{background:#0F172A;padding:40px 0 28px;}
.str-footer__bar{width:100%;height:3px;background:#16A085;margin-bottom:32px;}
.str-footer__inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:18px;}
.str-footer__logo{font-family:'Raleway',sans-serif;font-size:20px;font-weight:900;color:#fff;letter-spacing:-1px;text-transform:uppercase;}
.str-footer__logo span{color:#16A085;}
.str-footer__tagline{font-size:10px;color:rgba(255,255,255,.25);margin-top:5px;font-weight:300;}
.str-footer__links{display:flex;gap:20px;align-items:center;}
.str-footer__links a{font-size:12px;font-weight:400;color:rgba(255,255,255,.4);transition:color .15s;}
.str-footer__links a:hover{color:#16A085;}
.str-footer__links span{color:rgba(255,255,255,.1);}
.str-footer__copy{font-size:11px;color:rgba(255,255,255,.2);font-weight:300;}

/* UTILITIES */
.str-hr{border:none;border-top:1px solid #E2E8F0;margin:40px 0;}
.str-read-link{font-size:10px;font-weight:700;letter-spacing:.5px;color:#16A085;display:inline-flex;align-items:center;gap:4px;transition:opacity .15s;}
.str-read-link:hover{opacity:.7;}
.str-author-name{font-size:13px;font-weight:500;color:#1E293B;}
.str-author-role{font-size:10px;color:#94A3B8;display:block;}
.str-date{font-size:11px;color:#94A3B8;}
.str-read{font-size:11px;color:#94A3B8;}
.str-meta-sep{color:#CBD5E1;}
.str-byline{display:flex;align-items:center;gap:10px;}


/* ── SINGLE FEATURED IMAGE ── */
.str-single-feat-img{
  max-width:860px;
  margin:0 auto 48px;
  padding:0 32px;
}
.str-single-feat-img__img{
  width:100%;
  height:440px;
  object-fit:cover;
  display:block;
}
@media(max-width:768px){
  .str-single-feat-img{padding:0 18px;}
  .str-single-feat-img__img{height:240px;}
}
/* RESPONSIVE */
@media(max-width:1100px){
  .str-wrap{padding:0 24px;}
  .str-dark-hero__inner{grid-template-columns:1fr 320px;}
  .str-dark-hero__title{font-size:32px;}
  .str-single-layout{grid-template-columns:1fr 240px;gap:36px;}
  .str-home-layout{grid-template-columns:1fr 260px;gap:32px;}
}
@media(max-width:900px){
  .str-dark-hero__inner{grid-template-columns:1fr;}
  .str-dark-hero__img-col{display:none;}
  .str-dark-hero__body{padding-right:0;border-right:none;}
  .str-mag-grid{grid-template-columns:1fr 1fr;}
  .str-single-layout{grid-template-columns:1fr;}
  .str-home-layout{grid-template-columns:1fr;}
  .str-sidebar{display:none;}
  .str-archive-item{grid-template-columns:1fr;}
  .str-archive-item__img{display:none;}
}
@media(max-width:768px){
  .str-wrap{padding:0 18px;}
  .str-header__top{padding:12px 0;}
  .str-logo{font-size:18px;}
  .str-header__date{display:none;}
  .str-dark-hero__body{padding:28px 0;}
  .str-dark-hero__title{font-size:26px;}
  .str-dark-hero__excerpt{display:none;}
  .str-mag-grid{grid-template-columns:1fr;}
  .str-story{grid-template-columns:100px 1fr;gap:12px;}
  .str-story__img{width:100px;height:68px;}
  .str-single-hero{padding:16px 0 0;}
  .str-single-hero__inner{padding:0 18px 0;display:flex;flex-direction:column;align-items:flex-start;gap:0;}
  .str-single-hero__title{font-size:26px;}
  .str-single-hero__excerpt{display:none;}
  .str-single-hero__img{height:260px;}
  .str-single-hero__meta{padding:8px 0 10px;}
  .str-single-hero__kicker{margin-bottom:6px;}
  .str-single-body{padding:32px 0 60px;}
  .str-single-content{font-size:16px;}
  .str-share__btn span{display:none;}
  .str-share__btn--copy span{display:inline;}
  .str-share__btn{padding:9px 13px;}
  .str-author-box{flex-direction:row;align-items:center;gap:14px;padding:18px;}
  .str-author-box__avatar .str-avatar{width:52px!important;height:52px!important;font-size:18px!important;}
  .str-archive-hero{padding:40px 0 28px;}
  .str-archive-hero__title{font-size:30px;}
  .str-page-hero{padding:40px 0 28px;}
  .str-page-hero__title{font-size:30px;}
  .str-footer__inner{flex-direction:column;gap:14px;}
  .str-footer__links{flex-wrap:wrap;gap:12px;}
}

/* SIDEBAR ITEMS — clean layout */
.str-sidebar-item {
  display:grid;
  grid-template-columns:96px 1fr;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid #f1f5f9;
  align-items:start;
}
.str-sidebar-item:last-child { border-bottom:none; }
.str-sidebar-item__img {
  display:block;
  width:96px;
  height:66px;
  overflow:hidden;
  background:#e2e8f0;
  flex-shrink:0;
}
.str-sidebar-item__img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s;
}
.str-sidebar-item:hover .str-sidebar-item__img img { transform:scale(1.05); }
@media(max-width:480px){
  .str-dark-hero__title{font-size:22px;}
  .str-single-hero__title{font-size:24px;}
  .str-archive-hero__title{font-size:26px;}
  .str-mag-grid{grid-template-columns:1fr;}
}
