.mat-catalog{padding:8px 0 72px;margin-top:0;min-height:0;}
.mat-catalog.materials{margin-top:0;min-height:0;}
.mat-catalog .box{background:transparent;display:block;}
.mat-doc .svc-doc-tech article{padding:18px 16px 16px;}
.mat-doc .craft-breadcrumb{padding-top:12px;}
.mat-doc .svc-doc-quote .home-btn{
  display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:12px 20px;border-radius:999px;font-weight:700;text-decoration:none;
}
.mat-catalog .materials-panel-title{font-family:MB,Montserrat,sans-serif;font-size:clamp(22px,3vw,30px);color:#1a1a2e;}
.mat-catalog .materials-family-lead{color:#5b6472;max-width:760px;line-height:1.65;}
.m_head_nav .m-nav-services-panel .m-nav-group{
  display:block;margin:12px 0 4px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e94560;
}

.mat-library{
  display:grid;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr);
  gap:28px 32px;
  align-items:start;
}
.mat-lib-rail{
  position:sticky;
  top:calc(108px + var(--site-top-banner-offset, 0px));
  padding:22px 18px 20px;
  border:1px solid rgba(22,33,62,.08);
  border-radius:16px;
  background:#f6f3ec;
}
.mat-lib-rail-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin-bottom:16px;
}
.mat-lib-rail-head h2{
  margin:0;
  font-family:MB,Montserrat,sans-serif;
  font-size:20px;
  line-height:1.2;
  color:#1a1a2e;
}
.mat-lib-count{
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8a9099;
  white-space:nowrap;
}
.mat-lib-rail-note{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#5c6370;
}
.mat-lib-form{display:grid;gap:14px;}
.mat-lib-search input{
  width:100%;
  box-sizing:border-box;
  height:42px;
  padding:0 12px;
  border:1px solid rgba(22,33,62,.12);
  border-radius:8px;
  background:#fff;
  font-size:14px;
}
.mat-lib-actions{display:flex;gap:8px;}
.mat-lib-apply,
.mat-lib-clear{
  flex:1 1 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}
.mat-lib-apply{
  border:0;
  background:#1a1a2e;
  color:#fff;
}
.mat-lib-clear{
  border:1px solid rgba(22,33,62,.16);
  background:#fff;
  color:#3d4450;
}
.mat-lib-block-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#1a1a2e;
}
.mat-lib-reset{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  color:#e94560;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.mat-lib-checks{display:grid;gap:8px;}
.mat-lib-checks label{
  display:grid;
  grid-template-columns:16px 1fr auto;
  align-items:center;
  gap:8px;
  margin:0;
  font-size:14px;
  color:#3d4450;
  cursor:pointer;
}
.mat-lib-checks em{
  font-style:normal;
  font-size:12px;
  color:#8a9099;
}
.mat-lib-select{
  width:100%;
  height:40px;
  border:1px solid rgba(22,33,62,.12);
  border-radius:8px;
  background:#fff;
  padding:0 10px;
  font-size:14px;
}
.mat-lib-main{min-width:0;}
.mat-lib-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
  padding:10px 0 12px;
  border-bottom:1px solid rgba(22,33,62,.08);
  position:sticky;
  top:calc(108px + var(--site-top-banner-offset, 0px));
  z-index:3;
  background:linear-gradient(#fff 70%, rgba(255,255,255,0));
}
.mat-library .materials-family-filter{
  display:flex;
  flex-wrap:wrap;
  gap:4px 18px;
  margin:0;
}
.mat-library .materials-family-filter button{
  appearance:none;
  border:0;
  background:none;
  padding:4px 0;
  border-radius:0;
  border-bottom:2px solid transparent;
  color:#5c6370;
  font-size:15px;
  font-weight:600;
  line-height:1.3;
  cursor:pointer;
}
.mat-library .materials-family-filter button .materials-family-count{
  font-weight:500;
  color:#8a9099;
  margin-left:4px;
}
.mat-library .materials-family-filter button.is-on{
  background:none;
  color:#e94560;
  border-color:#e94560;
}
.mat-library .materials-family-filter button.is-on .materials-family-count{color:#e94560;}
.mat-lib-results{
  flex:0 0 auto;
  font-size:13px;
  font-weight:600;
  color:#8a9099;
  white-space:nowrap;
}
.mat-lib-family-note{
  margin:0 0 18px;
  padding:16px 18px;
  border-left:3px solid #e94560;
  background:#faf8f4;
  border-radius:0 10px 10px 0;
  scroll-margin-top:140px;
}
.mat-lib-family-note h3{
  margin:0 0 6px;
  font-size:20px;
  color:#1a1a2e;
}
.mat-lib-family-note p{
  margin:0;
  color:#5c6370;
  line-height:1.6;
  max-width:72ch;
}
.mat-lib-guide{margin:0 0 20px;}
.mat-lib-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mat-lib-card{
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(22,33,62,.1);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(26,26,46,.04);
  scroll-margin-top:140px;
}
.mat-lib-card:hover{
  border-color:rgba(233,69,96,.45);
  box-shadow:0 12px 28px rgba(26,26,46,.08);
}
.mat-lib-card.is-anchor-target{
  outline:2px solid #e94560;
  outline-offset:3px;
}
.mat-lib-card-media{
  margin:0;
  aspect-ratio:2 / 1;
  background:#eceae4;
  overflow:hidden;
}
.mat-lib-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  cursor:zoom-in;
}
.mat-lib-card-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:16px 16px 18px;
  min-width:0;
}
.mat-lib-card-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.mat-lib-card-head h2,
.mat-lib-card-head .name{
  margin:0;
  font-size:16px;
  line-height:1.25;
  color:#1a1a2e;
}
.mat-lib-card-title-row .mat-lib-card-quote{flex:0 0 auto;}
.mat-lib-card-kicker{
  margin:4px 0 0;
  font-size:13px;
  color:#8a9099;
}
.mat-lib-card-tags{display:flex;flex-wrap:wrap;gap:6px;}
.mat-lib-card-tags span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:4px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.mat-lib-card-tags .is-process{
  background:rgba(233,69,96,.1);
  color:#e94560;
}
.mat-lib-card-tags .is-family{
  background:#f3f1ec;
  color:#5c6370;
}
.mat-lib-card-ability{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#3d4450;
}
.mat-lib-card-props{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.mat-lib-card-props span{
  padding:3px 8px;
  border-radius:999px;
  background:#f6f3ec;
  color:#3d4450;
  font-size:12px;
}
.mat-lib-card-finish-label{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:700;
  color:#8a9099;
}
.mat-lib-card-finish-list{display:flex;flex-wrap:wrap;gap:6px;}
.mat-lib-card-finish-list span{
  padding:3px 7px;
  border-radius:4px;
  background:#f3f1ec;
  color:#5c6370;
  font-size:11px;
}
.mat-lib-card-foot{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:2px;
  padding-top:10px;
  border-top:1px solid rgba(22,33,62,.06);
}
.mat-lib-card-tol{font-size:12px;color:#8a9099;}
.mat-lib-card-quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#e94560;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.mat-lib-card-quote:hover{color:#fff;opacity:.92;}
.mat-lib-empty{
  margin-top:24px;
  padding:28px 20px;
  text-align:center;
  color:#5c6370;
}
.mat-lib-empty a{color:#e94560;font-weight:700;}
.mat-library [data-family-item][hidden],
.mat-library [data-family-note][hidden],
.mat-library [data-empty-filter][hidden]{display:none !important;}
.mat-lib-search .visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media (max-width: 1100px){
  .mat-lib-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 900px){
  .mat-library{grid-template-columns:1fr;gap:20px;}
  .mat-lib-rail{position:static;}
  .mat-lib-toolbar{flex-direction:column;align-items:flex-start;}
  .mat-lib-checks{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 767px){
  .mat-catalog{padding:0 0 48px;}
  .mat-lib-grid{grid-template-columns:1fr;}
  .mat-lib-rail{padding:16px 14px;}
  .mat-lib-card-body{padding:14px;}
  .mat-lib-card-foot{flex-wrap:wrap;}
}
