:root {
  --mt-primary: #0a3d91;
  --mt-primary-dark: #072e70;
  --mt-accent: #f15a3a;
  --mt-ink: #111827;
  --mt-muted: #667085;
  --mt-line: #e5e7eb;
  --mt-soft: #f5f7fb;
  --mt-white: #ffffff;
  --mt-radius: 18px;
  --mt-shadow: 0 24px 70px rgba(10, 61, 145, 0.12);
}

.megatank-product-page .pxl-page-title,
.megatank-product-page .pxl-breadcrumb-wrap {
  display: none !important;
}

.megatank-product-page #pxl-main {
  overflow: visible;
}

.mt-product,
.mt-product * {
  box-sizing: border-box;
}

.mt-product {
  position: relative;
  overflow: hidden;
  background: var(--mt-white);
  color: var(--mt-ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

.mt-product__ambient {
  position: absolute;
  top: -220px;
  right: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 61, 145, 0.12), rgba(10, 61, 145, 0) 68%);
  pointer-events: none;
}

.mt-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.mt-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  padding: 30px 0 18px;
  color: #7b8493;
  font-size: 13px;
  font-weight: 600;
}

.mt-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.mt-breadcrumb a:hover,
.mt-breadcrumb span[aria-current="page"] {
  color: var(--mt-primary);
}

.mt-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: center;
  padding: 46px 0 92px;
}

.mt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mt-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mt-eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--mt-accent);
}

.mt-hero h1 {
  margin: 14px 0 18px;
  color: var(--mt-ink);
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 800;
}

.mt-hero__summary {
  max-width: 660px;
  margin: 0;
  color: var(--mt-muted);
  font-size: 17px;
  line-height: 1.78;
}

.mt-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 32px;
}

.mt-badge {
  min-height: 86px;
  padding: 15px 17px;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  background: #fbfcff;
}

.mt-badge strong,
.mt-badge span {
  display: block;
}

.mt-badge strong {
  color: var(--mt-primary);
  font-size: 20px;
  line-height: 1.25;
}

.mt-badge span {
  margin-top: 4px;
  color: #7a8493;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mt-key-features {
  display: grid;
  gap: 17px;
}

.mt-key-feature {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.mt-key-feature__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #edf4ff;
  color: var(--mt-primary);
}

.mt-key-feature__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.mt-key-feature h2 {
  margin: 1px 0 4px;
  color: var(--mt-ink);
  font-size: 15px;
  font-weight: 800;
}

.mt-key-feature p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.mt-button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.mt-button:hover {
  transform: translateY(-2px);
}

.mt-button--primary {
  background: var(--mt-primary);
  color: var(--mt-white) !important;
  box-shadow: 0 15px 30px rgba(10, 61, 145, .22);
}

.mt-button--primary:hover {
  background: var(--mt-primary-dark);
}

.mt-button--secondary {
  border-color: #dfe5ed;
  background: var(--mt-white);
  color: #344054 !important;
}

.mt-button--secondary:hover {
  border-color: #b9c7dc;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
}

.mt-button--light {
  background: var(--mt-white);
  color: var(--mt-primary) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
}

.mt-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  min-height: 610px;
  padding: 24px;
  border: 1px solid #e9edf3;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff, #f8faff);
  box-shadow: var(--mt-shadow);
}

.mt-gallery::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(10, 61, 145, .05);
  border-radius: 18px;
  pointer-events: none;
}

.mt-gallery__thumbs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 30px;
}

.mt-gallery__thumb {
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #dde4ee;
  border-radius: 10px;
  background: var(--mt-white);
  cursor: pointer;
  overflow: hidden;
  opacity: .68;
  transition: border .2s ease, opacity .2s ease, transform .2s ease;
}

.mt-gallery__thumb:hover,
.mt-gallery__thumb.is-active {
  border-color: var(--mt-primary);
  opacity: 1;
  transform: translateY(-1px);
}

.mt-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mt-gallery__stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
}

.mt-gallery__label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--mt-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 7px 18px rgba(10, 61, 145, .09);
}

.mt-gallery__glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 61, 145, .13), rgba(10, 61, 145, 0) 66%);
}

.mt-gallery__main {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: 535px;
  object-fit: contain;
  transition: opacity .18s ease, transform .18s ease;
}

.mt-gallery__main.is-changing {
  opacity: 0;
  transform: scale(.98);
}

.mt-detail {
  margin-bottom: 90px;
  border: 1px solid #e5eaf1;
  border-radius: 24px;
  background: var(--mt-white);
  box-shadow: 0 20px 60px rgba(17, 24, 39, .06);
  overflow: hidden;
}

.mt-tabs {
  display: flex;
  gap: 34px;
  padding: 0 34px;
  border-bottom: 1px solid var(--mt-line);
  overflow-x: auto;
  scrollbar-width: none;
}

.mt-tabs::-webkit-scrollbar {
  display: none;
}

.mt-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 22px 2px 20px;
  border: 0;
  background: transparent;
  color: #7a8493;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.mt-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--mt-primary);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.mt-tab.is-active {
  color: var(--mt-primary);
}

.mt-tab.is-active::after {
  transform: scaleX(1);
}

.mt-panels {
  padding: clamp(30px, 5vw, 58px);
}

.mt-panel[hidden] {
  display: none !important;
}

.mt-section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.mt-section-heading--compact {
  margin-bottom: 30px;
}

.mt-section-heading h2,
.mt-download-copy h2 {
  margin: 12px 0 14px;
  color: var(--mt-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 800;
}

.mt-section-heading p,
.mt-download-copy p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 15px;
  line-height: 1.8;
}

.mt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mt-feature-card {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border: 1px solid #e8edf4;
  border-radius: 16px;
  background: #fbfcff;
  overflow: hidden;
}

.mt-feature-card__number {
  display: inline-block;
  color: var(--mt-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mt-feature-card h3 {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.mt-feature-card p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mt-feature-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(10, 61, 145, .06);
}

.mt-overview-visual {
  position: relative;
  min-height: 320px;
  margin-top: 28px;
  border-radius: 18px;
  background-image: linear-gradient(90deg, rgba(6, 30, 73, .93), rgba(6, 30, 73, .38)), var(--mt-roof);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.mt-overview-visual > div {
  position: absolute;
  left: clamp(28px, 5vw, 58px);
  bottom: clamp(28px, 5vw, 58px);
  max-width: 580px;
  color: var(--mt-white);
}

.mt-overview-visual span,
.mt-overview-visual strong {
  display: block;
}

.mt-overview-visual span {
  margin-bottom: 8px;
  color: #b9cef5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mt-overview-visual strong {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.13;
}

.mt-spec-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.mt-spec-group {
  border: 1px solid #e4e9f0;
  border-radius: 14px;
  background: var(--mt-white);
  overflow: hidden;
}

.mt-spec-group h3 {
  margin: 0;
  padding: 15px 18px;
  background: #eef3fb;
  color: var(--mt-primary);
  font-size: 14px;
  font-weight: 800;
}

.mt-spec-group dl {
  margin: 0;
}

.mt-spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(120px, .75fr);
  gap: 18px;
  padding: 13px 18px;
  border-top: 1px solid #edf0f4;
}

.mt-spec-row:first-child {
  border-top: 0;
}

.mt-spec-row dt,
.mt-spec-row dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.mt-spec-row dt {
  color: #687386;
}

.mt-spec-row dd {
  color: var(--mt-ink);
  font-weight: 700;
  text-align: right;
}

.mt-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mt-application-card {
  border: 1px solid #e5eaf1;
  border-radius: 16px;
  background: var(--mt-white);
  overflow: hidden;
}

.mt-application-card__image {
  aspect-ratio: 16 / 10;
  padding: 12px;
  background: #f6f8fb;
  overflow: hidden;
}

.mt-application-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.mt-application-card:hover .mt-application-card__image img {
  transform: scale(1.025);
}

.mt-application-card__body {
  padding: 23px;
}

.mt-application-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.mt-application-card p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.72;
}

.mt-download-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.mt-catalog-card {
  display: block;
  padding: 14px;
  border: 1px solid #e3e8f0;
  border-radius: 16px;
  background: #f7f9fc;
  color: var(--mt-primary) !important;
  text-decoration: none !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, .1);
  transition: transform .2s ease;
}

.mt-catalog-card:hover {
  transform: translateY(-4px) rotate(.25deg);
}

.mt-catalog-card img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.mt-catalog-card span {
  display: block;
  padding: 13px 3px 2px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.mt-cta {
  background: linear-gradient(118deg, var(--mt-primary), #0a2d69);
  color: var(--mt-white);
}

.mt-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-cta span {
  display: block;
  margin-bottom: 6px;
  color: #bfd1f4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mt-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--mt-white);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.03em;
}

@media (max-width: 1100px) {
  .mt-hero {
    grid-template-columns: 1fr;
  }
  .mt-gallery {
    min-height: 560px;
  }
  .mt-application-grid {
    grid-template-columns: 1fr;
  }
  .mt-application-card {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  }
  .mt-application-card__image {
    aspect-ratio: auto;
    min-height: 270px;
  }
}

@media (max-width: 820px) {
  .mt-shell {
    width: min(100% - 28px, 1240px);
  }
  .mt-hero {
    padding-top: 28px;
    padding-bottom: 64px;
  }
  .mt-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }
  .mt-gallery__thumbs {
    order: 2;
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }
  .mt-gallery__stage {
    min-height: 460px;
  }
  .mt-feature-grid,
  .mt-spec-groups {
    grid-template-columns: 1fr;
  }
  .mt-download-layout {
    grid-template-columns: 1fr;
  }
  .mt-catalog-card {
    max-width: 360px;
  }
  .mt-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .mt-breadcrumb {
    padding-top: 20px;
  }
  .mt-hero h1 {
    font-size: 48px;
  }
  .mt-badges {
    grid-template-columns: 1fr 1fr;
  }
  .mt-badge:last-child {
    grid-column: 1 / -1;
  }
  .mt-actions,
  .mt-actions .mt-button {
    width: 100%;
  }
  .mt-gallery__stage {
    min-height: 380px;
  }
  .mt-gallery__thumb {
    width: 60px;
    height: 60px;
  }
  .mt-tabs {
    gap: 24px;
    padding-inline: 20px;
  }
  .mt-panels {
    padding: 28px 20px;
  }
  .mt-feature-grid {
    grid-template-columns: 1fr;
  }
  .mt-application-card {
    display: block;
  }
  .mt-application-card__image {
    min-height: 220px;
  }
  .mt-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .mt-spec-row dd {
    text-align: left;
  }
}

/* Catalogue system additions — archive, categories, cards, and reusable grids. */
.megatank-catalogue-page .pxl-page-title,
.megatank-catalogue-page .pxl-breadcrumb-wrap,
.megatank-catalogue-page .page-title-wrap,
.megatank-product-page .page-title-wrap {
  display: none !important;
}

.mt-catalogue,
.mt-catalogue *,
.mt-product-card,
.mt-product-card * {
  box-sizing: border-box;
}

.mt-catalogue {
  background: #fff;
  color: var(--mt-ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.mt-rich-text p,
.mt-hero__summary p {
  margin: 0 0 1em;
}

.mt-rich-text p:last-child,
.mt-hero__summary p:last-child {
  margin-bottom: 0;
}

.mt-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.mt-gallery__placeholder {
  position: relative;
  z-index: 2;
  color: var(--mt-primary);
  font-size: clamp(40px, 7vw, 76px);
  font-weight: 800;
  letter-spacing: -.06em;
}

.mt-catalogue-hero {
  position: relative;
  min-height: 610px;
  background:
    radial-gradient(circle at 80% 20%, rgba(241, 90, 58, .22), transparent 28%),
    radial-gradient(circle at 68% 72%, rgba(71, 121, 224, .2), transparent 34%),
    linear-gradient(125deg, #07152f 0%, #0a2d69 52%, #0a3d91 100%);
  color: #fff;
  isolation: isolate;
}

.mt-catalogue-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}

.mt-catalogue-hero__ambient {
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.025),
    0 0 0 140px rgba(255,255,255,.018);
  pointer-events: none;
}

.mt-catalogue-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 86px;
}

.mt-breadcrumb--light,
.mt-breadcrumb--light a,
.mt-breadcrumb--light span {
  color: rgba(255,255,255,.68);
}

.mt-breadcrumb--light a:hover,
.mt-breadcrumb--light span[aria-current="page"] {
  color: #fff;
}

.mt-catalogue-hero__copy {
  max-width: 880px;
  padding-top: 72px;
}

.mt-eyebrow--light {
  color: #dfe9ff;
}

.mt-catalogue-hero h1 {
  max-width: 920px;
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(54px, 7.8vw, 104px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}

.mt-catalogue-hero__copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

.mt-catalogue-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 54px;
}

.mt-catalogue-hero__stats > div {
  min-width: 150px;
  padding: 17px 21px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mt-catalogue-hero__stats strong,
.mt-catalogue-hero__stats span {
  display: block;
}

.mt-catalogue-hero__stats strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.mt-catalogue-hero__stats span {
  margin-top: 4px;
  color: rgba(255,255,255,.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mt-category-overview {
  position: relative;
  z-index: 5;
  margin-top: -48px;
}

.mt-category-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mt-category-tile {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto 28px;
  gap: 22px;
  align-items: center;
  min-height: 210px;
  padding: 34px;
  border: 1px solid #e2e8f1;
  border-radius: 20px;
  background: #fff;
  color: var(--mt-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 24px 70px rgba(7, 21, 47, .11);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mt-category-tile::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,61,145,.12), rgba(10,61,145,0) 68%);
}

.mt-category-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(10,61,145,.35);
  box-shadow: 0 30px 80px rgba(7, 21, 47, .16);
}

.mt-category-tile__index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #eef4ff;
  color: var(--mt-primary);
  font-size: 13px;
  font-weight: 800;
}

.mt-category-tile > div > span {
  color: var(--mt-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mt-category-tile h2 {
  margin: 5px 0 8px;
  color: var(--mt-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.04em;
}

.mt-category-tile p {
  max-width: 430px;
  margin: 0;
  color: var(--mt-muted);
  font-size: 13px;
}

.mt-category-tile > strong {
  position: relative;
  z-index: 2;
  min-width: 78px;
  color: var(--mt-primary);
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.mt-category-tile > strong small {
  display: block;
  margin-top: 7px;
  color: #8290a3;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mt-category-tile > svg {
  position: relative;
  z-index: 2;
  width: 24px;
  fill: var(--mt-primary);
}

.mt-catalogue-products {
  padding: 104px 0 120px;
}

.mt-catalogue-heading {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, .55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.mt-catalogue-heading h2,
.mt-related-products h2 {
  margin: 12px 0 0;
  color: var(--mt-ink);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.05em;
}

.mt-catalogue-heading > p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mt-category-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.mt-category-filter__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid #dde4ee;
  border-radius: 10px;
  background: #fff;
  color: #475467 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.mt-category-filter__item:hover {
  transform: translateY(-1px);
  border-color: #afbdd2;
}

.mt-category-filter__item small {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #eef2f7;
  color: #667085;
  font-size: 10px;
}

.mt-category-filter__item.is-active {
  border-color: var(--mt-primary);
  background: var(--mt-primary);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(10,61,145,.2);
}

.mt-category-filter__item.is-active small {
  background: rgba(255,255,255,.17);
  color: #fff;
}

.mt-product-grid {
  display: grid;
  gap: 24px;
}

.mt-product-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mt-product-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mt-product-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.mt-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mt-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(10,61,145,.28);
  box-shadow: 0 25px 60px rgba(7, 21, 47, .12);
}

.mt-product-card[hidden] {
  display: none !important;
}

.mt-product-card__image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 55%, rgba(10,61,145,.11), transparent 46%),
    linear-gradient(145deg, #fbfcff, #f2f6fb);
  overflow: hidden;
}

.mt-product-card__image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(10,61,145,.06);
  border-radius: 12px;
  pointer-events: none;
}

.mt-product-card__image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  transition: transform .35s ease;
}

.mt-product-card:hover .mt-product-card__image img {
  transform: scale(1.035);
}

.mt-product-card__placeholder {
  color: var(--mt-primary);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.mt-product-card__featured {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border-radius: 7px;
  background: var(--mt-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mt-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px;
}

.mt-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 23px;
}

.mt-product-card__meta span,
.mt-product-card__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 5px;
  background: #eef4ff;
  color: var(--mt-primary) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mt-product-card__meta a {
  background: #fff3ef;
  color: #b93f25 !important;
}

.mt-product-card h3 {
  margin: 15px 0 11px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.045em;
}

.mt-product-card h3 a {
  color: var(--mt-ink) !important;
  text-decoration: none !important;
}

.mt-product-card__body > p {
  margin: 0;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mt-product-card__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 22px 0 23px;
}

.mt-product-card__specs span {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  background: #fafbfc;
  color: #8a94a3;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.mt-product-card__specs strong {
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
  color: var(--mt-primary);
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin-top: auto;
  color: var(--mt-primary) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.mt-product-card__link svg {
  width: 18px;
  fill: currentColor;
  transition: transform .2s ease;
}

.mt-product-card__link:hover svg {
  transform: translateX(4px);
}

.mt-catalogue-empty {
  padding: 70px 25px;
  border: 1px dashed #cfd8e6;
  border-radius: 16px;
  background: #fafcff;
  text-align: center;
}

.mt-catalogue-empty strong {
  display: block;
  color: var(--mt-ink);
  font-size: 21px;
}

.mt-catalogue-empty p {
  margin: 6px 0 0;
  color: var(--mt-muted);
}

.mt-related-products {
  padding: 10px 0 104px;
}

.mt-related-products .mt-section-heading {
  margin-bottom: 34px;
}

@media (max-width: 1100px) {
  .mt-product-grid--3,
  .mt-product-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-category-tile {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
  }

  .mt-category-tile > strong {
    display: none;
  }
}

@media (max-width: 820px) {
  .mt-catalogue-hero {
    min-height: 560px;
  }

  .mt-catalogue-hero__copy {
    padding-top: 48px;
  }

  .mt-category-overview__grid,
  .mt-catalogue-heading {
    grid-template-columns: 1fr;
  }

  .mt-category-overview {
    margin-top: -35px;
  }

  .mt-catalogue-heading {
    gap: 18px;
  }

  .mt-catalogue-products {
    padding: 82px 0 90px;
  }

  .mt-product-card__image {
    min-height: 300px;
  }

  .mt-product-card__image img {
    height: 245px;
  }
}

@media (max-width: 620px) {
  .mt-catalogue-hero h1 {
    font-size: 49px;
  }

  .mt-catalogue-hero__inner {
    padding-bottom: 70px;
  }

  .mt-catalogue-hero__stats > div {
    flex: 1 1 30%;
    min-width: 0;
    padding: 14px;
  }

  .mt-catalogue-hero__stats strong {
    font-size: 20px;
  }

  .mt-category-tile {
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    gap: 14px;
    min-height: 180px;
    padding: 24px 20px;
  }

  .mt-category-tile__index {
    width: 40px;
    height: 40px;
  }

  .mt-product-grid--2,
  .mt-product-grid--3,
  .mt-product-grid--4 {
    grid-template-columns: 1fr;
  }

  .mt-product-card__image {
    min-height: 320px;
  }

  .mt-product-card__image img {
    height: 260px;
  }

  .mt-category-filter {
    margin-inline: -14px;
    padding-inline: 14px;
  }
}
