/*
 * MT Mühendislik kullanıcı yüzü iyileştirmeleri.
 * Yönetim paneli stillerinden bağımsızdır ve mevcut tema sınıflarını bozmadan
 * son katman olarak yüklenir.
 */
:root {
  --mt-navy: #101c3d;
  --mt-navy-deep: #09122d;
  --mt-blue: #3f6df6;
  --mt-cyan: #36c9db;
  --mt-ink: #26324a;
  --mt-muted: #667085;
  --mt-border: rgba(16, 28, 61, .1);
  --mt-radius: 1rem;
  --mt-shadow: 0 1rem 3rem rgba(16, 28, 61, .1);
}

html { height: auto !important; scroll-behavior: smooth; overflow-x: clip; min-height: 100%; }
body {
  height: auto !important;
  min-height: 100vh;
  display: block !important;
  overflow-x: clip;
  color: var(--mt-ink);
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; }
img { height: auto; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(54, 201, 219, .65);
  outline-offset: 3px;
}

.mt-skip-link {
  position: fixed !important;
  z-index: 1100;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  border-radius: .6rem;
  color: #fff;
  background: var(--mt-navy-deep);
  transform: translateY(-160%);
  transition: transform .2s ease;
  margin: 0 !important;
}
.mt-skip-link:focus { transform: translateY(0); color: #fff; }

.content-wrapper { min-height: auto; width: 100%; }
body > footer { margin: 0 !important; }
body > .mt-skip-link,
body > nav { position: fixed !important; margin: 0 !important; }
.navbar.center-nav { backdrop-filter: blur(12px); background: rgba(16, 28, 61, .96) !important; }
.navbar.center-nav .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar.center-nav .navbar-brand a {
  display: inline-flex;
  align-items: center;
  max-width: min(180px, 42vw);
  padding: .5rem 0;
  overflow: hidden;
}
.navbar.center-nav .navbar-brand img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: min(170px, 42vw) !important;
  max-height: 46px !important;
  object-fit: contain;
}
.navbar.center-nav .offcanvas-header img {
  width: auto !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 42px !important;
  object-fit: contain;
}
.navbar.center-nav .nav-link { white-space: nowrap; }
.navbar.center-nav .navbar-other { min-width: max-content; }

.wrapper.bg-navy { background: linear-gradient(135deg, var(--mt-navy-deep), var(--mt-navy)) !important; }
.wrapper.bg-navy .divider svg { display: block; width: 100%; height: clamp(2.75rem, 3vw, 4rem); }
.home-hero-logo {
  display: block;
  width: clamp(11rem, 18vw, 18rem) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}
.mt-error-page {
  display: grid;
  min-height: calc(100vh - 8rem);
  place-items: center;
  padding: clamp(7rem, 12vh, 10rem) 0 clamp(4rem, 8vh, 7rem);
}
.mt-error-card {
  position: relative;
  width: min(100%, 48rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--mt-border);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  box-shadow: var(--mt-shadow);
}
.mt-error-code {
  position: absolute;
  top: -2.75rem;
  left: 50%;
  color: rgba(63, 109, 246, .055);
  font-size: clamp(10rem, 26vw, 18rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
  transform: translateX(-50%);
  user-select: none;
}
.mt-error-eyebrow,
.mt-error-card h1,
.mt-error-card p,
.mt-error-actions { position: relative; z-index: 1; }
.mt-error-eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  color: #3159c7;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #edf2ff;
}
.mt-error-card h1 {
  margin-bottom: 1rem;
  color: var(--mt-navy);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  white-space: nowrap;
}
.mt-error-card p { max-width: 38rem; margin: 0 auto 2rem; color: var(--mt-muted); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.mt-error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.form-control { min-height: 3.2rem; }
.btn { min-height: 2.75rem; }
.btn-primary { box-shadow: 0 .5rem 1.25rem rgba(63, 109, 246, .2); }

.mt-producers-mobile-hero .form-floating.input-group {
  min-height: 3.4rem;
  overflow: hidden;
  border-radius: .65rem;
  background: #fff;
}
.mt-producers-mobile-hero .form-floating.input-group > .form-control {
  min-height: 3.4rem;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mt-producers-mobile-hero .form-floating.input-group > label {
  padding-top: .9rem;
  padding-bottom: .9rem;
}
.mt-producers-mobile-hero .form-floating.input-group > .btn {
  align-self: stretch;
  min-width: 5.4rem;
  min-height: 3.4rem;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.card { height: 100%; overflow: hidden; border: 1px solid var(--mt-border); border-radius: var(--mt-radius); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--mt-shadow) !important; }
.card-img-top { margin: 0; background: #f5f7fb; }
.card-img-top img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.card .card-body { display: flex; flex-direction: column; justify-content: center; min-height: 5.5rem; }
.post-category { overflow: hidden; text-overflow: ellipsis; }

footer.bg-navy { background: var(--mt-navy-deep) !important; padding-top: 2rem !important; padding-bottom: 2rem !important; min-height: 0 !important; }
footer.bg-navy > .container { padding-top: 0 !important; padding-bottom: 0 !important; }
footer.bg-navy p { margin-bottom: .35rem; }
footer.bg-navy .row > [class*="col-"]:last-child p { margin-bottom: 0; }
.progress-wrap {
  position: fixed !important;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 20;
  margin: 0 !important;
}

/* Hidden desktop navigation menus must not extend the document below the footer. */
@media (min-width: 992px) {
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu { display: none !important; }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:focus-within > .dropdown-menu,
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu.show { display: block !important; }
}

/* Product detail gallery: keep the technical image fully visible and give it a deliberate frame. */
.mt-product-detail { position: relative; z-index: 1; background: #fff; }
.mt-product-detail > .container {
  width: min(calc(100vw - 3rem), 1440px);
  max-width: none;
}
.mt-product-detail > .container > .row { align-items: flex-start; }
.mt-product-detail > .container > .row > .col-lg-8 { min-width: 0; }
.mt-product-gallery { padding: 0 !important; }
@media (min-width: 992px) {
  .mt-product-detail > .container > .row > .col-lg-8 {
    display: block;
  }
  .mt-product-detail > .container > .row > .col-lg-8::after {
    content: "";
    display: block;
    clear: both;
  }
  .mt-product-detail .col-lg-8 > .mt-product-gallery {
    width: min(44%, 34rem) !important;
    margin: 0 2rem 1.5rem 0;
    float: left !important;
  }
  .mt-product-detail .col-lg-8 > .mt-product-detail-copy {
    width: auto;
    margin-top: 0;
    overflow: hidden;
  }
  .mt-product-detail .col-lg-8 > .row,
  .mt-product-detail .col-lg-8 > hr { clear: both; }
}
.mt-product-gallery-main {
  overflow: hidden;
  border: 1px solid #e1e7f0;
  border-radius: 1.25rem;
  background: #000;
  box-shadow: 0 .9rem 2rem rgba(16, 28, 61, .08);
}
.mt-product-gallery-main .swiper,
.mt-product-gallery-main .swiper-wrapper,
.mt-product-gallery-main .swiper-slide { height: auto !important; }
.mt-product-gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-product-hero-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(20rem, 28vw, 27rem);
  margin: 0;
  padding: clamp(1rem, 3vw, 2.75rem);
  overflow: hidden;
  background: #000;
}
.mt-product-hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: clamp(20rem, 28vw, 27rem);
  object-fit: contain !important;
  object-position: center;
}
.mt-product-gallery .item-link {
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--mt-navy) !important;
  background: rgba(255,255,255,.92);
  box-shadow: 0 .35rem 1rem rgba(16,28,61,.14);
}
.mt-product-thumbs { margin-top: .75rem; padding: .35rem; }
.mt-product-thumbs .swiper-slide { width: 4.5rem !important; height: 4.5rem !important; opacity: .65; }
.mt-product-thumbs .swiper-slide img { width: 100%; height: 100%; object-fit: contain; border: 1px solid #e1e7f0; background: #fff; }
.mt-product-detail-copy { padding-top: 1.5rem !important; }
.mt-product-detail-copy {
  margin-top: 1.25rem;
  padding: 1.5rem 1.75rem 1.25rem !important;
  border: 1px solid #e1e7f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .6rem 1.5rem rgba(16, 28, 61, .05);
}
.mt-product-detail-copy .post-title { margin-bottom: 1.25rem !important; color: var(--mt-navy); font-size: clamp(1.25rem, 1.7vw, 1.8rem); line-height: 1.2; }
.mt-product-detail-copy .post-title a { color: inherit !important; }
.mt-product-detail-copy > a { display: flex; gap: .45rem; align-items: baseline; color: #53627d !important; font-size: .92rem !important; line-height: 1.5; }
.mt-product-detail-copy > a b { color: var(--mt-navy); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.mt-product-detail-copy hr { border-color: #edf0f5; opacity: 1; }
.mt-product-detail .col-lg-8 > .mt-product-description,
.mt-product-detail .col-lg-8 > .row { padding: 0 1.75rem; color: #53627d; line-height: 1.75; }
.mt-product-offer-col { position: sticky; top: 1.25rem; }
.mt-product-offer-card { border: 1px solid #dbe3ef; border-radius: 1.1rem; background: #fff; box-shadow: 0 1rem 2.5rem rgba(16, 28, 61, .1) !important; }
.mt-product-offer-card .card-body { display: block; min-height: 0; padding: 2rem !important; }
.mt-product-offer-card h2 { color: var(--mt-navy); font-size: 1.35rem; font-weight: 800; }
.mt-product-offer-card h2::after { content: "Talk to our engineering team"; display: block; margin-top: .45rem; color: #7c8ba5; font-size: .78rem; font-weight: 500; }
.mt-product-offer-card .form-control { border-color: #dbe3ef; background: #fbfcfe; }
.mt-product-offer-card .btn-login { min-height: 3.25rem; font-weight: 800; letter-spacing: .01em; }

/* 2026 industrial B2B product page: quiet hierarchy, dense facts, one clear next action. */
.mt-product-page-hero .container {
  padding-top: 4.5rem !important;
  padding-bottom: .85rem !important;
  text-align: left !important;
}
.mt-product-page-hero { display: block; padding-top: 0 !important; padding-bottom: 0 !important; }
.mt-product-page-hero .divider { display: block; }
.mt-product-page-kicker {
  margin: 0 0 .85rem;
  color: #9fb4d9;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mt-product-page-hero .mt-product-page-kicker { display: none; }
.mt-product-detail { background: #fff; }
.mt-product-detail > .container > .row {
  margin-top: -6.5rem !important;
  padding-top: 2rem;
}
.mt-product-gallery-main {
  border-color: #e3e8ef;
  border-radius: .9rem;
  box-shadow: none;
}
.mt-product-hero-figure {
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 0;
  padding: clamp(1.25rem, 4vw, 3.25rem);
  background: #000;
}
.mt-product-gallery .swiper-main .swiper-slide .mt-product-hero-figure { height: auto !important; }
.mt-product-hero-image { max-height: 100%; }
.mt-product-thumbs { display: none; }
.mt-product-gallery .item-link {
  top: .75rem;
  right: .75rem;
  width: 2.25rem;
  height: 2.25rem;
  box-shadow: none;
}
.mt-product-detail-copy {
  padding: .25rem 0 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mt-product-detail-copy .post-title {
  max-width: 18ch;
  margin-bottom: 1.6rem !important;
  color: #101c3d;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.mt-product-detail-copy > a {
  gap: .85rem;
  padding: .85rem 0;
  border-top: 1px solid #dfe6ee;
  color: #53627d !important;
  font-size: .98rem !important;
}
.mt-product-detail-copy > a b {
  flex: 0 0 7.5rem;
  color: #7c8ba5;
  font-size: .68rem;
}
.mt-product-detail-copy hr { display: none; }
.mt-product-detail .col-lg-8 > .mt-product-description,
.mt-product-detail .col-lg-8 > .row {
  margin-top: .25rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid #e3e8ef;
  border-radius: .85rem;
  background: #fff;
  color: #44536d;
  font-size: .98rem;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .mt-product-detail .col-lg-8 > .mt-product-description {
    margin-top: 1.1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
}
.mt-product-detail .col-lg-8 > hr { display: none; }
.mt-product-description > :first-child { margin-top: 0; }
.mt-product-description > :last-child { margin-bottom: 0; }
.mt-product-description p { margin-bottom: 0; }
.mt-product-offer-col { top: 1.5rem; }
.mt-product-offer-card {
  border: 1px solid #e0e7f0;
  border-top: 3px solid #36c9db;
  border-radius: .9rem;
  box-shadow: 0 .75rem 2rem rgba(16, 28, 61, .07) !important;
}
.mt-product-offer-card .card-body { padding: 1.6rem !important; }
.mt-product-offer-card h2 { font-size: 1.25rem; letter-spacing: -.02em; }
.mt-product-offer-card h2::after { content: "Get a fast technical quotation"; }
.mt-product-offer-card .form-control { min-height: 3rem; border-radius: .55rem; }
.mt-product-offer-card .btn-login {
  border-color: #101c3d !important;
  background: #101c3d !important;
  box-shadow: none;
}
.mt-product-offer-card .btn-login:hover,
.mt-product-offer-card .btn-login:focus { background: #203467 !important; }

.mt-product-faq {
  clear: both;
  width: 100%;
  margin: 1.75rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.mt-product-faq-head {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin: 0 0 1rem;
}
.mt-product-faq-kicker {
  margin: 0;
  color: #7c8ba5;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mt-product-faq-head h2 {
  margin: 0;
  color: #101c3d;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 750;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.mt-product-faq-list {
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-top: 3px solid #36c9db;
  border-radius: .9rem;
  background: #fff;
}
.mt-product-faq-item + .mt-product-faq-item { border-top: 1px solid #e8eef4; }
.mt-product-faq-heading { margin: 0; font-size: inherit; }
.mt-product-faq-button {
  display: grid !important;
  grid-template-columns: 2.35rem minmax(0, 1fr) 1.5rem;
  gap: .85rem;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 1.05rem 1.2rem !important;
  border: 0 !important;
  border-radius: 0;
  text-align: left;
  color: #101c3d;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.mt-product-faq-button:hover { background: #f7f9fc !important; }
.mt-product-faq-button:focus { box-shadow: none !important; }
.mt-product-faq-button:focus-visible {
  outline: 2px solid #3f6df6;
  outline-offset: -2px;
}
.mt-product-faq-index {
  padding-top: .28rem;
  color: #9aa8bd;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.mt-product-faq-button:not(.collapsed) .mt-product-faq-index { color: #1aa7b8; }
.mt-product-faq-q {
  min-width: 0;
  color: #101c3d;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.mt-product-faq-toggle {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .12rem;
  border-radius: 50%;
  background: #eef3f8;
}
.mt-product-faq-toggle::before,
.mt-product-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #101c3d;
  transform: translate(-50%, -50%);
}
.mt-product-faq-toggle::before { width: .55rem; height: 1.5px; }
.mt-product-faq-toggle::after { width: 1.5px; height: .55rem; }
.mt-product-faq-button:not(.collapsed) .mt-product-faq-toggle { background: #101c3d; }
.mt-product-faq-button:not(.collapsed) .mt-product-faq-toggle::before { background: #fff; }
.mt-product-faq-button:not(.collapsed) .mt-product-faq-toggle::after { display: none; }
.mt-product-faq-a {
  margin: 0;
  padding: 0 1.2rem 1.2rem 4.4rem;
  color: #53627d;
  font-size: .92rem;
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .mt-product-faq-button {
    grid-template-columns: minmax(0, 1fr) 1.5rem;
    padding: .95rem 1rem !important;
  }
  .mt-product-faq-index { display: none; }
  .mt-product-faq-a { padding: 0 1rem 1rem; }
}

/* Wide screens preserve a calm, editorial product composition instead of scaling every element up. */
@media (min-width: 1600px) {
  .mt-product-detail > .container { width: min(calc(100vw - 5rem), 1520px); }
  .mt-product-detail-copy .post-title { font-size: clamp(2rem, 2.2vw, 3rem); }
}
@media (min-width: 2560px) {
  .mt-product-detail > .container { width: min(calc(100vw - 8rem), 1600px); }
}

@media (max-width: 991.98px) {
  header.wrapper .navbar.center-nav { position: relative !important; }
  header.wrapper .navbar.center-nav .container { min-height: 4.5rem; }
  header.wrapper .navbar.center-nav .navbar-brand { width: auto !important; }
  header.wrapper .navbar.center-nav .navbar-collapse.offcanvas { visibility: hidden; }
  header.wrapper .navbar.center-nav .navbar-collapse.offcanvas.show { visibility: visible; }
  header.wrapper .navbar.center-nav .offcanvas-body { padding: 1.5rem; }
  header.wrapper .navbar.center-nav .offcanvas-body .navbar-nav { gap: .25rem; }
  header.wrapper .navbar.center-nav .offcanvas-body .nav-link { padding: .75rem .5rem; }
  header.wrapper .navbar.center-nav .dropdown-menu { margin: 0; border: 0; box-shadow: none; }
  header.wrapper .navbar.center-nav .navbar-other { margin-left: auto !important; }
  header.wrapper .navbar.center-nav .language-select { display: none; }
  .projects-masonry { margin-top: -2rem !important; }
}

@media (max-width: 575.98px) {
  .container { --bs-gutter-x: 1.25rem; }
  .wrapper.bg-navy .container { padding-top: 6.5rem !important; padding-bottom: 4rem !important; }
  .wrapper.bg-navy .container > .row { margin-top: 0 !important; }
  .wrapper.bg-navy .container img[width="350"] { width: min(220px, 70vw); }
  .form-floating.input-group { display: flex; flex-wrap: nowrap; align-items: stretch; }
  .form-floating.input-group > .form-control { min-width: 0; flex: 1 1 auto; }
  .form-floating.input-group > label { z-index: 2; }
  .form-floating.input-group > .btn { flex: 0 0 auto; border-radius: 0 .5rem .5rem 0; }
  .projects-masonry .row { --bs-gutter-x: .75rem; }
  .projects-masonry .card-body { padding: .85rem !important; min-height: 4.75rem; }
  .projects-masonry .card-img-top img { aspect-ratio: 1 / 1; }
  .projects-masonry h6 { font-size: .78rem; line-height: 1.35; overflow-wrap: anywhere; }
  footer.bg-navy { padding-top: 2rem !important; padding-bottom: 2rem !important; }
  .mt-product-detail .container { padding-top: 0 !important; }
  .mt-product-detail .row { margin-top: 0 !important; }
  .mt-product-gallery { width: 100% !important; max-width: none; float: none !important; }
  .mt-product-gallery-main { border-radius: 1rem; }
  .mt-product-hero-figure { min-height: min(78vw, 22rem); padding: 1rem; }
  .mt-product-hero-image { max-height: min(78vw, 22rem); }
  .mt-product-detail-copy { padding-top: 1.25rem !important; }
  .mt-product-detail-copy { margin-top: 1rem; padding: 0 !important; }
  .mt-product-detail .col-lg-8 > .mt-product-description,
  .mt-product-detail .col-lg-8 > .row { padding: 0 1.25rem; }
  .mt-product-offer-col { position: static; }
  .mt-product-offer-card .card-body { padding: 1.25rem !important; }
  .mt-product-page-hero .container { padding-top: 2.25rem !important; padding-bottom: 1.25rem !important; }
  .mt-product-detail-copy .post-title { max-width: none; font-size: clamp(1.65rem, 9vw, 2.25rem); }
  .mt-product-detail-copy > a b { flex-basis: 6.7rem; }
  .mt-product-detail .col-lg-8 > .mt-product-description,
  .mt-product-detail .col-lg-8 > .row { padding: 1.15rem; }
  .mt-product-mobile-hero {
    padding-top: 0 !important;
  }
  .wrapper.bg-navy.mt-product-mobile-hero > .container {
    padding-top: 2.75rem !important;
    padding-bottom: 2rem !important;
  }
  .wrapper.bg-navy.mt-product-mobile-hero h1 {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.75rem, 7.6vw, 2.25rem);
    line-height: 1.12;
  }
  .wrapper.bg-navy.mt-product-mobile-hero .breadcrumb {
    justify-content: center;
    gap: .25rem .15rem;
    font-size: 14px !important;
    line-height: 1.35;
  }
  .wrapper.bg-navy.mt-product-mobile-hero .breadcrumb-item + .breadcrumb-item::before {
    padding-right: .4rem;
  }
  .wrapper.bg-navy.mt-product-mobile-hero .breadcrumb-item {
    max-width: 100%;
  }
  .wrapper.bg-navy.mt-product-mobile-hero .breadcrumb-item a {
    white-space: normal;
  }
  .wrapper.bg-navy.mt-product-mobile-hero .divider svg {
    height: 2rem;
  }
  .mt-product-detail {
    padding-top: 1.25rem !important;
  }
  .mt-product-detail > .container > .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mt-contact-panel {
    margin-top: -2rem !important;
  }
  .mt-contact-panel > .row {
    padding: 1.25rem !important;
  }
  .mt-contact-panel .contact-form .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-contact-panel .contact-form .row > .col-md-6,
  .mt-contact-panel .contact-form .row > .col-12 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mt-producers-mobile-hero {
    padding-top: 0 !important;
  }
  .wrapper.bg-navy.mt-producers-mobile-hero > .container {
    padding-top: 2.25rem !important;
    padding-bottom: 1.6rem !important;
  }
  .mt-producers-mobile-hero h1 {
    margin-bottom: .75rem;
    font-size: 1.45rem;
    line-height: 1.2;
  }
  .mt-producers-mobile-hero .form-floating.input-group {
    margin-top: .85rem;
    min-height: 3.4rem;
    overflow: hidden;
    border-radius: .65rem;
    background: #fff;
  }
  .mt-producers-mobile-hero .form-floating.input-group > .form-control {
    min-height: 3.4rem;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .mt-producers-mobile-hero .form-floating.input-group > label {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }
  .mt-producers-mobile-hero .form-floating.input-group > .btn {
    align-self: stretch;
    min-width: 4.25rem;
    min-height: 3.4rem;
    margin: 0;
    padding-right: .75rem;
    padding-left: .75rem;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .mt-producers-mobile-hero .uretici {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .22rem;
    margin: .75rem auto 0;
    padding-top: .65rem !important;
    font-size: 0 !important;
    line-height: 1;
  }
  .mt-producers-mobile-hero .uretici a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    min-height: 1.35rem;
    padding: 0 !important;
    border-radius: 999px;
    color: #fff;
    font-size: .7rem;
    line-height: 1;
    background: rgba(255,255,255,.08);
  }
  .mt-producers-mobile-hero .uretici a.active {
    background: rgba(255,255,255,.2);
  }
  .wrapper.bg-navy.mt-producers-mobile-hero .divider svg {
    height: 2rem;
  }
  .mt-producers-mobile-list {
    margin-top: .85rem !important;
  }
  .mt-brand-page-hero {
    padding-top: 0 !important;
  }
  .wrapper.bg-navy.mt-brand-page-hero > .container {
    padding-top: 2.4rem !important;
    padding-bottom: 1.65rem !important;
  }
  .wrapper.bg-navy.mt-brand-page-hero h1 {
    margin-bottom: .65rem !important;
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.1;
  }
  .wrapper.bg-navy.mt-brand-page-hero .breadcrumb {
    justify-content: center;
    font-size: 14px !important;
    line-height: 1.35;
  }
  .wrapper.bg-navy.mt-brand-page-hero .mt-brand-catalog-tools {
    width: 100%;
    gap: .5rem;
    margin-top: 1rem;
    padding: 0;
  }
  .wrapper.bg-navy.mt-brand-page-hero .mt-brand-catalog-search {
    min-height: 2.8rem;
  }
  .wrapper.bg-navy.mt-brand-page-hero .mt-brand-filter-status {
    color: #e5edfb;
    font-size: .75rem;
  }
  .wrapper.bg-navy.mt-brand-page-hero .divider svg {
    height: 2rem;
  }
  body .mt-brand-products-masonry {
    margin-top: .85rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Catalog system: engineered for dense technical product discovery. */
.projects-masonry > .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-right: 0;
  margin-left: 0;
}
.projects-masonry > .row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}
.projects-masonry > .row > .col-12,
.projects-masonry > .row > .col-md-12,
.projects-masonry > .row > .col-lg-12 { grid-column: 1 / -1; }
.projects-masonry > .row > .mt-product-card { min-width: 0; }
.mt-contact-panel {
  overflow: hidden;
  border: 1px solid #e3e8ef;
  box-shadow: 0 1rem 2.5rem rgba(16, 28, 61, .08);
}
.mt-contact-panel > .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.mt-contact-panel .contact-form .row {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.mt-contact-panel .contact-form .row > [class*="col-"] {
  width: auto;
  max-width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
}
.mt-contact-panel .contact-form .row > .col-md-6 { flex: 0 0 auto; width: 50%; }
.mt-contact-panel .contact-form .row > .col-12 { flex: 0 0 auto; width: 100%; }
.mt-contact-panel .form-control {
  border-color: #dce4ef;
  background: #fff;
}
.mt-contact-panel textarea.form-control {
  min-height: 9rem;
}
.mt-category-list-safe {
  margin-top: clamp(-5rem, -6vw, -4rem) !important;
}
.mt-search-empty { margin-top: 0 !important; }
.mt-search-empty-msg {
  position: relative;
  z-index: 2;
  margin: 0 0 2rem;
  text-align: center;
  color: #c3394a;
  font-size: 1.2rem;
  font-weight: 700;
}

.mt-product-card {
  height: auto !important;
  min-height: 0;
  border: 1px solid #dfe5ee;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(16, 28, 61, .06) !important;
}
.mt-product-card:hover {
  border-color: rgba(63, 109, 246, .45);
  box-shadow: 0 1rem 2.5rem rgba(16, 28, 61, .14) !important;
}
.mt-product-card .card-img-top,
.mt-product-media,
.projects-masonry .card .card-img-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(10rem, 14vw, 14rem);
  padding: 1.25rem;
  background: #f1f4f8;
}
.mt-product-card .card-img-top > a,
.mt-product-media > a,
.projects-masonry .card .card-img-top > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mt-product-card .card-img-top img,
.mt-product-media img,
.projects-masonry .card .card-img-top img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  margin: 0;
  mix-blend-mode: multiply;
}
.mt-product-body {
  display: block !important;
  min-height: 0 !important;
  padding: 1rem 1.25rem 1.15rem !important;
}
.mt-product-content { min-width: 0; min-height: 0; }
.mt-product-content .post-category {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: .65rem !important;
  padding: .3rem .55rem;
  border-radius: .35rem;
  color: #53627d !important;
  background: #eef2f8;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
}
.mt-product-content .post-category a { color: inherit !important; }
.mt-product-name {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  color: var(--mt-ink) !important;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mt-product-name::after {
  content: "↗";
  display: inline-block;
  margin-left: .4rem;
  color: var(--mt-blue);
  font-size: .9em;
  transition: transform .2s ease;
}
.mt-product-card:hover .mt-product-name::after { transform: translate(2px, -2px); }
.mt-product-code {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin-top: 1rem;
  padding-top: .8rem;
  border-top: 1px solid #edf0f5;
  color: #26324a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.mt-product-code span {
  flex: 0 0 auto;
  color: #8a96aa;
  font-family: inherit;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Brand catalogue: only product-relevant discovery controls. */
.mt-brand-catalog-tools {
  display: grid;
  grid-template-columns: minmax(16rem, 46rem);
  justify-content: center;
  gap: .55rem;
  align-items: center;
  width: min(100%, 46rem);
  margin: 1rem auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mt-brand-page-hero > .container { padding-bottom: 4rem !important; }
.mt-brand-products-masonry { margin-top: -6rem !important; }
.mt-brand-catalog-search {
  display: flex;
  align-items: center;
  min-height: 2.8rem;
  gap: .65rem;
  padding: 0 .8rem;
  border: 1px solid #d6dfeb;
  border-radius: .7rem;
  background: #fff;
}
.mt-brand-catalog-search:focus-within { border-color: var(--mt-blue); box-shadow: 0 0 0 .2rem rgba(63, 109, 246, .12); }
.mt-brand-catalog-search svg { flex: 0 0 auto; width: 1rem; height: 1rem; fill: none; stroke: #63718a; stroke-linecap: round; stroke-width: 1.8; }
.mt-brand-catalog-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--mt-ink); font: inherit; font-size: .9rem; background: transparent; }
.mt-brand-catalog-search input::placeholder { color: #8390a5; }
.mt-brand-filter-clear,
.mt-brand-filter-empty button {
  border: 0;
  color: #314a83;
  font: inherit;
  font-size: .75rem;
  font-weight: 750;
  white-space: nowrap;
  background: transparent;
}
.mt-brand-filter-clear:hover,
.mt-brand-filter-clear:focus-visible,
.mt-brand-filter-empty button:hover,
.mt-brand-filter-empty button:focus-visible { color: var(--mt-blue); text-decoration: underline; }
.mt-brand-category-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; }
.mt-brand-category-filters button {
  min-height: 2rem;
  padding: .35rem .65rem;
  border: 1px solid #dce4ef;
  border-radius: 999px;
  color: #52627d;
  font: inherit;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.1;
  background: #fff;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.mt-brand-category-filters button:hover,
.mt-brand-category-filters button:focus-visible { border-color: #7e9cff; color: #284dba; }
.mt-brand-category-filters button.is-active { border-color: var(--mt-navy); color: #fff; background: var(--mt-navy); }
.mt-brand-filter-status { margin: 0; color: #e5edfb; font-size: .76rem; font-weight: 650; text-align: center; white-space: nowrap; }
.mt-brand-filter-empty { grid-column: 1 / -1; padding: 2.5rem 1rem; border: 1px dashed #cfd9e7; border-radius: 1rem; text-align: center; background: #fff; }
.mt-brand-filter-empty p { margin: 0 0 .35rem; color: #52627d; font-size: .95rem; }
[data-brand-product][hidden],
[data-brand-empty][hidden],
[data-brand-pagination][hidden] { display: none !important; }
.mt-category-az {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem;
}
.mt-category-az a {
  min-width: 2rem;
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .55rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 800;
}
.mt-category-az a:hover,
.mt-category-az a:focus-visible,
.mt-category-az a.active {
  color: var(--mt-navy);
  background: #fff;
  border-color: #fff;
}
.mt-category-card .mt-product-name {
  min-height: auto;
  -webkit-line-clamp: 2;
  text-align: center;
}
.mt-categories-page-hero > .container {
  padding-bottom: 5rem !important;
}
.mt-categories-list {
  margin-top: 0 !important;
}

@media (max-width: 1199.98px) {
  .projects-masonry > .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mt-brand-catalog-tools { grid-template-columns: minmax(16rem, 36rem); }
}
@media (max-width: 767.98px) {
  .mt-error-page { min-height: calc(100vh - 5rem); padding: 7rem 0 3rem; }
  .mt-error-card { padding: 2.25rem 1.25rem; }
  .mt-error-card h1 { font-size: clamp(1.75rem, 9vw, 2.25rem); white-space: normal; }
  .mt-error-actions { flex-direction: column; }
  .mt-error-actions .btn { width: 100%; }
  .home-hero { padding-top: 5rem !important; }
  .home-hero > .container > .row { margin-top: 1.5rem !important; }
  .home-hero-logo { width: clamp(9rem, 45vw, 12rem) !important; max-height: 8.5rem; }
  .mt-product-page-hero { display: none; }
  main > .wrapper.bg-navy.mt-product-page-hero > .container { padding-top: 4.5rem !important; padding-bottom: .65rem !important; }
  .projects-masonry > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .mt-brand-catalog-tools { grid-template-columns: 1fr; width: 100%; gap: .55rem; margin-top: .85rem; padding: 0; }
  .mt-brand-page-hero > .container { padding-bottom: 3rem !important; }
  .mt-brand-products-masonry { margin-top: -3rem !important; }
  .mt-brand-category-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .15rem; scrollbar-width: thin; }
  .mt-brand-category-filters button { flex: 0 0 auto; }
  .mt-brand-filter-status { font-size: .72rem; }
  .mt-category-az { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: thin; }
  .mt-category-az a { flex: 0 0 auto; }
  .mt-categories-page-hero > .container { padding-bottom: 3rem !important; }
  .mt-categories-list { margin-top: .75rem !important; }
  .mt-product-card .card-img-top,
  .mt-product-media,
  .projects-masonry .card .card-img-top { height: clamp(8.5rem, 34vw, 11rem); padding: .85rem; }
  .mt-product-body { min-height: 0 !important; padding: .85rem .9rem 1rem !important; }
  .mt-product-content .post-category { margin-bottom: .5rem !important; font-size: .58rem; }
  .mt-product-name { font-size: .82rem; }
  .mt-product-code { display: block; margin-top: .75rem; padding-top: .6rem; font-size: .68rem; }
  .mt-product-code span { display: block; margin-bottom: .2rem; font-size: .55rem; }
}

.mt-seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
.mt-seo-tags a {
  display: inline-block;
  padding: .2rem .7rem;
  border: 1px solid var(--mt-border);
  border-radius: 999px;
  color: var(--mt-ink);
  font-size: .78rem;
  text-decoration: none;
}
.mt-seo-tags a:hover { border-color: var(--mt-blue); color: var(--mt-blue); }
