.mp-mobile-tools,
.mp-mobile-search-panel {
  display: none;
}

@media (max-width: 860px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.modern-site {
    padding-bottom: 52px;
  }

  .modern-site *,
  .modern-site *::before,
  .modern-site *::after {
    max-width: 100%;
    min-width: 0;
  }

  .modern-site :where(h1, h2, h3, h4, p, li, span, strong, em, small, a, button, label, input, textarea, td, th) {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mp-wrap,
  .wrap,
  .ngi-wrap,
  .ntc-shell,
  .ntc-shell-wide,
  .clean-product-shell {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-brandbar {
    position: sticky;
    top: 0;
    z-index: 90;
  }

  .mp-brandbar .mp-wrap {
    min-height: 66px;
    grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mp-logo img {
    width: 172px;
  }

  .mp-brandproof {
    border-left: 0;
    padding-left: 0;
    min-width: 0;
  }

  .mp-brandproof strong {
    font-size: 13px;
    line-height: 1.22;
  }

  .mp-brandproof span {
    display: none;
  }

  .mp-brand-actions {
    display: none;
  }

  .mp-mobile-tools {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
    align-items: center;
  }

  .mp-mobile-tool {
    min-height: 38px;
    border: 1px solid #b9d2dd;
    border-radius: 6px;
    padding: 0 11px;
    background: #fff;
    color: var(--mp-blue);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }

  .mp-mobile-tool[aria-expanded="true"] {
    background: var(--mp-blue);
    border-color: var(--mp-blue);
    color: #fff;
  }

  .mp-mobile-search-panel {
    width: calc(100% - 32px);
    margin: 0 auto 10px;
    min-width: 0;
    box-shadow: none;
  }

  .mp-mobile-search-panel.is-open {
    display: flex;
  }

  .mp-mobile-search-panel input {
    flex: 1 1 auto;
    width: auto;
  }

  .mp-nav {
    position: sticky;
    top: 66px;
    z-index: 85;
    box-shadow: 0 9px 18px rgba(7, 65, 91, .16);
  }

  .mp-nav .mp-wrap {
    display: block;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .mp-nav-links {
    display: none;
    width: 100%;
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    background: #0a5f86;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .mp-nav-links.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .mp-nav a {
    display: block;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 14px 16px;
    font-size: 13px;
  }

  .mp-nav a.is-active {
    background: rgba(255, 255, 255, .2);
  }

  .mp-nav-search {
    display: none !important;
  }

  .mp-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .mp-hero::before {
    background:
      linear-gradient(90deg, rgba(18, 54, 70, .94), rgba(10, 95, 134, .72)),
      var(--hero-image) center / cover no-repeat;
  }

  .mp-hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: 0;
  }

  .mp-hero p {
    font-size: 15px;
  }

  .mp-proof-card {
    max-width: none;
    padding: 16px;
  }

  .mp-proof-card strong {
    font-size: 18px;
  }

  .mp-hero-actions,
  .buttons,
  .mp-final-actions,
  .ntc-inquiry-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mp-hero-actions .mp-button,
  .buttons .btn,
  .mp-final-actions .mp-button,
  .ntc-inquiry-actions a {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .mp-section,
  .section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .section.compact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mp-section-head,
  .section-head,
  .mp-evidence,
  .mp-contact-panel,
  .mp-final-grid,
  .split,
  .cta-box,
  .conversion-grid,
  .conversion-step-grid,
  .visit-lead-grid,
  .visit-audit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .mp-section-head h2,
  .section-head h2,
  h2 {
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .mp-grid-4,
  .mp-grid-3,
  .mp-grid-2,
  .mp-product-range-grid,
  .mp-group-links,
  .mp-stat-strip,
  .std-grid,
  .products,
  .process,
  .news-grid,
  .spec-list,
  .photo-grid,
  .cert-row {
    grid-template-columns: 1fr;
  }

  .strip-grid,
  .nextgen-home .strip-grid,
  .nextgen-home .strip-grid-no-title {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
    gap: 10px;
  }

  .nextgen-home .strip {
    margin-top: 0;
    background: #eef4f5;
    padding: 14px 0;
  }

  .nextgen-home .strip .wrap {
    display: block;
  }

  .nextgen-home .strip-grid {
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 22px rgba(9, 53, 82, .08);
  }

  .nextgen-home .strip-title {
    min-height: 0;
    padding: 12px 14px;
  }

  .nextgen-home .strip-cert {
    min-height: 74px;
    justify-content: flex-start;
    padding: 11px 14px;
  }

  .mp-card,
  .about-card,
  .product-card,
  .news-card,
  .std-card,
  .cta-box {
    border-radius: 10px;
    padding: 17px;
  }

  .mp-card,
  .about-card,
  .product-card,
  .news-card,
  .std-card,
  .cta-box,
  .clean-product-section,
  .ntc-panel,
  .spf-card,
  .std-purchase-details div {
    overflow: hidden;
  }

  .mp-product-card,
  .mp-photo-card,
  .mp-certificate-card {
    padding: 0;
  }

  .nextgen-home .std-grid {
    gap: 10px;
  }

  .nextgen-home .std-card {
    min-height: 0;
    border-left: 4px solid var(--mp-rust);
    border-radius: 6px;
    padding: 14px 15px;
    box-shadow: 0 6px 16px rgba(9, 53, 82, .06);
  }

  .nextgen-home .std-card .tag {
    margin-bottom: 7px;
    padding: 0;
    background: transparent;
    color: var(--mp-blue);
    font-size: 10px;
  }

  .nextgen-home .std-card h3 {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .nextgen-home .std-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  .mp-product-card img,
  .product-card img {
    height: 160px;
  }

  .mp-photo-card img,
  .photo-tile {
    min-height: 190px;
  }

  .mp-certificate-card img {
    height: 190px;
  }

  .mp-process-item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .mp-process-item img {
    grid-column: 1 / -1;
    width: 100%;
    height: 180px;
  }

  .mp-news-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .mp-final-cta {
    padding: 30px 0;
  }

  .mp-final-grid h2 {
    font-size: 24px;
  }

  .mp-footer {
    padding: 22px 0 72px;
    background: #0a5f86;
  }

  .mp-footer .mp-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .mp-footer-grid > div:not(:first-child) {
    display: none;
  }

  .mp-footer img {
    display: none;
  }

  .mp-footer p {
    margin-bottom: 7px;
    color: #fff;
    font-size: 13px;
  }

  .mp-mobile-footer-contact {
    display: grid;
    gap: 5px;
    margin-top: 12px;
    color: #fff;
  }

  .mp-mobile-footer-contact strong,
  .mp-mobile-footer-contact a,
  .mp-mobile-footer-contact span {
    display: block;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.45;
  }

  .mp-mobile-footer-contact strong {
    font-size: 14px;
  }

  .mp-copy {
    display: none;
  }

  .mp-quick-contact {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
    display: flex;
    padding: 0;
    border: 0;
    border-top: 1px solid #d8e6ee;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 -10px 24px rgba(12, 48, 65, .14);
  }

  .mp-quick-contact.no-whatsapp {
    display: flex;
  }

  .mp-quick-action {
    display: inline-flex !important;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 52px;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none;
    color: var(--mp-blue) !important;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mp-quick-action.email,
  .mp-quick-action.rfq {
    display: inline-flex !important;
  }

  .mp-quick-action.whatsapp {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 52px !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mp-quick-action + .mp-quick-action {
    border-left: 1px solid #d8e6ee;
  }

  .mp-quick-action.whatsapp::before {
    display: none;
  }

  .mp-quick-icon {
    display: none;
  }

  .mp-quick-label {
    display: inline;
  }

  .mp-quick-action.rfq {
    background: #e85911 !important;
    color: #fff !important;
  }

  .hero .wrap {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 20px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .hero-card {
    display: none;
  }

  h1,
  .hero h1 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-points {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }

  .strip {
    margin-top: -24px;
  }

  .strip-grid {
    border-radius: 14px;
    padding: 10px;
  }

  .strip-title {
    flex: 0 0 220px;
    min-height: 0;
  }

  .strip-cert {
    flex: 0 0 210px;
    justify-content: flex-start;
    min-height: 76px;
  }

  .quality .section-head,
  .quality .process {
    margin-top: 18px;
  }

  .quality .process-card:nth-child(n+4),
  .nextgen-home .news-grid .news-card:nth-child(n+3) {
    display: none;
  }

  .ngi-topbar .ngi-wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ngi-logo img {
    width: 190px;
  }

  .ngi-actions {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
  }

  .ngi-actions span {
    display: none;
  }

  .ngi-nav .ngi-wrap {
    display: block;
    padding: 0;
  }

  .ngi-navlinks {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0 8px;
    -webkit-overflow-scrolling: touch;
  }

  .ngi-navlinks a {
    flex: 0 0 auto;
    padding: 12px 11px;
  }

  .ngi-cta {
    display: none;
  }

  .ngi-inner-hero h1 {
    font-size: 27px !important;
    letter-spacing: 0 !important;
  }

  .ngi-inner-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ngi-page-card {
    display: none !important;
  }

  .clean-product-shell,
  .ntc-shell,
  .ntc-shell-wide,
  .spf-layout,
  .spf-overview-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .clean-product-rail,
  .ntc-rail,
  .spf-side,
  .conversion-aside {
    position: static !important;
    max-height: none !important;
  }

  .clean-product-section-rail nav,
  .ntc-section-rail nav,
  .spf-side {
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .clean-product-section-rail a,
  .ntc-section-rail a,
  .spf-side a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .clean-product-family-rail,
  .ntc-library-rail {
    display: none !important;
  }

  .std-family-nav-grid,
  .std-related-products,
  .std-capacity-grid,
  .std-cert-grid,
  .std-hot-products,
  .spf-group-nav-grid,
  .nsc-gallery,
  .std-product-visuals.two-visuals,
  .std-certificate-images,
  .refined-visuals,
  .std-dimension-image-fallback,
  .ntc-overview-grid,
  .ntc-overview-with-image,
  .ntc-visual-grid,
  .ntc-process-grid,
  .ntc-material-grid,
  .ntc-related-grid {
    grid-template-columns: 1fr !important;
  }

  .std-table-scroll,
  .std-nav-table-wrap,
  .spf-member-table-wrap,
  .product-guide-table,
  .ntc-table-scroll,
  .std-dimension-tables,
  .std-dimension-table-scroll,
  .clean-card-dimension-tables,
  .std-table-group,
  .ntc-archive-body,
  .mp-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .std-table-scroll table,
  .std-nav-table-wrap table,
  .spf-member-table-wrap table,
  .product-guide-table table,
  .ntc-table-scroll table,
  .std-dimension-tables table,
  .std-dimension-table-scroll table,
  .clean-card-dimension-tables table,
  .mp-table {
    width: max-content !important;
    min-width: 680px;
    max-width: none !important;
    table-layout: auto !important;
  }

  .std-table-scroll th,
  .std-table-scroll td,
  .std-dimension-tables th,
  .std-dimension-tables td,
  .std-dimension-table-scroll th,
  .std-dimension-table-scroll td,
  .clean-card-dimension-tables th,
  .clean-card-dimension-tables td,
  .ntc-table-scroll th,
  .ntc-table-scroll td {
    white-space: nowrap !important;
    overflow-wrap: normal;
  }

  .std-product-visuals img,
  .std-dimension-image-fallback img,
  .refined-visuals img,
  .ntc-visual-grid img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
  }

  .ntc-page {
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .ntc-panel,
  .clean-product-section,
  .spf-card {
    border-radius: 10px;
    padding: 17px;
  }

  .ntc-process-card {
    grid-template-columns: 1fr !important;
  }

  .std-inquiry-panel,
  .ntc-inquiry-panel {
    grid-template-columns: 1fr !important;
    gap: 16px;
    padding: 20px;
    overflow: hidden;
  }

  .std-inquiry-panel h2,
  .ntc-inquiry-panel h2 {
    font-size: 24px;
    line-height: 1.22;
  }

  .std-inquiry-panel a,
  .ntc-mail-button,
  .ntc-rfq-button {
    width: 100%;
    white-space: normal !important;
    text-align: center;
  }

  .std-purchase-details {
    grid-template-columns: 1fr !important;
  }

  .std-purchase-details span {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .mp-brandbar .mp-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .mp-logo img {
    width: 146px;
  }

  .mp-brandproof {
    display: none;
  }

  .mp-mobile-tool {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  .mp-nav-links.is-open {
    grid-template-columns: 1fr;
  }

  .mp-mobile-search-panel {
    width: calc(100% - 24px);
  }

  .mp-wrap,
  .wrap,
  .ngi-wrap,
  .ntc-shell,
  .ntc-shell-wide,
  .clean-product-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mp-hero h1,
  h1,
  .hero h1 {
    font-size: 29px;
  }

  .mp-hero-actions,
  .buttons,
  .mp-final-actions,
  .ntc-inquiry-actions {
    grid-template-columns: 1fr;
  }

  .mp-footer-grid {
    grid-template-columns: 1fr;
  }

  .mp-footer-grid > div:nth-child(4) {
    grid-column: auto;
  }

  .mp-footer-grid > div:nth-child(n+4) {
    display: none;
  }

  .mp-footer img {
    width: 190px;
  }

  .mp-section-head h2,
  .section-head h2,
  h2 {
    font-size: 24px;
  }

  .contact-group-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .contact-primary-row strong,
  .contact-primary-row .contact-value-link {
    font-size: 17px;
  }

  .std-table-scroll table,
  .std-nav-table-wrap table,
  .spf-member-table-wrap table,
  .product-guide-table table,
  .ntc-table-scroll table,
  .std-dimension-tables table,
  .std-dimension-table-scroll table,
  .clean-card-dimension-tables table,
  .mp-table {
    min-width: 620px;
  }
}
