.reb-hero{
  position:relative;
  min-height:500px;
  margin-top:var(--topbar-height);
  padding:0;
  overflow:hidden;
  background:#0b1226;
  color:#fff;
}

.reb-hero-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,11,28,.97) 0%,rgba(10,22,54,.89) 45%,rgba(21,37,99,.45) 72%,rgba(10,19,42,.2) 100%),
    url('pexels/products-reb-hero.jpg') 58% 48%/cover no-repeat;
  transform:scale(1.01);
}

.reb-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,14,28,.05),rgba(8,14,28,.5));
}

.reb-hero-inner{
  position:relative;
  z-index:1;
  min-height:500px;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  padding-left:28px;
  padding-right:28px;
}

.reb-catalog > .container,
.breadcrumb-bar .container{
  padding-left:28px;
  padding-right:28px;
}

.reb-hero-main{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.68fr);
  gap:72px;
  align-items:center;
  padding:48px 0 38px;
}

.reb-hero-copy{
  max-width:690px;
}

.reb-eyebrow,
.reb-section-label{
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:2.1px;
  text-transform:uppercase;
}

.reb-eyebrow{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:19px;
  color:#b9c8ff;
}

.reb-eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  background:var(--primary-light);
}

.reb-hero h1{
  max-width:660px;
  margin:0 0 20px;
  font-family:'Barlow Condensed',sans-serif;
  font-size:60px;
  line-height:.97;
  font-weight:800;
  letter-spacing:0;
  color:#fff;
}

.reb-hero p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.76;
}

.reb-hero-panel{
  align-self:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(8,17,42,.6);
  backdrop-filter:blur(9px);
}

.reb-hero-panel-label{
  padding:17px 21px 13px;
  color:rgba(255,255,255,.6);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.reb-hero-panel a{
  min-height:58px;
  display:grid;
  grid-template-columns:25px minmax(0,1fr) 13px;
  gap:12px;
  align-items:center;
  padding:9px 21px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#fff;
  transition:background .2s;
}

.reb-hero-panel a > i:first-child{
  color:#a7bcff;
  font-size:14px;
  text-align:center;
}

.reb-hero-panel a > i:last-child{
  color:rgba(255,255,255,.7);
  font-size:10px;
  transition:transform .2s;
}

.reb-hero-panel strong{
  display:block;
  font-size:12.5px;
  line-height:1.35;
}

.reb-hero-panel a:hover{
  background:rgba(255,255,255,.1);
}

.reb-hero-panel a.active{
  background:rgba(43,77,177,.24);
}

.reb-hero-panel a:hover > i:last-child{
  transform:translateX(3px);
}

.reb-hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1.55fr);
  border:1px solid rgba(255,255,255,.15);
  border-bottom:0;
  background:rgba(5,11,28,.78);
}

.reb-hero-proof > div{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 20px;
  border-right:1px solid rgba(255,255,255,.12);
}

.reb-hero-proof > div:last-child{border-right:0;}

.reb-hero-proof strong{
  font-family:'Barlow Condensed',sans-serif;
  color:#fff;
  font-size:28px;
  line-height:1;
}

.reb-hero-proof i{
  color:#a7bcff;
  font-size:19px;
}

.reb-hero-proof span{
  max-width:145px;
  color:rgba(255,255,255,.61);
  font-size:9.5px;
  font-weight:800;
  letter-spacing:1.05px;
  line-height:1.45;
  text-transform:uppercase;
}

.reb-hero-proof .reb-hero-proof-note span{
  max-width:260px;
  margin:0;
  color:rgba(255,255,255,.61);
  font-size:12px;
  font-weight:700;
  letter-spacing:.2px;
  line-height:1.55;
  text-transform:none;
}

.reb-catalog{
  padding:40px 0;
  background:var(--bg-soft);
  scroll-margin-top:var(--topbar-height);
}

.reb-catalog-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:42px;
  align-items:start;
}

.reb-category-panel{
  position:sticky;
  top:calc(var(--topbar-height) + 24px);
  overflow:hidden;
  border:1px solid #dce1e9;
  background:#fff;
  box-shadow:0 12px 36px rgba(19,36,74,.06);
}

.reb-panel-heading{
  padding:28px 25px 24px;
  border-bottom:1px solid #e2e6ed;
}

.reb-panel-heading > span{
  display:block;
  margin-bottom:7px;
  color:var(--primary);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.reb-panel-heading h2{
  margin:0 0 9px;
  font-family:'Barlow Condensed',sans-serif;
  font-size:27px;
  line-height:1.05;
  color:var(--ink);
}

.reb-panel-heading p{
  margin:0;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.65;
}

.reb-category-list{
  padding:8px 0;
}

.reb-category-button{
  position:relative;
  width:100%;
  min-height:58px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  padding:10px 19px 10px 22px;
  border:0;
  border-left:3px solid transparent;
  background:transparent;
  color:#4d586e;
  text-align:left;
  cursor:pointer;
  transition:background .2s,color .2s,border-color .2s;
}

.reb-category-button + .reb-category-button{
  border-top:1px solid #edf0f4;
}

.reb-category-icon{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f0f3f8;
  color:#68748a;
  font-size:12px;
  transition:background .2s,color .2s;
}

.reb-category-name{
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}

.reb-category-count{
  min-width:25px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 6px;
  border-radius:2px;
  background:#f0f3f8;
  color:#6c7689;
  font-size:9px;
  font-weight:800;
}

.reb-category-button:hover{
  background:#f7f8fb;
  color:var(--primary);
}

.reb-category-button.active{
  border-left-color:var(--primary);
  background:var(--primary-soft);
  color:var(--primary);
}

.reb-category-button.active .reb-category-icon{
  background:var(--primary);
  color:#fff;
}

.reb-category-button.active .reb-category-count{
  background:#fff;
  color:var(--primary);
}

.reb-category-button:focus-visible,
.reb-page-button:focus-visible,
.reb-product-link:focus-visible,
.reb-hero-panel a:focus-visible,
.reb-select-wrap select:focus-visible{
  outline:3px solid rgba(43,77,177,.22);
  outline-offset:2px;
}

.reb-panel-help{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:21px 22px 23px;
  background:var(--primary-dark);
  color:#fff;
}

.reb-panel-help > i{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:#a7bcff;
  font-size:14px;
}

.reb-panel-help strong{
  display:block;
  margin:2px 0 6px;
  font-size:11px;
  line-height:1.3;
}

.reb-panel-help a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.68);
  font-size:9px;
  font-weight:700;
  letter-spacing:.4px;
}

.reb-panel-help a:hover{color:#fff;}

.reb-products-area{min-width:0;}

.reb-products-heading{
  min-height:128px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:30px;
  align-items:end;
  margin-bottom:26px;
  padding:0 0 24px;
  border-bottom:1px solid #d8dee7;
}

.reb-section-label{
  margin-bottom:9px;
  color:var(--primary);
}

.reb-products-heading h2{
  margin:0 0 7px;
  font-family:'Barlow Condensed',sans-serif;
  font-size:40px;
  line-height:1;
  color:var(--ink);
}

.reb-products-heading p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.65;
}

.reb-result-count{
  min-width:76px;
  padding-left:22px;
  border-left:1px solid #d3d9e3;
  text-align:right;
}

.reb-result-count strong{
  display:block;
  font-family:'Barlow Condensed',sans-serif;
  font-size:34px;
  line-height:.9;
  color:var(--primary);
}

.reb-result-count span{
  display:block;
  margin-top:5px;
  color:#788397;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

.reb-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.reb-product-card{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #d9dee7;
  background:#fff;
  box-shadow:0 8px 25px rgba(20,36,70,.035);
  transition:transform .25s,border-color .25s,box-shadow .25s;
  animation:rebCardIn .36s both;
}

.reb-product-card:hover{
  transform:translateY(-5px);
  border-color:rgba(29,52,140,.28);
  box-shadow:0 18px 42px rgba(24,43,91,.12);
}

@keyframes rebCardIn{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}

.reb-product-image{
  position:relative;
  flex-shrink:0;
  height:198px;
  overflow:hidden;
  background:#e7ebf1;
}

.reb-product-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(6,15,31,.13));
  pointer-events:none;
}

.reb-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease,filter .35s;
}

.reb-product-card:hover .reb-product-image img{
  transform:scale(1.055);
  filter:saturate(1.08);
}

.reb-product-code{
  position:absolute;
  z-index:1;
  top:15px;
  left:15px;
  padding:6px 9px;
  border-radius:2px;
  background:rgba(255,255,255,.9);
  color:#1c2945;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.reb-product-body{
  flex:1;
  min-height:221px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:22px 22px 23px;
}

.reb-product-family{
  margin-bottom:9px;
  color:var(--primary);
  font-size:8.5px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.reb-product-body h3{
  margin:0 0 10px;
  font-family:'Barlow Condensed',sans-serif;
  font-size:24px;
  line-height:1.06;
  color:var(--ink);
}

.reb-product-specs{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 21px;
  padding:0;
  list-style:none;
}

.reb-product-specs li{
  padding:5px 7px;
  border:1px solid #e0e5ed;
  background:#f7f8fa;
  color:#687386;
  font-size:8px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.reb-product-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:36px;
  margin-top:auto;
  padding:0 16px;
  border:1px solid var(--primary);
  border-radius:2px;
  color:var(--primary);
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  transition:background .2s,color .2s,border-color .2s;
}

.reb-product-link:hover{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
}

.reb-product-link i{
  font-size:9px;
  transition:transform .2s;
}

.reb-product-link:hover i{transform:translateX(3px);}

.reb-pagination{
  min-height:44px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:38px;
}

.reb-page-button{
  min-width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border:1px solid #d4dae4;
  border-radius:2px;
  background:#fff;
  color:#3f4b61;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
  transition:background .2s,border-color .2s,color .2s,transform .2s;
}

.reb-page-button.reb-page-wide{
  width:auto;
  border-radius:2px;
  gap:8px;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.reb-page-button:hover:not(:disabled){
  transform:translateY(-1px);
  border-color:var(--primary);
  color:var(--primary);
}

.reb-page-button.active{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
}

.reb-page-button:disabled{
  opacity:.38;
  cursor:not-allowed;
}

.reb-mobile-category{display:none;}

@media(max-width:1180px){
  .reb-hero-main{grid-template-columns:minmax(0,1fr) 330px;gap:38px;}
  .reb-hero h1{font-size:56px;}
  .reb-hero-proof > div{padding-left:16px;padding-right:16px;}
  .reb-catalog-layout{grid-template-columns:235px minmax(0,1fr);gap:28px;}
  .reb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:900px){
  .reb-hero,.reb-hero-inner{min-height:0;}
  .reb-hero-main{grid-template-columns:1fr;gap:30px;padding:54px 0 36px;}
  .reb-hero-copy{max-width:690px;}
  .reb-hero h1{font-size:54px;}
  .reb-hero-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  .reb-hero-panel-label{grid-column:1 / -1;}
  .reb-hero-panel a:nth-of-type(even){border-left:1px solid rgba(255,255,255,.12);}
  .reb-hero-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
  .reb-hero-proof > div:nth-child(2){border-right:0;}
  .reb-hero-proof > div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12);}
  .reb-hero-proof > div:nth-child(3){border-right:0;}
  .reb-hero-proof .reb-hero-proof-note{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.12);}
  .reb-catalog{padding:40px 0;}
  .reb-mobile-category{display:block;margin-bottom:25px;}
  .reb-mobile-category label{display:block;margin-bottom:9px;color:var(--ink);font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;}
  .reb-select-wrap{position:relative;}
  .reb-select-wrap select{width:100%;height:52px;padding:0 48px 0 16px;border:1px solid #ccd4e1;border-radius:0;background:#fff;color:var(--ink);font:700 13px 'Inter',sans-serif;appearance:none;}
  .reb-select-wrap i{position:absolute;top:50%;right:17px;transform:translateY(-50%);color:var(--primary);font-size:11px;pointer-events:none;}
  .reb-catalog-layout{display:block;}
  .reb-category-panel{display:none;}
  .reb-products-heading{min-height:0;}
}

@media(max-width:760px){
  .reb-hero-inner,
  .reb-catalog > .container,
  .breadcrumb-bar .container{padding-left:20px;padding-right:20px;}
  .reb-hero-media{background-position:66% center;}
  .reb-hero-main{gap:28px;padding:48px 0 30px;}
  .reb-eyebrow{margin-bottom:16px;}
  .reb-hero h1{max-width:520px;font-size:45px;line-height:.98;}
  .reb-hero p{font-size:14px;line-height:1.7;}
  .reb-hero-panel-label{padding-left:15px;padding-right:15px;}
  .reb-hero-panel a{min-height:58px;grid-template-columns:22px minmax(0,1fr);gap:10px;padding:9px 14px;}
  .reb-hero-panel a > i:last-child{display:none;}
  .reb-hero-panel strong{font-size:11.5px;}
  .reb-hero-proof > div{min-height:70px;padding:13px 15px;}
  .reb-hero-proof strong{font-size:25px;}
  .reb-hero-proof span{font-size:8.5px;}
  .reb-hero-proof .reb-hero-proof-note span{font-size:10.5px;}
  .reb-catalog{padding:40px 0;}
  .reb-products-heading{grid-template-columns:1fr;gap:16px;align-items:start;margin-bottom:21px;}
  .reb-products-heading h2{font-size:34px;}
  .reb-products-heading p{font-size:12px;}
  .reb-result-count{display:flex;align-items:baseline;gap:7px;padding:0;border:0;text-align:left;}
  .reb-result-count strong{font-size:27px;}
  .reb-result-count span{margin:0;}
  .reb-product-grid{grid-template-columns:1fr;gap:17px;}
  .reb-product-image{height:215px;}
  .reb-product-body{min-height:200px;}
  .reb-pagination{margin-top:30px;gap:6px;}
  .reb-page-button{min-width:38px;height:38px;padding:0 11px;}
  .reb-page-button.reb-page-wide span{display:none;}
}

@media(max-width:520px){
  .reb-hero-panel{display:none;}
}

@media(prefers-reduced-motion:reduce){
  .reb-product-card{animation:none;}
  .reb-product-card,
  .reb-product-image img,
  .reb-page-button,
  .reb-hero-panel a,
  .reb-hero-panel a > i:last-child{transition:none;}
}
