.elementor-25797 .elementor-element.elementor-element-281b0b3{--display:flex;}.elementor-25797 .elementor-element.elementor-element-281b0b3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-25797 .elementor-element.elementor-element-281b0b3{--width:98.459%;}}/* Start custom CSS *//* =========================================================
   REVIEW STREETS — COLLECTIONS PAGE
   FINAL 1% POLISH PASS
   SYNCHRONIZED WITH TECH COLLECTIONS HERO
========================================================= */

/* =========================================================
   GLOBAL PAGE SECTION SHELLS
========================================================= */

.rs-collection-section{
  position:relative;
  margin-bottom:40px;
  transition:
    box-shadow .28s ease,
    transform .28s ease,
    border-color .28s ease,
    background .28s ease;
}

@media (min-width:1025px){
  .rs-collection-section{
    margin-bottom:52px;
  }
}

.rs-collection-section.card-item-white{
  border:1px solid rgba(15,23,42,.06);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 10px 28px rgba(15,23,42,.035),
    0 1px 0 rgba(255,255,255,.92) inset;
  padding:42px 46px;
  overflow:hidden;
}

.rs-collection-section.card-item-white:hover{
  box-shadow:
    0 18px 40px rgba(15,23,42,.05),
    0 1px 0 rgba(255,255,255,.95) inset;
}

.rs-collection-section.card-item-blue{
  border:1px solid rgba(47,128,237,.11);
  border-radius:24px;
  background:
    radial-gradient(circle at 10% 18%, rgba(47,128,237,.085), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(155,81,224,.07), transparent 24%),
    linear-gradient(180deg, #fcfdff 0%, #f4f8ff 100%);
  box-shadow:
    0 16px 40px rgba(15,23,42,.05),
    0 1px 0 rgba(255,255,255,.78) inset;
  padding:42px 46px;
  overflow:hidden;
}

.rs-collection-section.card-item-blue:hover{
  box-shadow:
    0 22px 52px rgba(15,23,42,.065),
    0 1px 0 rgba(255,255,255,.82) inset;
}

@media (max-width:1024px){
  .rs-collection-section.card-item-white,
  .rs-collection-section.card-item-blue{
    padding:34px 32px;
  }
}

@media (max-width:767px){
  .rs-collection-section{
    margin-bottom:28px;
  }

  .rs-collection-section.card-item-white,
  .rs-collection-section.card-item-blue{
    padding:24px 20px;
    border-radius:20px;
  }
}

/* =========================================================
   SHARED LAYOUT / TYPOGRAPHY
========================================================= */

.rs-shell{
  width:min(1200px, calc(100% - 48px));
  margin:0 auto;
}

@media (max-width:767px){
  .rs-shell{
    width:min(100%, calc(100% - 24px));
  }
}

.rs-collection-hero__eyebrow,
.rs-collection-featured__eyebrow,
.rs-collection-cats__eyebrow,
.rs-collection-smart__eyebrow,
.rs-collection-paths__eyebrow,
.rs-collection-directory__eyebrow,
.rs-collection-system__eyebrow{
  display:inline-block;
  margin:0 0 10px;
  font-size:11.5px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#5d72a8;
}

.rs-collection-featured__title,
.rs-collection-cats__title,
.rs-collection-smart__title,
.rs-collection-paths__title,
.rs-collection-directory__title,
.rs-collection-system__title{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.06;
  font-weight:790;
  letter-spacing:-.032em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-collection-featured__sub,
.rs-collection-cats__sub,
.rs-collection-smart__sub,
.rs-collection-paths__sub,
.rs-collection-directory__sub{
  margin:0;
  font-size:15.5px;
  line-height:1.72;
  color:#58687d;
  max-width:760px;
}

.rs-collection-featured__head,
.rs-collection-cats__head,
.rs-collection-smart__head,
.rs-collection-paths__head,
.rs-collection-directory__head{
  margin:0 0 26px;
}

.rs-collection-featured__intro,
.rs-collection-cats__intro,
.rs-collection-smart__intro,
.rs-collection-paths__intro,
.rs-collection-directory__intro{
  max-width:780px;
}

/* =========================================================
   GLOBAL BREADCRUMBS — SYNCHRONIZED WITH TECH
========================================================= */

.rs-bc{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 32px 0;
  font-size:13px;
  line-height:1.4;
  color:rgba(15,23,42,.62);
}

.rs-bc a{
  color:rgba(15,23,42,.68);
  text-decoration:none;
  transition:color .22s ease, opacity .22s ease;
}

.rs-bc a:hover{
  color:#0f172a;
}

.rs-bc-sep{
  color:rgba(15,23,42,.26);
}

.rs-bc-current{
  color:#0f172a;
  font-weight:600;
}

/* =========================================================
   GLOBAL CARD INTERACTION
========================================================= */

.rs-featured-card,
.rs-collection-cat,
.rs-smart-card,
.rs-path-card,
.rs-directory-card{
  will-change:transform;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.rs-featured-card:hover,
.rs-collection-cat:hover,
.rs-smart-card:hover,
.rs-path-card:hover,
.rs-directory-card:hover{
  transform:translateY(-4px);
}

.rs-featured-card__meta::after,
.rs-smart-card__meta::after,
.rs-path-card__meta::after,
.rs-directory-card__cta::after,
.rs-collection-cat__cta::after{
  content:"→";
  display:inline-block;
  margin-left:6px;
  transition:transform .22s ease;
}

.rs-featured-card:hover .rs-featured-card__meta::after,
.rs-smart-card:hover .rs-smart-card__meta::after,
.rs-path-card:hover .rs-path-card__meta::after,
.rs-directory-card__cta:hover::after,
.rs-collection-cat__cta:hover::after{
  transform:translateX(4px);
}

/* =========================================================
   HERO — SYNCHRONIZED WITH TECH COLLECTIONS
========================================================= */

.rs-collection-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:72px 0 60px;
  background:
    radial-gradient(circle at 9% 10%, rgba(37,99,235,.14), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(99,102,241,.13), transparent 30%),
    radial-gradient(circle at 62% 82%, rgba(255,255,255,.58), transparent 16%),
    linear-gradient(180deg, #f7faff 0%, #f2f7fd 52%, #ffffff 100%);
}

.rs-collection-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.14), rgba(255,255,255,0)),
    repeating-linear-gradient(
      90deg,
      rgba(15,23,42,.018) 0,
      rgba(15,23,42,.018) 1px,
      transparent 1px,
      transparent 124px
    );
  mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  z-index:-1;
}

.rs-collection-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.09), transparent);
}

.rs-collection-hero > .rs-shell{
  position:relative;
  z-index:1;
}

.rs-collection-hero__inner{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .88fr);
  gap:38px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(37,99,235,.08);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,.34));
  box-shadow:
    0 24px 60px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.62);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.rs-collection-hero__content,
.rs-collection-hero__visual{
  min-width:0;
}

.rs-collection-hero__content{
  position:relative;
  padding:14px 8px 8px 8px;
}

.rs-collection-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:6px 12px;
  margin:0 0 20px 0;
  border:1px solid rgba(37,99,235,.13);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#2563eb;
}

.rs-collection-hero__title{
  margin:0;
  max-width:10.5ch;
  font-size:clamp(46px, 5.8vw, 72px);
  line-height:.93;
  letter-spacing:-.055em;
  font-weight:870;
  color:#0f172a;
  text-wrap:balance;
}

.rs-collection-hero__sub{
  margin:18px 0 0 0;
  max-width:760px;
  font-size:clamp(19px, 2.15vw, 24px);
  line-height:1.42;
  letter-spacing:-.02em;
  font-weight:620;
  color:#1e293b;
}

.rs-collection-hero__definition{
  margin:18px 0 0 0;
  max-width:720px;
  font-size:15.5px;
  line-height:1.74;
  color:#2563eb;
  font-weight:760;
}

.rs-collection-hero__desc{
  margin:14px 0 0 0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.78;
  color:#475569;
}

.rs-collection-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0 0 0;
}

.rs-collection-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:760;
  letter-spacing:-.01em;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.rs-collection-hero__btn:hover{
  transform:translateY(-2px);
}

.rs-collection-hero__btn--primary{
  color:#ffffff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:
    0 16px 34px rgba(37,99,235,.26),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-collection-hero__btn--primary:hover{
  box-shadow:
    0 20px 40px rgba(37,99,235,.32),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-collection-hero__btn--secondary{
  color:#0f172a;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.11);
  box-shadow:
    0 12px 28px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.rs-collection-hero__btn--secondary:hover{
  background:#ffffff;
  border-color:rgba(37,99,235,.16);
  box-shadow:
    0 16px 32px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.74);
}

.rs-collection-hero__micro{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin:32px 0 0 0;
  max-width:760px;
}

.rs-collection-hero__micro-item{
  position:relative;
  padding:16px 16px 15px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:
    0 14px 34px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rs-collection-hero__micro-item::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(37,99,235,.35), transparent);
}

.rs-collection-hero__micro-item strong{
  display:block;
  margin:0 0 6px 0;
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.012em;
  color:#0f172a;
}

.rs-collection-hero__micro-item span{
  display:block;
  font-size:13.5px;
  line-height:1.6;
  color:#475569;
}

.rs-collection-hero__visual{
  position:relative;
  display:flex;
  align-items:stretch;
}

.rs-collection-hero__panel{
  width:100%;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.94) 100%);
  box-shadow:
    0 30px 64px rgba(15,23,42,.11),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.rs-collection-hero__panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 18px 0;
}

.rs-collection-hero__panel-label{
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#64748b;
}

.rs-collection-hero__panel-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.12);
  background:rgba(37,99,235,.07);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#2563eb;
}

.rs-collection-hero__routes{
  display:grid;
  gap:12px;
}

.rs-collection-hero__route-card{
  display:grid;
  grid-template-columns:52px minmax(0, 1fr);
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,250,252,.98));
  box-shadow:
    0 10px 24px rgba(15,23,42,.04),
    inset 0 1px 0 rgba(255,255,255,.76);
}

.rs-collection-hero__route-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.45) 45%, transparent 70%),
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(99,102,241,.10));
  border:1px solid rgba(37,99,235,.10);
  color:#1d4ed8;
  font-size:19px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.rs-collection-hero__route-content h3{
  margin:2px 0 6px 0;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:760;
  color:#0f172a;
}

.rs-collection-hero__route-content p{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#475569;
}

/* =========================================================
   FEATURED COLLECTIONS
========================================================= */

.rs-collection-featured{
  position:relative;
  padding:32px 0 48px;
  background:
    radial-gradient(circle at 12% 12%, rgba(47,128,237,.045), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.rs-collection-featured::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
  opacity:.95;
}

.rs-collection-featured__head{
  margin-bottom:28px;
}

.rs-collection-featured__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:26px;
  align-items:stretch;
}

.rs-featured-card{
  min-height:100%;
  border:1px solid rgba(15,23,42,.055);
  border-radius:26px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow:hidden;
  box-shadow:
    0 2px 4px rgba(15,23,42,.02),
    0 18px 38px rgba(15,23,42,.065);
}

.rs-featured-card:hover{
  border-color:#d6e1ef;
  box-shadow:
    0 26px 54px rgba(15,23,42,.115),
    0 1px 0 rgba(255,255,255,.95) inset;
}

.rs-featured-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
  text-decoration:none;
}

.rs-featured-card__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16 / 11;
  background:#eef2f7;
  border-bottom:1px solid rgba(15,23,42,.04);
}

.rs-featured-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.05) 0%,
    rgba(255,255,255,0) 42%,
    rgba(10,18,32,.06) 100%
  );
}

.rs-featured-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}

.rs-featured-card:hover .rs-featured-card__media img{
  transform:scale(1.045);
}

.rs-featured-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  gap:10px;
  padding:22px 22px 20px;
}

.rs-featured-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:6px 12px;
  border-radius:999px;
  background:#edf4ff;
  color:#245fb8;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
}

.rs-featured-card__title{
  margin:0;
  font-size:22px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.028em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-featured-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#617187;
}

.rs-featured-card__meta{
  margin-top:auto;
  padding-top:12px;
  font-size:13px;
  line-height:1.4;
  font-weight:720;
  color:#5f7289;
}

/* =========================================================
   CATEGORY GRID
========================================================= */

.rs-collection-cats{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:28px 0 42px;
  background:linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  border-radius:18px;
}

.rs-collection-cats::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:120px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(148,163,184,.7), transparent);
}

.rs-collection-cats__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:26px;
}

.rs-collection-cat{
  position:relative;
  border:1px solid rgba(15,23,42,.05);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding:24px 24px 22px;
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 10px 26px rgba(15,23,42,.05);
}

.rs-collection-cat::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, #2563eb 0%, rgba(124,58,237,.38) 100%);
  opacity:.90;
}

.rs-collection-cat:hover{
  border-color:#d8e2ee;
  background:linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
  box-shadow:
    0 16px 32px rgba(15,23,42,.075),
    0 24px 42px rgba(15,23,42,.045);
}

.rs-collection-cat__top{
  margin:0 0 16px;
}

.rs-collection-cat__title{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.1;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
}

.rs-collection-cat__desc{
  margin:0;
  font-size:14.5px;
  line-height:1.62;
  color:#617187;
}

.rs-collection-cat__links{
  display:grid;
  gap:10px;
}

.rs-collection-cat__links a{
  display:block;
  padding:11px 14px;
  border:1px solid rgba(15,23,42,.04);
  border-radius:14px;
  background:#f7faff;
  font-size:13.5px;
  line-height:1.4;
  font-weight:680;
  color:#245fb8;
  text-decoration:none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.rs-collection-cat__links a:hover{
  transform:translateY(-1px);
  border-color:#d6e2f1;
  background:#ffffff;
  box-shadow:0 6px 14px rgba(15,23,42,.05);
}

.rs-collection-cat__footer{
  margin-top:14px;
}

.rs-collection-cat__cta{
  display:inline-flex;
  align-items:center;
  gap:0;
  text-decoration:none;
  font-size:13.5px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-collection-cat__cta:hover{
  color:#2563eb;
}

/* =========================================================
   DECISION STYLE / CONTENT TYPES
========================================================= */

.rs-collection-smart{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:30px 0 46px;
  background:
    radial-gradient(circle at 12% 10%, rgba(37,99,235,.04), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef4fa 100%);
  border-radius:18px;
}

.rs-collection-smart::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 36%);
  opacity:.9;
}

.rs-collection-smart__head,
.rs-collection-smart__grid,
.rs-collection-smart__closing{
  position:relative;
  z-index:1;
}

.rs-collection-smart__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.rs-smart-card{
  border:1px solid rgba(15,23,42,.05);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 12px 28px rgba(15,23,42,.055);
}

.rs-smart-card:hover{
  border-color:#d8e2ee;
  box-shadow:
    0 18px 36px rgba(15,23,42,.08),
    0 24px 42px rgba(15,23,42,.055);
}

.rs-smart-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:22px 22px 20px;
  color:inherit;
  text-decoration:none;
}

.rs-smart-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin:0 0 14px;
  padding:6px 12px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.rs-smart-card--compare .rs-smart-card__kicker{
  background:#eef4ff;
  color:#245fb8;
}

.rs-smart-card--guide .rs-smart-card__kicker{
  background:#fff4dc;
  color:#9a6b00;
}

.rs-smart-card--explain .rs-smart-card__kicker{
  background:#edf7f1;
  color:#2f6f57;
}

.rs-smart-card__title{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.12;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-smart-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#617187;
}

.rs-smart-card__meta{
  margin-top:auto;
  padding-top:10px;
  font-size:13px;
  line-height:1.4;
  font-weight:680;
  color:#6e7f95;
}

.rs-collection-smart__closing{
  max-width:760px;
  margin:22px auto 0;
  text-align:center;
  font-size:14.5px;
  line-height:1.72;
  color:#64748b;
}

/* =========================================================
   POPULAR BUYING PATHS
========================================================= */

.rs-collection-paths{
  position:relative;
  padding:30px 0 46px;
  background:
    radial-gradient(circle at 84% 12%, rgba(37,99,235,.045), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  border-radius:18px;
}

.rs-collection-paths__head{
  margin-bottom:28px;
}

.rs-collection-paths__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.rs-path-card{
  border:1px solid rgba(15,23,42,.05);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow:hidden;
  box-shadow:
    0 1px 2px rgba(15,23,42,.02),
    0 8px 20px rgba(15,23,42,.045);
}

.rs-path-card:hover{
  border-color:#d8e2ee;
  box-shadow:
    0 16px 34px rgba(15,23,42,.08),
    0 24px 44px rgba(15,23,42,.06);
}

.rs-path-card__link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
  text-decoration:none;
}

.rs-path-card__media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16 / 10;
  background:#eef2f7;
  border-bottom:1px solid rgba(15,23,42,.04);
}

.rs-path-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.05) 0%,
    rgba(255,255,255,0) 42%,
    rgba(10,18,32,.04) 100%
  );
}

.rs-path-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}

.rs-path-card:hover .rs-path-card__media img{
  transform:scale(1.04);
}

.rs-path-card__body{
  display:flex;
  flex-direction:column;
  padding:20px 20px 18px;
}

.rs-path-card__kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin:0 0 14px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:#2563eb;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.rs-path-card__title{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.12;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-path-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#617187;
}

.rs-path-card__meta{
  margin-top:auto;
  padding-top:10px;
  font-size:13px;
  line-height:1.4;
  font-weight:680;
  color:#6e7f95;
}

/* =========================================================
   BROWSE ALL COLLECTIONS DIRECTORY
========================================================= */

.rs-collection-directory{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:28px 0 44px;
  background:
    radial-gradient(circle at 88% 10%, rgba(37,99,235,.032), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(124,58,237,.028), transparent 22%),
    linear-gradient(180deg, #fcfdff 0%, #f9fbff 100%);
  border-radius:18px;
}

.rs-collection-directory::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 36%);
  opacity:.88;
}

.rs-collection-directory__head{
  position:relative;
  z-index:1;
  margin:0 0 24px;
}

.rs-collection-directory__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}

/* directory card */

.rs-directory-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid rgba(15,23,42,.045);
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 1px 2px rgba(15,23,42,.015),
    0 8px 20px rgba(15,23,42,.04);
  padding:20px 20px 18px;
}

.rs-directory-card::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(37,99,235,.90) 0%, rgba(124,58,237,.28) 100%);
  opacity:.82;
}

.rs-directory-card:hover{
  border-color:#dbe4ef;
  background:linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 14px 28px rgba(15,23,42,.065),
    0 20px 36px rgba(15,23,42,.04);
}

.rs-directory-card__top{
  margin:0 0 14px;
}

.rs-directory-card__title{
  margin:0 0 8px;
  font-size:21px;
  line-height:1.1;
  font-weight:780;
  letter-spacing:-.022em;
  color:#0f172a;
  text-wrap:balance;
}

.rs-directory-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.62;
  color:#617187;
}

/* directory links */

.rs-directory-card__links{
  display:grid;
  gap:9px;
}

.rs-directory-card__links a{
  display:block;
  padding:10px 13px;
  border:1px solid rgba(15,23,42,.035);
  border-radius:13px;
  background:#f8fbff;
  font-size:13px;
  line-height:1.4;
  font-weight:670;
  color:#245fb8;
  text-decoration:none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    color .2s ease,
    opacity .2s ease;
}

.rs-directory-card__links a:hover{
  transform:translateY(-1px);
  border-color:#d8e4f1;
  background:#ffffff;
  color:#1d4ed8;
  box-shadow:0 6px 14px rgba(15,23,42,.045);
}

/* soften density by de-emphasizing deeper links */
.rs-directory-card__links a:nth-child(4){
  opacity:.82;
}

.rs-directory-card__links a:nth-child(4):hover{
  opacity:1;
}

.rs-directory-card__footer{
  margin-top:auto;
  padding-top:14px;
}

.rs-directory-card__cta{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  font-weight:780;
  color:#0f172a;
  transition:color .22s ease;
}

.rs-directory-card__cta:hover{
  color:#2563eb;
}

/* =========================================================
   SYSTEM EXPLAINER
========================================================= */

.rs-collection-system{
  position:relative;
  overflow:hidden;
  padding:34px 0 34px;
  background:
    radial-gradient(circle at 10% 12%, rgba(37,99,235,.045), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-top:1px solid rgba(15,23,42,.08);
}

.rs-collection-system::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 42%);
}

.rs-collection-system__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  gap:30px;
  align-items:start;
}

.rs-collection-system__content,
.rs-collection-system__panel{
  min-width:0;
}

.rs-collection-system__lead{
  margin:0 0 14px;
  max-width:760px;
  font-size:20px;
  line-height:1.42;
  letter-spacing:-.02em;
  font-weight:770;
  color:#142033;
}

.rs-collection-system__desc{
  margin:0 0 22px;
  max-width:760px;
  font-size:15.5px;
  line-height:1.76;
  color:#4a5b70;
}

.rs-collection-system__points{
  display:grid;
  gap:12px;
  margin:0 0 24px;
}

.rs-collection-system__point{
  padding:15px 16px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.05);
  font-size:14px;
  line-height:1.68;
  color:#5a6a7f;
}

.rs-collection-system__point strong{
  color:#0f172a;
}

.rs-collection-system__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.rs-collection-system__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:.01em;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}

.rs-collection-system__btn:hover{
  transform:translateY(-2px);
}

.rs-collection-system__btn--primary{
  color:#ffffff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:0 16px 34px rgba(37,99,235,.22);
}

.rs-collection-system__btn--primary:hover{
  box-shadow:0 20px 38px rgba(37,99,235,.28);
}

.rs-collection-system__btn--secondary{
  color:#0f172a;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
}

.rs-collection-system__btn--secondary:hover{
  color:#2563eb;
  border-color:rgba(37,99,235,.18);
}

.rs-collection-system__panel{
  position:relative;
  border-radius:26px;
  padding:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,250,255,.94) 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 24px 60px rgba(15,23,42,.08),
    0 6px 18px rgba(15,23,42,.04);
}

.rs-collection-system__panel-label{
  margin:0 0 16px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:#64748b;
}

.rs-collection-system__steps{
  display:grid;
  gap:14px;
}

.rs-collection-system__step{
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:14px;
  align-items:start;
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:
    0 8px 18px rgba(15,23,42,.03),
    0 1px 0 rgba(255,255,255,.9) inset;
}

.rs-collection-system__step-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#f8fbff;
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 8px 18px rgba(37,99,235,.08);
  font-size:14px;
  line-height:1;
  font-weight:800;
  color:#2563eb;
}

.rs-collection-system__step-copy h3{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
  color:#0f172a;
}

.rs-collection-system__step-copy p{
  margin:0;
  font-size:14px;
  line-height:1.62;
  color:#4c5d72;
}

/* =========================================================
   HOVER / FOCUS ACCESSIBILITY
========================================================= */

.rs-featured-card__link:focus-visible,
.rs-collection-cat__links a:focus-visible,
.rs-smart-card__link:focus-visible,
.rs-path-card__link:focus-visible,
.rs-directory-card__links a:focus-visible,
.rs-directory-card__cta:focus-visible,
.rs-collection-cat__cta:focus-visible,
.rs-collection-hero__btn:focus-visible,
.rs-collection-system__btn:focus-visible,
.rs-bc a:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1200px){
  .rs-collection-featured__grid,
  .rs-collection-cats__grid,
  .rs-collection-paths__grid,
  .rs-collection-directory__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .rs-collection-smart__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .rs-collection-hero__inner,
  .rs-collection-system__inner{
    grid-template-columns:1fr;
  }

  .rs-collection-hero__title{
    max-width:unset;
  }
}

@media (max-width:1024px){
  .rs-collection-featured,
  .rs-collection-cats,
  .rs-collection-smart,
  .rs-collection-paths,
  .rs-collection-directory,
  .rs-collection-system{
    padding-top:22px;
    padding-bottom:34px;
  }

  .rs-collection-featured__title,
  .rs-collection-cats__title,
  .rs-collection-smart__title,
  .rs-collection-paths__title,
  .rs-collection-directory__title,
  .rs-collection-system__title{
    font-size:30px;
  }

  .rs-collection-hero{
    padding:58px 0 46px;
  }

  .rs-collection-hero__inner,
  .rs-collection-system__inner{
    gap:24px;
  }

  .rs-collection-hero__micro{
    grid-template-columns:1fr;
    max-width:100%;
  }
}

@media (max-width:767px){
  .rs-bc{
    gap:8px;
    margin:0 0 22px 0;
    font-size:12px;
  }

  .rs-collection-hero,
  .rs-collection-featured,
  .rs-collection-cats,
  .rs-collection-smart,
  .rs-collection-paths,
  .rs-collection-directory,
  .rs-collection-system{
    padding-top:18px;
    padding-bottom:28px;
  }

  .rs-collection-hero{
    background:
      radial-gradient(circle at 18% 10%, rgba(37,99,235,.10), transparent 34%),
      radial-gradient(circle at 86% 10%, rgba(99,102,241,.09), transparent 34%),
      linear-gradient(180deg, #f8fbff 0%, #f4f8fe 52%, #ffffff 100%);
  }

  .rs-collection-featured,
  .rs-collection-cats,
  .rs-collection-smart,
  .rs-collection-paths,
  .rs-collection-directory{
    border-radius:16px;
  }

  .rs-collection-featured__head,
  .rs-collection-cats__head,
  .rs-collection-smart__head,
  .rs-collection-paths__head,
  .rs-collection-directory__head{
    margin-bottom:20px;
  }

  .rs-collection-featured__title,
  .rs-collection-cats__title,
  .rs-collection-smart__title,
  .rs-collection-paths__title,
  .rs-collection-directory__title,
  .rs-collection-system__title{
    font-size:26px;
  }

  .rs-collection-featured__sub,
  .rs-collection-cats__sub,
  .rs-collection-smart__sub,
  .rs-collection-paths__sub,
  .rs-collection-directory__sub{
    font-size:15px;
    line-height:1.68;
  }

  .rs-collection-hero__inner{
    padding:18px;
    border-radius:22px;
  }

  .rs-collection-hero__content{
    padding:6px 2px 2px;
  }

  .rs-collection-hero__title{
    max-width:none;
    font-size:clamp(36px, 11vw, 52px);
    line-height:.97;
  }

  .rs-collection-hero__eyebrow{
    margin-bottom:16px;
  }

  .rs-collection-hero__sub{
    margin-top:16px;
    font-size:18px;
    line-height:1.44;
  }

  .rs-collection-hero__definition,
  .rs-collection-hero__desc{
    font-size:15px;
    line-height:1.72;
  }

  .rs-collection-hero__actions,
  .rs-collection-system__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rs-collection-hero__btn,
  .rs-collection-system__btn{
    width:100%;
  }

  .rs-collection-hero__panel{
    padding:18px;
    border-radius:22px;
  }

  .rs-collection-hero__panel-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .rs-collection-hero__route-card{
    grid-template-columns:46px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-collection-hero__route-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:17px;
  }

  .rs-collection-featured__grid,
  .rs-collection-cats__grid,
  .rs-collection-smart__grid,
  .rs-collection-paths__grid,
  .rs-collection-directory__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-featured-card,
  .rs-collection-cat,
  .rs-smart-card,
  .rs-path-card,
  .rs-directory-card{
    border-radius:20px;
  }

  .rs-featured-card__body,
  .rs-smart-card__link,
  .rs-path-card__body{
    padding:18px 18px 16px;
  }

  .rs-directory-card{
    padding:18px 18px 16px;
  }

  .rs-directory-card::before{
    left:18px;
    right:18px;
  }

  .rs-featured-card__title,
  .rs-collection-cat__title,
  .rs-smart-card__title,
  .rs-path-card__title,
  .rs-directory-card__title{
    font-size:21px;
  }

  .rs-featured-card__desc,
  .rs-collection-cat__desc,
  .rs-smart-card__desc,
  .rs-path-card__desc,
  .rs-directory-card__desc{
    font-size:14px;
  }

  .rs-collection-cat{
    padding:18px 18px 16px;
  }

  .rs-collection-cat::before{
    left:18px;
    right:18px;
  }

  .rs-directory-card__links a{
    font-size:14px;
    padding:11px 12px;
  }

  .rs-collection-system__lead{
    font-size:18px;
    line-height:1.48;
  }

  .rs-collection-system__desc{
    font-size:15px;
    line-height:1.72;
  }

  .rs-collection-system__panel{
    padding:18px;
    border-radius:22px;
  }

  .rs-collection-system__step{
    grid-template-columns:42px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-collection-system__step-num{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:13px;
  }

  .rs-collection-system__step-copy h3{
    font-size:16px;
  }

  .rs-collection-system__step-copy p{
    font-size:13.5px;
    line-height:1.58;
  }
}

@media (max-width:479px){
  .rs-collection-hero__title{
    font-size:36px;
  }
}

/* =========================================================
   COLLECTIONS PAGE — TIGHTENING PASS
   Add below current CSS
========================================================= */

/* -----------------------------------------
   GLOBAL SECTION RHYTHM
------------------------------------------ */

.rs-collection-featured,
.rs-collection-cats,
.rs-collection-formats,
.rs-collection-paths,
.rs-collection-directory,
.rs-collection-research{
  padding-top:60px !important;
  padding-bottom:60px !important;
}

.rs-collection-featured .rs-shell,
.rs-collection-cats .rs-shell,
.rs-collection-formats .rs-shell,
.rs-collection-paths .rs-shell,
.rs-collection-directory .rs-shell,
.rs-collection-research .rs-shell{
  padding:22px !important;
}

.rs-collection-featured__head,
.rs-collection-cats__head,
.rs-collection-formats__head,
.rs-collection-paths__head,
.rs-collection-directory__head,
.rs-collection-research__head{
  margin-bottom:22px !important;
}

.rs-collection-featured__sub,
.rs-collection-cats__sub,
.rs-collection-formats__sub,
.rs-collection-paths__sub,
.rs-collection-directory__sub,
.rs-collection-research__sub{
  max-width:760px;
  font-size:15px !important;
  line-height:1.68 !important;
}

/* -----------------------------------------
   FEATURED CATEGORIES
------------------------------------------ */

.rs-collection-featured__grid{
  gap:18px !important;
}

.rs-featured-card__link{
  border-radius:22px !important;
}

.rs-featured-card__media{
  aspect-ratio:1.42 / 1 !important;
}

.rs-featured-card__body{
  padding:18px 18px 20px !important;
  gap:2px !important;
}

.rs-featured-card__body::before{
  left:18px !important;
  right:18px !important;
}

.rs-featured-card__kicker{
  margin-bottom:10px !important;
}

.rs-featured-card__title{
  font-size:18px !important;
  line-height:1.12 !important;
}

.rs-featured-card__desc{
  margin-top:8px !important;
  font-size:14px !important;
  line-height:1.62 !important;
}

.rs-featured-card__meta{
  padding-top:14px !important;
  font-size:12.5px !important;
}

/* -----------------------------------------
   CATEGORY HUB CARDS
------------------------------------------ */

.rs-collection-cats__grid{
  gap:16px !important;
}

.rs-collection-cat{
  border-radius:20px !important;
  padding:18px 18px 16px !important;
}

.rs-collection-cat__top{
  margin-bottom:12px !important;
}

.rs-collection-cat__title{
  font-size:18px !important;
  line-height:1.15 !important;
  margin-bottom:8px !important;
}

.rs-collection-cat__desc{
  font-size:13.5px !important;
  line-height:1.58 !important;
}

.rs-collection-cat__links{
  gap:8px !important;
  margin-top:10px !important;
}

.rs-collection-cat__links a,
.rs-collection-cat__links span{
  font-size:12.5px !important;
  line-height:1.35 !important;
}

.rs-collection-cat__footer{
  margin-top:14px !important;
}

.rs-collection-cat__cta{
  font-size:12.5px !important;
}

/* -----------------------------------------
   DECISION / FORMAT CARDS
------------------------------------------ */

.rs-collection-formats__grid{
  gap:14px !important;
}

.rs-format-card,
.rs-decision-card,
.rs-choice-card{
  border-radius:18px !important;
  padding:16px 16px 15px !important;
}

.rs-format-card__title,
.rs-decision-card__title,
.rs-choice-card__title{
  font-size:16px !important;
  line-height:1.15 !important;
}

.rs-format-card__desc,
.rs-decision-card__desc,
.rs-choice-card__desc{
  margin-top:8px !important;
  font-size:13.5px !important;
  line-height:1.55 !important;
}

.rs-format-card__meta,
.rs-decision-card__meta,
.rs-choice-card__meta{
  padding-top:12px !important;
  font-size:12px !important;
}

/* -----------------------------------------
   BUYING PATH CARDS
------------------------------------------ */

.rs-collection-paths__grid{
  gap:18px !important;
}

.rs-path-card__link{
  border-radius:22px !important;
}

.rs-path-card__media{
  aspect-ratio:1.45 / 1 !important;
}

.rs-path-card__body{
  padding:18px 18px 20px !important;
}

.rs-path-card__kicker{
  margin-bottom:10px !important;
}

.rs-path-card__title{
  font-size:18px !important;
  line-height:1.12 !important;
}

.rs-path-card__desc{
  margin-top:8px !important;
  font-size:14px !important;
  line-height:1.62 !important;
}

.rs-path-card__meta{
  padding-top:14px !important;
  font-size:12.5px !important;
}

/* -----------------------------------------
   DIRECTORY GRID — BIGGEST WIN
------------------------------------------ */

.rs-collection-directory__grid{
  gap:16px !important;
}

.rs-directory-card{
  border-radius:18px !important;
  padding:16px 16px 14px !important;
}

.rs-directory-card__top{
  margin-bottom:10px !important;
}

.rs-directory-card__title{
  font-size:17px !important;
  line-height:1.14 !important;
  margin-bottom:6px !important;
}

.rs-directory-card__desc{
  font-size:13px !important;
  line-height:1.52 !important;
}

.rs-directory-card__links{
  margin-top:10px !important;
  gap:6px !important;
}

.rs-directory-card__links a{
  font-size:12.5px !important;
  line-height:1.35 !important;
  padding:6px 0 !important;
}

.rs-directory-card__footer{
  margin-top:12px !important;
}

.rs-directory-card__cta{
  font-size:12.5px !important;
}

/* -----------------------------------------
   RESEARCH / BOTTOM CTA SECTION
------------------------------------------ */

.rs-collection-research__inner,
.rs-research-panel,
.rs-collection-research .rs-shell > div{
  gap:22px !important;
}

.rs-collection-research__title,
.rs-research-panel__title{
  font-size:30px !important;
  line-height:1.03 !important;
}

.rs-collection-research__desc,
.rs-research-panel__desc{
  font-size:14.5px !important;
  line-height:1.68 !important;
}

.rs-collection-research__actions{
  margin-top:18px !important;
  gap:10px !important;
}

/* -----------------------------------------
   CONTAINER DEPTH / CLEANUP
------------------------------------------ */

.rs-collection-featured .rs-shell,
.rs-collection-cats .rs-shell,
.rs-collection-formats .rs-shell,
.rs-collection-paths .rs-shell,
.rs-collection-directory .rs-shell,
.rs-collection-research .rs-shell{
  box-shadow:
    0 14px 34px rgba(15,23,42,.04),
    inset 0 1px 0 rgba(255,255,255,.84) !important;
}

/* -----------------------------------------
   MOBILE TIGHTENING
------------------------------------------ */

@media (max-width: 767px){

  .rs-collection-featured,
  .rs-collection-cats,
  .rs-collection-formats,
  .rs-collection-paths,
  .rs-collection-directory,
  .rs-collection-research{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }

  .rs-collection-featured .rs-shell,
  .rs-collection-cats .rs-shell,
  .rs-collection-formats .rs-shell,
  .rs-collection-paths .rs-shell,
  .rs-collection-directory .rs-shell,
  .rs-collection-research .rs-shell{
    padding:16px !important;
  }

  .rs-featured-card__body,
  .rs-path-card__body{
    padding:16px 16px 18px !important;
  }

  .rs-featured-card__body::before{
    left:16px !important;
    right:16px !important;
  }

  .rs-directory-card,
  .rs-collection-cat{
    padding:15px 15px 14px !important;
  }

  .rs-directory-card__title,
  .rs-collection-cat__title{
    font-size:16px !important;
  }
}

/* =========================================
   FINAL MICRO-PASS
========================================= */

/* hero presence */
.rs-collection-hero__title{
  font-size:clamp(46px, 5.5vw, 68px) !important;
}

.rs-collection-hero__panel{
  box-shadow:
    0 34px 70px rgba(15,23,42,.12),
    inset 0 1px 0 rgba(255,255,255,.88) !important;
}

/* category cards section */
.rs-collection-cat__desc{
  margin-bottom:0 !important;
}

.rs-collection-cat__links{
  gap:6px !important;
  margin-top:8px !important;
}

.rs-collection-cat__footer{
  margin-top:12px !important;
}

/* directory section */
.rs-directory-card__title{
  margin-bottom:4px !important;
}

.rs-directory-card__links{
  gap:5px !important;
  margin-top:8px !important;
}

.rs-directory-card__links a{
  padding:5px 0 !important;
}

.rs-directory-card{
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
}

.rs-directory-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.12);
  box-shadow:
    0 18px 34px rgba(15,23,42,.08),
    0 0 0 1px rgba(37,99,235,.04);
}

.rs-section-divider{
  opacity:.55;
  height:2px;
  background:linear-gradient(
    90deg,
    rgba(37,99,235,.0),
    rgba(37,99,235,.45),
    rgba(37,99,235,.0)
  );
}

.rs-featured-card{
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.rs-featured-card:hover{
  transform:translateY(-3px);
  box-shadow:
    0 16px 34px rgba(15,23,42,.08),
    0 0 0 1px rgba(37,99,235,.05);
}

.rs-directory-card:hover{
  border-color:rgba(37,99,235,.14);
  box-shadow:
    0 20px 40px rgba(15,23,42,.08),
    0 0 0 1px rgba(37,99,235,.04);
  transform:translateY(-2px);
}

.rs-directory-card__title{
  margin-bottom:4px;
}

.rs-directory-card__links{
  margin-top:8px;
}

.rs-directory-card__footer{
  margin-top:12px;
}/* End custom CSS */