.home-hero-kicker {
  align-items: center;
  color: #F0861A;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.home-hero-kicker::before {
  background: #F0861A;
  content: "";
  display: block;
  height: 2px;
  width: 38px;
}

.home-hero-title {
  color: #111827;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.home-hero-zh {
  color: #263142;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  margin-top: 12px;
  text-transform: none;
}

.home-hero-desc {
  color: #485364;
  display: block;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  max-width: 560px;
  text-transform: none;
}

.home-hero-accent {
  background: #F0861A;
  height: 360px;
  opacity: 0.96;
  width: 6px;
}

.home-hero-cta {
  background: #F0861A !important;
  border-color: #F0861A !important;
  box-shadow: 0 12px 22px rgba(240, 134, 26, 0.24);
  color: #fff !important;
  min-width: 142px;
  text-align: center;
}

.home-hero-cta:hover,
.home-hero-cta:focus {
  background: #a83a59 !important;
  border-color: #a83a59 !important;
  color: #fff !important;
}

.home-hero-tags {
  background: rgba(240, 134, 26, 0.1);
  border-left: 3px solid #F0861A;
  color: #F0861A;
  display: inline-block !important;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 7px 12px;
  text-transform: none;
  width: auto !important;
}

.home-hero-actions {
  align-items: center;
  display: flex !important;
  gap: 16px;
}

.home-hero-panel {
  color: #173250;
  max-width: 650px;
}

.home-hero-panel__title {
  color: #173250;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 18px 0 16px;
  text-transform: none;
}

.home-hero-panel .home-hero-desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  max-width: 590px;
}

.home-hero-panel .home-hero-actions {
  margin-top: 26px;
}

.home-hero-ghost {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.2);
  color: #111827;
  display: inline-flex;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  min-width: 128px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.home-hero-ghost:hover,
.home-hero-ghost:focus {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.home-hero-cta:focus-visible,
.home-hero-ghost:focus-visible {
  outline: 3px solid #173250;
  outline-offset: 3px;
}

.home-hero-proof {
  align-items: stretch;
  border-top: 1px solid rgba(23, 50, 80, 0.18);
  display: flex !important;
  max-width: 620px;
  margin-top: 34px;
  padding-top: 18px;
  text-transform: none;
}

.home-hero-proof__item {
  border-left: 1px solid rgba(23, 50, 80, 0.18);
  display: block;
  min-width: 0;
  padding: 0 22px;
}

.home-hero-proof__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.home-hero-proof__title,
.home-hero-proof__text {
  display: block;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.home-hero-proof__title {
  color: #173250;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.home-hero-proof__text {
  color: #68788a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .home-hero-panel__title {
    font-size: 40px;
  }

  .home-hero-proof__item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-hero-proof__title {
    font-size: 14px;
  }

  .home-hero-proof__text {
    font-size: 13px;
  }
}

.home-hero-stage {
  min-height: 660px;
  position: relative;
}

.mobile-hero-fallback {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  inset: 0;
  min-height: 660px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.mobile-hero-fallback__overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.18) 78%);
  inset: 0;
  position: absolute;
}

.mobile-hero-fallback__content {
  align-self: center;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.mobile-hero-fallback__content > * {
  max-width: 650px;
}

.mobile-hero-fallback__tag {
  color: #F0861A;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mobile-hero-fallback h2 {
  color: #111827;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 18px;
}

.mobile-hero-fallback p {
  color: #485364;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.mobile-hero-fallback__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

#welcome_wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .home-hero-stage.is-slider-ready .mobile-hero-fallback {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

#welcome_wrapper .tparrows.hermes {
  background: rgba(17, 24, 39, 0.22);
  height: 52px;
  transition: background 160ms ease, transform 160ms ease;
  width: 40px;
}

#welcome_wrapper .tparrows.hermes:hover {
  background: rgba(17, 24, 39, 0.52);
}

#welcome_wrapper .tparrows.hermes::before {
  color: #fff;
  font-size: 20px;
  line-height: 52px;
}

#welcome_wrapper .tp-bullets,
#welcome .tp-bullets,
#welcome_wrapper .tp-bullets.hephaistos,
#welcome .tp-bullets.hephaistos {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 4px !important;
  visibility: visible !important;
  z-index: 120 !important;
}

#welcome_wrapper .tp-bullets .tp-bullet,
#welcome .tp-bullets .tp-bullet,
#welcome_wrapper .tp-bullets.hephaistos .tp-bullet,
#welcome .tp-bullets.hephaistos .tp-bullet {
  background: rgba(17, 24, 39, 0.22);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 3px;
  transition: background 160ms ease, width 160ms ease;
  width: 26px;
}

#welcome_wrapper .tp-bullets .tp-bullet.selected,
#welcome .tp-bullets .tp-bullet.selected,
#welcome_wrapper .tp-bullets .tp-bullet:hover,
#welcome .tp-bullets .tp-bullet:hover,
#welcome_wrapper .tp-bullets.hephaistos .tp-bullet.selected,
#welcome .tp-bullets.hephaistos .tp-bullet.selected,
#welcome_wrapper .tp-bullets.hephaistos .tp-bullet:hover,
#welcome .tp-bullets.hephaistos .tp-bullet:hover {
  background: #F0861A;
  width: 40px;
}

#welcome_wrapper .tp-thumbs,
#welcome .tp-thumbs,
#welcome_wrapper .tp-thumb,
#welcome .tp-thumb,
#welcome_wrapper .tp-thumb-mask,
#welcome .tp-thumb-mask,
#welcome_wrapper .tp-thumbs-inner-wrapper,
#welcome .tp-thumbs-inner-wrapper,
#welcome_wrapper .tp-tabs,
#welcome .tp-tabs,
#welcome_wrapper .tp-tab,
#welcome .tp-tab {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
}

.home-value-wrap {
  position: relative;
}

.product-entry-wrap {
  position: relative;
}

.product-entry-card {
  background: #fff;
  border: 1px solid #e6e9ee;
  color: #111827;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-entry-card:hover,
.product-entry-card:focus {
  border-color: rgba(240, 134, 26, 0.55);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
  color: #111827;
  transform: translateY(-5px);
}

.product-entry-image {
  align-items: center;
  background: linear-gradient(135deg, #f7f9fb 0%, #edf1f5 100%);
  display: flex;
  height: 230px;
  justify-content: center;
  overflow: hidden;
}

.product-entry-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.product-entry-card--primary .product-entry-image {
  height: 300px;
}

.product-entry-card:hover .product-entry-image img,
.product-entry-card:focus .product-entry-image img {
  transform: scale(1.04);
}

.product-entry-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 24px 22px 22px;
}

.product-entry-copy h3 {
  color: #111827;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 12px;
}

.product-entry-copy p {
  color: #5f6b7a;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 0 0 20px;
}

.product-entry-copy span {
  align-items: center;
  border: 1px solid rgba(240, 134, 26, 0.22);
  color: #F0861A;
  display: flex;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  margin-top: auto;
  min-width: 88px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.product-entry-card:hover .product-entry-copy span,
.product-entry-card:focus .product-entry-copy span {
  background: #F0861A;
  border-color: #F0861A;
  color: #fff;
}

.product-entry-copy span::after {
  content: none;
  border-right: 2px solid #F0861A;
  border-top: 2px solid #F0861A;
  height: 7px;
  margin-left: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
  width: 7px;
}

.product-entry-watermark {
  pointer-events: none;
}

.product-category-page {
  color: #111827;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

html[lang="zh"] .product-category-page,
html[lang="zh"] .product-category-page p {
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif !important;
  letter-spacing: 0;
}

html[lang="zh"] .product-category-page h1,
html[lang="zh"] .product-category-page h2,
html[lang="zh"] .product-category-page h3,
html[lang="zh"] .product-category-page h4,
html[lang="zh"] .product-category-page .mt-title {
  font-family: var(--cosmic-heading-font) !important;
  letter-spacing: 0;
}

.product-category-hero {
  background: #f5f7fa;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  min-height: 390px;
  overflow: hidden;
}

.product-category-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
}

.product-category-eyebrow,
.product-category-section__head span,
.product-category-cta span {
  color: #F0861A;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.product-category-hero h1 {
  color: #111827;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 18px;
  text-transform: none;
}

.product-category-hero p {
  color: #5b6675;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 620px;
}

.product-category-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.product-category-hero__media {
  align-items: center;
  /* background: linear-gradient(135deg, #dfe5eb 0%, #ffffff 100%); */
  display: flex;
  justify-content: center;
  min-height: 390px;
  padding: 5px;
}

.product-category-hero__media img {
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  width: 100%;
}

.product-category-section__head {
  margin-bottom: 22px;
}

.product-category-section__head--inline {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.product-category-section__head h2,
.product-category-cta h2 {
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 0;
  text-transform: none;
}

.product-series-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-series-card {
  background: #fff;
  border: 1px solid #e3e8ef;
  color: #111827;
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 22px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-series-card:hover,
.product-series-card:focus {
  border-color: rgba(240, 134, 26, 0.48);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
  color: #111827;
  transform: translateY(-4px);
}

.product-series-card__image {
  align-items: center;
  background: #f5f7fa;
  display: flex;
  height: 210px;
  justify-content: center;
  margin: -22px -22px 18px;
  overflow: hidden;
  padding: 0;
}

.product-series-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-series-card__index {
  color: rgba(240, 134, 26, 0.72);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-series-card h3 {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 12px;
  text-transform: none;
}

.product-series-card p {
  color: #657181;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.product-series-card em {
  color: #F0861A;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin-top: auto;
}

.product-category-product-grid .relative.icon-count-2 {
  background: #fff;
  border: 1px solid #e3e8ef;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-category-product-grid .relative.icon-count-2:hover {
  border-color: rgba(240, 134, 26, 0.45);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
  transform: translateY(-3px);
}

.product-category-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-category-product-grid .masonry-item {
  display: flex;
  float: none;
}

.product-category-product-grid .relative.icon-count-2,
.product-series-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-series-list-card .mt-box {
  flex: 0 0 auto;
}

.product-series-list-card .mt-thum-bx {
  aspect-ratio: 3 / 2;
  background: #fff;
  overflow: hidden;
}

.product-series-list-card .mt-thum-bx img {
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.product-series-list-card .mt-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-series-list-card .mt-title {
  font-weight: 600;
}

html[lang="zh"] .product-series-list-card .mt-title .product-series-list-card__latin {
  font-family: Arial, "Poppins", "Noto Sans SC", "Microsoft YaHei", sans-serif !important;
  font-weight: 400;
}

.product-series-list-card .mt-info p {
  color: #4f5b6a;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 20px;
}

.product-series-list-card__more {
  color: #F0861A;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: auto;
}

.product-category-cta {
  align-items: center;
  background: #111827;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 34px 38px;
}

.product-category-cta h2 {
  color: #fff;
  font-size: 24px;
  max-width: 680px;
}

.product-category-cta .site-button-secondry {
  background: #F0861A;
  border-color: #F0861A;
  color: #fff;
  flex: 0 0 auto;
}

.capability-service-wrap .capability-service-head {
  max-width: 980px;
}

.capability-service-wrap .capability-service-head h2 {
  letter-spacing: 0;
  text-transform: none;
}

.capability-service-wrap .capability-service-head h3 {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  max-width: 900px;
  text-transform: none;
}

.capability-trust-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.capability-trust-row span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  gap: 7px;
  height: 38px;
  letter-spacing: 0;
  padding: 0 16px;
}

.capability-trust-row strong {
  color: #F0861A;
  font-size: 16px;
  font-weight: 700;
}

.capability-service-wrap .capability-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  width: 100%;
}

.capability-service-wrap .services-half-bottom .row > [class*="col-"] {
  display: flex;
}

.capability-service-wrap .services-half-bottom .mt-icon-box-wraper {
  display: flex;
  width: 100%;
}

.capability-service-wrap .capability-card .icon-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.capability-service-wrap .capability-card .inline-icon {
  height: 62px;
  line-height: 62px;
  margin-bottom: 22px;
  width: 62px;
}

.capability-icon-mark {
  align-items: center;
  border: 1px solid rgba(240, 134, 26, 0.28);
  color: #F0861A;
  display: inline-flex;
  height: 62px;
  justify-content: center;
  position: relative;
  width: 62px;
}

.capability-icon-mark::after {
  background: rgba(240, 134, 26, 0.08);
  content: "";
  inset: 7px;
  position: absolute;
}

.capability-icon-mark svg {
  height: 42px;
  position: relative;
  width: 42px;
  z-index: 1;
}

.capability-icon-mark path,
.capability-icon-mark circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.capability-service-wrap .capability-card .mt-tilte {
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 18px;
  min-height: 2.5em;
  text-transform: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .capability-service-wrap .capability-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .capability-service-wrap .capability-card .mt-tilte {
    font-size: 20px;
  }
}

.capability-service-wrap .capability-card p {
  color: #5f6b7a;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.75;
  min-height: 82px;
}

.capability-service-wrap .capability-card .site-button-link {
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  margin-top: auto;
}

.our-project-wrap .portfolio-wrap {
  min-height: 1px;
}

.our-project-wrap .product-stamp > .col-lg-3 .bg-gray {
  height: auto;
}

.home-product-section-desc {
  color: #5f6b7a;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 14px 0 0;
  max-width: 760px;
}

.our-project-wrap .product-stamp .filter-navigation {
  text-align: center;
}

.our-project-wrap .product-stamp .filter-navigation li {
  margin-bottom: 13px;
}

html[lang="zh"] .our-project-wrap .product-stamp .filter-navigation a {
  font-family: Arial, var(--cosmic-heading-font);
  letter-spacing: 0.08em;
}

html[lang="en"] .our-project-wrap .product-stamp .filter-navigation a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.our-project-wrap .product-stamp .filter-navigation a {
  font-size: clamp(16px, 0.78vw, 18px);
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.our-project-wrap .product-stamp .filter-navigation a::after {
  padding: 0;
}

.home-applications-wrap .section-head {
  margin-bottom: 44px;
}

.home-applications-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  margin: 18px auto 0;
  max-width: 820px;
  text-align: center;
}

.home-applications-wrap .application-layout {
  align-items: center;
  position: relative;
}

.home-applications-wrap .application-media-col,
.home-applications-wrap .application-copy-col {
  position: relative;
}

.home-applications-wrap .application-media-col {
  z-index: 1;
}

.home-applications-wrap .application-copy-col {
  z-index: 2;
}

.home-applications-wrap .application-home {
  height: 100%;
}

.home-applications-wrap .application-home.owl-carousel .owl-dots {
  bottom: -44px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  left: 50%;
  margin-top: 50px;
  transform: translateX(30%);
}

.home-applications-wrap .application-home.owl-carousel button.owl-dot {
  height: 14px;
  margin: 0;
  padding: 0;
  width: auto;
}

.home-applications-wrap .application-home.owl-carousel button.owl-dot span {
  background: rgba(255, 255, 255, 0.28);
  border: 0;
  border-radius: 0;
  display: block;
  height: 3px;
  margin: 0;
  transition: background 180ms ease, width 180ms ease;
  width: 28px;
}

.home-applications-wrap .application-home.owl-carousel button.owl-dot.active span,
.home-applications-wrap .application-home.owl-carousel button.owl-dot:hover span {
  background: #F0861A;
  width: 46px;
}


.home-applications-wrap .application-home .item,
.home-applications-wrap .application-slide,
.home-applications-wrap .application-slide a {
  display: block;
  height: 100%;
}

.home-applications-wrap .application-slide {
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.home-applications-wrap .application-slide img {
  height: 470px;
  object-fit: cover;
  width: 100%;
}

.home-applications-wrap .application-slide a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 30%, rgba(0, 0, 0, 0.62) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home-applications-wrap .application-slide span {
  bottom: 34px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  left: 36px;
  line-height: 1.2;
  position: absolute;
  z-index: 2;
}

html[lang="zh"] .home-applications-wrap .application-slide span {
  font-family: Arial, var(--cosmic-heading-font);
  letter-spacing: 0.08em;
}

html[lang="en"] .home-applications-wrap .application-slide span {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.home-applications-wrap .application-home-right {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  transition: opacity 160ms ease;
}

.home-applications-wrap .application-home-right h3 {
  color: #F0861A;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.home-applications-wrap .application-card-prefix {
  color: inherit;
  font-weight: 700;
}

.home-applications-wrap .application-card-main {
  color: inherit;
  font-weight: 400;
}

.home-applications-wrap .application-home-right p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.home-applications-wrap .application-home-right p strong {
  color: #fff;
  font-weight: 500;
}

.application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 28px;
}

.application-tags span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #F0861A;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1;
  padding: 9px 11px;
}

.home-applications-wrap .application-home-right .text-right {
  margin-top: auto;
}

.home-applications-wrap .application-home-right .site-button-link {
  color: #F0861A;
}

.home-quality-wrap {
  position: relative;
}

.home-quality-wrap::before {
  background: linear-gradient(135deg, rgba(240, 134, 26, 0.06), rgba(17, 24, 39, 0));
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-quality-wrap .container {
  position: relative;
  z-index: 1;
}

.home-quality-head {
  margin-bottom: 16px;
}

.home-quality-head h2 {
  color: #111827;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.home-quality-head .site-text-primary {
  font-weight: 500;
}

.home-quality-lead {
  color: #5f6875;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto 24px;
  max-width: 760px;
  text-align: center;
}

.home-quality-proof-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-quality-proof-card {
  height: 100%;
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.home-quality-proof-image {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.home-quality-proof-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 26px 26px 24px;
}

.home-quality-proof-kicker {
  color: #F0861A;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.home-quality-proof-card h3 {
  color: #17202d;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 13px;
  overflow-wrap: anywhere;
}

.home-quality-proof-card p:not(.home-quality-proof-kicker) {
  color: #5f6875;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.home-quality-proof-tags {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e7eaee;
}

.home-quality-proof-tags li {
  align-items: flex-start;
  color: #334155;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  line-height: 1.45;
  max-width: 100%;
}

.home-quality-proof-tags li::before {
  background: #F0861A;
  content: "";
  flex: 0 0 5px;
  height: 5px;
  margin-top: 6px;
  width: 5px;
}

.home-quality-closing {
  border-top: 1px solid rgba(37, 50, 69, 0.14);
  color: #253245;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin: 22px auto 0;
  max-width: 860px;
  padding: 20px 24px 0;
  text-align: center;
}

.site-footer .widget_address li {
  margin-bottom: 16px;
}

.site-footer .widget_address a {
  color: #999;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.site-footer .widget_about {
  max-width: 220px;
}

.site-footer .widget_about .logo-footer {
  height: auto;
  margin-bottom: 14px;
  width: 100%;
}

.site-footer .widget_about .logo-footer img {
  height: auto;
  max-width: 100%;
}

.site-footer .widget_about p {
  max-width: 100%;
}

@media (min-width: 992px) {
  .home-applications-wrap .application-media-col {
    flex: 0 0 74%;
    max-width: 74%;
  }

  .home-applications-wrap .application-copy-col {
    flex: 0 0 34%;
    margin-left: -8%;
    max-width: 34%;
  }

  .home-applications-wrap .application-home-right {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    justify-content: center;
    /* padding: 42px 42px 34px !important; */
  }
}

.home-value-intro,
.home-value-card {
  min-height: 100%;
}

.home-value-intro {
  background: #111;
  color: #fff;
  padding: 40px;
}

.home-value-intro span {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-value-intro h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.home-value-intro p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 26px;
}

.home-value-card {
  background: #f7f7f7;
  border: 1px solid #ececec;
  padding: 34px 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-value-card:hover {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.home-value-card img {
  height: 54px;
  margin-bottom: 24px;
  width: 54px;
}

.home-value-card h4 {
  font-size: 20px;
  margin-bottom: 14px;
}

.home-value-card p {
  margin-bottom: 0;
}

.home-entry-wrap {
  border-top: 1px solid #eee;
}

.home-entry-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #222;
  display: block;
  min-height: 220px;
  padding: 30px 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-entry-card:hover,
.home-entry-card:focus {
  border-color: #f5be23;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  color: #222;
  transform: translateY(-4px);
}

.home-entry-card span {
  color: #f5be23;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.home-entry-card h4 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.home-entry-card p {
  color: #666;
  margin-bottom: 0;
}

.home-section-lead,
.home-blog-lead {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 18px;
}

.home-section-lead p,
.home-blog-lead p {
  margin-bottom: 0;
  max-width: 720px;
}

.home-blog-lead {
  color: rgba(255, 255, 255, 0.82);
  justify-content: center;
  text-align: center;
}

.home-blog-lead p {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  #welcome_wrapper .tp-shapewrapper {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.5) 100%) !important;
  }

  #welcome_wrapper .tp-bullets.hephaistos {
    margin-left: -40px;
  }

  .home-hero-title {
    font-size: 44px;
  }

  .home-hero-zh {
    font-size: 22px;
  }

  .home-hero-desc {
    font-size: 16px;
    max-width: 500px;
  }

  .home-value-intro h2 {
    font-size: 30px;
  }

  .capability-service-wrap .capability-card {
    min-height: 350px;
  }

  .capability-service-wrap .capability-card p {
    min-height: 70px;
  }

  .product-category-hero {
    grid-template-columns: 1fr;
  }

  .product-category-hero__copy {
    padding: 42px 34px;
  }

  .product-category-hero__media {
    min-height: 300px;
  }

  .product-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-category-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-section-lead,
  .home-blog-lead {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-applications-wrap .application-home {
    margin-bottom: 30px;
  }

  .home-applications-wrap .application-home::after {
    display: none;
  }

  .home-applications-wrap .application-home-right {
    min-height: 0;
  }

  .home-quality-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .home-hero-stage {
    min-height: 0;
    padding-top: 70px;
  }

  .mobile-hero-fallback {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    inset: auto;
    margin-top: 0;
    min-height: 520px;
    overflow: hidden;
    position: relative;
  }

  .mobile-hero-fallback__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.76) 44%, rgba(255, 255, 255, 0.96) 100%);
    inset: 0;
    position: absolute;
  }

  .mobile-hero-fallback__content {
    align-self: flex-end;
    padding: 0 32px 66px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .mobile-hero-fallback__tag {
    color: #F0861A;
    display: block;
    font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .mobile-hero-fallback h2 {
    color: #111827;
    font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 14px;
  }

  .mobile-hero-fallback p {
    color: #485364;
    font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
  }

  .mobile-hero-fallback__actions {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .mobile-hero-fallback__actions .home-hero-cta,
  .mobile-hero-fallback__actions .home-hero-ghost {
    font-size: 12px !important;
    height: 38px;
    min-width: 112px !important;
    padding: 0 14px;
  }

  .mobile-hero-fallback__actions .home-hero-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  #welcome_wrapper,
  #welcome_wrapper.fullscreen-container,
  #welcome,
  #welcome_forcefullwidth,
  #welcome_wrapper .rev_slider,
  #welcome_wrapper .tp-fullwidth-forcer {
    display: none !important;
  }

  #welcome_wrapper .tparrows.hermes {
    display: none;
  }

  #welcome_wrapper .tp-bullets.hephaistos {
    margin-left: -88px;
    margin-bottom: -4px;
  }

  #welcome_wrapper .tp-bullets.hephaistos .tp-bullet {
    width: 20px;
  }

  #welcome_wrapper .tp-bullets.hephaistos .tp-bullet.selected,
  #welcome_wrapper .tp-bullets.hephaistos .tp-bullet:hover {
    width: 30px;
  }

  .home-hero-actions {
    gap: 10px;
  }

  .home-hero-cta,
  .home-hero-ghost {
    font-size: 12px !important;
    height: 38px;
    min-width: 112px !important;
    padding: 0 14px;
  }

  .home-hero-tags {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .home-hero-title {
    font-size: 34px;
  }

  .home-hero-zh {
    font-size: 20px;
  }

  .home-hero-desc {
    font-size: 15px;
  }

  .home-value-intro {
    padding: 30px 24px;
  }

  .capability-service-wrap .capability-service-head h3 {
    font-size: 18px;
  }

  .capability-service-wrap .capability-card .mt-tilte {
    font-size: 22px;
  }

  .capability-trust-row {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .capability-trust-row span {
    width: 100%;
  }

  .capability-service-wrap .capability-card p {
    min-height: 0;
  }

  .product-entry-image {
    height: 200px;
  }

  .product-entry-copy {
    min-height: 0;
    padding: 24px 20px;
  }

  .product-category-hero h1 {
    font-size: 32px;
  }

  .product-category-hero__copy {
    padding: 34px 24px;
  }

  .product-series-grid {
    grid-template-columns: 1fr;
  }

  .product-category-section__head h2 {
    font-size: 25px;
  }

  .product-category-cta {
    padding: 28px 24px;
  }

  .product-category-cta h2 {
    font-size: 21px;
  }

  .home-applications-lead {
    font-size: 14px;
  }

  .home-applications-wrap .application-slide {
    min-height: 300px;
  }

  .home-applications-wrap .application-slide img {
    height: 300px;
  }

  .home-applications-wrap .application-slide span {
    bottom: 24px;
    font-size: 22px;
    left: 24px;
  }

  .home-applications-wrap .application-home-right h3 {
    font-size: 24px;
  }

  .home-quality-head h2 {
    font-size: 25px;
  }

  .home-quality-lead {
    font-size: 14px;
  }

  .home-quality-proof-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .home-quality-proof-body {
    padding: 22px 20px 20px;
  }

  .home-quality-proof-card h3 {
    font-size: 21px;
  }

  .home-quality-closing {
    font-size: 14px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* John Deere replacement-coupler procurement layout */
.brochure-series-carousel {
  background: #f7f8fa;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brochure-series-carousel__track {
  aspect-ratio: 3 / 2;
  position: relative;
  width: 100%;
}

.brochure-series-carousel__slide {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 260ms ease;
  visibility: hidden;
}

.brochure-series-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.brochure-series-carousel__slide img {
  height: 100% !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain;
  width: 100% !important;
}

.brochure-series-carousel__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d9e0e8;
  border-radius: 50%;
  color: #263548;
  display: flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 42px;
  z-index: 2;
}

.brochure-series-carousel__arrow:hover,
.brochure-series-carousel__arrow:focus-visible {
  background: var(--cosmic-primary);
  border-color: var(--cosmic-primary);
  color: #fff;
  outline: none;
}

.brochure-series-carousel__arrow--prev {
  left: 14px;
}

.brochure-series-carousel__arrow--next {
  right: 14px;
}

.brochure-series-carousel__thumbnails {
  background: #fff;
  border-top: 1px solid #e1e7ee;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow-x: auto;
  padding: 12px;
}

.brochure-series-carousel__thumbnail {
  background: #fff;
  border: 1px solid #d9e0e8;
  flex: 0 0 72px;
  height: 54px;
  padding: 2px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brochure-series-carousel__thumbnail img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brochure-series-carousel__thumbnail.is-active {
  border-color: var(--cosmic-primary);
  border-width: 2px;
  box-shadow: none;
  outline: none;
  padding: 1px;
}

.brochure-series-carousel__thumbnail:hover,
.brochure-series-carousel__thumbnail:focus-visible {
  border-color: var(--cosmic-primary);
  box-shadow: none;
  outline: none;
  transform: translateY(-1px);
}

.product-rich-content > .jd-procurement-data {
  display: none;
}

.jd-application-section {
  padding-top: 8px;
}

.jd-application-note {
  margin-bottom: 20px;
}

.jd-application-group {
  border: 1px solid #dbe3eb;
  margin-top: 12px;
}

.jd-application-group summary {
  color: #1f2d3d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  padding: 17px 50px 17px 18px;
  position: relative;
}

.jd-application-group summary::-webkit-details-marker {
  display: none;
}

.jd-application-group summary::after {
  border-bottom: 2px solid #8ea0b5;
  border-right: 2px solid #8ea0b5;
  content: "";
  height: 9px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 9px;
}

.jd-application-group[open] summary::after {
  transform: translateY(5px) rotate(225deg);
}

.jd-application-tags {
  border-top: 1px solid #e7edf3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 18px 18px;
}

.jd-application-tag {
  background: #f2f5f8;
  border: 1px solid #e0e7ee;
  color: #526173;
  font-size: 13px;
  line-height: 1.3;
  padding: 7px 10px;
}

@media (max-width: 575px) {
  .brochure-series-carousel__arrow {
    height: 36px;
    width: 36px;
  }

  .brochure-series-carousel__thumbnails {
    gap: 8px;
    justify-content: flex-start;
  }

  .brochure-series-carousel__thumbnail {
    flex-basis: 64px;
    height: 48px;
  }
}

.brochure-series-page {
  background: #fff;
}

.brochure-series-page.row {
  margin-left: -15px;
  margin-right: -15px;
}

.brochure-series-shell {
  color: #29384b;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.brochure-series-nav {
  border: 1px solid #e8edf3;
  box-shadow: none;
}

.brochure-series-nav ul,
.brochure-series-nav li {
  margin: 0;
  padding: 0;
}

.brochure-series-nav a:before,
.brochure-series-nav a:after {
  display: none !important;
}

.brochure-series-nav .masonry-filter > li > a,
.brochure-series-nav__link {
  text-transform: none;
}

.brochure-series-nav__list {
  background: #fff;
}

.brochure-series-nav__item {
  border-bottom: 1px solid #eef2f6;
}

.brochure-series-nav__item:last-child {
  border-bottom: 0;
}

.brochure-series-nav__link {
  align-items: center;
  color: #1f2937;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 18px 18px 18px 20px;
  position: relative;
}

.brochure-series-nav__label {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.brochure-series-nav__link--root {
  background: #fff;
}

.brochure-series-nav__children {
  background: #fff;
}

.brochure-series-nav__child-group {
  border-top: 1px solid #eef2f6;
}

.brochure-series-nav__child-group.is-open {
  background: #fff8fb;
}

.brochure-series-nav__link--child {
  min-height: 70px;
}

.brochure-series-nav__child-group.is-open .brochure-series-nav__link--child {
  color: var(--cosmic-primary);
}

.brochure-series-nav__child-group.is-open .brochure-series-nav__label {
  color: var(--cosmic-primary);
}

.brochure-series-nav__arrow {
  color: #94a3b8;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 14px;
}

.brochure-series-nav__child-group.is-open .brochure-series-nav__arrow {
  color: #94a3b8;
}

.brochure-series-subnav {
  border-top: 1px solid #f2d9e1;
  margin: 0;
  padding: 12px 18px 14px 20px;
}

.brochure-series-subnav li {
  margin-bottom: 6px;
}

.brochure-series-subnav li:last-child {
  margin-bottom: 0;
}

.brochure-series-subnav li::before {
  background: #cfd8e3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 8px;
}

.brochure-series-subnav a {
  align-items: center;
  color: #475569;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0 10px 24px;
  position: relative;
}

.brochure-series-subnav .active a {
  color: #F0861A;
  font-weight: 700;
}

.brochure-series-subnav .active::before {
  background: #F0861A;
}

.brochure-series-hero {
  align-items: center;
  column-gap: 32px;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  margin-bottom: 34px;
}

.brochure-series-hero__media {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 330px;
}

.brochure-series-hero__media img {
  max-height: 390px;
  object-fit: contain;
  width: 100%;
}

.brochure-series-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.brochure-series-hero__eyebrow {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 6px;
}

.brochure-series-hero__title {
  color: #1f2937;
  font-family: var(--cosmic-heading-font), "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 18px;
  text-transform: none;
}

.brochure-series-hero__desc {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  max-width: 820px;
}

.brochure-series-hero__actions {
  margin-top: 26px;
}

.brochure-series-hero__cta {
  min-width: 140px;
}

.product-rich-content {
  color: #2f3b4c;
}

.product-rich-section {
  border-bottom: 1px solid #e5ecf3;
  margin-bottom: 42px;
  padding-bottom: 42px;
}

.product-rich-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-rich-section-title {
  color: #162235;
  font-family: var(--cosmic-heading-font), "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 22px;
  text-transform: none;
}

.product-rich-lead,
.product-rich-section p,
.product-rich-section li {
  color: #3f4b5d;
  font-size: 17px;
  line-height: 1.9;
}

.product-rich-lead,
.product-rich-section p {
  margin-bottom: 18px;
}

.product-rich-section ul {
  margin: 0;
  padding-left: 0;
}

.product-rich-section ul li {
  list-style: none;
  margin-bottom: 10px;
}

.product-rich-section ul li::before {
  content: "· ";
  font-weight: 700;
}

.product-rich-spec {
  margin-top: 22px;
  overflow-x: auto;
}

.product-rich-spec table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.product-rich-spec th,
.product-rich-spec td {
  border: 1px solid #d4e0eb;
  color: #2f3b4c;
  font-size: 17px;
  line-height: 1.6;
  padding: 22px 18px;
  text-align: center;
  vertical-align: middle;
}

.product-rich-spec thead th,
.product-rich-spec tbody th {
  background: #e9f4ff;
  color: #1e4f86;
  font-weight: 700;
}

.bobcat-dimension-table tbody td {
  font-size: 12px !important;
}

.product-rich-spec tbody th {
  min-width: 140px;
}

.product-rich-figure {
  margin: 26px 0 0;
  text-align: center;
}

.product-rich-figure img {
  display: inline-block;
  max-width: 100%;
}

.product-rich-figure figcaption {
  color: #556274;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 14px;
  text-align: center;
}

.product-rich-pair {
  column-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 26px;
  row-gap: 28px;
}

.product-rich-stack {
  display: grid;
  gap: 28px;
  justify-items: center;
  margin: 28px 0 26px;
}

.product-rich-stack .product-rich-card {
  max-width: 720px;
  width: 100%;
}

/* Wide product photos use a 1600x1000 canvas and fill the landscape image area. */
.product-rich-card--wide-crop img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.5);
}

.product-rich-card--wide-crop {
  overflow: hidden;
}

.product-rich-card--wide-crop figcaption {
  position: relative;
  z-index: 1;
}

.product-rich-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe6f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 420px;
  padding: 18px 18px 14px;
  text-align: center;
}

.product-rich-card img {
  flex: 1 1 auto;
  max-height: 250px;
  object-fit: contain;
  width: 100%;
}

.product-rich-card figcaption {
  color: #556274;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 0px;
}

.brochure-related-series {
  margin-top: 48px;
}

.brochure-related-series__head {
  margin-bottom: 26px;
}

.brochure-related-series__head h2 {
  color: #162235;
  font-family: var(--cosmic-heading-font), "Poppins", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.brochure-related-card .mt-thum-bx {
  height: 260px;
}

.brochure-related-card .mt-thum-bx img {
  object-fit: cover;
}

.brochure-related-card .mt-info {
  min-height: 220px;
}

html[lang="zh"] .brochure-series-shell,
html[lang="zh"] .brochure-series-shell p,
html[lang="zh"] .product-rich-content,
html[lang="zh"] .product-rich-content p,
html[lang="zh"] .product-rich-content li,
html[lang="zh"] .product-rich-spec th,
html[lang="zh"] .product-rich-spec td,
html[lang="zh"] .product-rich-figure figcaption {
  font-family: Arial, "Poppins", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

html[lang="zh"] .brochure-series-hero__title,
html[lang="zh"] .product-rich-section-title,
html[lang="zh"] .brochure-related-series__head h2 {
  font-family: var(--cosmic-heading-font) !important;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .brochure-series-hero {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .product-rich-card {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .brochure-series-page.row {
    margin-left: 0;
    margin-right: 0;
  }

  .brochure-series-hero {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    row-gap: 20px;
  }

  .brochure-series-hero__media {
    min-height: 260px;
  }

  .brochure-series-hero__title {
    font-size: 34px;
  }

  .product-rich-section-title,
  .brochure-related-series__head h2 {
    font-size: 30px;
  }

  .product-rich-pair {
    grid-template-columns: 1fr;
  }

  .product-rich-card {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .brochure-series-subnav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brochure-series-hero__eyebrow {
    font-size: 16px;
  }

  .brochure-series-hero__title {
    font-size: 28px;
  }

  .brochure-series-hero__desc,
  .product-rich-lead,
  .product-rich-section p,
  .product-rich-section li,
  .product-rich-spec th,
  .product-rich-spec td {
    font-size: 15px;
  }

  .product-rich-section-title,
  .brochure-related-series__head h2 {
    font-size: 26px;
  }

  .product-rich-card {
    padding: 14px;
  }

  .brochure-series-nav__link {
    min-height: 62px;
    padding: 16px;
  }

  .brochure-series-nav__label {
    font-size: 16px;
  }
}

.product-rich-section ul li::before {
  content: "• ";
}

.product-rich-media-grid {
  display: grid;
  gap: 28px;
}

/* ZY-ISOA brochure page final visual pass */
.brochure-series-container {
  padding-top: 48px;
}

.brochure-series-page {
  align-items: flex-start;
  background: #fff;
  padding-bottom: 76px;
  padding-top: 0 !important;
}

.brochure-series-page > .col-lg-3,
.brochure-series-page > .col-md-4,
.brochure-series-page > .col-lg-9,
.brochure-series-page > .col-md-8 {
  padding-left: 18px;
  padding-right: 18px;
}

.brochure-series-nav {
  background: #fff;
  border: 1px solid #dde5ee;
  margin-bottom: 40px;
  overflow: hidden;
}

.brochure-series-nav__item {
  background: #fff;
  border-bottom: 1px solid #e5ebf2;
}

.brochure-series-nav__link {
  color: #111827;
  min-height: 72px;
  padding: 19px 20px;
}

.brochure-series-nav__label {
  font-size: 18px;
  font-weight: 700;
}

.brochure-series-nav__link--root {
  background: #fff;
}

.brochure-series-nav__item.is-active-root > .brochure-series-nav__link--root {
  background: #fff;
}

.brochure-series-nav__children {
  background: #f2f3f5;
}

.brochure-series-nav__child-group {
  background: #f1f2f4;
  border-top: 1px solid #dfe6ee;
}

.brochure-series-nav__link--child {
  color: #111827;
  min-height: 70px;
}

.brochure-series-nav__child-group.is-open {
  background: rgba(var(--cosmic-primary-rgb), 0.1);
}

.brochure-series-nav__child-group.is-open .brochure-series-nav__link--child,
.brochure-series-nav__child-group.is-open .brochure-series-nav__label {
  color: var(--cosmic-primary);
}

.brochure-series-nav__arrow {
  color: #94a3b8;
  font-size: 16px;
  font-weight: 800;
}

.brochure-series-subnav {
  background: #fff;
  border-top: 1px solid #e7edf4;
  padding: 12px 20px 18px;
}

.brochure-series-subnav li {
  margin: 0;
  position: relative;
}

.brochure-series-subnav li::before {
  background: #cbd5e1;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 8px;
}

.brochure-series-subnav li.active::before {
  background: var(--cosmic-primary);
}

.brochure-series-subnav a {
  color: #526173;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 0 11px 26px;
}

.brochure-series-subnav .active a {
  color: var(--cosmic-primary);
}

.brochure-series-shell {
  padding-left: 22px;
}

.brochure-series-hero {
  align-items: center;
  column-gap: 34px;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  margin-bottom: 52px;
  min-height: 300px;
}

.brochure-series-hero__media {
  min-height: 390px;
}

.brochure-series-hero__media img {
  max-height: 390px;
  object-fit: contain;
}

.brochure-series-hero__eyebrow {
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 10px;
}

.brochure-series-hero__title {
  color: #121826;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 22px;
}

.brochure-series-hero__desc {
  color: #3b4656;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.95;
  max-width: 560px;
  margin: 0 0 30px;
}

.brochure-series-hero__actions {
  margin-top: 0;
}

.brochure-series-hero__cta {
  background: #c94b70;
  border-color: #c94b70;
  font-size: 16px;
  letter-spacing: 2px;
  min-width: 148px;
  padding: 13px 26px;
}

.product-rich-section {
  border-bottom: 1px solid #dfe7ef;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.product-rich-section-title {
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 22px;
}

.product-rich-lead,
.product-rich-section p,
.product-rich-section li {
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.product-rich-section ul li {
  padding-left: 0;
}

.product-rich-section ul li::before {
  color: var(--cosmic-primary);
  content: "\2022  ";
}

.product-rich-spec {
  margin-top: 26px;
}

.product-rich-spec table {
  min-width: 820px;
}

.product-rich-spec th,
.product-rich-spec td {
  border-color: #d6e2ee;
  font-size: 14px;
  padding: 22px 18px;
}

.product-rich-spec thead th,
.product-rich-spec tbody th {
  background: #e8f3fb;
  color: #174d83;
}

.product-rich-figure {
  margin-top: 5px;
}

.product-rich-figure img {
  max-height: 320px;
  object-fit: contain;
}

.product-rich-pair {
  gap: 30px;
  margin: 30px 0 30px;
}

.product-rich-card {
  border-color: #d8e3ee;
  min-height: 220px;
  padding: 10px 20px 10px;
}

.product-rich-card img {
  max-height: 300px;
}

.product-rich-card figcaption,
.product-rich-figure figcaption {
  color: #536273;
  font-size: 16px;
}

.brochure-related-series {
  margin-top: 64px;
}

.brochure-related-series__head {
  margin-bottom: 30px;
}

.brochure-related-series__head h2 {
  color: #111827;
  font-size: 32px;
}

.brochure-related-card {
  min-height: 100%;
}

.brochure-related-card .mt-thum-bx {
  align-items: center;
  background: #f7fafc;
  display: flex;
  height: 320px;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}

.brochure-related-card .mt-thum-bx img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brochure-related-card .mt-info {
  display: flex;
  flex-direction: column;
  min-height: 230px;
}

.brochure-related-card .product-series-list-card__more {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .brochure-series-shell {
    padding-left: 8px;
  }

  .brochure-series-hero {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  }

  .brochure-related-card .mt-thum-bx {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .brochure-series-container {
    padding-top: 30px;
  }

  .brochure-series-page > .col-lg-3,
  .brochure-series-page > .col-md-4,
  .brochure-series-page > .col-lg-9,
  .brochure-series-page > .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brochure-series-shell {
    padding-left: 0;
  }

  .brochure-series-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .brochure-series-container {
    padding-top: 22px;
  }

  .brochure-series-nav__link {
    min-height: 62px;
  }

  .brochure-series-hero__media {
    min-height: 260px;
  }

  .brochure-series-hero__title {
    font-size: 28px;
  }

  .product-rich-section-title,
  .brochure-related-series__head h2 {
    font-size: 26px;
  }

  .brochure-related-card .mt-thum-bx {
    height: 240px;
    padding: 14px;
  }
}

/* Screenshot-matched product tree navigation */
.brochure-nav {
  background: #fff;
  border: 1px solid #e1e7ef;
  margin-bottom: 40px;
  overflow: hidden;
}

.brochure-nav__list,
.brochure-nav__series {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brochure-nav__item {
  border-bottom: 1px solid #e4eaf1;
}

.brochure-nav__item:last-child {
  border-bottom: 0;
}

.brochure-nav__link {
  align-items: center;
  border: 0;
  color: #111827;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.35;
  min-height: 60px;
  padding: 14px 18px;
  text-transform: none;
  width: 100%;
}

.brochure-nav__link > span:first-child,
.brochure-nav__subheading,
.brochure-nav__series a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

.brochure-nav__link > span:first-child {
  color: inherit;
  display: block;
  max-width: calc(100% - 28px);
}

.brochure-nav__link:hover,
.brochure-nav__link:focus {
  color: var(--cosmic-primary);
  outline: 0;
}

.brochure-nav__item--root .brochure-nav__link {
  background: #fff;
}

.brochure-nav button.brochure-nav__link {
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.brochure-nav__item--child .brochure-nav__link {
  background: #f3f4f6;
}

.brochure-nav__item--child.is-open > .brochure-nav__link {
  background: rgba(var(--cosmic-primary-rgb), 0.1);
  color: var(--cosmic-primary);
}

.brochure-nav__toggle {
  border-right: 2px solid #8fa0b6;
  border-bottom: 2px solid #8fa0b6;
  flex: 0 0 auto;
  height: 9px;
  margin-left: 12px;
  transform: rotate(45deg);
  transition: border-color 0.2s ease, transform 0.25s ease;
  width: 9px;
}

.brochure-nav__item--child.is-open .brochure-nav__toggle {
  border-color: var(--cosmic-primary);
  transform: translateY(4px) rotate(225deg);
}

.brochure-nav__open-panel {
  background: #fff;
  border-top: 1px solid #e4ebf2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.32s ease;
  visibility: hidden;
}

.brochure-nav__item--child.is-open .brochure-nav__open-panel {
  max-height: 720px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.brochure-nav__subheading {
  color: #4c5a6b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 13px 18px 10px;
}

.brochure-nav__series {
  padding: 2px 18px 16px;
}

.brochure-nav__series li {
  margin: 0;
  position: relative;
}

.brochure-nav__series li::before {
  background: #cbd5e1;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 4px;
  position: absolute;
  top: 17px;
  width: 7px;
}

.brochure-nav__series li.active::before {
  background: var(--cosmic-primary);
}

.brochure-nav__series a {
  color: #526173;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 8px 0 8px 26px;
}

.brochure-nav__series li.active a {
  color: var(--cosmic-primary);
}

.brochure-nav__series--root {
  border-top: 1px solid #e4ebf2;
  padding-top: 10px;
}

.dust-cap-product-group > h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  margin: 28px 0 18px;
  text-transform: none;
}

/* COSMIC brand palette: primary #F0861A */
:root {
  --cosmic-primary: #F0861A;
  --cosmic-primary-hover: #C9690F;
  --cosmic-primary-rgb: 240, 134, 26;
}

.site-button,
.site-button:active,
.site-button:focus,
.site-button.btn-effect,
.home-hero-cta,
.product-entry-card--primary .product-entry-copy span,
.home-hero-kicker::before,
.home-hero-accent,
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--cosmic-primary) !important;
  border-color: var(--cosmic-primary) !important;
}

.product-entry-card--primary .product-entry-copy span {
  color: #fff !important;
}

.site-button:hover,
.site-button:focus:hover,
.home-hero-cta:hover,
.home-hero-cta:focus {
  background-color: var(--cosmic-primary-hover) !important;
  border-color: var(--cosmic-primary-hover) !important;
}

.site-text-primary,
.home-hero-kicker,
.home-hero-tags,
.product-entry-card:hover .product-entry-copy span,
.header-nav .nav > li.active > a,
.header-nav .nav > li:hover > a,
.footer-dark .social-icons li a,
button.scroltop,
a:hover,
a:focus {
  color: var(--cosmic-primary);
}

.home-hero-tags,
.product-entry-card:hover,
.site-button.btn-effect::before,
.site-button.btn-effect::after,
button.scroltop {
  border-color: var(--cosmic-primary) !important;
}

.home-hero-tags {
  background: rgba(var(--cosmic-primary-rgb), 0.1);
  border-left-color: var(--cosmic-primary) !important;
}

/* Product-entry CTA must remain legible after the orange hover fill. */
.product-entry-card:hover .product-entry-copy span,
.product-entry-card:focus .product-entry-copy span {
  color: #fff !important;
}

/* Keep the three Latest Insights cards aligned when titles or author lines wrap. */
.latest-blog-wrap .section-content > .row > [class*="col-"] {
  display: flex;
}

.latest-blog-wrap .latest-blog-3 {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  width: 100%;
}

.latest-blog-wrap .latest-blog-3 .mt-post-info,
.latest-blog-wrap .latest-blog-3 .post-overlay-position {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.latest-blog-wrap .latest-blog-3 .readmore-line {
  margin-top: auto;
}

.ball-valve-dimension-group > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 28px 0 18px;
}

@media (max-width: 575px) {
  .brochure-nav__link {
    font-size: 14px;
    min-height: 56px;
    padding: 14px;
  }

  .brochure-nav__subheading {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brochure-nav__series {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dust-cap-product-group > h3 {
    font-size: 22px;
  }

  .ball-valve-dimension-group > h3 {
    font-size: 21px;
  }
}

/* Hero typography alignment requested from annotated reference */
.brochure-series-hero {
  align-items: flex-start;
  column-gap: 20px;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  margin-bottom: 28px;
}

.brochure-series-hero__media {
  align-items: flex-start;
  min-height: 300px;
}

.brochure-series-hero__media img {
  display: block;
  max-height: 365px;
  max-width: 360px;
  margin: 0 10px 0 0;
  object-fit: contain;
}

.brochure-series-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: -20px;
}

.brochure-series-hero__title {
  color: #111827;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 14px;
}

.brochure-series-hero__actions {
  margin-top: 0;
}

.product-rich-content {
  color: #334155;
}

.product-rich-section:first-child {
  padding-top: 0;
}

.product-rich-section:first-child .product-rich-section-title {
  margin-bottom: 28px;
}

.product-rich-section:first-child .product-rich-lead {
  color: #334155;
  font-size: 18px;
  line-height: 2.05;
  margin-bottom: 26px;
}

.product-rich-performance-summary {
  margin-bottom: 14px;
}

.product-rich-performance-meta {
  margin: 0 0 12px;
  text-align: center;
}

.product-rich-performance-meta p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.product-rich-performance-units {
  align-items: center;
  column-gap: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-rich-section-title {
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

/* Keep paired product and drawing captions on the same baseline. */
.product-rich-card img {
  flex: 0 0 220px;
  height: 220px;
  max-height: 220px;
  object-fit: contain;
  width: 100%;
}

.product-rich-card figcaption {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  min-height: 27px;
  width: 100%;
}

@media (max-width: 1199px) {
  .brochure-series-hero {
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  }

  .brochure-series-hero__title {
    font-size: 38px;
  }

  .product-rich-card {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .brochure-series-hero {
    grid-template-columns: 1fr;
  }

  .brochure-series-hero__media img {
    max-width: 420px;
    width: 100%;
  }

  .brochure-series-hero__copy {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .brochure-series-hero__title {
    font-size: 30px;
  }

  .product-rich-section:first-child .product-rich-lead {
    font-size: 16px;
  }
}

/* Global font alignment */
.home-hero-zh,
.home-hero-desc,
.home-hero-tags,
.home-hero-ghost,
.product-entry-copy p,
.product-entry-copy span,
.product-category-page,
.product-category-page p,
.product-series-card p,
.capability-service-wrap .capability-service-head h3,
.capability-trust-row span,
.capability-service-wrap .capability-card p,
.capability-service-wrap .capability-card .site-button-link,
.home-product-section-desc,
.brochure-series-shell,
.brochure-series-shell p,
.product-rich-content,
.product-rich-content p,
.product-rich-content li,
.product-rich-spec th,
.product-rich-spec td,
.product-rich-figure figcaption,
.product-rich-card figcaption {
  font-family: var(--cosmic-sans-font) !important;
}

.home-hero-title,
.product-entry-copy h3,
.product-category-page h1,
.product-category-page h2,
.product-category-page h3,
.product-category-page h4,
.product-series-card h3,
.capability-service-wrap .capability-card .mt-tilte,
.brochure-series-hero__eyebrow,
.brochure-series-hero__title,
.product-rich-section-title,
.brochure-related-series__head h2 {
  font-family: var(--cosmic-heading-font) !important;
}
.home-product-showcase-grid .home-showcase-card {
  height: 100%;
}

.home-product-showcase-grid .mt-thum-bx {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef1f3;
}

.home-product-showcase-grid .mt-thum-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-product-showcase-grid .mt-info {
  min-height: 76px;
}

.home-product-showcase-grid .mt-tilte {
  line-height: 1.35;
}

.home-product-showcase-grid .image-hover-block:hover .mt-info .mt-tilte {
  color: #000;
}
.product-detail-banner {
  padding: 72px 0 48px;
  color: #fff;
}

.product-detail-banner__content {
  max-width: 760px;
}

.product-detail-banner__content > span,
.product-detail-section__head > span {
  color: #d63f68;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-detail-banner h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
}

.product-detail-banner p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.product-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #6d7780;
  font-size: 13px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: start;
}

.product-detail-primary {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f1f3f4;
}

.product-detail-primary img,
.product-detail-thumbnails img,
.product-detail-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.product-detail-thumbnails a {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f1f3f4;
}

.product-detail-summary {
  padding-top: 18px;
}

.product-detail-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #d63f68;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.product-detail-summary h2 {
  margin: 0 0 20px;
  color: #151b21;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.product-detail-lead {
  color: #66717a;
  font-size: 17px;
  line-height: 1.75;
}

.product-detail-meta {
  margin: 30px 0;
  border-top: 1px solid #e3e6e8;
}

.product-detail-meta > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e3e6e8;
}

.product-detail-meta dt {
  color: #7b858d;
  font-weight: 500;
}

.product-detail-meta dd {
  margin: 0;
  color: #151b21;
  font-weight: 700;
}

.product-detail-section {
  margin-top: 72px;
}

.product-detail-section__head {
  margin-bottom: 26px;
}

.product-detail-section__head h2 {
  margin: 7px 0 0;
  color: #151b21;
  font-size: 30px;
}

.product-detail-rich-content {
  color: #56616a;
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.product-detail-table th,
.product-detail-table td {
  padding: 15px 18px;
  border: 1px solid #e1e5e8;
  text-align: left;
}

.product-detail-table th {
  background: #f4f6f7;
  color: #20272d;
  font-weight: 700;
}

.product-detail-download {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #e1e5e8;
  color: #20272d;
  font-weight: 700;
}

.product-detail-download:hover {
  border-color: #d63f68;
  color: #d63f68;
}

.product-detail-related-card {
  display: block;
  height: 100%;
  padding-bottom: 18px;
  background: #f4f6f7;
  color: #151b21;
}

.product-detail-related-card img {
  aspect-ratio: 4 / 3;
}

.product-detail-related-card span,
.product-detail-related-card h3 {
  display: block;
  margin: 14px 18px 0;
}

.product-detail-related-card span {
  color: #d63f68;
  font-size: 12px;
  font-weight: 700;
}

.product-detail-related-card h3 {
  font-size: 18px;
}

@media (max-width: 991px) {
  .product-detail-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 575px) {
  .product-detail-banner {
    padding: 54px 0 36px;
  }

  .product-detail-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-detail-meta > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
/* About page: single company image */
.about-intro-row {
    display: flex;
    align-items: flex-start;
}

.about-intro-row > [class*="col-"] {
    display: flex;
}

.about-company-photo {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    margin: 2px 20px 42px 0;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 35, 52, 0.18);
}

.about-intro-copy {
    padding-left: 28px;
}

.about-intro-copy .m-about-containt {
    width: 100%;
}

.about-company-photo::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -22px;
    bottom: -22px;
    width: 72%;
    height: 72%;
    background: #F0861A;
}

.about-company-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border: 6px solid #fff;
}

@media (max-width: 991px) {
    .about-intro-row {
        display: block;
    }

    .about-intro-row > [class*="col-"] {
        display: block;
    }

    .about-company-photo {
        display: block;
        max-width: 720px;
        margin: 12px auto 48px;
    }

    .about-intro-copy {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .about-company-photo {
        margin: 8px 12px 38px;
    }

    .about-company-photo::before {
        left: -12px;
        bottom: -12px;
    }

    .about-company-photo img {
        aspect-ratio: 4 / 3;
        height: auto;
        border-width: 4px;
    }
}
/* About page: production and quality capability galleries */
.about-capabilities-section {
    overflow: hidden;
    padding: 88px 0 96px;
    background-color: #172b3f;
    color: #fff;
}

.about-capability-group + .about-capability-group {
    margin-top: 92px;
}

.about-capability-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 36px;
    animation: aboutHeadingIn 0.8s cubic-bezier(.22, .61, .36, 1) both;
}

.about-capability-index {
    color: #F0861A;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
}

.about-capability-heading p {
    margin: 0 0 7px;
    color: #697888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-capability-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 0;
    color: var(--cosmic-primary) !important;
    font-size: clamp(24px, 2.7vw, 36px);
    font-weight: 800;
    line-height: 1.15;
}

.about-capability-heading h2 span {
    margin-left: 10px;
    color: #718091;
    font-size: .43em;
    font-weight: 600;
    letter-spacing: .04em;
    white-space: nowrap;
}

.about-capability-heading h2::after {
    display: none;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 24px;
}

.about-production-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.about-production-grid .about-capability-card {
    grid-column: span 2;
}

.about-capability-card {
    min-width: 0;
    margin: 0;
}

.about-capability-media {
    position: relative;
    display: grid;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #dfe5e9;
    box-shadow: 0 12px 30px rgba(21, 43, 63, .12);
    isolation: isolate;
}

.about-capability-media::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, .28) 48%, transparent 68%);
    transform: translateX(-120%);
    transition: transform .7s ease;
    pointer-events: none;
}

.about-capability-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
}

.about-capability-media-split {
    grid-template-columns: 1fr 1fr;
    gap: 3px;
}

.about-capability-media-split img {
    min-width: 0;
}

.about-capability-card figcaption {
    position: relative;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #d9dfe4;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    transition: color .3s ease, transform .3s ease;
}

.about-capability-card figcaption::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 0;
    height: 3px;
    background: #F0861A;
    transition: width .4s ease;
}

.about-capability-card figcaption span {
    display: block;
    margin-top: 5px;
    color: #7a8794;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-capability-card:hover .about-capability-media img {
    transform: scale(1.065);
    filter: saturate(1.06) contrast(1.03);
}

.about-capability-card:hover .about-capability-media::after {
    transform: translateX(120%);
}

.about-capability-card:hover figcaption {
    color: #F0861A;
    transform: translateY(-3px);
}

.about-capability-card:hover figcaption::before {
    width: 58px;
}

@keyframes aboutHeadingIn {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes aboutTitleLineIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (max-width: 991px) {
    .about-capabilities-section {
        padding: 68px 0 76px;
    }

    .about-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-production-grid .about-capability-card {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .about-capabilities-section {
        padding: 54px 0 60px;
    }

    .about-capability-group + .about-capability-group {
        margin-top: 64px;
    }

    .about-capability-heading {
        margin-bottom: 28px;
    }

    .about-capability-heading h2 span {
        display: block;
        margin: 7px 0 0;
        white-space: normal;
    }

    .about-capability-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-capability-heading,
    .about-capability-heading h2::after {
        animation: none;
    }

    .about-capability-media img,
    .about-capability-media::after,
    .about-capability-card figcaption,
    .about-capability-card figcaption::before {
        transition: none;
    }
}

.application-product-copy span {
    color: var(--cosmic-primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.application-intro-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    min-height: 390px;
    margin-bottom: 70px;
    background: #f2f5f8;
    overflow: hidden;
}

.application-intro-media {
    height: 390px;
    background: #e6ebef;
}

.application-intro-media img {
    width: 100%;
    height: 100%;
    height: 390px;
    object-fit: cover;
}

.application-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 64px;
}

.application-intro-kicker {
    margin: 0 0 14px;
    color: var(--cosmic-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.application-intro-copy h1 {
    margin: 0 0 18px;
    color: #12283d;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
}

.application-intro-summary,
.application-intro-copy .application-content {
    color: #66798a;
    font-size: 16px;
    line-height: 1.7;
}

.application-intro-cta {
    align-self: flex-start;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .application-intro-split {
        grid-template-columns: 1fr;
        height: auto;
    }

    .application-intro-media,
    .application-intro-media img {
        height: 380px;
    }

    .application-intro-copy {
        padding: 48px;
    }
}

@media (max-width: 575px) {
    .application-intro-media,
    .application-intro-media img {
        height: 260px;
    }

    .application-intro-copy {
        padding: 34px 26px;
    }
}

.application-related-products {
    border-top: 1px solid #e4e8ec;
}

.application-related-products .section-head h2 {
    margin-bottom: 8px;
    color: #17344e;
}

.application-related-products .section-head p {
    margin: 0;
    color: #6d7d8b;
}

.application-product-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e8ec;
    box-shadow: 0 12px 30px rgba(23, 52, 78, 0.08);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.application-product-card:hover,
.application-product-card:focus {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(23, 52, 78, 0.16);
}

.application-product-media {
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f4f6f7;
}

.application-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    transition: transform 0.45s ease;
}

.application-product-card:hover .application-product-media img {
    transform: scale(1.05);
}

.application-product-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    color: #9aa8b3;
    font-size: 48px;
}

.application-product-copy {
    padding: 22px;
}

.application-product-copy h3 {
    margin: 0 0 10px;
    color: #17344e;
    font-size: 19px;
}

.application-product-copy p {
    min-height: 48px;
    color: #6d7d8b;
}

.application-products-empty {
    padding: 34px;
    background: #f5f7f9;
    color: #6d7d8b;
}

@media (prefers-reduced-motion: reduce) {
    .application-product-card,
    .application-product-media img {
        transition: none;
    }
}

@media (min-width: 992px) {
    .header-nav .nav > li > .product-nav-sub-menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        position: fixed;
        top: 81px;
        left: 50vw;
        width: min(960px, calc(100vw - 64px));
        min-height: 320px;
        margin: 0;
        padding: 28px 0;
        background: #f7f5f5;
        border: 1px solid #dedede;
        box-shadow: 0 18px 36px rgba(33, 36, 39, 0.1);
        transform: translateX(-50%);
        z-index: 10000;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column {
        padding: 0 34px;
        border-right: 1px solid #dedede;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column:last-child {
        border-right: 0;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column:hover {
        background: transparent;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column-title {
        padding: 0 0 22px;
        color: #3f3f3f;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.35;
        border-left: 0;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column-title:hover,
    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column:hover > .product-nav-column-title {
        color: #F0861A;
        background: transparent;
        border-left: 0;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a {
        position: relative;
        padding: 7px 0 7px 18px;
        color: #454545;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        border-left: 0;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #3f3f3f;
        transform: translateY(-50%);
        transition: border-left-color 0.2s ease;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a:hover {
        color: #F0861A;
        background: transparent;
        border-left: 0;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a:hover::before {
        border-left-color: #F0861A;
    }
}

@media (max-width: 991px) {
    .header-nav .nav > li > .product-nav-sub-menu .product-nav-column-title {
        font-weight: 600;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a {
        padding-left: 34px;
    }
}

/* Keep late-loaded menu and page refinements on the COSMIC orange palette. */
.header-nav .nav > li > .product-nav-sub-menu .product-nav-column-title:hover,
.header-nav .nav > li > .product-nav-sub-menu .product-nav-column:hover > .product-nav-column-title,
.header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a:hover {
    color: #F0861A;
}

.header-nav .nav > li > .product-nav-sub-menu .product-nav-list li a:hover::before {
    border-left-color: #F0861A;
}
:root {
    --cosmic-primary: #F0861A;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 10000;
    transform: translateY(-160%);
    padding: 0.7rem 1rem;
    background: #111827;
    color: var(--cosmic-primary);
    font-weight: 700;
    text-decoration: none;
}

.skip-link:focus {
    transform: translateY(0);
    outline: 3px solid var(--cosmic-primary);
    outline-offset: 2px;
}

.about-buyer-summary {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--cosmic-primary);
    background: #fff8f0;
}

.about-buyer-summary p {
    margin: 0;
}

.about-procurement-path {
    margin-top: 4rem;
    padding: 3rem;
    background: #fff;
    border: 1px solid #e7e9ed;
}

.about-procurement-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
    margin: 2rem 0;
    list-style: none;
    counter-reset: procurement-step;
}

.about-procurement-steps li {
    padding: 1.35rem;
    background: #f7f8fa;
    border-top: 3px solid var(--cosmic-primary);
}

.about-procurement-steps strong,
.about-procurement-steps span {
    display: block;
}

.about-procurement-steps span {
    margin-top: 0.65rem;
    color: #5a677d;
    line-height: 1.65;
}

.contact-buyer-guide {
    margin: 1.5rem 0 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e7e9ed;
}

.contact-buyer-guide__card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #e7e9ed;
    border-top: 3px solid var(--cosmic-primary);
    background: #fff;
}

.contact-buyer-guide__card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.1rem;
}

.contact-buyer-guide__card p {
    margin: 0;
    color: #5a677d;
    line-height: 1.65;
}

/* Contact page: compact headings and readable prompts */
.contact-one > .section-head,
.contact-info > .section-head {
    margin-bottom: 22px;
}

.contact-one > .section-head h2,
.contact-info > .section-head h2 {
    font-size: clamp(1.75rem, 2.7vw, 2.35rem);
    line-height: 1.18;
}

.contact-one > p {
    margin: 0 0 8px;
}

.contact-one > .m-b30 {
    margin-bottom: 22px;
}

.contact-one > .m-b30 p:last-child {
    margin-bottom: 0;
}

.contact-one .form-control::placeholder,
.contact-one input::placeholder,
.contact-one textarea::placeholder {
    color: #344054;
    opacity: 0.48;
}

.contact-one-inner {
    border-top: 3px solid var(--cosmic-primary);
    border-radius: 2px;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.06);
}

.contact-one-inner .form-group {
    margin-bottom: 20px;
}

.contact-one-inner label {
    margin-bottom: 8px;
    color: #24344d;
    font-weight: 600;
}

.contact-one .contact-one-inner .form-control {
    height: 52px;
    padding: 12px 14px;
    border-color: #d6dbe3;
    border-radius: 2px;
    background: #fff;
    color: #1f2937;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-one .contact-one-inner textarea.form-control {
    min-height: 132px;
    height: auto;
    resize: vertical;
}

.contact-one .contact-one-inner .form-control:focus {
    border-color: var(--cosmic-primary);
    box-shadow: 0 0 0 3px rgba(244, 124, 32, 0.14);
}

.contact-core-fields,
.contact-optional-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.contact-core-fields {
    margin-bottom: 20px;
}

.contact-core-fields .form-group,
.contact-optional-details__grid .form-group {
    margin-bottom: 0;
}

.contact-optional-details {
    margin-bottom: 20px;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    background: #fff;
}

.contact-optional-details summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 18px;
    color: #24344d;
    cursor: pointer;
    list-style-position: outside;
}

.contact-optional-details summary::marker {
    color: var(--cosmic-primary);
}

.contact-optional-details__title {
    font-weight: 600;
}

.contact-optional-details__hint {
    margin-left: auto;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-optional-details__grid {
    padding: 18px;
    border-top: 1px solid #e3e6eb;
}

.contact-form-actions {
    text-align: left;
}

.contact-privacy-note {
    max-width: 610px;
    margin: 14px 0 0;
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.55;
}

.contact-privacy-note a {
    color: #344054;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .contact-one .contact-one-inner {
        padding: 22px 18px;
    }

    .contact-core-fields,
    .contact-optional-details__grid {
        grid-template-columns: 1fr;
    }

    .contact-optional-details summary {
        align-items: flex-start;
    }
}

.contact-one-inner-right .contact-email-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-one-inner-right .contact-email-list a,
.contact-one-inner-right .contact-email-list a:visited {
    color: #fff;
    display: block;
    overflow-wrap: anywhere;
}

.contact-one-inner-right .contact-email-list a:hover,
.contact-one-inner-right .contact-email-list a:focus-visible {
    color: #fff;
    text-decoration: underline;
}

/* About page: make the factory/export-brand relationship explicit */
.about-company-photo figcaption {
    padding: 12px 14px 14px;
    color: #5a677d;
    font-size: 0.9rem;
    line-height: 1.45;
}

.about-brand-label {
    margin-bottom: 8px;
    color: var(--cosmic-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-intro-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    line-height: 1.15;
}

.about-intro-copy .m-about-containt > p:not(.about-brand-label) {
    margin-bottom: 14px;
    color: #344054;
    line-height: 1.68;
}

.about-factory-benefits {
    display: grid;
    gap: 9px;
    margin: 19px 0 0;
    padding: 0;
    list-style: none;
}

.about-factory-benefits li {
    position: relative;
    padding-left: 20px;
    color: #344054;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
}

.about-factory-benefits li::before {
    content: "";
    position: absolute;
    top: 0.53em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--cosmic-primary);
}

/* Blog cards: predictable two-line summaries and equal related-card heights. */
.news-grid .blog-grid .mt-post-text,
.blog-related-grid .latest-blog-3 .mt-post-text {
    display: -webkit-box;
    height: auto;
    min-height: 3.3em;
    max-height: 3.3em;
    overflow: hidden;
    line-height: 1.65;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-related-grid > [class*="col-"] {
    display: flex;
}

.blog-related-grid .latest-blog-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 30px);
}

.blog-related-grid .latest-blog-3 .mt-post-info,
.blog-related-grid .latest-blog-3 .post-overlay-position {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-related-grid .latest-blog-3 .readmore-line {
    margin-top: auto;
}

.latest-blog-3 .home-blog-title-link:hover,
.latest-blog-3 .home-blog-title-link:focus {
    color: var(--cosmic-primary);
}

.footer-privacy-links {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
}

.footer-privacy-links > span {
    color: rgba(255, 255, 255, 0.38);
}

.site-footer .mt-social-links {
    margin-top: 22px;
}

.site-footer .facebook-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(240, 134, 26, 0.82);
    border-radius: 5px;
    background: rgba(240, 134, 26, 0.1);
    color: var(--cosmic-primary);
}

.site-footer .facebook-social-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.site-footer .facebook-social-link:hover,
.site-footer .facebook-social-link:focus {
    background: #F0861A;
    color: #fff;
}

@media (max-width: 575px) {
    .contact-one > .section-head h2,
    .contact-info > .section-head h2 {
        font-size: 1.65rem;
    }

}

.product-detail-selection-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem;
    border-left: 4px solid var(--cosmic-primary);
    background: #111827;
    color: #fff;
}

.product-detail-selection-support span {
    color: var(--cosmic-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-detail-selection-support h2 {
    margin: 0.35rem 0 0.6rem;
    color: #fff;
}

.product-detail-selection-support p {
    max-width: 760px;
    margin: 0;
    color: #d4d8df;
    line-height: 1.65;
}

.product-detail-selection-support .site-button {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Use the available horizontal space on wide desktop screens without making
   tablet and mobile layouts feel edge-to-edge. */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: min(calc(100% - 80px), 1700px);
    }
}

@media (max-width: 991px) {
    .about-procurement-path {
        padding: 2rem 1.25rem;
    }

    .about-procurement-steps {
        grid-template-columns: 1fr;
    }

    .product-detail-selection-support {
        align-items: flex-start;
        flex-direction: column;
    }
}
