.rcp-section,.rcp-section *{box-sizing:border-box}
.rcp-section{
  --rcp-red:#ef1721;
  --rcp-mobile-ratio:1.46 / 1;
  width:100%;
  background:#fff;
  padding:18px 30px 14px;
  font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;
  overflow:hidden;
  color:#111;
}
.rcp-section.rcp-full{
  width:100vw!important;
  max-width:100vw!important;
  position:relative;
  left:50%;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
}
.rcp-inner{
  width:100%;
  max-width:1880px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:26px;
}
.rcp-left{
  flex:0 0 36%;
  min-width:0;
  padding:10px 4px 8px 0;
}
.rcp-right{
  flex:1 1 auto;
  min-width:0;
}
.rcp-eyebrow,.rcp-title,.rcp-desc,.rcp-stat-number,.rcp-stat-label,.rcp-card-title,.rcp-tag{font-family:inherit}
.rcp-eyebrow{
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  color:var(--rcp-red);
  margin:0 0 7px;
  letter-spacing:.15px;
}
.rcp-title{
  margin:0 0 14px;
  color:#111;
  font-size:32px;
  line-height:.96;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-.35px;
}
.rcp-desc{
  max-width:410px;
  color:#6a6a6a;
  font-size:15px;
  line-height:1.34;
  font-weight:400;
  margin:0 0 24px;
}
.rcp-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  width:100%;
  max-width:470px;
}
.rcp-stat{text-align:center;min-width:0}
.rcp-stat-icon{
  height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--rcp-red);
  margin:0 0 3px;
}
.rcp-stat-icon i{font-size:24px;color:inherit}
.rcp-stat-icon svg{width:24px;height:24px;fill:currentColor;color:inherit}
.rcp-stat-number{
  font-size:25px;
  font-weight:800;
  line-height:1;
  color:#111;
  margin:0 0 4px;
  letter-spacing:-.25px;
}
.rcp-stat-label{
  font-size:12px;
  line-height:1.05;
  color:#777;
  font-weight:400;
}
.rcp-stat-label-mobile{display:none}

/* EXACT DESKTOP IMAGE MOSAIC: 1 tall + 2x2 */
.rcp-gallery{
  display:grid;
  grid-template-columns:1.18fr 1fr 1fr;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr);
  gap:8px;
  height:300px;
  min-height:300px;
  width:100%;
}
.rcp-card{
  position:relative;
  display:block;
  overflow:hidden;
  background:#d7dde0;
  text-decoration:none!important;
  border-radius:5px;
  min-width:0;
  min-height:0;
  width:100%;
  height:100%;
  aspect-ratio:auto!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.05);
}
.rcp-card.rcp-featured{grid-row:1 / span 2}
.rcp-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .3s ease;
}
.rcp-card:hover img{transform:scale(1.02)}
.rcp-card-title{
  position:absolute;
  left:0;right:0;bottom:0;
  min-height:32px;
  padding:7px 8px 6px;
  background:rgba(18,18,18,.72);
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-align:center;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rcp-tags{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  border:1px solid #e2e2e2;
  border-radius:3px;
  margin-top:9px;
  padding:9px 6px;
  background:#fff;
  min-height:36px;
}
.rcp-tag{
  color:#222!important;
  text-decoration:none!important;
  font-size:13px;
  line-height:1;
  padding:0 14px;
  border-right:1px solid #c9c9c9;
  white-space:nowrap;
  font-weight:500;
}
.rcp-tag:last-child{border-right:0}
.rcp-tag:hover{color:var(--rcp-red)!important}

@media(max-width:1200px){
  .rcp-section{padding-left:20px;padding-right:20px}
  .rcp-inner{gap:20px}
  .rcp-left{flex-basis:37%}
  .rcp-title{font-size:28px}
  .rcp-desc{font-size:14px}
  .rcp-gallery{height:270px;min-height:270px}
  .rcp-tag{font-size:12px;padding:0 9px}
}

@media(max-width:767px){
  .rcp-section{
    width:100%!important;
    max-width:100%!important;
    left:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:18px 12px 20px!important;
    overflow:hidden!important;
  }
  .rcp-section.rcp-full{
    width:100vw!important;
    max-width:100vw!important;
    left:50%!important;
    margin-left:-50vw!important;
    margin-right:-50vw!important;
  }
  .rcp-inner{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
  }
  .rcp-left,.rcp-right{
    width:100%!important;
    max-width:100%!important;
    flex:none!important;
    min-width:0!important;
  }
  .rcp-left{padding:0!important;margin:0 0 18px!important}
  .rcp-eyebrow{display:none!important}
  .rcp-title{
    font-size:24px!important;
    line-height:1.02!important;
    margin:0 0 10px!important;
    letter-spacing:-.2px!important;
    max-width:100%!important;
    overflow-wrap:anywhere;
  }
  .rcp-desc{
    width:100%!important;
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.42!important;
    margin:0 0 16px!important;
  }
  .rcp-stats{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:4px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  .rcp-stat{min-width:0!important;padding:0 1px!important}
  .rcp-stat-icon{height:28px!important;margin:0 0 4px!important}
  .rcp-stat-icon i{font-size:20px!important}
  .rcp-stat-icon svg{width:20px!important;height:20px!important}
  .rcp-stat-number{font-size:18px!important;line-height:1!important;margin:0 0 3px!important;white-space:nowrap}
  .rcp-stat-label{font-size:9px!important;line-height:1.12!important;word-break:normal;overflow-wrap:anywhere}
  .rcp-stat-label-desktop{display:none!important}
  .rcp-stat-label-mobile{display:block!important}

  .rcp-gallery{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    grid-template-rows:none!important;
    gap:8px!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .rcp-card,.rcp-card.rcp-featured{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:var(--rcp-mobile-ratio)!important;
    border-radius:4px!important;
    overflow:hidden!important;
  }
  .rcp-card img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .rcp-card-title{display:none!important}
  .rcp-card.rcp-mobile-hide{display:none!important}
  .rcp-tags{display:none!important}
}

@media(max-width:480px){
  .rcp-section{padding:16px 10px 18px!important}
  .rcp-title{font-size:22px!important}
  .rcp-desc{font-size:12px!important;line-height:1.4!important}
  .rcp-stat-number{font-size:17px!important}
  .rcp-stat-label{font-size:8.5px!important}
  .rcp-gallery{gap:7px!important}
}

@media(max-width:360px){
  .rcp-section{padding-left:8px!important;padding-right:8px!important}
  .rcp-title{font-size:20px!important}
  .rcp-desc{font-size:11.5px!important}
  .rcp-stat-icon i{font-size:18px!important}
  .rcp-stat-icon svg{width:18px!important;height:18px!important}
  .rcp-stat-number{font-size:16px!important}
  .rcp-stat-label{font-size:8px!important}
  .rcp-gallery{gap:6px!important}
}
