.new-products-page {
  background: #fff;
}
.new-products-page #page-title,
.new-products-page .page-title {
  display: none;
}

.product-experience {
  color: #1f252b;
  font-family: inherit;
  overflow: hidden;
}
.product-experience *,
.product-experience *::before,
.product-experience *::after {
  box-sizing: border-box;
}
.product-experience button,
.product-experience input,
.product-experience select {
  font: inherit;
}
.product-experience button,
.product-experience a {
  -webkit-tap-highlight-color: transparent;
}

.product-shell {
  max-width: 1440px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.product-eyebrow {
  align-items: center;
  color: #ef4123;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 30px;
}

.product-catalog-hero {
  background: radial-gradient(circle at 94% 15%, rgba(239, 65, 35, 0.07) 0, rgba(239, 65, 35, 0) 26%), linear-gradient(135deg, #fff 0%, #fbfbfa 100%);
  border-bottom: 1px solid rgba(223, 227, 230, 0.55);
  padding: 70px 0 52px;
  position: relative;
}
.product-catalog-hero::after {
  border: 1px solid rgba(239, 65, 35, 0.08);
  border-radius: 50%;
  content: "";
  height: 470px;
  position: absolute;
  right: -260px;
  top: -270px;
  width: 470px;
}

.product-catalog-hero-grid {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.product-catalog-hero-grid h1 {
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.93;
  margin: 18px 0 20px;
  max-width: 900px;
}
.product-catalog-hero-grid > div:first-child > p {
  color: #68727b;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
  min-height: 3.1em;
}

.product-catalog-stats {
  display: flex;
  gap: clamp(22px, 3vw, 48px);
  padding-bottom: 6px;
}
.product-catalog-stats span {
  color: #68727b;
  display: grid;
  font-size: 11px;
  gap: 6px;
  letter-spacing: 0.08em;
  min-width: 70px;
  text-transform: uppercase;
}
.product-catalog-stats strong {
  color: #ef4123;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}

.product-family-showcase {
  background: #f6f6f4;
  border-top: 1px solid #dfe3e6;
  border-bottom: 1px solid #dfe3e6;
  padding: 64px 0 70px;
}

.product-family-showcase-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.product-family-showcase-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.045em;
  margin: 0;
}

.product-family-rail {
  display: grid;
  gap: 12px;
  grid-auto-columns: minmax(250px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-color: #b8bec3 transparent;
  scrollbar-width: thin;
}

.product-family-card {
  background: #fff;
  border: 1px solid #dfe3e6;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  min-height: 155px;
  padding: 22px;
  position: relative;
  text-align: left;
}
.product-family-card::before {
  background: var(--family-accent, #ef4123);
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}
.product-family-card:hover, .product-family-card:focus-visible, .product-family-card.is-active {
  border-color: var(--family-accent, #ef4123);
  outline: 2px solid var(--family-accent, #ef4123);
  outline-offset: -2px;
}
.product-family-card:hover::before, .product-family-card:focus-visible::before, .product-family-card.is-active::before {
  height: 9px;
}
.product-family-card .product-family-number {
  color: #aeb4b8;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.product-family-card strong {
  align-self: end;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  max-width: 215px;
}
.product-family-card > span:not(.product-family-number) {
  color: #68727b;
  font-size: 11px;
  margin-top: 8px;
}
.product-family-card i {
  bottom: 18px;
  color: var(--family-accent, #ef4123);
  font-size: 20px;
  font-style: normal;
  position: absolute;
  right: 20px;
}

.product-catalog-toolbar {
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 4;
}

.product-catalog-toolbar-grid {
  background: linear-gradient(110deg, hsl(210, 26%, 28%) 0%, hsl(212.9872543813, 19.589076723%, 30.1568627451%) 100%);
  box-shadow: 0 18px 46px rgba(50, 57, 74, 0.2);
  align-items: stretch;
  border-radius: 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 0;
}

.product-catalog-toolbar.is-full-width {
  background: linear-gradient(110deg, hsl(210, 26%, 28%) 0%, hsl(212.9872543813, 19.589076723%, 30.1568627451%) 100%);
  box-shadow: 0 18px 46px rgba(50, 57, 74, 0.2);
}

.product-catalog-toolbar.is-full-width .product-catalog-toolbar-grid {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
}

.product-search {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0;
  min-width: 0;
  padding: 0 26px;
}
.product-search svg {
  fill: none;
  flex: 0 0 24px;
  height: 24px;
  stroke: #dcebed;
  stroke-linecap: round;
  stroke-width: 1.7;
  width: 24px;
}
.product-search input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: 1.08rem;
  height: 78px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.product-search input::placeholder {
  color: #dcebed;
  opacity: 1;
}
.product-search:focus-within {
  box-shadow: inset 0 -3px #ef4123;
}
.product-search kbd {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  min-width: 28px;
  padding: 4px 8px;
  text-align: center;
}

.product-sort {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0 22px;
}
.product-sort span {
  color: #dcebed;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-sort select {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.92rem;
  outline: 0;
  padding: 10px 28px 10px 6px;
}
.product-sort select option {
  background: #fff;
  color: #1f252b;
}

.product-catalog-workspace {
  align-items: start;
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  grid-template-columns: 285px minmax(0, 1fr);
  padding-bottom: 72px;
  padding-top: 42px;
}

.product-filter-panel {
  background: #fff;
  border: 1px solid #dfe3e6;
  position: sticky;
  top: 100px;
}

.product-mobile-filter-toggle {
  display: none;
}

.product-filter-title {
  align-items: baseline;
  border-bottom: 1px solid #dfe3e6;
  display: flex;
  justify-content: space-between;
  padding: 22px 22px 18px;
}
.product-filter-title h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.product-filter-title button {
  background: none;
  border: 0;
  color: #ef4123;
  cursor: pointer;
  font-size: 11px;
  padding: 0;
  text-decoration: underline;
}

.product-filter-body label {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  line-height: 1.35;
  padding: 11px 20px;
}
.product-filter-body label input {
  appearance: none;
  border: 1px solid #bdc4c9;
  border-radius: 50%;
  height: 13px;
  margin: 0;
  width: 13px;
}
.product-filter-body label input:checked {
  background: radial-gradient(circle, #fff 0 34%, #ef4123 38% 100%);
  border-color: #ef4123;
}
.product-filter-body label b {
  color: #959da3;
  font-size: 10px;
  font-weight: 400;
}
.product-filter-body label:hover span {
  color: #ef4123;
}

.product-filter-all {
  border-bottom: 1px solid #dfe3e6;
  font-weight: 600;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.product-filter-family {
  border-bottom: 1px solid #dfe3e6;
}
.product-filter-family > label {
  font-weight: 600;
  grid-template-columns: 14px 4px minmax(0, 1fr) auto;
  padding-top: 15px;
}
.product-filter-family > label i {
  background: var(--filter-accent, #ef4123);
  height: 24px;
  width: 3px;
}

.product-filter-categories {
  padding: 0 0 8px 24px;
}
.product-filter-categories label {
  color: #68727b;
  padding-bottom: 8px;
  padding-top: 8px;
}

.product-context-panel {
  background: #f6f6f4;
  border: 1px solid #dfe3e6;
  display: block;
  margin-bottom: 32px;
}
.product-context-panel[hidden] {
  display: none;
}

.product-context-main {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(250px, 1fr) minmax(170px, 0.65fr);
  min-height: 250px;
}

.product-context-visual {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 250px;
  overflow: hidden;
  padding: 16px;
}
.product-context-visual img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-context-copy {
  border-top: 4px solid var(--context-accent, #ef4123);
  padding: 27px 28px 24px;
}
.product-context-copy > span {
  color: #ef4123;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-context-copy h2 {
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 16px 0 12px;
}
.product-context-copy p {
  color: #68727b;
  font-size: 12px;
  margin: 0;
}

.product-context-about {
  border-top: 1px solid #dfe3e6;
  margin-top: 22px;
  padding-top: 12px;
}
.product-context-about summary {
  color: #1f252b;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-context-about > div {
  color: #68727b;
  font-size: 12px;
  line-height: 1.55;
  padding-top: 13px;
}
.product-context-about > div > :last-child {
  margin-bottom: 0;
}

.product-context-quality {
  border-left: 1px solid #dfe3e6;
  border-top: 4px solid #1f252b;
  padding: 27px 22px 20px;
}
.product-context-quality > strong {
  color: #68727b;
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.product-context-quality > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
}
.product-context-quality img {
  height: 50px;
  max-width: 104px;
  object-fit: contain;
}

.product-context-documents {
  border-top: 1px solid #dfe3e6;
}
.product-context-documents summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  list-style: none;
}
.product-context-documents summary::-webkit-details-marker {
  display: none;
}
.product-context-documents summary:focus-visible {
  outline: 2px solid #1f252b;
  outline-offset: -2px;
}
.product-context-documents summary > .product-context-documents-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-context-documents summary b {
  align-items: center;
  background: #1f252b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 9px;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.product-context-documents summary em {
  color: #ef4123;
  font-size: 10px;
  font-style: normal;
  text-align: right;
}
.product-context-documents-action {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.product-context-documents-toggle {
  align-items: center;
  background: #1f252b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.product-context-documents-toggle svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  transition: transform 0.22s ease;
}
.product-context-documents--toggle-square summary {
  padding: 15px 20px;
}
.product-context-documents--toggle-square .product-context-documents-action {
  min-width: 149px;
}
.product-context-documents--toggle-square .product-context-documents-toggle {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}
.product-context-documents--toggle-square .product-context-documents-toggle svg {
  height: 18px;
  width: 18px;
}
.product-context-documents--toggle-edge summary {
  min-height: 62px;
  padding: 0 0 0 20px;
}
.product-context-documents--toggle-edge .product-context-documents-action {
  align-self: stretch;
  gap: 24px;
  min-width: 181px;
}
.product-context-documents--toggle-edge .product-context-documents-toggle {
  align-self: stretch;
  flex: 0 0 32px;
  width: 32px;
}
.product-context-documents--toggle-edge .product-context-documents-toggle svg {
  height: 16px;
  width: 16px;
}
.product-context-documents[open] summary {
  background: #fff;
}
.product-context-documents[open] .product-context-documents-toggle svg {
  transform: rotate(180deg);
}
.product-context-documents > div {
  border-top: 1px solid #dfe3e6;
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 360px;
  overflow-y: auto;
  padding: 10px 20px 18px;
  scrollbar-color: #b8bec3 transparent;
  scrollbar-width: thin;
}
.product-context-documents button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe3e6;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  font-size: 11px;
  gap: 15px;
  grid-template-columns: minmax(0, 1fr) 20px;
  justify-content: space-between;
  padding: 11px 0;
  text-align: left;
}
.product-context-documents button:hover {
  color: #ef4123;
}
.product-context-documents button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-context-documents button small {
  color: #ef4123;
  display: block;
  font-size: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.product-context-documents button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.6;
  width: 18px;
}

.product-results-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.product-results-heading p {
  color: #68727b;
  margin: 0;
}
.product-results-heading strong {
  color: #1f252b;
  font-size: 23px;
  font-weight: 400;
  margin-right: 5px;
}
.product-results-heading > span {
  color: #ef4123;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.product-card {
  background: #fff;
  border: 1px solid #dfe3e6;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-card[hidden] {
  display: none;
}
.product-card:hover {
  border-color: var(--card-accent, #ef4123);
  outline: 2px solid var(--card-accent, #ef4123);
  outline-offset: -2px;
}

.product-card-image {
  align-items: center;
  background: linear-gradient(135deg, transparent 49.7%, rgba(31, 37, 43, 0.035) 50%, transparent 50.3%), #f7f7f5;
  display: flex;
  height: 265px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product-card-image::before {
  background: var(--card-accent, #ef4123);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 44px;
  z-index: 2;
}
.product-card-image img {
  border-radius: 6px;
  height: 82%;
  max-width: 88%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.product-card-index {
  color: rgba(31, 37, 43, 0.06);
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 18px;
}

.product-card-view {
  background: #1f252b;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  letter-spacing: 0.06em;
  opacity: 0;
  padding: 11px 15px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}
.product-card:hover .product-card-view, .product-card-image:focus-visible .product-card-view {
  opacity: 1;
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 20px;
}
.product-card-body > p:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 13px;
}
.product-card-body > p:first-child span {
  border: 1px solid #dfe3e6;
  color: #68727b;
  font-size: 8px;
  letter-spacing: 0.08em;
  padding: 4px 6px;
  text-transform: uppercase;
}
.product-card-body h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}
.product-card-body h2 a {
  color: #1f252b;
}
.product-card-body h2 a:hover {
  color: #ef4123;
}

.product-card-summary {
  color: #68727b;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 3;
  line-height: 1.55;
  margin: 0 0 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.product-card-documents {
  border-top: 1px solid #dfe3e6;
  display: grid;
  margin-top: auto;
  padding-top: 12px;
}
.product-card-documents button {
  align-items: center;
  background: none;
  border: 0;
  color: #1f252b;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  padding: 5px 0;
  text-align: left;
}
.product-card-documents button:hover {
  color: #ef4123;
}
.product-card-documents button b {
  color: #ef4123;
}
.product-card-documents > a {
  color: #68727b;
  font-size: 9px;
  margin-top: 7px;
  text-decoration: underline;
}

.product-empty-state {
  border: 1px dashed #c6ccd0;
  padding: 70px 30px;
  text-align: center;
}
.product-empty-state[hidden] {
  display: none;
}
.product-empty-state strong {
  color: #ef4123;
  font-size: 48px;
  font-weight: 300;
}
.product-empty-state h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0;
}
.product-empty-state p {
  color: #68727b;
}
.product-empty-state button {
  background: #1f252b;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 11px 18px;
}

.product-load-more {
  background: transparent;
  border: 1px solid #1f252b;
  color: #1f252b;
  cursor: pointer;
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  margin: 42px auto 0;
  padding: 14px 28px;
  text-transform: uppercase;
}
.product-load-more[hidden] {
  display: none;
}
.product-load-more:hover {
  background: #1f252b;
  color: #fff;
}

.product-experience .certificate-viewer-shell {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}
.product-experience .certificate-viewer-header {
  grid-row: 1;
}
.product-experience .certificate-viewer-context {
  grid-row: 2;
}
.product-experience .certificate-viewer-stage {
  grid-row: 3;
}
.product-experience .certificate-viewer-hint {
  grid-row: 4;
}

.product-detail {
  --product-accent: #ef4123;
  --product-accent-text: #fff;
}

.product-breadcrumbs {
  align-items: center;
  color: #68727b;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 10px;
  padding-bottom: 22px;
  padding-top: 28px;
}
.product-breadcrumbs a {
  color: #68727b;
}
.product-breadcrumbs a:hover {
  color: #ef4123;
}

.product-detail-hero {
  background: linear-gradient(135deg, #f6f6f4 0%, #fff 72%);
  border-bottom: 1px solid #dfe3e6;
  padding: 0;
}

.product-detail-hero-grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
  min-height: 510px;
}

.product-detail-visual {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 24px 28px 28px 0;
  position: relative;
}
.product-detail-visual::after {
  border: 1px solid rgba(31, 37, 43, 0.06);
  border-radius: 50%;
  content: "";
  height: 450px;
  position: absolute;
  width: 450px;
}
.product-detail-visual img {
  border-radius: 6px;
  height: 100%;
  max-height: 454px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2;
}

.product-detail-visual-index {
  color: rgba(31, 37, 43, 0.045);
  font-size: clamp(130px, 18vw, 270px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
  position: absolute;
}

.product-detail-heading {
  align-self: center;
  border-left: 1px solid #dfe3e6;
  padding: clamp(38px, 4vw, 62px);
}
.product-detail-heading h1 {
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 17px 0 22px;
}

.product-detail-path {
  color: #68727b;
  font-size: 10px;
  letter-spacing: 0.09em;
  margin: 28px 0 0;
  text-transform: uppercase;
}
.product-detail-path span {
  color: var(--product-accent);
  margin: 0 7px;
}

.product-detail-summary {
  color: #68727b;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.product-primary-link,
.product-secondary-link {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 46px;
  padding: 0 19px;
  text-transform: uppercase;
}

.new-products-page .product-experience a.product-primary-link {
  background: var(--product-accent);
  color: var(--product-accent-text);
}
.new-products-page .product-experience a.product-primary-link:hover, .new-products-page .product-experience a.product-primary-link:focus, .new-products-page .product-experience a.product-primary-link:active {
  color: var(--product-accent-text);
}
.new-products-page .product-experience a.product-primary-link:hover {
  filter: brightness(0.94);
}

.product-secondary-link {
  border: 1px solid #dfe3e6;
  color: #1f252b;
}
.product-secondary-link:hover {
  border-color: #1f252b;
  color: #1f252b;
}

.product-quality-strip {
  align-items: center;
  border-top: 1px solid #dfe3e6;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  padding-top: 18px;
}
.product-quality-strip img {
  height: 52px;
  max-width: 106px;
  object-fit: contain;
}
.product-quality-strip span {
  color: #68727b;
  font-size: 9px;
  letter-spacing: 0.08em;
  margin-left: auto;
  text-transform: uppercase;
}

.product-detail-resources,
.product-detail-content {
  padding: clamp(58px, 6vw, 82px) 0;
}

.product-detail-resources {
  background: #fff;
}

.product-detail-content {
  background: #f6f6f4;
  border-bottom: 1px solid #dfe3e6;
  border-top: 1px solid #dfe3e6;
}

.product-detail-section-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.product-section-heading {
  position: sticky;
  top: 110px;
}
.product-section-heading h2 {
  font-size: clamp(37px, 4.3vw, 62px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 25px 0;
}
.product-section-heading > p {
  color: #68727b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.product-document-type-summary {
  border-top: 1px solid #dfe3e6;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  padding-top: 20px;
}
.product-document-type-summary span {
  color: #68727b;
  display: grid;
  font-size: 9px;
  gap: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-document-type-summary strong {
  color: #ef4123;
  font-size: 25px;
  font-weight: 300;
}

.product-document-list {
  border-top: 1px solid #dfe3e6;
}

.product-document-view-options {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.product-document-view-options button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe3e6;
  color: #68727b;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: -1px;
  padding: 0;
  width: 40px;
}
.product-document-view-options button:first-child {
  margin-left: 0;
}
.product-document-view-options button:hover, .product-document-view-options button:focus-visible {
  border-color: #1f252b;
  color: #1f252b;
  position: relative;
  z-index: 1;
}
.product-document-view-options button:focus-visible {
  outline: 2px solid #ef4123;
  outline-offset: 2px;
}
.product-document-view-options button.is-active {
  background: #1f252b;
  border-color: #1f252b;
  color: #fff;
  position: relative;
  z-index: 2;
}
.product-document-view-options svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.4;
  width: 20px;
}
.product-document-view-options button:last-child svg {
  fill: currentColor;
  stroke: none;
}

.product-document-list.is-grid {
  border-top: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-document-list.is-grid .product-document-row {
  border: 1px solid #dfe3e6;
  grid-template-columns: minmax(0, 1fr) 40px;
  min-height: 112px;
}
.product-document-list.is-grid .product-document-row:hover {
  border-color: #1f252b;
  outline: 1px solid #1f252b;
  outline-offset: -1px;
}
.product-document-list.is-grid .product-document-open {
  align-content: center;
  align-items: center;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  padding: 14px;
}
.product-document-list.is-grid .product-document-icon {
  grid-column: 1;
  grid-row: auto;
  height: 48px;
  width: 38px;
}
.product-document-list.is-grid .product-document-copy {
  align-self: center;
  grid-column: 2;
  grid-row: auto;
}
.product-document-list.is-grid .product-document-arrow {
  grid-column: 3;
  grid-row: auto;
  padding-top: 0;
}

.product-document-row {
  align-items: stretch;
  border-bottom: 1px solid #dfe3e6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  min-height: 102px;
}
.product-document-row:hover {
  background: #fafaf8;
}
.product-document-row > a {
  align-items: center;
  border-left: 1px solid #dfe3e6;
  color: #68727b;
  display: flex;
  font-size: 18px;
  justify-content: center;
}
.product-document-row > a:hover {
  background: #1f252b;
  color: #fff;
}
.product-document-row > a svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.product-document-open {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  padding: 18px 22px 18px 0;
  text-align: left;
}

.product-document-icon {
  align-items: center;
  background: hsl(210, 26%, 28%);
  color: #fff;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 44px;
}

.product-document-copy {
  display: grid;
  gap: 4px;
}
.product-document-copy strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.product-document-type {
  color: #ef4123;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-document-meta {
  color: #68727b;
  font-size: 10px;
}

.product-document-arrow {
  color: #ef4123;
}
.product-document-arrow svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.6;
  width: 21px;
}

.product-rich-content {
  color: #434a50;
  font-size: 15px;
  line-height: 1.75;
}
.product-rich-content h2,
.product-rich-content h3,
.product-rich-content h4,
.product-rich-content h5 {
  color: #1f252b;
  font-weight: 500;
  line-height: 1.35;
  margin: 1.8em 0 0.8em;
}
.product-rich-content h2:first-child,
.product-rich-content h3:first-child,
.product-rich-content h4:first-child,
.product-rich-content h5:first-child {
  margin-top: 0;
}
.product-rich-content img {
  height: auto;
  max-width: 11vw;
}
.product-rich-content ul,
.product-rich-content ol {
  padding-left: 1.25em;
}

.product-related-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.product-related-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.product-related-heading h2 {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 20px 0 0;
}
.product-related-heading > a {
  color: #ef4123;
  font-size: 11px;
  text-transform: uppercase;
}

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

.product-related-card {
  border: 1px solid #dfe3e6;
  color: #1f252b;
  display: grid;
  gap: 9px;
  padding: 18px;
}
.product-related-card:hover {
  border-color: var(--product-accent);
  color: #1f252b;
}
.product-related-card strong {
  font-size: 15px;
  font-weight: 500;
}
.product-related-card > span:last-child {
  color: #ef4123;
  font-size: 9px;
  text-transform: uppercase;
}

.product-related-image {
  align-items: center;
  background: #f6f6f4;
  display: flex;
  height: 210px;
  justify-content: center;
  margin-bottom: 8px;
}
.product-related-image img {
  border-radius: 5px;
  height: 85%;
  max-width: 88%;
  object-fit: contain;
}

.product-detail-pagination {
  border-top: 1px solid #dfe3e6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 65px;
  padding-top: 30px;
}
.product-detail-pagination a {
  color: #1f252b;
  display: grid;
  gap: 5px;
}
.product-detail-pagination a:last-child {
  text-align: right;
}
.product-detail-pagination a span {
  color: #68727b;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-detail-pagination a strong {
  font-size: 13px;
  font-weight: 500;
}
.product-detail-pagination a:hover strong {
  color: #ef4123;
}

@media (max-width: 1199px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-detail-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  }
  .product-detail-heading {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .product-catalog-hero-grid,
  .product-detail-section-grid {
    grid-template-columns: 1fr;
  }
  .product-catalog-stats {
    justify-content: flex-start;
  }
  .product-catalog-workspace {
    display: block;
    padding-top: 28px;
  }
  .product-filter-panel {
    margin-bottom: 28px;
    position: static;
  }
  .product-mobile-filter-toggle {
    align-items: center;
    background: #fff;
    border: 0;
    color: #1f252b;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 18px 20px;
    width: 100%;
  }
  .product-mobile-filter-toggle b:not(:empty) {
    align-items: center;
    background: #ef4123;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 10px;
    height: 26px;
    justify-content: center;
    padding: 0;
    width: 26px;
  }
  .product-filter-body {
    display: none;
  }
  .product-filter-body.is-open {
    display: block;
  }
  .product-context-main {
    grid-template-columns: 1fr 1fr;
  }
  .product-context-quality {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
    grid-column: 1/-1;
  }
  .product-section-heading {
    position: static;
  }
  .product-detail-hero-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-visual {
    min-height: 480px;
    padding: 22px;
  }
  .product-detail-heading {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
  }
}
@media (max-width: 767px) {
  .product-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-catalog-hero {
    padding: 48px 0 34px;
  }
  .product-catalog-hero-grid h1 {
    font-size: 48px;
  }
  .product-catalog-stats {
    border-top: 1px solid #dfe3e6;
    gap: 20px;
    padding-top: 25px;
  }
  .product-catalog-stats strong {
    font-size: 34px;
  }
  .product-catalog-toolbar-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .product-search kbd {
    display: none;
  }
  .product-search input {
    height: 64px;
  }
  .product-sort {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: flex-end;
    padding: 7px 16px;
  }
  .product-sort span {
    display: none;
  }
  .product-sort select {
    width: 100%;
  }
  .product-context-main {
    grid-template-columns: 1fr;
  }
  .product-context-quality {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
    grid-column: auto;
  }
  .product-context-documents > div {
    grid-template-columns: 1fr;
  }
  .product-family-showcase {
    padding: 48px 0 54px;
  }
  .product-family-showcase-heading {
    align-items: start;
    display: grid;
    gap: 14px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card-image {
    height: 310px;
  }
  .product-detail-visual {
    min-height: 380px;
    padding: 18px;
  }
  .product-detail-visual::after {
    height: 300px;
    width: 300px;
  }
  .product-detail-heading {
    padding: 40px 18px 46px;
  }
  .product-document-open {
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding-right: 12px;
  }
  .product-document-icon {
    height: 52px;
    width: 40px;
  }
  .product-document-arrow {
    display: none;
  }
  .product-document-list.is-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-document-list.is-grid .product-document-row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 34px;
    min-height: 0;
  }
  .product-document-list.is-grid .product-document-row > a {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
  }
  .product-document-list.is-grid .product-document-row > a svg {
    height: 17px;
    width: 17px;
  }
  .product-document-list.is-grid .product-document-open {
    align-content: start;
    align-items: start;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 36px auto;
    min-width: 0;
    padding: 10px 12px;
  }
  .product-document-list.is-grid .product-document-icon {
    height: 36px;
    width: 29px;
  }
  .product-document-list.is-grid .product-document-copy {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    gap: 3px;
    min-width: 0;
  }
  .product-document-list.is-grid .product-document-copy strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-document-list.is-grid .product-document-type,
  .product-document-list.is-grid .product-document-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-related-grid {
    display: flex;
    margin-right: -18px;
    overflow-x: auto;
    padding-right: 18px;
  }
  .product-related-card {
    flex: 0 0 82%;
  }
  .product-related-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .product-detail-pagination strong {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-experience *,
  .product-experience *::before,
  .product-experience *::after {
    scroll-behavior: auto !important;
  }
}
