: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);
}
: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);

  /* Typography */
  --mp-font-sans: 'Manrope', Inter, Arial, sans-serif;
  --mp-text-base: 1rem;
  --mp-text-sm: 0.875rem;
  --mp-text-lg: 1.125rem;
  --mp-leading-base: 1.7;
  --mp-leading-tight: 1.15;
  --mp-tracking-tight: -0.02em;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: var(--mp-font-sans);
  font-size: var(--mp-text-base);
  line-height: var(--mp-leading-base);
  font-weight: 400;
  background: #fff;
  color: #111;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
li,
td,
th,
label,
.form-control,
.form-select,
.dropdown-item {
  font-size: 1rem;
  line-height: 1.72;
}

small,
.small,
.text-sm {
  font-size: var(--mp-text-sm);
  line-height: 1.55;
}

strong,
b {
  font-weight: 700;
}

a {
  color: var(--mp-red);
  text-underline-offset: 0.12em;
}

h1,
.h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.75rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 0.85rem;
}

h2,
.h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.028em;
  margin-bottom: 0.8rem;
}

h3,
.h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.022em;
  margin-bottom: 0.7rem;
}

h4,
.h4 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 0.65rem;
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.display-1 {
  font-size: clamp(2.8rem, 6vw, 4.75rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.display-2 {
  font-size: clamp(2.3rem, 4.8vw, 3.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.display-3 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.page-title,
.section-title {
  color: var(--mp-red);
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mp-gray);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
  font-weight: 400;
  color: #374151;
}

.btn,
.nav-link,
.dropdown-item,
.form-label {
  font-size: 0.95rem;
}

.btn {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-link {
  font-weight: 600;
  line-height: 1.4;
}

.form-label {
  font-weight: 600;
  line-height: 1.4;
}

.content-body,
.content-body p,
.content-body li {
  line-height: 1.8;
}

.content-body p {
  max-width: 68ch;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15.5px;
  }

  p,
  li,
  td,
  th,
  label,
  .form-control,
  .form-select,
  .dropdown-item {
    line-height: 1.68;
  }

  .page-title,
  .section-title {
    line-height: 1.1;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 15px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    text-wrap: balance;
  }

  .lead {
    font-size: 1.05rem;
    line-height: 1.7;
  }
}
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;
}
.site-header {
  top: 0;
  z-index: 1030;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.site-header .container,
.site-header .container-fluid {
  position: relative;
}
.site-header__inner {
  position: relative;
  min-height: 72px;
}
.site-brand {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  z-index: 4;
  padding-left: 0;
  margin-right: 1rem;
}
.site-brand__text {
  white-space: nowrap;
}
.site-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-38%);
  filter: none !important;
  box-shadow: none !important;
}
.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;
}
.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;
}
.hero-slide {
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slide::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.hero-panel {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
.bento-card, .product-card, .news-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 {
  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;
}
.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;
}
@media (max-width: 991px) {
  .hero-slide {
    min-height: 60vh;
  }
  .hero-panel {
    margin: 2rem 0;
  }
}
.homepage-headlines {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}
.headline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .9fr);
  gap: 1.25rem;
}
.headline-stack {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.25rem;
}
.headline-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  min-height: 220px;
  background: #111 center center / cover no-repeat;
  box-shadow: var(--mp-shadow);
}
.headline-card--lead {
  min-height: 700px;
}
.headline-card__link {
  position: relative;
  display: block;
  min-height: inherit;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.headline-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .52) 45%, rgba(0, 0, 0, .86) 100%);
}
.headline-card__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  z-index: 2;
}
.headline-card__date {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  margin-bottom: .65rem;
}
.headline-card__title {
  margin: 0 0 .75rem;
  font-weight: 800;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #fff;
}
.headline-card__title--sm {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-bottom: .45rem;
}
.headline-card__summary {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .92);
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.7;
}
.headline-card__summary--sm {
  margin: 0;
  font-size: .95rem;
  color: rgba(255, 255, 255, .84);
}
.headline-card__cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid rgba(255, 255, 255, .7);
  padding-bottom: .15rem;
}
.headline-card:hover .headline-card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .48) 42%, rgba(0, 0, 0, .9) 100%);
}
@media (max-width: 991px) {
  .headline-grid {
    grid-template-columns: 1fr;
  }
  .headline-stack {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
  .headline-card--lead {
    min-height: 460px;
  }
}
@media (max-width: 575px) {
  .headline-card {
    min-height: 240px;
  }
  .headline-card--lead {
    min-height: 380px;
  }
  .headline-card__content {
    padding: 1.1rem;
  }
  .headline-card__title {
    font-size: 1.5rem;
  }
}
.contact-page {
  background: linear-gradient(180deg, #fff 0%, #f7f7f8 100%);
}
.contact-company-panel, .contact-form-panel, .contact-map-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.contact-company-panel {
  padding: 1.5rem;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}
.contact-form-panel, .contact-map-panel {
  padding: 1.75rem;
}
.contact-company-intro, .contact-form-header, .contact-map-header {
  margin-bottom: 1.25rem;
}
.contact-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b91c1c;
  margin-bottom: 0.5rem;
}
.contact-company-panel h2,
.contact-form-panel h2,
.contact-map-panel h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  color: #111827;
}
.contact-company-panel p, .contact-form-panel p, .contact-office-desc {
  color: #4b5563;
}
.contact-office-card {
  padding: 1rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.contact-office-card:first-of-type {
  border-top: 0;
  padding-top: 0.5rem;
}
.contact-office-region {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.contact-office-card h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
  color: #111827;
}
.contact-office-line, .contact-office-list {
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.65;
}
.contact-office-label {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.2rem;
}
.contact-office-card a {
  color: #991b1b;
  text-decoration: none;
}
.contact-office-card a:hover {
  text-decoration: underline;
}
.contact-form-grid .form-label {
  font-weight: 600;
  color: #111827;
}
.contact-form-grid .form-control {
  min-height: 3rem;
  border-radius: 0.9rem;
  border-color: rgba(15, 23, 42, 0.12);
  padding: 0.8rem 0.95rem;
}
.contact-form-grid textarea.form-control {
  min-height: 12rem;
}
.contact-form-grid .form-control:focus {
  border-color: rgba(185, 28, 28, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(185, 28, 28, 0.12);
}
.contact-map-frame {
  border-radius: 1rem;
  overflow: hidden;
  background: #e5e7eb;
  min-height: 360px;
}
.contact-map-frame iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
@media (max-width: 991.98px) {
  .contact-company-panel, .contact-form-panel, .contact-map-panel {
    padding: 1.25rem;
  }
}

.product-detail-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:.75rem}
.product-detail-thumb{padding:0;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:.75rem;overflow:hidden;cursor:pointer}
.product-detail-thumb img{display:block;width:100%;height:78px;object-fit:cover}
.product-detail-thumb.is-active{border-color:#8b1e24;box-shadow:0 0 0 2px rgba(139,30,36,.12)}


/* Admin product editor grouping */
.admin-product-form .card {
  border-radius: 1rem;
}
.admin-product-form .admin-section-heading h2 {
  font-weight: 700;
}
.admin-product-form .admin-image-preview {
  min-height: 48px;
}
@media (min-width: 1200px) {
  .admin-product-form .admin-sticky-card {
    position: sticky;
    top: 1.5rem;
  }
}


.site-header .navbar-brand img,
.site-header .navbar-brand .site-logo {
  box-shadow: none !important;
  filter: none !important;
}
.site-header .navbar-toggler {
  position: relative;
  z-index: 4;
  border: 0;
  box-shadow: none !important;
}
.site-header__collapse {
  z-index: 3;
}
@media (min-width: 992px) {
  .site-header .navbar-nav {
    padding-left: 110px;
  }
  .site-header .dropdown-menu {
    margin-top: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    overflow: visible;
  }
  .site-header__inner {
    min-height: 64px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .site-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 84px;
    min-height: 64px;
    margin: 0;
    justify-content: center;
    pointer-events: auto;
  }
  .site-logo {
    width: 78px;
    height: 78px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
  }
  .site-brand__text {
    display: none;
  }
  .site-header__collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: .75rem 1rem 1rem;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
  }
  .site-header__collapse .navbar-nav {
    width: 100%;
    align-items: stretch !important;
    gap: 0 !important;
  }
  .site-header__collapse .nav-item,
  .site-header__collapse .nav-link,
  .site-header__collapse .btn {
    width: 100%;
  }
  .site-header__collapse .dropdown-menu {
    position: static !important;
    float: none;
    transform: none !important;
    box-shadow: none;
    border: 0;
    padding-left: .75rem;
    width: 100%;
  }
}


.site-header {
  box-shadow: none !important;
}
.site-header__inner {
  position: relative;
  min-height: 78px;
  align-items: center;
}
.site-brand {
  position: relative;
  min-height: 78px;
  align-items: center;
  margin-right: 1rem;
  overflow: visible;
}
.site-logo-badge {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-42%);
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  padding: 8px;
}
.site-logo {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter: none !important;
  box-shadow: none !important;
}
.site-header__collapse {
  z-index: 3;
}
@media (min-width: 992px) {
  .site-brand {
    width: 116px;
    flex: 0 0 116px;
  }
  .site-header .navbar-nav .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .site-header__inner {
    min-height: 74px;
  }
  .site-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    min-height: 0;
    width: 84px;
    flex: 0 0 84px;
    z-index: 5;
  }
  .site-logo-badge {
    position: static;
    transform: none;
    width: 84px;
    height: 84px;
    padding: 6px;
  }
  .site-header .navbar-toggler {
    position: relative;
    z-index: 6;
  }
  .site-header__collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: .75rem 1rem 1rem;
    box-shadow: none;
  }
  .site-header__collapse .navbar-nav,
  .site-header__collapse .nav-item,
  .site-header__collapse .dropdown-menu,
  .site-header__collapse .dropdown-item,
  .site-header__collapse .btn {
    width: 100%;
  }
  .site-header__collapse .dropdown-menu {
    position: static !important;
    float: none;
    transform: none !important;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 .75rem;
    margin: .25rem 0 .5rem;
    background: transparent;
  }
  .site-header__collapse .nav-link,
  .site-header__collapse .dropdown-item {
    display: block;
    padding: .75rem 0;
  }
  .site-header__collapse .btn-brand {
    margin-top: .5rem;
  }
}
