:root {
  --mp-red: #D20103;
  --mp-black: #000000;
  --mp-white: #FFFFFF;
  --mp-gray: #6c757d;
  --mp-light: #f5f5f5;
  --mp-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}
body {
  font-family: Inter, Arial, sans-serif;
  background: #fff;
  color: #111;
}
a {
  color: var(--mp-red);
}
.utility-bar {
  background: var(--mp-black);
  z-index: 10000000;
  position: relative;
  clear: both;
}
.utility-link {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}
.utility-link:hover {
  opacity: 1;
  color: #fff;
}
.btn-brand {
  background: var(--mp-red);
  color: #fff;
  border-color: var(--mp-red);
}
.btn-brand:hover {
  background: #a80002;
  border-color: #a80002;
  color: #fff;
}
.page-title, .section-title {
  color: var(--mp-red);
  font-weight: 800;
}
.section-kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--mp-gray);
  font-size: .8rem;
  margin-bottom: .35rem;
}
.bento-card, .product-card, .news-card, .featured-category-card {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: var(--mp-shadow);
  border: 1px solid rgba(0, 0, 0, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bento-card:hover, .product-card:hover, .news-card:hover, .featured-category-card:hover {
  transform: translateY(-4px);
}
.bento-image, .product-thumb, .product-detail-image {
  background: #ffffff center center no-repeat;
  min-height: 240px;
  background-size: contain;
}
.product-detail-image {
  min-height: 420px;
  border-radius: 1.25rem;
  box-shadow: var(--mp-shadow);
}
.site-footer {
  background: #111;
  color: #fff;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ffb3b3;
}
.footer-legal {
  line-height: 1.7;
}
.rfq-floating-badge {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  background: var(--mp-red);
  color: #fff;
  border-radius: 1rem;
  padding: .85rem 1rem;
  box-shadow: var(--mp-shadow);
  z-index: 1040;
  text-align: center;
  min-width: 92px;
}
.content-body p {
  line-height: 1.7;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.site-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  color: #111;
  flex: 1 1 auto;
  min-width: 0;
}
.site-logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: 260px;
}
.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--mp-red);
  color: #fff;
  font-weight: 800;
}
.site-brand-name {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15;
  color: #111;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-nav-wrap {
  margin-left: auto;
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: .75rem;
  background: #fff;
  padding: 0;
}
.menu-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #222;
  border-radius: 999px;
}
.meyer-dropdown-menu, .meyer-dropdown-menu ul, .meyer-dropdown-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.meyer-dropdown-menu .top-menu {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0;
}
.meyer-dropdown-menu .top-menu > li {
  position: relative;
}
.meyer-dropdown-menu a {
  display: block;
  padding: 1rem 1rem;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  white-space: nowrap;
}
.meyer-dropdown-menu .menu-item-row {
  display: flex;
  align-items: stretch;
}
.meyer-dropdown-menu .submenu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0 .9rem 0 .35rem;
  font-size: .95rem;
  color: #444;
}
.meyer-dropdown-menu li:hover > .menu-item-row > a, .meyer-dropdown-menu li:focus-within > .menu-item-row > a, .meyer-dropdown-menu li:hover > a, .meyer-dropdown-menu li:focus-within > a {
  color: var(--mp-red);
  background: #fff5f5;
}
.meyer-dropdown-menu .submenu-wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .10);
  z-index: 1001;
}
.meyer-dropdown-menu .submenu {
  display: block;
}
.meyer-dropdown-menu li:hover > .submenu-wrap, .meyer-dropdown-menu li:focus-within > .submenu-wrap, .meyer-dropdown-menu li.is-open > .submenu-wrap {
  display: block;
}
.meyer-dropdown-menu li .submenu-wrap li {
  position: relative;
  width: 100%;
}
.meyer-dropdown-menu li .submenu-wrap .submenu-wrap {
  top: 0;
  left: calc(100% - 1px);
}
.meyer-dropdown-menu li.menu-open-left > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) > .submenu-wrap {
  left: auto;
  right: 0;
}
.meyer-dropdown-menu li.menu-open-left .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) .submenu-wrap .submenu-wrap {
  left: auto;
  right: calc(100% - 1px);
}
.meyer-dropdown-menu .submenu a {
  padding: .85rem 1rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .site-header-inner {
    flex-wrap: wrap;
    align-items: center;
    min-height: 72px;
    padding: .65rem 0;
  }
  .site-brand {
    flex: 1 1 auto;
  }
  .site-logo {
    max-width: 180px;
    height: 40px;
  }
  .site-brand-name {
    max-width: 160px;
    font-size: .88rem;
  }
  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .site-nav-wrap {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  .site-nav-wrap.is-open {
    display: block;
  }
  .meyer-dropdown-menu, .meyer-dropdown-menu .top-menu {
    width: 100%;
    display: block;
  }
  .meyer-dropdown-menu .top-menu > li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .06);
  }
  .meyer-dropdown-menu .menu-item-row {
    justify-content: space-between;
  }
  .meyer-dropdown-menu .submenu-toggle {
    display: block;
  }
  .meyer-dropdown-menu a {
    padding: .9rem 1rem;
    white-space: normal;
  }
  .meyer-dropdown-menu .submenu-wrap, .meyer-dropdown-menu li.menu-open-left > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) > .submenu-wrap, .meyer-dropdown-menu li .submenu-wrap .submenu-wrap, .meyer-dropdown-menu li.menu-open-left .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) .submenu-wrap .submenu-wrap {
    position: static;
    min-width: 0;
    border: none;
    box-shadow: none;
    left: auto;
    right: auto;
    top: auto;
    padding-left: 1rem;
  }
  .meyer-dropdown-menu li:hover > .submenu-wrap, .meyer-dropdown-menu li:focus-within > .submenu-wrap {
    display: none;
  }
  .meyer-dropdown-menu li.is-open > .submenu-wrap {
    display: block;
  }
}
.hero-slider {
  margin-top: 0;
}
.hero-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: none;
}
.hero-slide-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-panel {
  max-width: 760px;
  background: rgba(255, 255, 255, .88);
  border-radius: 1.25rem;
  padding: 2rem;
  backdrop-filter: blur(6px);
}
.featured-category-link {
  display: block;
  height: 100%;
}
.featured-category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featured-category-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-category-name {
  padding: 1rem 1rem 1.1rem;
  text-align: center;
  color: #111;
  font-weight: 700;
}
@media (max-width: 991px) {
  .site-header-inner {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: .65rem 0;
  }
  .site-brand {
    flex: 1 1 auto;
    min-width: 0;
  }
  .site-logo {
    max-width: 180px;
    height: 40px;
  }
  .site-brand-name {
    max-width: 160px;
    font-size: .88rem;
  }
  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .site-nav-wrap {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    margin-left: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .10);
    z-index: 1025;
  }
  .site-nav-wrap.is-open {
    display: block !important;
  }
  .meyer-dropdown-menu, .meyer-dropdown-menu .top-menu {
    width: 100%;
    display: block;
  }
  .meyer-dropdown-menu .top-menu > li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .06);
  }
  .meyer-dropdown-menu .menu-item-row {
    justify-content: space-between;
  }
  .meyer-dropdown-menu .submenu-toggle {
    display: block;
  }
  .meyer-dropdown-menu a {
    padding: .9rem 1rem;
    white-space: normal;
  }
  .meyer-dropdown-menu .submenu-wrap, .meyer-dropdown-menu li.menu-open-left > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child > .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) > .submenu-wrap, .meyer-dropdown-menu li .submenu-wrap .submenu-wrap, .meyer-dropdown-menu li.menu-open-left .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:last-child .submenu-wrap .submenu-wrap, .meyer-dropdown-menu .top-menu > li:nth-last-child(2) .submenu-wrap .submenu-wrap {
    position: static;
    min-width: 0;
    border: none;
    box-shadow: none;
    left: auto;
    right: auto;
    top: auto;
    padding-left: 1rem;
  }
  .meyer-dropdown-menu li:hover > .submenu-wrap, .meyer-dropdown-menu li:focus-within > .submenu-wrap {
    display: none;
  }
  .meyer-dropdown-menu li.is-open > .submenu-wrap {
    display: block;
  }
  .hero-panel {
    margin: 1rem 0;
    padding: 1.25rem;
  }
}
.featured-category-tile {
  aspect-ratio: 4 / 3;
  background: #f3f3f3 center center / cover no-repeat;
}
.featured-category-caption {
  padding: 1rem 1.15rem 1.1rem;
  text-align: center;
  background: #fff;
}
.featured-category-title {
  margin: 0;
  color: #111;
  font-weight: 800;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.25;
}
.category-tile-cover {
  background-size: cover;
  background-position: center center;
}
.category-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: #fff;
  margin-bottom: 2rem;
}
.category-hero--has-image {
  background-size: cover;
  background-position: center center;
  min-height: min(52vw, 520px);
  display: flex;
  align-items: flex-end;
}
.category-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .58) 100%);
}
.category-hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.category-hero__title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: .75rem;
}
.category-hero__brief, .category-hero__brief p {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
}
.category-hero .breadcrumb, .category-hero .breadcrumb a, .category-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, .88);
}
.category-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .65);
}
@media (max-width: 991px) {
  .category-hero {
    padding: 1.5rem;
  }
  .category-hero--has-image {
    min-height: 320px;
  }
}
.applications img,.features img{ max-width:100%; width:auto;}