/* R2SM HOME NEWS WIDGET V1 */
.r2sm-home-news[hidden]{display:none!important}
.r2sm-home-news{
  position:relative;
  z-index:2;
  width:min(1320px,calc(100% - 48px));
  margin:28px auto 0;
}
.r2sm-home-news__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 16px;
}
.r2sm-home-news__eyebrow{
  display:block;
  margin-bottom:6px;
  color:#d7bd7a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.r2sm-home-news__head h2{
  margin:0;
  color:#ffe6a8;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(25px,2.2vw,36px);
  letter-spacing:.055em;
  text-transform:uppercase;
  text-shadow:0 3px 0 rgba(0,0,0,.44),0 0 28px rgba(255,213,124,.14);
}
.r2sm-home-news__all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(255,221,143,.34);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(59,41,23,.70),rgba(25,18,13,.78));
  color:#f8dfaa;
  font-size:13px;
  font-weight:900;
  letter-spacing:.055em;
  text-decoration:none;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,239,184,.09),0 8px 24px rgba(0,0,0,.24);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.r2sm-home-news__all span{font-size:18px;line-height:1;transition:transform .18s ease}
.r2sm-home-news__all:hover{
  transform:translateY(-2px);
  border-color:rgba(255,229,162,.65);
  background:linear-gradient(180deg,rgba(94,64,30,.88),rgba(37,24,15,.90));
  color:#fff1c8;
}
.r2sm-home-news__all:hover span{transform:translateX(3px)}
.r2sm-home-news__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.r2sm-home-news-card{
  position:relative;
  display:flex;
  min-width:0;
  min-height:315px;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,218,134,.22);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(25,18,13,.91),rgba(12,9,7,.93));
  color:#fff0cf;
  text-decoration:none;
  box-shadow:0 22px 58px rgba(0,0,0,.40),inset 0 0 0 1px rgba(255,255,255,.025);
  transform:translateZ(0);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.r2sm-home-news-card::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,239,180,.055),transparent 34%);
}
.r2sm-home-news-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,225,151,.52);
  box-shadow:0 28px 70px rgba(0,0,0,.50),0 0 42px rgba(222,162,69,.13),inset 0 0 0 1px rgba(255,255,255,.035);
}
.r2sm-home-news-card__cover{
  position:relative;
  aspect-ratio:16/8.4;
  overflow:hidden;
  background:
    radial-gradient(circle at 35% 20%,rgba(240,186,78,.28),transparent 36%),
    linear-gradient(135deg,#35200e,#0c0907 68%);
}
.r2sm-home-news-card__cover::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(8,6,4,.18) 56%,rgba(8,6,4,.76));
  pointer-events:none;
}
.r2sm-home-news-card__cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .3s ease,filter .3s ease;
}
.r2sm-home-news-card:hover .r2sm-home-news-card__cover img{transform:scale(1.035);filter:saturate(1.06) brightness(1.03)}
.r2sm-home-news-card__date{
  position:absolute;
  z-index:2;
  left:16px;
  bottom:13px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(255,224,151,.29);
  border-radius:999px;
  background:rgba(13,10,8,.78);
  color:#f4d58f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.r2sm-home-news-card__body{
  position:relative;
  z-index:1;
  display:flex;
  flex:1;
  flex-direction:column;
  padding:18px 20px 20px;
}
.r2sm-home-news-card__body h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 9px;
  color:#fff0c8;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(19px,1.45vw,24px);
  line-height:1.18;
  letter-spacing:.01em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  text-shadow:0 2px 8px rgba(0,0,0,.48);
}
.r2sm-home-news-card__body p{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 17px;
  color:#cdbd9e;
  font-size:14px;
  line-height:1.5;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.r2sm-home-news-card__more{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  color:#e9c778;
  font-size:12px;
  font-weight:900;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.r2sm-home-news-card__more::after{content:'→';font-size:17px;transition:transform .18s ease}
.r2sm-home-news-card:hover .r2sm-home-news-card__more::after{transform:translateX(4px)}
@media(max-width:980px){
  .r2sm-home-news__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r2sm-home-news-card:last-child:nth-child(odd){grid-column:1/-1}
}
@media(max-width:780px){
  .r2sm-home-news{width:min(100% - 24px,1320px);margin-top:22px}
  .r2sm-home-news__head{align-items:center;margin-bottom:13px}
  .r2sm-home-news__eyebrow{font-size:10px;letter-spacing:.15em}
  .r2sm-home-news__head h2{font-size:24px}
  .r2sm-home-news__all{min-height:38px;padding:0 14px;font-size:11px}
  .r2sm-home-news__grid{grid-template-columns:1fr;gap:12px}
  .r2sm-home-news-card,.r2sm-home-news-card:last-child:nth-child(odd){grid-column:auto;min-height:0;border-radius:15px}
  .r2sm-home-news-card__cover{aspect-ratio:16/7.9}
  .r2sm-home-news-card__body{padding:16px 17px 18px}
  .r2sm-home-news-card__body h3{font-size:21px}
}
@media(max-width:480px){
  .r2sm-home-news__head{align-items:flex-end}
  .r2sm-home-news__all{min-width:42px;width:42px;padding:0;font-size:0}
  .r2sm-home-news__all span{font-size:19px}
}
@media(prefers-reduced-motion:reduce){
  .r2sm-home-news-card,.r2sm-home-news-card__cover img,.r2sm-home-news__all,.r2sm-home-news__all span,.r2sm-home-news-card__more::after{transition:none}
}
