.osv-clean-news{
  padding:42px 0 80px;
  background:#fff;
}

.osv-clean-news,
.osv-clean-news section,
.osv-clean-news article,
.osv-clean-news main,
.osv-clean-news nav{
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}

.osv-clean-news-header{
  padding:28px 0 25px;
}

.osv-clean-news-header span,
.osv-clean-feature-copy > span,
.osv-clean-section-title > span,
.osv-clean-story-copy > span,
.osv-clean-explore > div > span{
  display:block;
  color:#e10600;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.osv-clean-news-header h1{
  margin:12px 0 14px;
  color:#111;
  font-size:64px;
  line-height:.95;
  font-weight:950;
  letter-spacing:-.055em;
}

.osv-clean-news-header p{
  max-width:720px;
  margin:0;
  color:#666;
  font-size:17px;
  line-height:1.7;
}

.osv-clean-news-topics{
  display:flex;
  gap:8px;
  overflow-x:auto;
  margin-bottom:28px;
  padding:11px;
  background:#fff;
  border:1px solid #e6e6e8;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.035);
  scrollbar-width:none;
}

.osv-clean-news-topics::-webkit-scrollbar{
  display:none;
}

.osv-clean-news-topics a{
  flex:0 0 auto;
  padding:10px 15px;
  border-radius:999px;
  color:#555;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}

.osv-clean-news-topics a:hover,
.osv-clean-news-topics a.active{
  background:#e10600;
  color:#fff;
}

.osv-clean-feature{
display:flex;
align-items:stretch;
gap:40px;
}

.osv-clean-feature-image{
flex:0 0 58%;
max-width:58%;
overflow:hidden;
border-radius:18px;
min-height:420px;
}

.osv-clean-feature-image img{
  display:block;

  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  border-radius:22px;

  transition:transform .35s ease;
}

.osv-clean-feature:hover img{
  transform:scale(1.025);
}

.osv-clean-feature-copy{
flex:0 0 42%;
max-width:42%;
padding:48px;
display:flex;
flex-direction:column;
justify-content:center;
box-sizing:border-box;
}

.osv-clean-feature-copy h2{
  margin:13px 0 17px;
  font-size:46px;
  line-height:.98;
  font-weight:950;
  letter-spacing:-.045em;
}

.osv-clean-feature-copy h2 a,
.osv-clean-story-copy h2 a{
  color:#111;
  text-decoration:none;
}

.osv-clean-feature-copy h2 a:hover,
.osv-clean-story-copy h2 a:hover{
  color:#e10600;
}

.osv-clean-feature-copy p{
  margin:0;
  color:#626262;
  font-size:15px;
  line-height:1.72;
}

.osv-clean-feature-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  margin-top:20px;
  color:#8b8b8b;
}

.osv-clean-feature-meta small{
  font-size:10px;
  font-weight:750;
}

.osv-clean-read{
  align-self:flex-start;
  margin-top:25px;
  padding:13px 20px;
  background:#e10600;
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}

.osv-clean-news-main{
  margin-top:48px;
}

.osv-clean-section-title{
  margin-bottom:22px;
  padding-bottom:16px;
  border-bottom:1px solid #e6e6e8;
}

.osv-clean-section-title h2{
  margin:9px 0 0;
  color:#111;
  font-size:36px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.osv-clean-story-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:23px;
}

.osv-clean-story-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-width:0;
  height:100%;
  background:#fff;
  border:1px solid #e6e6e8;
  border-radius:19px;
  box-shadow:0 8px 24px rgba(0,0,0,.035);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.osv-clean-story-card:hover{
  transform:translateY(-5px) !important;
  border-color:#d5d5d7;
  box-shadow:0 18px 40px rgba(0,0,0,.085);
}

.osv-clean-story-image{
  display:block;
  overflow:hidden;
  aspect-ratio:16/10;
  background:#f1f1f2;
}

.osv-clean-story-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}

.osv-clean-story-card:hover img{
  transform:scale(1.035);
}

.osv-clean-story-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:21px 22px 23px;
}

.osv-clean-story-copy h2{
  margin:10px 0 10px;
  font-size:22px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.025em;
}

.osv-clean-story-copy p{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#686868;
  font-size:13px;
  line-height:1.62;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.osv-clean-story-link{
  align-self:flex-start;
  margin-top:auto;
  padding-top:17px;
  color:#e10600;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
}

.osv-clean-image-fallback{
  width:100%;
  height:100%;
  min-height:220px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background:
    radial-gradient(circle at 25% 20%,rgba(225,6,0,.13),transparent 36%),
    linear-gradient(145deg,#f5f5f6,#e9e9eb);
  color:#111;
}

.osv-clean-image-fallback strong{
  font-size:52px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
}

.osv-clean-image-fallback span{
  margin-top:8px;
  color:#777;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.osv-clean-explore{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:35px;
  align-items:center;
  margin-top:55px;
  padding:34px 36px;
  background:#fafafa;
  border:1px solid #e6e6e8;
  border-radius:21px;
}

.osv-clean-explore h2{
  margin:9px 0 0;
  color:#111;
  font-size:30px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}

.osv-clean-explore nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.osv-clean-explore nav a{
  display:flex;
  flex-direction:column;
  padding:17px;
  background:#fff;
  border:1px solid #e5e5e7;
  border-radius:14px;
  color:#111;
  text-decoration:none;
}

.osv-clean-explore nav a:hover{
  border-color:#e10600;
}

.osv-clean-explore nav strong{
  font-size:14px;
  font-weight:900;
}

.osv-clean-explore nav span{
  margin-top:5px;
  color:#777;
  font-size:10px;
}

.osv-clean-news-empty{
  padding:75px 30px;
  background:#fff;
  border:1px solid #e6e6e8;
  border-radius:22px;
  text-align:center;
}

.osv-clean-news-empty h2{
  margin:0;
  font-size:32px;
  font-weight:950;
}

.osv-clean-news-empty p{
  color:#777;
}

.osv-clean-news-empty a{
  display:inline-block;
  margin-top:15px;
  padding:13px 19px;
  background:#e10600;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:1050px){
  .osv-clean-feature{
display:flex;
align-items:stretch;
gap:40px;
}

  .osv-clean-story-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .osv-clean-news-header h1{
    font-size:51px;
  }

  .osv-clean-feature{
display:flex;
align-items:stretch;
gap:40px;
}

  .osv-clean-feature-image,
  .osv-clean-feature-image img{
    min-height:350px;
  }

  .osv-clean-explore{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .osv-clean-news{
    padding-top:20px;
  }

  .osv-clean-news-header{
    padding-top:15px;
  }

  .osv-clean-news-header h1{
    font-size:41px;
  }

  .osv-clean-news-header p{
    font-size:14px;
  }

  .osv-clean-feature{
display:flex;
align-items:stretch;
gap:40px;
}

  .osv-clean-feature-image,
  .osv-clean-feature-image img{
    min-height:235px;
  }

  .osv-clean-feature-copy{
flex:0 0 42%;
max-width:42%;
padding:48px;
display:flex;
flex-direction:column;
justify-content:center;
box-sizing:border-box;
}

  .osv-clean-feature-copy h2{
    font-size:34px;
  }

  .osv-clean-story-grid{
    grid-template-columns:1fr;
  }

  .osv-clean-explore{
    padding:25px 21px;
  }

  .osv-clean-explore nav{
    grid-template-columns:1fr;
  }
}


/* =======================================================
   Launch Article Polish
======================================================= */

.osv-article-hero-launch{

margin:24px auto 26px;

border-radius:24px;

overflow:hidden;

box-shadow:0 18px 50px rgba(0,0,0,.08);

}

.osv-article-hero-launch img{

display:block;

width:100%;

aspect-ratio:16/8;

object-fit:cover;

}

.osv-launch-title{

max-width:900px;

margin:auto;

padding-bottom:22px;

}

.osv-launch-meta{

display:flex;

gap:18px;

margin-top:18px;

color:#888;

font-size:12px;

font-weight:800;

text-transform:uppercase;

letter-spacing:.08em;

}

.osv-launch-body{

max-width:760px;

margin:auto;

font-size:18px;

line-height:1.85;

color:#2d2d2d;

}

.osv-launch-body h2{

margin-top:42px;

font-size:34px;

font-weight:900;

letter-spacing:-.03em;

}

.osv-launch-body h3{

margin-top:34px;

font-size:26px;

font-weight:900;

}

.osv-launch-body p{

margin:0 0 24px;

}

.osv-launch-body img{

max-width:100%;

border-radius:18px;

margin:32px auto;

display:block;

}




/* ===== OSV PAGE WIDTH FIX ===== */

html,body{
overflow-x:hidden;
}

.container,
.container-fluid,
main,
.page,
.page-wrapper,
.content,
.content-wrapper{

max-width:1600px;
margin:0 auto;
padding-left:32px;
padding-right:32px;
box-sizing:border-box;

}

@media(max-width:991px){

.container,
.container-fluid,
main,
.page,
.page-wrapper,
.content,
.content-wrapper{

padding-left:16px;
padding-right:16px;

}

}



/* ===== NOW PLAYING BLINK ===== */

@keyframes osvBlinkDot{
    0%,100%{
        opacity:1;
        transform:scale(1);
    }
    50%{
        opacity:.2;
        transform:scale(.75);
    }
}

.now-playing-dot,
.live-dot,
.playing-dot,
.now-playing .dot{
    animation:osvBlinkDot .9s infinite;
}


.osv-clean-story-card{
transition:.25s ease;
}

.osv-clean-story-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.osv-clean-story-card img{
transition:.35s ease;
}

.osv-clean-story-card:hover img{
transform:scale(1.04);
}


.osv-blog-tools{
margin:35px 0 45px;
}

.osv-blog-search{
margin-bottom:20px;
}

.osv-blog-search input{

width:100%;
height:56px;

border:1px solid #ddd;
border-radius:40px;

padding:0 22px;

font-size:16px;

}

.osv-blog-filters{

display:flex;
flex-wrap:wrap;
gap:10px;

}

.osv-blog-filter{

border:none;

padding:11px 18px;

border-radius:30px;

background:#f4f4f4;

font-weight:700;

cursor:pointer;

transition:.2s;

}

.osv-blog-filter:hover{

background:#111;
color:#fff;

}

.osv-blog-filter.active{

background:#e30613;
color:#fff;

}


.osv-category-badge{
display:inline-block;
padding:5px 10px;
border-radius:30px;
font-size:11px;
font-weight:800;
letter-spacing:.05em;
color:#fff;
margin-bottom:12px;
}

.osv-category-badge.music{background:#666;}
.osv-category-badge.hiphop{background:#e30613;}
.osv-category-badge.rnb{background:#7b3fe4;}
.osv-category-badge.album{background:#1b9c5a;}
.osv-category-badge.award{background:#f39c12;}
.osv-category-badge.artist{background:#1976d2;}
.osv-category-badge.history{background:#222;}
.osv-category-badge.video{background:#ff4081;}

