/*
Theme Name: Stars of US
Theme URI: https://starsofus.com
Description: Stars of US — Inspiring profiles of America's most successful entrepreneurs. FullStory-style full-bleed layout.
Version: 1.0.0
Author: PR Launch Network
Text Domain: sou
*/

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

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Sora',system-ui,sans-serif;background:#fff;color:#111;-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;}

/* ── CONTAINER ── */
.sou-wrap{max-width:1140px;margin:0 auto;padding:0 40px;}
.sou-wrap--narrow{max-width:720px;margin:0 auto;padding:0 40px;}

/* ════════════════════════════
   HEADER — floating, transparent over hero
════════════════════════════ */
.sou-header{
  position:absolute;
  top:0;left:0;right:0;
  z-index:100;
  padding:0;
}
.sou-header__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:24px 40px;
}
.sou-logo{
  font-family:'Sora',sans-serif;
  font-size:22px;
  font-weight:700;
  color:#fff;
  letter-spacing:-0.5px;
}
.sou-logo span{color:#F59E0B;}
.sou-nav{display:flex;align-items:center;gap:28px;}
.sou-nav a{
  font-size:13px;
  font-weight:500;
  color:rgba(255,255,255,0.8);
  letter-spacing:.3px;
  transition:color .15s;
}
.sou-nav a:hover{color:#fff;}
.sou-nav a.sou-nav--featured{
  color:#111;
  background:#F59E0B;
  padding:8px 18px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.5px;
}
.sou-nav a.sou-nav--featured:hover{background:#d97706;color:#111;}

/* Sticky header (non-hero pages) */
.sou-header--sticky{
  position:sticky;
  top:0;
  background:#fff;
  border-bottom:1px solid #f0f0f0;
  z-index:200;
}
.sou-header--sticky .sou-logo{color:#111;}
.sou-header--sticky .sou-logo span{color:#F59E0B;}
.sou-header--sticky .sou-nav a{color:#555;}
.sou-header--sticky .sou-nav a:hover{color:#111;}

/* ════════════════════════════
   HERO — full-bleed image with overlay
════════════════════════════ */
.sou-hero{
  position:relative;
  width:100%;
  height:100vh;
  min-height:600px;
  max-height:900px;
  overflow:hidden;
  background:#111;
}
.sou-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,0.035) 1px,transparent 1px);
  background-size:30px 30px;
  pointer-events:none;
  z-index:1;
}
.sou-hero__overlay,.sou-hero__img,.sou-hero__img-placeholder{z-index:0;}
.sou-hero__content{z-index:2;}
.sou-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sou-hero__img-placeholder{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.sou-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.15) 40%,
    rgba(0,0,0,0.75) 75%,
    rgba(0,0,0,0.92) 100%
  );
}
.sou-hero__content{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:60px 40px 56px;
  max-width:900px;
}
.sou-hero__meta{
  display:flex;
  align-items:center;
  gap:0;
  margin-bottom:22px;
}
.sou-hero__meta-sep{
  width:1px;height:12px;
  background:rgba(255,255,255,0.2);
  margin:0 14px;
}
.sou-hero__cat{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#F59E0B;
  background:rgba(245,158,11,0.12);
  border:1px solid rgba(245,158,11,0.45);
  padding:5px 14px;
}
.sou-hero__cat::before{
  content:'';
  width:6px;height:6px;
  border-radius:50%;
  background:#F59E0B;
  display:block;
  flex-shrink:0;
}
.sou-hero__date{font-size:12px;color:rgba(255,255,255,0.55);}
.sou-hero__read{font-size:12px;color:rgba(255,255,255,0.55);}
.sou-hero__dot{color:rgba(255,255,255,0.3);font-size:10px;} .sou-hero__meta-sep{width:1px;height:12px;background:rgba(255,255,255,0.2);margin:0 14px;display:inline-block;vertical-align:middle;}
.sou-hero__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:58px;
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.5px;
  color:#fff;
  margin-bottom:20px;
  max-width:820px;
  display:block;
}
.sou-hero__title:hover{color:#F5F0E8;}
.sou-hero__excerpt{
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,0.75);
  max-width:640px;
  margin-bottom:28px;
  font-weight:300;
}
.sou-hero__bottom{
  display:flex;
  align-items:center;
  gap:24px;
}
.sou-hero__author{display:flex;align-items:center;gap:10px;}
.sou-avatar{
  width:36px;height:36px;
  border-radius:50%;
  background:#7C2D12;
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;
  flex-shrink:0;
  border:2px solid rgba(255,255,255,0.3);
}
.sou-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.sou-avatar--img{padding:0;background:transparent;display:block;}
.sou-avatar--sm{width:28px;height:28px;font-size:10px;}
.sou-author-name{font-size:13px;font-weight:500;color:rgba(255,255,255,0.9);}
.sou-author-role{font-size:11px;color:rgba(255,255,255,0.5);display:block;}
.sou-read-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#F59E0B;
  color:#111;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  padding:12px 24px;
  transition:background .15s;
}
.sou-read-btn:hover{background:#d97706;color:#111;}
.sou-read-btn::after{content:'→';font-size:14px;}

/* ════════════════════════════
   HOMEPAGE — below hero
════════════════════════════ */
.sou-home-body{padding:64px 0 80px;}

.sou-section-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:#7C2D12;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:32px;
}
.sou-section-label::after{
  content:'';
  flex:1;
  height:1px;
  background:#e8e8e8;
}

/* ── HORIZONTAL CARD LIST (FullStory style) ── */
.sou-card-list{display:flex;flex-direction:column;gap:0;}

.sou-card-h{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:0;
  border-bottom:1px solid #f0f0f0;
  padding:32px 0;
  transition:background .15s;
}
.sou-card-h:first-child{border-top:1px solid #f0f0f0;}
.sou-card-h__img-wrap{
  display:block;
  width:100%;
  height:196px;
  overflow:hidden;
  background:#f5f5f5;
  flex-shrink:0;
}
.sou-card-h__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94);}
.sou-card-h__img-wrap:hover img{transform:scale(1.06);}
.sou-card-h__img-placeholder{width:100%;height:100%;display:block;}
.sou-card-h__body{
  padding:0 0 0 36px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sou-card-h__meta{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.sou-card-h__cat{
  font-size:9px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#7C2D12;
  background:#FEF3C7;
  padding:3px 10px;
  border-radius:2px;
  transition:background .15s;
}
.sou-card-h__cat:hover{background:#FDE68A;color:#7C2D12;}
.sou-card-h__dot{color:#ddd;font-size:10px;}
.sou-card-h__date{font-size:11px;color:#bbb;}
.sou-card-h__read{font-size:11px;color:#bbb;}
.sou-card-h__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:26px;
  font-weight:700;
  line-height:1.2;
  color:#111;
  display:block;
  margin-bottom:12px;
}
.sou-card-h__title:hover{color:#92400E;}
.sou-card-h__excerpt{
  font-size:14px;
  line-height:1.75;
  color:#777;
  margin-bottom:16px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.sou-card-h__author{display:flex;align-items:center;gap:8px;}
.sou-card-h__author-name{font-size:12px;color:#888;font-weight:500;}

/* ── 3-COL GRID ── */
.sou-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 28px;margin-top:40px;}
.sou-card-v{display:flex;flex-direction:column;}
.sou-card-v__img-wrap{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  margin-bottom:16px;
  background:#f5f5f5;
}
.sou-card-v__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.sou-card-v__img-wrap:hover img{transform:scale(1.04);}
.sou-card-v__img-placeholder{width:100%;height:100%;display:block;}
.sou-card-v__meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;}
.sou-card-v__cat{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#7C2D12;background:#FEF3C7;padding:2px 8px;border-radius:2px;display:inline-block;margin-bottom:6px;}
.sou-card-v__cat:hover{background:#FDE68A;}
.sou-card-v__dot{color:#ddd;font-size:10px;}
.sou-card-v__date{font-size:11px;color:#bbb;}
.sou-card-v__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:19px;
  font-weight:700;
  line-height:1.3;
  color:#111;
  display:block;
  flex:1;
}
.sou-card-v__title:hover{color:#7C2D12;}
.sou-card-v__author{
  display:flex;align-items:center;gap:8px;
  margin-top:14px;padding-top:14px;
  border-top:1px solid #f5f5f5;
}
.sou-card-v__author-name{font-size:11px;color:#bbb;}

/* ════════════════════════════
   SINGLE POST
════════════════════════════ */
.sou-single-hero{
  position:relative;
  width:100%;
  height:80vh;
  min-height:500px;
  max-height:700px;
  overflow:hidden;
  background:#111;
}
.sou-single-hero__img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
}
.sou-single-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.9) 100%);
}
.sou-single-hero__content{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:48px 40px 48px;
  max-width:860px;
}
.sou-single-hero__meta{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.sou-single-hero__cat{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#F59E0B;background:rgba(245,158,11,0.15);border:1px solid rgba(245,158,11,0.4);padding:3px 10px;}
.sou-single-hero__date{font-size:12px;color:rgba(255,255,255,0.5);}
.sou-single-hero__read{font-size:12px;color:rgba(255,255,255,0.5);}
.sou-single-hero__dot{color:rgba(255,255,255,0.25);}
.sou-single-hero__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:48px;
  font-weight:700;
  line-height:1.1;
  color:#fff;
  letter-spacing:-.5px;
}

.sou-single-body{padding:56px 0 80px;}
.sou-single-layout{
  display:grid;
  grid-template-columns:1fr 280px;
  gap:64px;
  align-items:start;
}
.sou-single-byline{
  display:flex;align-items:center;gap:14px;
  padding:20px 0;
  border-top:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  margin-bottom:40px;
}
.sou-single-byline__name{font-size:14px;font-weight:600;color:#111;}
.sou-single-byline__role{font-size:11px;color:#bbb;display:block;}
.sou-single-byline__date{font-size:12px;color:#bbb;margin-left:auto;}

.sou-content{font-size:18px;line-height:1.85;color:#1a1a1a;}
.sou-content p{margin-bottom:1.5em;}
.sou-content h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#111;margin:2em 0 .6em;}
.sou-content h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#111;margin:1.8em 0 .5em;}
.sou-content blockquote{border-left:3px solid #F59E0B;padding:16px 24px;margin:2em 0;font-family:'Playfair Display',serif;font-size:22px;font-style:italic;color:#333;}
.sou-content a{color:#7C2D12;text-decoration:underline;}
.sou-content img{width:100%;margin:2em 0;}
.sou-content .ebd-lead,
.sou-content p.ebd-lead{font-family:'Playfair Display',serif;font-size:20px;font-style:italic;line-height:1.7;color:#444;margin-bottom:2em;}

/* Sidebar */
.sou-sidebar{}
.sou-sidebar-author{
  background:#FEF3C7;
  padding:24px;
  margin-bottom:28px;
}
.sou-sidebar-author__label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#92400E;margin-bottom:12px;}
.sou-sidebar-author__name{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:#111;margin-bottom:4px;}
.sou-sidebar-author__role{font-size:11px;color:#CA8A04;font-weight:600;margin-bottom:10px;display:block;}
.sou-sidebar-author__bio{font-size:13px;line-height:1.65;color:#555;}

.sou-sidebar-related{}
.sou-sidebar-related__label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:16px;}



.sou-sidebar-item__title{font-size:13px;font-weight:500;color:#111;line-height:1.35;display:block;}
.sou-sidebar-item__title:hover{color:#7C2D12;}
.sou-sidebar-item__date{font-size:11px;color:#bbb;margin-top:4px;}

/* Author box */
/* ── SHARE BUTTONS ── */
.sou-share{margin-top:48px;padding:24px 0;border-top:1px solid #e8e8e8;}
.sou-share__label{display:block;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#bbb;margin-bottom:14px;}
.sou-share__buttons{display:flex;gap:10px;flex-wrap:wrap;}
.sou-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;}
.sou-share__btn--linkedin{background:#0A66C2;color:#fff;}
.sou-share__btn--linkedin:hover{background:#004182;}
.sou-share__btn--x{background:#000;color:#fff;}
.sou-share__btn--x:hover{background:#333;}
.sou-share__btn--fb{background:#1877F2;color:#fff;}
.sou-share__btn--fb:hover{background:#0d5fc2;}
.sou-share__btn--copy{background:#f4f4f0;color:#111;border:1px solid #e5e5e5;}
.sou-share__btn--copy:hover{background:#e8e8e4;}

/* ── AUTHOR BOX ── */
.sou-author-box{
  background:#FFF7ED;
  border-left:4px solid #F59E0B;
  padding:28px 28px 28px 24px;
  display:flex;gap:22px;align-items:flex-start;
  margin-top:28px;
}
.sou-author-box__avatar{flex-shrink:0;}
.sou-author-box__avatar .sou-avatar{width:72px!important;height:72px!important;font-size:26px!important;border-radius:50%;}
.sou-author-box__body{flex:1;min-width:0;}
.sou-author-box__label{font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#CA8A04;display:block;margin-bottom:6px;}
.sou-author-box__header{display:flex;align-items:center;gap:7px;margin-bottom:3px;}
.sou-author-box__name{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#111;}
.sou-author-box__verified{display:inline-flex;align-items:center;flex-shrink:0;}
.sou-author-box__role{font-size:10px;color:#CA8A04;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block;}
.sou-author-box__bio{font-size:14px;line-height:1.75;color:#666;}

/* ════════════════════════════
   ARCHIVE PAGE
════════════════════════════ */
.sou-archive-hero{
  background:#7C2D12;
  padding:80px 40px 60px;
  position:relative;
  overflow:hidden;
}
.sou-archive-hero::before{
  content:'';
  position:absolute;
  top:-40px;right:-40px;
  width:300px;height:300px;
  border-radius:50%;
  background:rgba(202,138,4,0.12);
}
.sou-archive-hero__label{font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:rgba(245,158,11,0.8);margin-bottom:10px;}
.sou-archive-hero__title{font-family:'Playfair Display',serif;font-size:48px;font-weight:700;color:#fff;line-height:1.1;}
.sou-archive-hero__count{font-size:13px;color:rgba(255,255,255,0.45);margin-top:10px;}

.sou-archive-body{padding:48px 0 80px;}

/* Pagination */
.sou-pagination{display:flex;gap:6px;justify-content:center;padding:52px 0 0;}
.sou-pagination a,.sou-pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:13px;border:1px solid #e5e5e5;color:#888;transition:all .15s;}
.sou-pagination a:hover,.sou-pagination span.current{background:#7C2D12;color:#fff;border-color:#7C2D12;}

/* ════════════════════════════
   STATIC PAGES
════════════════════════════ */
.sou-page-hero{background:#7C2D12;padding:80px 40px 60px;}
.sou-page-hero__label{font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:rgba(245,158,11,0.8);margin-bottom:10px;}
.sou-page-hero__title{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;color:#fff;}

.sou-page-body{padding:56px 0 100px;}
.sou-page-content{font-size:17px;line-height:1.85;color:#333;}
.sou-page-content h2{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:#111;margin:2.2em 0 .7em;padding-bottom:10px;border-bottom:1px solid #f0f0f0;}
.sou-page-content h3{font-size:18px;font-weight:600;color:#111;margin:1.8em 0 .5em;}
.sou-page-content p{margin-bottom:1.4em;color:#444;}
.sou-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.sou-page-content ul li{margin-bottom:.4em;color:#444;}
.sou-page-content a{color:#7C2D12;text-decoration:underline;}
.sou-page-content strong{color:#111;font-weight:600;}
.sou-page-content .sou-highlight{background:#FFF7ED;border-left:4px solid #F59E0B;padding:20px 24px;margin:2em 0;}
.sou-page-content .ebd-highlight{background:#FFF7ED;border-left:4px solid #F59E0B;padding:20px 24px;margin:2em 0;}
.sou-page-content .sou-highlight p,.sou-page-content .ebd-highlight p{margin-bottom:0;}

/* ════════════════════════════
   FOOTER
════════════════════════════ */
.sou-footer{background:#111;padding:48px 0 36px;}
.sou-footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:24px;
  padding-bottom:28px;
  border-bottom:1px solid #222;
  margin-bottom:24px;
}
.sou-footer__brand{}
.sou-footer__logo{font-family:'Sora',sans-serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.5px;}
.sou-footer__logo span{color:#F59E0B;}
.sou-footer__tagline{font-size:12px;color:#555;margin-top:6px;}
.sou-footer__links{display:flex;gap:20px;align-items:center;}
.sou-footer__links a{font-size:12px;color:#555;transition:color .15s;}
.sou-footer__links a:hover{color:#F59E0B;}
.sou-footer__links span{color:#333;font-size:10px;}
.sou-footer__copy{font-size:11px;color:#333;}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media(max-width:1100px){
  .sou-wrap{padding:0 28px;}
  .sou-wrap--narrow{padding:0 28px;}
  .sou-hero__title{font-size:46px;}
  .sou-card-h{grid-template-columns:260px 1fr;}
}

@media(max-width:960px){
  .sou-single-layout{grid-template-columns:1fr;}
  .sou-sidebar{display:none;}
  .sou-hero__title{font-size:38px;}
  .sou-single-hero__title{font-size:36px;}
  .sou-card-h{grid-template-columns:220px 1fr;}
  .sou-card-h__title{font-size:20px;}
  .sou-grid-3{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:768px){
  .sou-wrap{padding:0 18px;}
  .sou-wrap--narrow{padding:0 18px;}
  .sou-header__inner{padding:18px 18px;}
  .sou-logo{font-size:18px;}
  .sou-nav{gap:14px;}
  .sou-nav a{font-size:11px;}
  .sou-nav a.sou-nav--featured{display:none;}
  .sou-hero{height:100svh;max-height:700px;}
  .sou-hero__content{padding:0 18px 40px;}
  .sou-hero__title{font-size:28px;}
  .sou-hero__excerpt{font-size:14px;display:none;}
  .sou-hero__meta{margin-bottom:12px;}
  .sou-card-h{grid-template-columns:1fr;gap:0;}
  .sou-card-h__img-wrap{aspect-ratio:16/9;margin-bottom:14px;}
  .sou-card-h__body{padding:0;}
  .sou-card-h__title{font-size:19px;}
  .sou-card-h__excerpt{display:none;}
  .sou-grid-3{grid-template-columns:1fr 1fr;gap:20px 14px;}
  .sou-card-v__title{font-size:15px;}
  .sou-card-v__author{display:none;}
  .sou-single-hero{height:60vh;min-height:360px;}
  .sou-single-hero__title{font-size:26px;}
  .sou-single-hero__content{padding:24px 18px 28px;}
  .sou-single-body{padding:32px 0 60px;}
  .sou-content{font-size:16px;}
  .sou-archive-hero{padding:60px 18px 40px;}
  .sou-archive-hero__title{font-size:32px;}
  .sou-page-hero{padding:60px 18px 40px;}
  .sou-page-hero__title{font-size:30px;}
  .sou-footer__inner{flex-direction:column;gap:14px;}
  .sou-footer__links{flex-wrap:wrap;gap:12px;}
  .sou-home-body{padding:40px 0 60px;}
  /* Share buttons mobile */
  .sou-share__btn span{display:none;}
  .sou-share__btn--copy span{display:inline;}
  .sou-share__btn{padding:9px 13px;}
  /* Author box mobile */
  .sou-author-box{flex-direction:row;align-items:center;gap:16px;padding:20px;}
  .sou-author-box__avatar .sou-avatar{width:52px!important;height:52px!important;font-size:18px!important;}
  .sou-author-box__name{font-size:17px;}
  .sou-author-box__bio{font-size:13px;}
  /* Single layout mobile */
  .sou-single-layout{grid-template-columns:1fr;}
  .sou-sidebar{display:none;}
}


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