.industrial-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.industrial-svg-mark {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.industrial-kicker,
.industrial-topic-nav span,
.industrial-product-family span,
.industrial-proof__grid span,
.industrial-support-pages span,
.industrial-article-card span,
.industrial-service-card span,
.industrial-decision__grid span,
.industrial-scenario-grid span,
.industrial-case-record span,
.industrial-detail-notes span,
.industrial-service-timeline > article > span,
.industrial-contact-brief span,
.industrial-contact-workbench article > span,
.industrial-footer strong,
.industrial-faq__grid h3,
.industrial-detail-faq h2,
.industrial-detail-faq h3,
.industrial-faq-bank h2,
.industrial-faq-bank h3,
.industrial-case-grid h3,
.industrial-glossary__grid strong,
.industrial-product-profile span,
.industrial-proof-detail__hero dt {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.industrial-kicker .industrial-svg-mark,
.industrial-header__index .industrial-svg-mark,
.industrial-footer strong .industrial-svg-mark {
  width: 18px;
  height: 18px;
}

.industrial-topic-nav > a > .industrial-svg-mark,
.industrial-hero__routes > a > .industrial-svg-mark,
.industrial-contact-panel__routes > a > .industrial-svg-mark {
  width: 22px;
  height: 22px;
  color: var(--red);
  margin-bottom: 8px;
}

.industrial-topic-nav > a > .industrial-svg-mark {
  display: block;
}

.industrial-hero__routes > a,
.industrial-contact-panel__routes > a {
  display: grid;
  align-content: start;
}

.industrial-detail-tags span {
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 7px 11px;
  background: var(--soft);
  color: var(--blue);
  font-weight: 800;
}

#main,
section[id],
article[id] {
  scroll-margin-top: 96px;
}

.industrial-product-ledger article {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.industrial-product-ledger article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.industrial-product-ledger article strong {
  display: block;
  color: var(--blue);
}

.industrial-products__layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 18px;
}

.industrial-product-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.industrial-product-family {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 18px;
}

.industrial-product-family header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 6px 12px;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.industrial-product-family header > span {
  grid-column: 1;
  grid-row: 1;
}

.industrial-product-family header > h3 {
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 22px;
  line-height: 1.25;
}

.industrial-product-family header > p {
  grid-column: 2;
  grid-row: 1;
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.industrial-product-family > div {
  grid-template-columns: 1fr;
  gap: 12px;
}

.industrial-product-family > div > a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "media"
    "label"
    "title"
    "summary";
  align-items: start;
  gap: 9px;
  padding: 14px;
}

.industrial-product-family > div > a:not(:has(figure)) {
  grid-template-columns: 1fr;
  grid-template-areas:
    "label"
    "title"
    "summary";
}

.industrial-product-family > div > a > figure {
  grid-area: media;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 178px;
}

.industrial-product-family > div > a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-product-family > div > a > span {
  grid-area: label;
  margin: 0;
}

.industrial-product-family > div > a > strong {
  grid-area: title;
  display: block;
  line-height: 1.35;
}

.industrial-product-family > div > a > p {
  grid-area: summary;
  color: #334155;
  line-height: 1.55;
}

.industrial-product-ledger {
  gap: 14px;
}

.industrial-product-ledger h3 {
  font-size: 20px;
  line-height: 1.25;
}

.industrial-product-ledger article {
  display: grid;
  gap: 4px;
}

.industrial-product-ledger article span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.industrial-product-ledger article p {
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.industrial-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.industrial-product-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 24, 47, 0.05);
}

.industrial-product-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  min-height: 190px;
  overflow: hidden;
  border-radius: 7px;
  background: #dbe4ee;
}

.industrial-product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.industrial-product-card__meta span {
  color: var(--blue);
  font-weight: 900;
  min-width: 0;
}

.industrial-product-card__meta em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.industrial-product-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.32;
}

.industrial-product-card p {
  color: #334155;
  line-height: 1.58;
}

.industrial-product-ledger a {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.industrial-product-ledger a:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.industrial-product-ledger a span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.industrial-product-ledger a strong {
  color: var(--blue);
  line-height: 1.35;
}

.industrial-product-profile,
.industrial-case-record,
.industrial-contact-workbench {
  align-items: start;
}

.industrial-product-profile {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(220px, 0.85fr));
}

.industrial-product-profile article,
.industrial-case-record article,
.industrial-contact-workbench article {
  min-height: 0;
  align-content: start;
  gap: 8px;
  border-top: 3px solid rgba(0, 54, 134, 0.78);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: none;
}

.industrial-product-profile article strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.industrial-product-profile article p,
.industrial-case-record article p,
.industrial-contact-workbench article p {
  color: #334155;
  line-height: 1.58;
}

.industrial-contact-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.industrial-contact-brief div,
.industrial-contact-workbench article,
.industrial-contact-panel__routes a {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 14px;
}

.industrial-contact-brief span,
.industrial-contact-workbench article > span,
.industrial-contact-panel__routes span {
  display: block;
  color: var(--red);
  font-weight: 900;
  margin-bottom: 4px;
}

.industrial-contact-brief strong,
.industrial-contact-panel__routes strong {
  display: block;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.industrial-contact-detail__hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  align-items: stretch;
}

.industrial-contact-detail__hero > div {
  align-self: center;
}

.industrial-contact-detail__hero figure {
  min-height: 260px;
}

.industrial-contact-detail__hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-contact-workbench {
  align-items: stretch;
}

.industrial-contact-workbench article {
  display: grid;
  align-content: start;
  gap: 12px;
  background: #fff;
}

.industrial-contact-workbench h2 {
  font-size: 24px;
  line-height: 1.25;
}

.industrial-contact-workbench p {
  color: var(--muted);
}

.industrial-contact-workbench ul {
  margin: 0;
  padding-left: 18px;
  color: #243143;
}

.industrial-contact-workbench li + li {
  margin-top: 8px;
}

.industrial-contact-workbench dl {
  margin: 0;
}

.industrial-contact-workbench dt {
  color: var(--muted);
  font-weight: 800;
}

.industrial-contact-workbench dd {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

.industrial-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industrial-contact-links a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 10px;
  color: var(--blue);
  background: #fff;
  font-weight: 900;
}

.industrial-detail-board--contact {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.industrial-detail-board--contact > div:first-child {
  position: sticky;
  top: 102px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.industrial-detail-board--contact > div:first-child p:not(.industrial-kicker) {
  color: var(--muted);
  margin: 10px 0 16px;
}

.industrial-contact-ledger {
  display: grid;
  gap: 10px;
  margin: 14px 0 16px;
}

.industrial-contact-ledger div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
}

.industrial-contact-ledger dt {
  color: var(--muted);
  font-weight: 800;
}

.industrial-contact-ledger dd {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
  text-align: right;
}

.industrial-contact-panel__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.industrial-contact-panel__routes a {
  background: var(--soft);
}

.industrial-footer__bottom {
  align-items: center;
}

.industrial-footer__legal,
.industrial-footer__registry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  min-width: 0;
}

.industrial-footer__legal strong {
  color: #fff;
  font-weight: 900;
}

.industrial-footer__legal span,
.industrial-footer__registry span {
  color: #9aa8ba;
  overflow-wrap: anywhere;
}

.industrial-footer__registry {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .industrial-products__layout,
  .industrial-contact-detail__hero,
  .industrial-detail-board--contact {
    grid-template-columns: 1fr;
  }

  .industrial-product-groups,
  .industrial-product-grid,
  .industrial-product-profile {
    grid-template-columns: 1fr;
  }

  .industrial-detail-board--contact > div:first-child {
    position: static;
  }
}

@media (max-width: 760px) {
  .industrial-contact-brief,
  .industrial-contact-panel__routes {
    grid-template-columns: 1fr;
  }

  .industrial-product-card figure {
    min-height: 185px;
  }

  .industrial-contact-detail__hero figure {
    min-height: 220px;
  }

  .industrial-footer__bottom {
    display: grid;
  }

  .industrial-footer__registry {
    justify-content: flex-start;
  }
}
