/* ==========================================================
   RUPTLINE_PRODUCTS_EDITORIAL_R14
   ========================================================== */

.rl-products-r14{
  --products-max:1180px;
  --products-line:rgba(255,255,255,.09);
  --products-soft:#8d93a0;
  --products-text:#f1f2f4;
  --products-accent:#8f73ff;
  padding-top:84px;
  overflow:hidden;
}

.rl-products-r14__wrap{
  width:min(calc(100% - 44px),var(--products-max));
  margin:0 auto;
}

.rl-products-r14__hero{
  padding:92px 0 104px;
}

.rl-products-r14__eyebrow,
.rl-products-r14__head > span,
.rl-products-r14__more-inner > span{
  display:block;
  margin:0 0 16px;
  color:var(--products-accent);
  font-size:10px;
  line-height:1;
  font-weight:650;
  letter-spacing:.16em;
}

.rl-products-r14__hero h1{
  max-width:900px;
  margin:0;
  color:var(--products-text);
  font-size:clamp(38px,4.3vw,62px);
  line-height:1.02;
  font-weight:520;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.rl-products-r14__lead{
  max-width:690px;
  margin:28px 0 0;
  color:var(--products-soft);
  font-size:clamp(15px,1.15vw,18px);
  line-height:1.72;
}

.rl-products-r14__catalog,
.rl-products-r14__more{
  border-top:1px solid var(--products-line);
}

.rl-products-r14__catalog{
  padding:88px 0 104px;
}

.rl-products-r14__head{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:34px;
  align-items:start;
  margin-bottom:52px;
}

.rl-products-r14__head > span{
  margin-top:8px;
}

.rl-products-r14__head h2{
  max-width:650px;
  margin:0;
  color:var(--products-text);
  font-size:clamp(27px,2.55vw,38px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.rl-products-r14__rows{
  border-top:1px solid var(--products-line);
}

.rl-products-r14__row{
  display:grid;
  grid-template-columns:46px minmax(190px,.7fr) minmax(0,1.3fr) 28px;
  gap:24px;
  align-items:center;
  min-height:124px;
  padding:24px 0;
  border-bottom:1px solid var(--products-line);
  color:inherit;
  text-decoration:none;
  transition:padding .18s ease,background .18s ease;
}

.rl-products-r14__row:hover{
  padding-left:10px;
  padding-right:10px;
  background:rgba(255,255,255,.018);
}

.rl-products-r14__index{
  color:#666d79;
  font-size:10px;
  letter-spacing:.12em;
}

.rl-products-r14__name small{
  display:block;
  margin-bottom:6px;
  color:#7d8491;
  font-size:9px;
  font-weight:600;
  letter-spacing:.11em;
}

.rl-products-r14__name strong{
  display:block;
  color:var(--products-text);
  font-size:18px;
  line-height:1.1;
  font-weight:540;
}

.rl-products-r14__row p{
  max-width:560px;
  margin:0;
  color:var(--products-soft);
  font-size:13px;
  line-height:1.62;
}

.rl-products-r14__arrow{
  color:#696f7a;
  font-size:16px;
  text-align:right;
  transition:transform .18s ease,color .18s ease;
}

.rl-products-r14__row:hover .rl-products-r14__arrow{
  color:var(--products-text);
  transform:translateX(3px);
}

.rl-products-r14__more{
  padding:72px 0 92px;
}

.rl-products-r14__more-inner{
  display:grid;
  grid-template-columns:180px minmax(0,1fr) auto;
  gap:34px;
  align-items:start;
}

.rl-products-r14__more-inner > span{
  margin-top:4px;
}

.rl-products-r14__more p{
  max-width:610px;
  margin:0;
  color:var(--products-soft);
  font-size:13px;
  line-height:1.7;
}

.rl-products-r14__more a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--products-text);
  font-size:12px;
  font-weight:540;
  text-decoration:none;
  white-space:nowrap;
}

.rl-products-r14__more a span{
  transition:transform .18s ease;
}

.rl-products-r14__more a:hover span{
  transform:translateX(3px);
}

html[data-theme="light"] .rl-products-r14,
html[data-ally-theme="light"] .rl-products-r14{
  --products-line:rgba(20,23,35,.10);
  --products-soft:#69717f;
  --products-text:#171920;
}

html[data-theme="light"] .rl-products-r14__row:hover,
html[data-ally-theme="light"] .rl-products-r14__row:hover{
  background:rgba(20,23,35,.025);
}

@media(max-width:900px){
  .rl-products-r14{
    padding-top:76px;
  }

  .rl-products-r14__hero{
    padding:72px 0 82px;
  }

  .rl-products-r14__head{
    grid-template-columns:1fr;
    gap:12px;
  }

  .rl-products-r14__head > span{
    margin-top:0;
  }

  .rl-products-r14__row{
    grid-template-columns:36px minmax(160px,.75fr) minmax(0,1.25fr) 22px;
    gap:18px;
  }

  .rl-products-r14__more-inner{
    grid-template-columns:1fr;
    gap:18px;
  }
}

@media(max-width:640px){
  .rl-products-r14__wrap{
    width:min(calc(100% - 30px),var(--products-max));
  }

  .rl-products-r14{
    padding-top:68px;
  }

  .rl-products-r14__hero{
    padding:54px 0 66px;
  }

  .rl-products-r14__hero h1{
    font-size:clamp(33px,10vw,43px);
    line-height:1.04;
  }

  .rl-products-r14__lead{
    margin-top:20px;
    font-size:15px;
    line-height:1.66;
  }

  .rl-products-r14__catalog{
    padding:62px 0 72px;
  }

  .rl-products-r14__head{
    margin-bottom:34px;
  }

  .rl-products-r14__row{
    grid-template-columns:30px minmax(0,1fr) 20px;
    gap:14px;
    min-height:0;
    padding:20px 0;
  }

  .rl-products-r14__row p{
    grid-column:2 / -1;
    padding-right:26px;
    font-size:12px;
  }

  .rl-products-r14__arrow{
    grid-column:3;
    grid-row:1;
  }

  .rl-products-r14__more{
    padding:58px 0 68px;
  }
}
