/* ==============================================================
   Product Pages CSS
   ============================================================== */

/* Embedded from 8.html */

:root {
  --gorent-font: "Roboto", sans-serif;
  --gorent-font-two: "Inter Tight", sans-serif;
  --gorent-gray: #868689;
  --gorent-gray-rgb: 134, 134, 137;
  --gorent-base: #b10219;
  --gorent-base-rgb: 177, 2, 25;
  --gorent-black: #00264d;
  --gorent-black-rgb: 12, 1, 71;
  --gorent-extra: #e3e3e3;
  --gorent-extra-rgb: 227, 227, 227;
  --gorent-white: #ffffff;
  --gorent-white-rgb: 255, 255, 255;
  --gorent-bdr-color: #d9d9d9;
  --gorent-bdr-color-rgb: 238, 239, 242;
  --gorent-bdr-radius: 20px;
}

/* Hide the global floating contact strip only on product-detail pages. */
body:has(.sofa-product-page) .mmw-floating-contact {
  display: none !important;
}

.mec-document-root {
  scroll-behavior: smooth;
}

.mec-coat-page-boundary {
  width: min(calc(100% - 34px), 1320px);
  margin-inline: auto;
}

.mec-coat-breadcrumb {
  background: #f8f8f8;
  border-bottom: 1px solid var(--gorent-extra);
}

.mec-coat-breadcrumb-row {
  padding: 10px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #6a747b;
  font-size: 13px;
}

/* hero section */

.mec-coat-machine-showcase {
  position: relative;
  background: linear-gradient(145deg, rgb(255, 255, 255), rgb(221, 234, 242));
  border: 1px solid rgba(0, 38, 77, 0.1);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.mec-coat-machine-stage {
  min-height: 500px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.01)
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 60px,
      rgba(255, 255, 255, 0.025) 60px 61px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 60px,
      rgba(255, 255, 255, 0.025) 60px 61px
    );
  border-radius: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.mec-coat-machine-stage:after {
  content: none;
}

.mec-coat-machine-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  background: linear-gradient(145deg, #d8dcdf, #e6e9ec);
}

.psc-machine-placeholder {
  width: 84%;
  aspect-ratio: 4/3;
  border: 1px dashed rgba(0, 38, 77, 0.15);
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #868689;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.mec-coat-product-section {
  padding: 53px 0;
}

.mec-coat-section-soft {
  background: #f6f7f8;
}

.psc-section-dark {
  background: var(--gorent-black);
  color: #fff;
}

.mec-coat-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b10219;
  font-weight: 800;
  margin-bottom: 12px;
}

.mec-coat-section-label:before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--gorent-base);
}

.psc-section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--gorent-black);
  margin: 0 0 16px;
}

.psc-section-dark .psc-section-title {
  color: #fff;
}

.mec-coat-product-layout {
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.mec-coat-product-nav {
  position: sticky;
  top: 37px;
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
  grid-column: 1;
  grid-row: 1;
  z-index: 5;
}

.mec-coat-content-flow {
  gap: 22px;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mec-coat-product-nav-title {
  background: var(--gorent-black);
  color: #fff;
  padding: 20px 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.mec-coat-product-nav-link {
  display: block;
  padding: 15px 22px;
  border-bottom: 1px solid var(--gorent-extra);
  color: #4d5960;
  font-size: 15px;
  font-weight: 600;
}

.mec-coat-product-nav-link:last-child {
  border-bottom: 0;
}

.mec-coat-product-nav-link:hover {
  background: #f3aca7;
  color: #111;
  padding-left: 28px;
}

.mec-coat-content-block {
  scroll-margin-top: 110px;
  background: #fff;
  border: 1px solid var(--gorent-extra);
  padding: 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.mec-coat-content-block + .mec-coat-content-block {
  margin-top: -1px;
}

.mec-coat-heading[data-heading-role="section"] {
  margin: 0 0 15px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: var(--gorent-black);
}

.psc-content-subheading {
  margin: 24px 0 8px;
  color: var(--gorent-black);
  font-size: 20px;
}

.mec-coat-content-block .mec-text {
  color: #060607;
  font-family: var(--gorent-font);
  font-size: 15px;
  line-height: 1.55;
}

.mec-coat-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.mec-coat-feature-card {
  border: 1px solid var(--gorent-extra);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}

.mec-coat-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
}

.mec-coat-feature-top {
  height: 8px;
  background: linear-gradient(90deg, var(--gorent-base), var(--gorent-base));
}

.mec-coat-feature-body {
  padding: 22px;
}

.mec-coat-feature-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: #111;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.psc-feature-heading {
  margin: 0 0 8px;
  color: #1f2529;
  font-size: 18px;
}

.mec-coat-feature-card .mec-text {
  margin: 0;
  color: var(--gorent-gray);
}

.spec-card {
  background: var(--gorent-black);
  color: #fff;
  border-radius: 15px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.spec-card:after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border: 18px solid rgba(243, 182, 31, 0.14);
  border-radius: 50%;
}

.mec-coat-table-wrap {
  margin-top: 28px;
  border: 1px solid var(--gorent-extra);
  border-radius: 16px;
  overflow: auto;
  background: #fff;
}

.mec-data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.mec-table-head-cell,
.mec-table-cell {
  padding: 15px 18px;
  border-bottom: 1px solid var(--gorent-extra);
  text-align: left;
}

.mec-table-head-cell {
  width: 34%;
  background: #1b1e21;
  color: #fff;
  font-weight: 700;
}

.mec-table-row:nth-child(even) .mec-table-cell {
  background: #fafafa;
}

.mec-table-row:last-child .mec-table-head-cell,
.mec-table-row:last-child .mec-table-cell {
  border-bottom: 0;
}

.note {
  margin-top: 14px;
  padding: 13px 15px;
  border-left: 4px solid var(--gorent-base);
  background: #fff8df;
  color: #5e5a4f;
  font-size: 13px;
}

.tabs {
  margin-top: 30px;
  border: 1px solid var(--gorent-extra);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.tab-buttons {
  display: flex;
  gap: 0;
  background: #1b1e21;
  overflow: auto;
}

.tab-button {
  flex: 1;
  min-width: 180px;
  border: 0;
  background: transparent;
  color: #d4dadd;
  padding: 17px;
  font-weight: 800;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tab-button.active {
  background: var(--gorent-base);
  color: #111;
}

.tab-panel {
  display: none;
  padding: 26px;
}

.tab-panel.active {
  display: block;
}

.psc-tag {
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  color: #30383d;
  font-weight: 700;
}

.mec-coat-timeline {
  position: relative;
  margin-top: 34px;
}

.mec-coat-timeline:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(var(--gorent-base), #d7dce0);
}

.mec-coat-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  margin-bottom: 20px;
}

.mec-coat-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gorent-black);
  color: var(--gorent-base);
  display: grid;
  place-items: center;
  font-weight: 800;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--gorent-base);
  position: relative;
  z-index: 2;
}

.mec-coat-timeline-content {
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 14px;
  padding: 18px 20px;
}

.psc-timeline-heading {
  margin: 0 0 5px;
  color: #202529;
}

.mec-coat-timeline-content .mec-text {
  margin: 0;
  color: var(--gorent-gray);
  font-size: 14px;
}

.compare-card {
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 18px;
  padding: 25px;
  position: relative;
}

.compare-card.featured {
  border: 2px solid var(--gorent-base);
  box-shadow: 0 16px 40px rgba(243, 182, 31, 0.16);
}

.compare-label {
  display: inline-block;
  background: #111;
  color: var(--gorent-base);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.psc-compare-heading {
  margin: 0 0 10px;
  color: #1e2428;
  font-size: 22px;
}

.compare-card .mec-list {
  margin: 0;
  padding-left: 18px;
  color: var(--gorent-gray);
}

.psc-industry-card {
  min-height: 150px;
  background: linear-gradient(145deg, #252a2e, #111315);
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.psc-industry-card:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 22px solid rgba(243, 182, 31, 0.1);
  top: -40px;
  right: -30px;
}

.psc-industry-card .mec-inline {
  font-size: 12px;
  color: #c3ccd1;
  position: relative;
}

.psc-cta-heading {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.cta .mec-text {
  margin: 0;
  max-width: 760px;
  color: #4b431f;
}

.cta .btn {
  background: #111;
  color: #fff;
}

.faq {
  margin-top: 30px;
  max-width: 980px;
}

.mec-coat-faq-item {
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid var(--gorent-extra);
  border-radius: 12px;
  background: #fff;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 18px 52px 18px 18px;
  text-align: left;
  font-weight: 800;
  color: #20262a;
  position: relative;
  cursor: pointer;
}

.faq-question:after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 11px;
  font-size: 28px;
  color: var(--gorent-base);
}

.mec-coat-faq-item.open .faq-question:after {
  content: "−";
}

.mec-coat-faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--gorent-gray);
}

.mec-coat-faq-item.open .mec-coat-faq-answer {
  display: block;
}

.quote-section {
  background: var(--gorent-black);
  color: #fff;
  padding: 70px 0;
}

.psc-quote-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.quote-copy .mec-text {
  color: #c7d0d4;
}

.contact-points {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.contact-point {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
}

.psc-quote-form {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  color: #222;
}

.psc-quote-form .mec-form-field {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--gorent-extra);
  border-radius: 9px;
  outline: none;
}

.psc-quote-form .mec-form-field {
  min-height: 110px;
  resize: vertical;
  grid-column: 1/-1;
}

.psc-quote-form .full {
  grid-column: 1/-1;
}

.related-card {
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 15px;
  overflow: hidden;
  transition: 0.25s;
}

.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.related-img {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #2d3338, #181b1e);
  color: #c8d0d4;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
}

.related-body {
  padding: 18px;
}

.psc-related-heading {
  margin: 0 0 7px;
  font-size: 18px;
}

.related-body .mec-link {
  color: var(--gorent-base);
  font-weight: 800;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 34px;
}

.psc-footer-heading {
  color: #fff;
  margin: 0 0 15px;
}

.footer .mec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .mec-list-item {
  margin-bottom: 8px;
}

.copyright {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 13px;
  color: #90999e;
}

.floating {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.floating .mec-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.floating .wa {
  background: #20b866;
  color: #fff;
}

.floating .call {
  background: var(--gorent-base);
  color: #111;
}

@media (max-width: 1100px) {
  .mec-coat-hero-layout {
    grid-template-columns: 1fr;
  }

  .mec-coat-machine-stage {
    min-height: 420px;
  }

  .mec-coat-product-layout {
    grid-template-columns: 1fr;
  }

  .mec-coat-product-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .mec-coat-product-nav-title {
    grid-column: 1/-1;
  }

  .mec-coat-product-nav-link {
    border-right: 1px solid var(--gorent-extra);
  }

  .mec-coat-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .cta {
    grid-template-columns: 1fr;
  }

  .psc-quote-form .mec-form-field,
  .psc-quote-form .full {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .mec-coat-page-boundary {
    width: min(calc(100% - 22px), 1320px);
  }

  .mec-coat-product-section {
    padding: 45px 0;
  }

  .mec-coat-coating-hero {
    padding: 44px 0 62px;
  }

  .mec-coat-heading[data-heading-role="hero"] {
    font-size: 52px;
  }

  .mec-coat-hero-copy {
    font-size: 16px;
  }

  .mec-coat-hero-actions {
    flex-direction: column;
  }

  .mec-coat-hero-actions .btn {
    width: 100%;
  }

  .psc-hero-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mec-coat-machine-stage {
    min-height: 310px;
  }

  .mec-coat-product-nav {
    grid-template-columns: 1fr;
  }

  .mec-coat-feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mec-coat-content-block {
    padding: 22px;
  }

  .cta {
    padding: 28px 22px;
  }

  .psc-cta-heading {
    font-size: 40px;
  }

  .psc-quote-heading {
    font-size: 45px;
  }
}

#overview {
  position: relative;
  overflow: hidden;
  padding-left: 42px;
  border-left: 8px solid var(--gorent-base);
  background: linear-gradient(
    120deg,
    #fff 65%,
    rgba(var(--gorent-base-rgb), 0.07)
  );
}

#overview::after {
  content: "OVERVIEW";
  position: absolute;
  right: 50px;
  top: 8px;
  color: rgba(var(--gorent-black-rgb), 0.04);
  font-size: clamp(54px, 8vw, 105px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

#features {
  border: 0;
  background: var(--gorent-black);
  box-shadow: 0 18px 45px rgba(var(--gorent-black-rgb), 0.22);
}

#features > .mec-coat-heading[data-heading-role="section"],
#features > .mec-coat-section-label {
  color: #fff;
}

#features .mec-coat-feature-card {
  border: 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

#specifications {
  border: 0;
  border-top: 7px solid var(--gorent-base);
  border-radius: 8px 8px 24px 24px;
  background: #fff8f9;
}

#specifications .spec-card {
  border-color: rgba(var(--gorent-base-rgb), 0.22);
  background: #fff;
}

#materials {
  border: 2px dashed rgba(var(--gorent-black-rgb), 0.25);
  border-radius: 32px 8px 32px 8px;
  box-shadow: none;
  background: linear-gradient(120deg, #ffffff 0 58%, #f7e6ea 58% 100%);
}

#working {
  border: 0;
  background: linear-gradient(180deg, #fff, #f3f5f7);
  box-shadow:
    inset 5px 0 0 var(--gorent-black),
    0 12px 30px rgba(0, 0, 0, 0.05);
}

#working .mec-coat-timeline-icon {
  background: var(--gorent-base);
  color: #fff;
}

#applications {
  border: 0;
  background-color: #fff;
}

#applications .psc-industry-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#applications .psc-industry-card .mec-inline {
  color: rgba(255, 255, 255, 0.75);
}

#customization {
  border: 1px solid rgba(var(--gorent-base-rgb), 0.18);
  border-radius: 40px 10px;
}

#customization .psc-tag {
  border: 0;
  background: var(--gorent-base);
  color: #fff;
}

#support {
  border: 0;
  border-radius: 10px 38px 10px 38px;
  background: #eaf1f6;
  box-shadow: 0 14px 35px rgba(var(--gorent-black-rgb), 0.1);
}

#support .mec-coat-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

#support .mec-coat-feature-card {
  border-left: 4px solid var(--gorent-black);
  border-radius: 6px;
  background: #fff;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  align-items: stretch;
}

#faq {
  border: 0;
  border-right: 8px solid var(--gorent-base);
  border-radius: 20px 0 0 20px;
  background: #fff;
}

#faq .mec-coat-faq-item {
  border-radius: 12px;
  background: #f4f6f8;
}

#quote {
  background: linear-gradient(135deg, var(--gorent-black), #00172e);
}

@media (max-width: 767px) {
  #overview {
    padding-left: 24px;
  }

  #support .mec-coat-feature-grid {
    grid-template-columns: 1fr;
  }
}

#overview,
#gallery,
#features,
#specifications,
#materials,
#working,
#applications,
#customization,
#support,
#faq,
#quote {
  padding: 30px;
  border: 1px solid var(--gorent-extra);
}

#support .mec-coat-feature-top {
  width: 7px;
  height: 100%;
  background: var(--gorent-base);
}

#quote > .container {
  width: 100%;
  max-width: none;
}

.mec-coat-served-industries-grid {
  display: grid;
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  gap: 14px;
  margin-top: 22px;
}
.mec-coat-subheading {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: #222222;
    font-family: var(--gorent-font-two);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .mec-coat-subheading {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.mec-coat-served-industry-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 17px;
  border-left: 4px solid var(--gorent-base);
  border-radius: 0 14px 14px 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(var(--gorent-black-rgb), 0.08);
}

.mec-coat-served-industry-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--gorent-black);
  font-weight: 800;
}

.psc-industry-heading {
  margin: 0 0 4px;
  color: var(--gorent-black);
  font-size: 17px;
}

.mec-coat-served-industry-item .mec-text {
  margin: 0;
}

@media (max-width: 767px) {
  #overview,
  #gallery,
  #features,
  #specifications,
  #materials,
  #working,
  #applications,
  #customization,
  #support,
  #faq,
  #quote {
    padding: 22px;
  }

  #support .mec-coat-feature-grid,
  .mec-coat-served-industries-grid {
    grid-template-columns: 1fr;
  }
}

.mec-coat-why-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 24px;
}

.mec-coat-why-list {
  display: grid;
  gap: 13px;
}

.mec-coat-why-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #dce4ea;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(var(--gorent-black-rgb), 0.07);
}

.mec-coat-why-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #fff;
  background: var(--gorent-base);
  font-weight: 900;
}

.psc-why-heading {
  margin: 0 0 3px;
  color: var(--gorent-black);
  font-size: 17px;
}

.mec-coat-why-item .mec-text {
  margin: 0;
  font-size: 14px;
}

.mec-coat-why-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1px;
}

.mec-coat-faq-list {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}

.mec-coat-faq-trigger {
  position: relative;
  width: 100%;
  padding: 18px 54px 18px 18px;
  border: 0;
  color: var(--gorent-black);
  background: #fff;
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mec-coat-faq-trigger::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gorent-base);
  font-size: 25px;
}

.mec-coat-faq-item.mec-coat-is-open .mec-coat-faq-trigger::after {
  content: "−";
}

.mec-coat-faq-item.mec-coat-is-open .mec-coat-faq-answer {
  display: block;
}

@media (max-width: 900px) {
  .mec-coat-why-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .mec-coat-why-item {
    grid-template-columns: 42px 1fr;
    padding: 12px;
  }

  .mec-coat-why-icon {
    width: 42px;
    height: 42px;
  }
}

.mec-coat-content-flow #overview {
  order: 10;
}

.mec-coat-content-flow #gallery {
  order: 20;
}

.mec-coat-content-flow #features {
  order: 30;
}

.mec-coat-content-flow #specifications {
  order: 40;
}

.mec-coat-content-flow #applications {
  order: 50;
}

.mec-coat-content-flow #working {
  order: 60;
}

.mec-coat-content-flow #materials {
  order: 70;
}

.mec-coat-content-flow #customization {
  order: 80;
}

.mec-coat-content-flow #support {
  order: 90;
}

.mec-coat-content-flow #faq {
  order: 100;
}

.mec-coat-content-flow #quote {
  order: 110;
}

.mec-coat-showcase {
  padding: 70px 0;
  background: linear-gradient(135deg, #dcecf7 0 50%, #fff4f3 50% 100%);
}

.mec-coat-boundary {
  width: min(1240px, calc(100% - 36px));
  margin-inline: auto;
}

.mec-coat-shell {
  display: block;
}

.mec-coat-eyebrow {
  display: flex;
  justify-content: center;
  color: var(--gorent-base);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mec-coat-heading[data-heading-role="related"] {
  margin: 12px 0 0;
  color: var(--gorent-black);
  font-family: var(--gorent-font-two);
  font-size: clamp(30px, 4vw, 46px);
  text-align: center;
}

.mec-coat-products-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 38px;
  align-items: stretch;
}

.mec-coat-product-box {
  position: relative;
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  min-width: 0;
  min-height: 430px;
  border: 1px solid var(--gorent-extra);
  background: #fff;
  box-shadow: 0 14px 34px rgba(var(--gorent-black-rgb), 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.mec-coat-product-box:hover {
  transform: translateY(-9px);
  box-shadow: 0 22px 46px rgba(var(--gorent-black-rgb), 0.2);
}

.mec-coat-product-picture {
  position: relative;
  background: linear-gradient(145deg, #f8fafc, #e8eef3);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 82% 100%, 0 100%);
}

.mec-coat-product-index {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 16px;
  color: var(--gorent-base);
  font-family: var(--gorent-font-two);
  font-size: 34px;
  font-weight: 800;
}

.mec-coat-product-image {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: contain;
  mix-blend-mode: normal;
  transition: transform 0.3s ease;
}

.mec-coat-product-box:hover .mec-coat-product-image {
  transform: scale(1.06);
}

.mec-coat-product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr 48px;
  gap: 6px;
  min-height: 220px;
  padding: 20px;
}

.mec-coat-product-description {
  grid-column: 1/-1;
  margin: 0 0 14px;
  color: var(--gorent-gray);
  font-size: 14px;
  line-height: 1.6;
}

.mec-coat-product-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  color: #fff;
  background: var(--gorent-black);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease;
}

.mec-coat-product-action:hover {
  background: #003a70;
}

.mec-coat-product-action-fill {
  order: 2;
  background: var(--gorent-base);
}

.mec-coat-product-action-fill:hover {
  background: #850012;
}

@media (max-width: 767px) {
  .mec-coat-page-boundary,
  .mec-coat-boundary,
  .mec-coat-container {
    width: calc(100% - 24px) !important;
    max-width: none;
  }

  .mec-coat-coating-hero,
  .mec-coat-coating-hero {
    padding: 42px 0 54px;
  }

  .mec-coat-coating-hero .mec-coat-heading[data-heading-role="hero"],
  .mec-coat-heading[data-heading-role="hero"] {
    font-size: clamp(38px, 13vw, 56px) !important;
    line-height: 1 !important;
    overflow-wrap: anywhere;
  }

  .mec-coat-hero-copy,
  .mec-coat-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .mec-coat-hero-actions > *,
  .mec-coat-hero-action {
    width: 100%;
  }

  .psc-hero-specs,
  .mec-coat-feature-grid,
  .mec-coat-served-industries-grid,
  .mec-coat-application-grid,
  #support .mec-coat-feature-grid,
  .mec-coat-products-row,
  .mec-coat-contact-fields {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mec-coat-machine-showcase,
  .mec-coat-coating-hero .mec-coat-machine-showcase {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 10px;
    box-shadow:
      8px 10px 0 rgba(177, 2, 25, 0.9),
      0 20px 45px rgba(0, 0, 0, 0.22);
  }

  .mec-coat-product-section,
  .mec-coat-showcase {
    padding: 48px 0;
  }

  .mec-coat-content-block,
  #overview,
  #gallery,
  #features,
  #specifications,
  #materials,
  #working,
  #applications,
  #customization,
  #support,
  #faq,
  #quote {
    width: 100%;
    min-width: 0;
    padding: 18px !important;
  }

  .mec-coat-content-block .mec-coat-heading[data-heading-role="section"],
  .psc-section-heading {
    overflow-wrap: anywhere;
  }

  .mec-coat-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mec-coat-table-wrap .mec-data-table {
    min-width: 680px;
  }

  .mec-form-field,
  .mec-button {
    max-width: 100%;
  }

  .mec-coat-contact-control,
  .psc-quote-form .mec-form-field {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .mec-coat-page-boundary,
  .mec-coat-boundary,
  .mec-coat-container {
    width: calc(100% - 18px) !important;
  }

  .psc-hero-specs {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mec-coat-mobile-page-nav-link {
    min-height: 112px;
    padding: 18px 8px;
    font-size: 14px;
  }
}

.mec-coat-breadcrumb-link {
  color: #4d5960;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.mec-coat-breadcrumb-link:hover {
  color: var(--gorent-base);
}

.mec-coat-hero-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.psc-section-dots {
  position: relative;
}

.psc-section-dots:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    circle,
    rgba(177, 2, 25, 0.12) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  pointer-events: none;
  opacity: 0.6;
}

.mec-coat-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.mec-coat-video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mec-coat-application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.mec-coat-application-card {
  border: 1px solid var(--gorent-extra);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: 0.25s;
}

.mec-coat-application-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.mec-coat-application-image {
  width: 100%;
  display: block;
}

.mec-coat-application-content {
  padding: 16px 18px;
}

.mec-coat-subheading[data-heading-role="application"] {
  margin: 0;
  font-size: 16px;
  color: #1f2529;
}

.mec-coat-catalog-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid var(--gorent-extra);
  border-radius: 10px;
  color: #2c3639;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  transition: 0.2s;
}

.mec-coat-catalog-link:hover {
  background: #f0f2f3;
  border-color: var(--gorent-base);
  color: var(--gorent-base);
}

.mec-coat-catalog-link::before {
  content: "→";
  color: var(--gorent-base);
  font-weight: 800;
  flex-shrink: 0;
}

.mec-coat-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mec-coat-contact-section {
  background: #f6f7f8;
}

.mec-coat-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.mec-coat-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mec-coat-contact-image {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.mec-coat-contact-form {
  background: #fff;
  border: 1px solid var(--gorent-extra);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.mec-coat-heading[data-heading-role="form"] {
  margin: 0 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: var(--gorent-black);
}

.mec-coat-contact-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mec-coat-contact-control {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--gorent-extra);
  border-radius: 9px;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}

.mec-coat-contact-control:focus {
  border-color: var(--gorent-base);
}

.mec-coat-contact-control-wide {
  min-height: 110px;
  resize: vertical;
}

.mec-coat-contact-message {
  min-height: 110px;
  resize: vertical;
}

.mec-coat-contact-submit {
  width: 100%;
  min-height: 50px;
  background: var(--gorent-base);
  color: #fff;
  border: 0;
  border-radius: 9px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.25s;
}

.mec-coat-contact-submit:hover {
  background: #8b0113;
}

.mec-coat-mobile-page-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--gorent-extra);
  background: #fff;
}

.mec-coat-mobile-page-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 16px;
  text-decoration: none;
  color: var(--gorent-black);
  font-weight: 700;
  font-size: 15px;
  border: none;
  transition: background 0.2s;
}

.mec-coat-mobile-page-nav-link:hover {
  background: #f6f7f8;
}

.mec-coat-mobile-page-nav-link + .mec-coat-mobile-page-nav-link {
  border-left: 1px solid var(--gorent-extra);
}

.mec-coat-mobile-page-nav-arrow {
  font-size: 18px;
  color: var(--gorent-base);
  flex-shrink: 0;
}

.mec-coat-why-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mec-coat-why-visual .mec-image {
  max-width: 100%;
  border-radius: 18px;
}

.psc-part-pins {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.psc-part-pin {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gorent-base);
  border: 3px solid #fff;
  box-shadow:
    0 0 0 2px var(--gorent-base),
    0 4px 12px rgba(0, 0, 0, 0.25);
}

.psc-part-pin--unwind {
  top: 30%;
  left: 12%;
}

.psc-part-pin--coating {
  top: 30%;
  left: 42%;
}

.psc-part-pin--dryer {
  top: 30%;
  right: 30%;
}

.psc-part-pin--control {
  top: 60%;
  left: 50%;
}

.psc-part-pin--rewind {
  top: 30%;
  right: 10%;
}

.mmw4-mmw-cg-lightbox-active {
  overflow: hidden;
}

.mec-coat-img {
  max-width: 100%;
  display: block;
}

.mec-coat-btn {
  font: inherit;
}

.mec-coat-btn:focus-visible {
  outline: 3px solid rgba(177, 2, 25, 0.25);
  outline-offset: 3px;
}

.mec-coat-container {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
}

.mec-coat-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
}

.mmw4-mmw-cg-scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.mmw4-mmw-cg-scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.mec-coat-heading[data-heading-role="gallery"] {
  margin: 0 0 16px;
  color: #004068;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.mec-coat-section-heading-subtitle {
  max-width: 720px;
  margin: auto;
  color: #62717f;
  font-size: 16px;
  line-height: 1.7;
}

.mec-coat-section-dots {
  background-color: #fbfbfb;
  background-image:
    radial-gradient(
      circle at 2% 5%,
      rgba(255, 134, 107, 0.48) 0 4px,
      transparent 5px
    ),
    radial-gradient(
      circle at 56% 9%,
      rgba(90, 184, 242, 0.42) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 70% 16%,
      rgba(255, 202, 75, 0.48) 0 7px,
      transparent 8px
    ),
    radial-gradient(
      circle at 45% 20%,
      rgba(55, 55, 55, 0.32) 0 5px,
      transparent 6px
    ),
    radial-gradient(
      circle at 75% 34%,
      rgba(90, 184, 242, 0.42) 0 6px,
      transparent 7px
    ),
    radial-gradient(
      circle at 14% 67%,
      rgba(55, 55, 55, 0.28) 0 5px,
      transparent 6px
    ),
    radial-gradient(
      circle at 82% 79%,
      rgba(90, 184, 242, 0.38) 0 5px,
      transparent 6px
    ),
    radial-gradient(
      circle at 96% 92%,
      rgba(255, 134, 107, 0.44) 0 7px,
      transparent 8px
    );
  background-size: 760px 560px;
}

.mec-coat-gallery-shell {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: auto;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(220, 229, 234, 0.95);
  border-radius: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 55px rgba(0, 64, 104, 0.12);
}

.mec-coat-gallery-layout {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
}

.mec-coat-thumbnail-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mec-coat-thumbnail-button {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 6px;
  background: var(--gorent-white);
  border: 2px solid rgba(0, 64, 104, 0.12);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.mec-coat-thumbnail-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(177, 2, 25, 0.08),
    rgba(0, 64, 104, 0.05)
  );
  opacity: 0;
  transition: 0.35s ease;
}

.mec-coat-thumbnail-button:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 64, 104, 0.25);
  box-shadow: 0 12px 28px rgba(0, 64, 104, 0.12);
}

.mec-coat-thumbnail-button:hover::before {
  opacity: 1;
}

.mec-coat-thumbnail-button.mec-coat-active {
  border-color: var(--gorent-base);
  box-shadow:
    0 0 0 4px rgba(177, 2, 25, 0.08),
    0 14px 30px rgba(0, 64, 104, 0.12);
}

.mec-coat-thumbnail-button.mec-coat-active::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 5px;
  height: 42px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(
    to bottom,
    var(--gorent-base),
    var(--gorent-black)
  );
  transform: translateY(-50%);
}

.mec-coat-thumbnail-button .mec-coat-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.mec-coat-thumbnail-button:hover .mec-coat-img {
  transform: scale(1.06);
}

.mec-coat-zoom-panel {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(245, 248, 250, 0.96)
  );
  border: 1px solid var(--gorent-extra);
  border-radius: 22px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 14px 38px rgba(0, 64, 104, 0.08);
}

.mec-coat-zoom-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 64, 104, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 64, 104, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.mec-coat-zoom-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;
  background: rgba(177, 2, 25, 0.045);
  pointer-events: none;
}

.mec-coat-zoom-panel .mec-coat-img {
  position: relative;
  z-index: 2;
  transform: scale(1);
  transform-origin: center center;
  transition:
    transform 0.22s ease,
    opacity 0.25s ease;
}

.mec-coat-zoom-panel.mmw4-mmw-cg-zooming .mec-coat-img {
  transform: scale(1.85);
}

.mec-coat-zoom-panel .mec-coat-img.mmw4-mmw-cg-image-changing {
  opacity: 0;
  transform: scale(0.97);
}

.mec-coat-zoom-message {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: var(--gorent-white);
  background: rgba(0, 64, 104, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  pointer-events: none;
  box-shadow: 0 12px 30px rgba(0, 64, 104, 0.25);
}

.mec-coat-zoom-icon {
  color: #ffd166;
}

.mec-coat-image-counter {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  min-width: 66px;
  padding: 9px 12px;
  text-align: center;
  color: var(--gorent-black);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--gorent-extra);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.mec-coat-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0, 18, 30, 0.96);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.mec-coat-lightbox-overlay.mmw4-mmw-cg-open {
  opacity: 1;
  visibility: visible;
}

.mec-coat-lightbox-frame {
  position: relative;
  width: min(1100px, 92vw);
  height: min(780px, 86vh);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: var(--gorent-white);
  border-radius: 20px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
  transform: scale(0.92);
  transition: transform 0.35s ease;
}

.mec-coat-lightbox-overlay.mmw4-mmw-cg-open .mec-coat-lightbox-frame {
  transform: scale(1);
}

.mec-coat-lightbox-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 13px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.mec-coat-lightbox-close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--gorent-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 21px;
  transition: 0.35s ease;
}

.mec-coat-lightbox-close:hover {
  background: var(--gorent-base);
  transform: scale(1.08);
}

.mec-coat-lightbox-count {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 10;
  padding: 8px 14px;
  color: var(--gorent-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

@media (max-width: 991px) {
  .mec-coat-section {
    padding: 75px 0;
  }

  .mec-coat-gallery-shell {
    padding: 18px;
  }

  .mec-coat-gallery-layout {
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 16px;
  }

  .mec-coat-thumbnail-button {
    height: 88px;
  }

  .mec-coat-zoom-panel {
    min-height: 490px;
  }

  .mec-coat-zoom-panel .mec-coat-img {
    height: 490px;
  }

  .mec-coat-zoom-panel.mmw4-mmw-cg-zooming .mec-coat-img {
    transform: scale(1.65);
  }
}

@media (max-width: 767px) {
  .mec-coat-section {
    padding: 65px 0;
  }

  .mec-coat-container {
    width: min(100% - 22px, 1180px);
  }

  .mec-coat-gallery-shell {
    padding: 12px;
    border-radius: 20px;
  }

  .mec-coat-gallery-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .mec-coat-thumbnail-list {
    order: 2;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 5px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mec-coat-thumbnail-button {
    min-width: 88px;
    width: 88px;
    height: 76px;
    flex: 0 0 88px;
    scroll-snap-align: start;
  }

  .mec-coat-thumbnail-button.mec-coat-active::after {
    width: 35px;
    height: 4px;
    left: 50%;
    top: auto;
    bottom: -2px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
  }

  .mec-coat-zoom-panel {
    order: 1;
    min-height: 340px;
    border-radius: 16px;
    touch-action: pan-y;
  }

  .mec-coat-zoom-panel .mec-coat-img {
    height: 340px;
    padding: 14px;
  }

  .mec-coat-zoom-panel.mmw4-mmw-cg-zooming .mec-coat-img {
    transform: none;
  }

  .mec-coat-zoom-message {
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .mec-coat-zoom-message .mec-inline {
    display: none;
  }

  .mec-coat-image-counter {
    left: 10px;
    bottom: 10px;
    min-width: 55px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .mec-coat-lightbox-overlay {
    padding: 14px;
  }

  .mec-coat-lightbox-frame {
    width: 100%;
    height: 76vh;
    padding: 10px;
    border-radius: 15px;
  }

  .mec-coat-lightbox-close {
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .mec-coat-lightbox-count {
    bottom: 10px;
    font-size: 10px;
  }

  .mec-coat-section-heading {
    margin-bottom: 32px;
  }

  .mec-coat-heading[data-heading-role="gallery"] {
    font-size: clamp(30px, 9vw, 38px);
  }

  .mec-coat-section-heading-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .mec-coat-zoom-panel {
    min-height: 295px;
  }

  .mec-coat-zoom-panel .mec-coat-img {
    height: 295px;
  }

  .mec-coat-zoom-message {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
  }

  .mec-coat-image-counter {
    min-width: 48px;
  }
}

#gallery.mec-coat-section {
  padding: 90px 20px;
  background:
    radial-gradient(circle at 8% 12%, rgba(226, 59, 46, 0.12), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(5, 46, 84, 0.14), transparent 28%),
    #f5f8fb;
}

#gallery .mec-coat-gallery-shell {
  padding: 18px;
  border: 1px solid rgba(5, 46, 84, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 65px rgba(3, 31, 58, 0.13);
}

#gallery .mec-coat-zoom-panel {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fbfd, #e7eef3);
  box-shadow: inset 0 0 0 1px rgba(5, 46, 84, 0.09);
}

#gallery .mec-coat-image-counter {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--gorent-black);
  color: #fff;
}

#gallery .mec-coat-zoom-message {
  border-radius: 999px;
  background: rgba(var(--gorent-black-rgb), 0.92);
  color: #fff;
  box-shadow: 0 8px 22px rgba(3, 31, 58, 0.25);
}

@media (max-width: 767px) {
  #gallery.mec-coat-section {
    padding: 65px 12px;
  }

  #gallery .mec-coat-gallery-shell {
    padding: 10px;
    border-radius: 18px;
  }

  #gallery .mec-coat-thumbnail-list {
    padding: 6px;
  }
}

.mec-coat-coating-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 104px) 0;
  color: #ffffff;
  background:
    radial-gradient(
        circle at 12% 18%,
        rgba(255, 255, 255, 0.14) 0 2px,
        transparent 3px
      )
      0 0/28px 28px,
    radial-gradient(circle at 88% 20%, rgba(177, 2, 25, 0.38), transparent 28%),
    linear-gradient(125deg, #031d36 0%, #073b68 48%, #0a2d4c 100%);
}

.mec-coat-coating-hero::before {
  content: "";
  position: absolute;
  inset: -30% auto auto 55%;
  width: min(680px, 62vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 42% 58% 63% 37% / 40% 38% 62% 60%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.035),
    0 0 0 86px rgba(177, 2, 25, 0.05);
  animation: mecCoatOrbit 14s ease-in-out infinite;
  pointer-events: none;
}

.mec-coat-coating-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  bottom: -54%;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(177, 2, 25, 0.33),
    rgba(177, 2, 25, 0) 68%
  );
  animation: mecCoatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.mec-coat-coating-hero .mec-coat-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
}

.mec-coat-coating-hero .mec-coat-hero-content {
  min-width: 0;
  animation: mecCoatTextIn 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.mec-coat-coating-hero .mec-coat-hero-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  margin: 0 0 20px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mec-coat-coating-hero .mec-coat-hero-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e20d2e;
  box-shadow:
    0 0 0 5px rgba(226, 13, 46, 0.18),
    0 0 18px rgba(226, 13, 46, 0.7);
  animation: mecCoatPulse 2s ease-in-out infinite;
}

.mec-coat-coating-hero .mec-coat-heading[data-heading-role="hero"] {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(54px, 7.4vw, 106px) !important;
  line-height: 0.84 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
  overflow-wrap: normal;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.mec-coat-coating-hero .mec-coat-hero-copy {
  display: block;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.78;
}

.mec-coat-coating-hero .mec-coat-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  width: auto;
  margin-top: 30px;
}

.mec-coat-coating-hero .mec-coat-hero-action {
  width: auto;
  min-width: 150px;
  min-height: 52px;
  padding: 13px 23px;
  border-radius: 10px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.mec-coat-coating-hero .mec-coat-hero-action:hover {
  transform: translateY(-4px);
}

.mec-coat-coating-hero .mec-coat-hero-action-primary {
  color: #ffffff;
  background: #b10219;
  box-shadow: 0 14px 32px rgba(177, 2, 25, 0.34);
}

.mec-coat-coating-hero .mec-coat-hero-action-primary:hover {
  background: #d00625;
  color: #ffffff;
}

.mec-coat-coating-hero .mec-coat-hero-action-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.mec-coat-coating-hero .mec-coat-hero-action-outline:hover {
  background: #ffffff;
  color: #082d4d;
}

.mec-coat-coating-hero .mec-coat-machine-showcase {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 32px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.055)
  );
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  animation:
    mecCoatMachineIn 1s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) both,
    mecCoatFloat 5.5s 1.2s ease-in-out infinite;
}

.mec-coat-coating-hero .mec-coat-machine-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -8% -12% 18%;
  border-radius: 40px;
  background: linear-gradient(
    135deg,
    rgba(177, 2, 25, 0.58),
    rgba(177, 2, 25, 0.04)
  );
  filter: blur(2px);
  transform: rotate(5deg);
}

.mec-coat-coating-hero .mec-coat-machine-stage {
  min-height: clamp(330px, 40vw, 520px);
  border-radius: 23px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0/38px
      38px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0
      0/38px 38px,
    linear-gradient(145deg, #eef5f8, #cbdbe3);
}

.mec-coat-coating-hero .mec-coat-machine-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.23));
  transform: scale(1.03);
}

@keyframes mecCoatTextIn {
  from {
    opacity: 0;
    transform: translate3d(-36px, 24px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes mecCoatMachineIn {
  from {
    opacity: 0;
    transform: translate3d(42px, 30px, 0) scale(0.94);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes mecCoatFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes mecCoatOrbit {
  0%,
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(10deg) translate3d(-18px, 16px, 0);
  }
}

@keyframes mecCoatGlow {
  from {
    transform: scale(0.92);
    opacity: 0.62;
  }

  to {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes mecCoatPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.75);
    opacity: 0.72;
  }
}

@media (max-width: 991px) {
  .mec-coat-coating-hero {
    padding: 62px 0 72px;
  }

  .mec-coat-coating-hero .mec-coat-hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mec-coat-coating-hero .mec-coat-hero-content {
    text-align: center;
    align-items: center;
  }

  .mec-coat-coating-hero .mec-coat-heading[data-heading-role="hero"],
  .mec-coat-coating-hero .mec-coat-hero-copy {
    margin-inline: auto;
  }

  .mec-coat-coating-hero .mec-coat-hero-actions {
    justify-content: center;
  }

  .mec-coat-coating-hero .mec-coat-machine-showcase {
    max-width: 680px;
  }
}

@media (max-width: 575px) {
  .mec-coat-coating-hero {
    padding: 46px 0 54px;
  }

  .mec-coat-coating-hero .mec-coat-hero-layout {
    gap: 30px;
  }

  .mec-coat-coating-hero .mec-coat-hero-tag {
    font-size: 10px;
    letter-spacing: 0.055em;
    padding: 8px 11px;
  }

  .mec-coat-coating-hero .mec-coat-heading[data-heading-role="hero"] {
    font-size: clamp(43px, 17vw, 64px) !important;
    line-height: 0.9 !important;
  }

  .mec-coat-coating-hero .mec-coat-hero-copy {
    font-size: 14px;
    line-height: 1.68;
  }

  .mec-coat-coating-hero .mec-coat-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mec-coat-coating-hero .mec-coat-hero-action {
    width: 100%;
  }

  .mec-coat-coating-hero .mec-coat-machine-showcase {
    padding: 9px;
    border-radius: 23px;
  }

  .mec-coat-coating-hero .mec-coat-machine-stage {
    min-height: 270px;
    border-radius: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mec-coat-coating-hero *,
  .mec-coat-coating-hero::before,
  .mec-coat-coating-hero::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

.mec-coat-product-section {
  padding: 53px 0;
  background: #f6f7f8;
}

@media (max-width: 600px) {
  .mec-coat-product-section {
    padding: 58px 0;
  }
}

#gallery {
  position: relative;
  overflow: hidden;
}

#gallery::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    circle,
    rgba(177, 2, 25, 0.12) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  pointer-events: none;
  opacity: 0.6;
}

/* Embedded from 9.html */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.sofa-product-page {
  width: 100%;
  overflow: hidden;
  background: var(--gorent-extra);
  color: var(--gorent-black);
  font-family: var(--gorent-font);
}

.sofa-product-page img {
  width: 100%;
  display: block;
}

.sofa-product-page a {
  text-decoration: none;
}

.sofa-product-page button {
  font: inherit;
}

.sofa-page-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* =================================
       LEFT FIXED SIDEBAR
    ================================= */

.sofa-left-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 60px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-right: 1px solid #dcdcdc;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
}

.sofa-sidebar-social {
  width: 100%;
  padding: 25px 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  border-bottom: 1px solid #dddddd;
}

.sofa-sidebar-social a {
  color: #333333;
  font-size: 14px;
  transition: 0.25s ease;
}

.sofa-sidebar-social a:hover {
  color: var(--gorent-base);
  transform: scale(1.15);
}

.sofa-sidebar-phone {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.sofa-sidebar-phone i {
  margin-top: 12px;
}

.sofa-sidebar-bottom {
  width: 100%;
  padding: 10px 5px 17px;
  display: grid;
  gap: 9px;
}

.sofa-sidebar-bottom a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
}

.sofa-sidebar-whatsapp {
  background: #00d36f;
}

.sofa-sidebar-email {
  background: var(--gorent-base);
}

/* =================================
       PAGE CONTENT WRAPPER
    ================================= */

.sofa-page-content {
  margin-left: 60px;
}

/* =================================
       HERO SECTION
    ================================= */

.sofa-product-hero {
  min-height: 318px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)),
    url("assets/img/banner/products-banner.webp") center / cover no-repeat;
}

.sofa-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.08),
    transparent 45%,
    rgba(0, 0, 0, 0.06)
  );
}

.sofa-product-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  padding: 13px 24px;
  background: var(--gorent-base);
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

/* =================================
       BREADCRUMB
    ================================= */

.sofa-product-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.sofa-product-breadcrumb-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.sofa-product-breadcrumb-inner a {
  color: #555555;
}

.sofa-product-breadcrumb-inner a:hover,
.sofa-product-breadcrumb-current {
  color: var(--gorent-base);
}

/* =================================
       MAIN CONTENT SECTION
    ================================= */

.sofa-main-detail {
  padding: 42px 0 55px;
  background: #f3f3f3;
}

.sofa-main-heading {
  margin: 0 0 38px;
  color: var(--gorent-base);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.3;
  text-align: center;
}

.sofa-main-heading::after {
  content: "";
  width: 48px;
  height: 2px;
  display: block;
  margin: 10px auto 0;
  background: #222222;
}

.sofa-main-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(310px, 0.8fr);
  gap: 32px;
  align-items: start;
}

.sofa-main-text p {
  margin: 0 0 13px;
  color: #333333;
  font-size: 15px;
  line-height: 1.75;
}

.sofa-main-text h2 {
  margin: 14px 0 8px;
  color: var(--gorent-base);
  font-size: 18px;
  line-height: 1.4;
}

.sofa-main-text strong {
  color: #171717;
}

/* =================================
       PRODUCT IMAGE WITH ZOOM
    ================================= */

.sofa-detail-side {
  position: sticky;
  top: 20px;
  z-index: 2;
}

.sofa-detail-image-box {
  position: relative;
  height: 355px;
  overflow: hidden;
  background: #eeeeee;
}

.sofa-side-zoom-preview {
  position: absolute;
  top: 0;
  right: calc(100% + 18px);
  width: min(560px, calc((100vw - 370px) * 0.62));
  height: 355px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: 210% 210%;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(28px);
  transition:
    opacity 0.32s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.42s;
}

.sofa-detail-side.is-zooming .sofa-side-zoom-preview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.sofa-detail-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sofa-detail-image-box:hover img {
  transform: scale(1.13);
}

.sofa-image-zoom-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: 0.35s ease;
  cursor: zoom-in;
}

.sofa-detail-image-box:hover .sofa-image-zoom-layer {
  background: rgba(0, 0, 0, 0.18);
  opacity: 1;
}

.sofa-image-zoom-layer i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--gorent-base);
  font-size: 20px;
}

.sofa-detail-buttons {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}

.sofa-detail-quote {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 17px;
  background: var(--gorent-base);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.sofa-detail-whatsapp {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: #00d36f;
  color: #ffffff;
  font-size: 20px;
}

/* =================================
       RELATED PRODUCTS
    ================================= */

.sofa-related-section {
  padding: 30px 0 42px;
  background: #f3f3f3;
}

.sofa-related-heading {
  margin: 0 0 38px;
  color: var(--gorent-base);
  font-size: 22px;
  line-height: 1.3;
}

.sofa-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sofa-related-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sofa-related-image {
  height: 365px;
  overflow: hidden;
  background: #ededed;
}

.sofa-related-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.55s ease;
}

.sofa-related-card:hover .sofa-related-image img {
  transform: scale(1.08);
}

.sofa-related-body {
  padding: 12px 10px 14px;
  text-align: center;
}

.sofa-related-title {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #202020;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.sofa-related-line {
  height: 1px;
  margin: 8px 0 10px;
  background: #cccccc;
}

.sofa-related-actions {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.sofa-related-btn {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.sofa-related-quote {
  background: var(--gorent-base);
}

.sofa-related-callback {
  background: #262626;
}

.sofa-related-wa {
  width: 38px;
  padding: 0;
  background: #00d36f;
  font-size: 19px;
}

/* =================================
       ALL CATEGORY RANGE
    ================================= */

.sofa-category-section {
  padding: 25px 0 52px;
  background: #f3f3f3;
}

.sofa-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.sofa-category-heading {
  color: var(--gorent-base);
  font-size: 22px;
  line-height: 1.3;
}

.sofa-view-controls {
  display: flex;
  gap: 5px;
}

.sofa-view-button {
  min-height: 37px;
  padding: 8px 14px;
  border: 0;
  background: #252525;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}

.sofa-view-button.is-active {
  background: var(--gorent-base);
}

.sofa-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sofa-category-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

.sofa-category-image {
  height: 365px;
  overflow: hidden;
  background: #eeeeee;
}

.sofa-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.sofa-category-card:hover .sofa-category-image img {
  transform: scale(1.09);
}

.sofa-category-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 15px 20px;
  text-align: center;
}

.sofa-category-title {
  margin: 0 0 10px;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1.4;
}

.sofa-category-actions {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: auto;
}

.sofa-category-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  background: var(--gorent-base);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

/* List view */

.sofa-category-grid.sofa-list-view {
  grid-template-columns: 1fr;
}

.sofa-category-grid.sofa-list-view .sofa-category-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  border-radius: 5px;
}

.sofa-category-grid.sofa-list-view .sofa-category-image {
  height: 260px;
}

.sofa-category-grid.sofa-list-view .sofa-category-body {
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  text-align: left;
}

.sofa-category-grid.sofa-list-view .sofa-category-actions {
  justify-content: flex-start;
  margin-top: 10px;
}

/* =================================
       IMAGE MODAL
    ================================= */

.sofa-image-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.88);
}

.sofa-image-modal.is-open {
  display: flex;
}

.sofa-image-modal img {
  width: auto;
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
}

.sofa-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #222222;
  font-size: 22px;
  cursor: pointer;
}

/* =================================
       SCROLL BUTTON
    ================================= */

.sofa-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 998;
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #292929;
  color: #ffffff;
  cursor: pointer;
  border-right: 3px solid var(--gorent-base);
}

.sofa-scroll-top.is-visible {
  display: grid;
}

/* =================================
       RESPONSIVE
    ================================= */

@media (max-width: 1100px) {
  .sofa-main-detail-layout {
    grid-template-columns: 1.4fr 0.8fr;
  }

  .sofa-related-image,
  .sofa-category-image {
    height: 310px;
  }
}

@media (max-width: 900px) {
  .sofa-main-detail-layout {
    grid-template-columns: 1fr;
  }

  .sofa-detail-side {
    position: static;
  }

  .sofa-related-grid,
  .sofa-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sofa-side-zoom-preview {
    display: none;
  }
}

@media (max-width: 700px) {
  .sofa-left-sidebar {
    display: none;
  }

  .sofa-page-content {
    margin-left: 0;
  }

  .sofa-page-container {
    width: calc(100% - 24px);
  }

  .sofa-product-hero {
    min-height: 230px;
  }

  .sofa-product-hero h1 {
    width: 100%;
    padding: 12px 15px;
  }

  .sofa-main-detail {
    padding: 35px 0 42px;
  }

  .sofa-related-grid,
  .sofa-category-grid {
    grid-template-columns: 1fr;
  }

  .sofa-related-image,
  .sofa-category-image {
    height: 350px;
  }

  .sofa-category-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .sofa-view-controls {
    width: 100%;
  }

  .sofa-view-button {
    flex: 1;
  }

  .sofa-category-grid.sofa-list-view .sofa-category-card {
    grid-template-columns: 1fr;
  }

  .sofa-category-grid.sofa-list-view .sofa-category-image {
    height: 350px;
  }

  .sofa-category-grid.sofa-list-view .sofa-category-body {
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .sofa-category-grid.sofa-list-view .sofa-category-actions {
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .sofa-product-breadcrumb-inner {
    font-size: 11px;
  }

  .sofa-detail-image-box {
    height: 300px;
  }

  .sofa-related-image,
  .sofa-category-image,
  .sofa-category-grid.sofa-list-view .sofa-category-image {
    height: 290px;
  }

  .sofa-related-actions {
    flex-wrap: wrap;
  }

  .sofa-related-btn {
    flex: 1;
    padding-inline: 8px;
  }

  .sofa-related-wa {
    flex: 0 0 38px;
  }

  .sofa-category-btn {
    flex: 1;
    padding-inline: 10px;
  }
}

.sofa-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 15px 0 28px;
  padding: 0;
  list-style: none;
}

.sofa-feature-list li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  background: #fff;
  font-weight: 600;
}

.sofa-feature-list li::before {
  content: "✓";
  position: absolute;
  top: 11px;
  left: 14px;
  color: #df1f26;
  font-weight: 800;
}

.machine-spec-wrap {
  margin-top: 38px;
  overflow-x: auto;
  border: 1px solid #dedede;
  border-radius: 8px;
}

.machine-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.machine-spec-table th,
.machine-spec-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: top;
}

.machine-spec-table th {
  background: #282828;
  color: #fff;
}

.machine-spec-table td:first-child {
  width: 36%;
  color: #222;
  font-weight: 700;
}

.machine-faq {
  margin-top: 45px;
}

.machine-faq details {
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  background: #fff;
}

.machine-faq summary {
  position: relative;
  padding: 16px 52px 16px 20px;
  cursor: pointer;
  color: #222;
  font-weight: 700;
  list-style: none;
}

.machine-faq summary::-webkit-details-marker {
  display: none;
}

.machine-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #df1f26;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}

.machine-faq details[open] summary::after {
  content: "−";
}

.machine-faq details p {
  margin: 0;
  padding: 0 20px 18px;
}

.machine-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.machine-related-links a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  background: #fff;
  color: #252525;
  font-weight: 700;
  line-height: 1.35;
  transition:
    border-color 0.2s,
    color 0.2s,
    transform 0.2s;
}

.machine-related-links a:hover {
  border-color: #df1f26;
  color: #df1f26;
  transform: translateY(-2px);
}

.machine-link-group {
  margin-top: 34px;
}

.machine-link-group h3 {
  margin: 0 0 15px;
  color: #252525;
  font-size: 22px;
}

@media (max-width: 767px) {
  .sofa-feature-list,
  .machine-related-links {
    grid-template-columns: 1fr;
  }

  .machine-spec-table th,
  .machine-spec-table td {
    padding: 11px 12px;
    font-size: 13px;
  }
}

/* Scroll-driven card loading */
.mmw-scroll-load-card {
  opacity: 1;
  clip-path: none;
}

.mmw-scroll-load-card.mmw-card-loaded {
  animation: mmwCardScrollOpen 0.68s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

@keyframes mmwCardScrollOpen {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 14px);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mmw-scroll-load-card {
    opacity: 1;
    clip-path: none;
    animation: none !important;
  }
}

body {
  overflow-x: clip;
}

.sofa-product-page {
  overflow: visible !important;
}

/* Use the available page width instead of leaving a large empty gutter. */
.mec-coat-page-boundary.mec-coat-product-layout {
  width: calc(100% - 28px) !important;
  max-width: none !important;
  margin-inline: 14px !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  gap: 32px !important;
}

.mec-coat-product-nav {
  position: sticky !important;
  top: 20px !important;
  width: 360px !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  background: #fff !important;
  z-index: 100 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13) !important;
}

.mec-coat-product-nav::-webkit-scrollbar {
  display: none !important;
}

.mec-coat-product-nav-title {
  display: flex;
  align-items: center;
  min-height: 64px !important;
  padding: 16px 22px !important;
}

.mec-coat-product-nav-link {
  display: flex !important;
  align-items: center;
  min-height: 58px !important;
  padding: 15px 22px !important;
  background: #fff;
}

.mec-coat-product-nav-link.is-active {
  background: #f7f0f1 !important;
  color: #000 !important;
}

.product-nav-contact {
  margin: 20px;
  padding: 18px;
  border-radius: 12px;
  background: #062e56;
  color: #fff;
}

.product-nav-contact h4 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 18px;
}

.product-nav-contact p {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 11px;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.product-nav-contact p:last-child {
  margin-bottom: 0;
}

.product-nav-contact i {
  width: 16px;
  margin-top: 3px;
  color: #ffcf00;
  text-align: center;
  flex-shrink: 0;
}

.product-nav-contact a {
  color: #fff !important;
  overflow-wrap: anywhere;
}

.mec-coat-content-block[hidden] {
  display: none !important;
}

.mec-coat-content-block {
  scroll-margin-top: 32px;
}

.mec-keyword-highlight {
  display: inline;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #050505 !important;
  font-weight: 800;
}

.related-products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.related-products-toolbar .sofa-related-heading {
  margin: 0;
}

.related-view-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.related-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  color: #252525;
  cursor: pointer;
  font-weight: 700;
}

.related-view-btn:hover,
.related-view-btn.is-active {
  border-color: #d5281e;
  background: #d5281e;
  color: #fff;
}

.sofa-related-grid.is-list-view {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.sofa-related-grid.is-list-view .sofa-related-card {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: stretch;
}

.sofa-related-grid.is-list-view .sofa-related-image {
  height: 100% !important;
  min-height: 220px;
}

.sofa-related-grid.is-list-view .sofa-related-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  text-align: left !important;
}

.sofa-related-description {
  display: none;
  margin: 0 0 17px;
  color: #555;
  line-height: 1.65;
}

.sofa-related-grid.is-list-view .sofa-related-description {
  display: block;
}

.sofa-related-grid.is-list-view .sofa-related-title {
  text-align: left !important;
  width: 100%;
}

.sofa-related-grid.is-list-view .sofa-related-line {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.sofa-related-grid.is-list-view .sofa-related-actions {
  justify-content: flex-start !important;
}

.mec-coat-mobile-page-nav {
  display: none !important;
}

@media (max-width: 1100px) {
  .mec-coat-product-layout,
  .mec-coat-product-nav,
  .mec-coat-content-flow {
    min-width: 0 !important;
    width: 100% !important;
  }

  .mec-coat-product-nav,
  .mec-coat-content-flow {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .mec-coat-product-nav {
    width: 100% !important;
    min-height: 0 !important;
  }

  .mec-coat-page-boundary.mec-coat-product-layout {
    grid-template-columns: 1fr !important;
    margin-inline: 14px !important;
  }
}

@media (max-width: 767px) {
  .mec-coat-product-nav {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    min-height: 68px !important;
    max-height: 68px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18) !important;
  }

  .mec-coat-product-nav {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .mec-coat-product-nav-title {
    display: none !important;
  }

  .product-nav-contact {
    display: none;
  }

  .mec-coat-product-nav-link {
    flex: 0 0 auto;
    min-height: 68px !important;
    padding: 18px 22px !important;
    white-space: nowrap;
    background: #fff;
  }

  .mec-coat-content-block {
    scroll-margin-top: 86px;
  }

  .related-products-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .sofa-related-grid.is-list-view .sofa-related-card {
    grid-template-columns: 1fr;
  }

  .sofa-related-grid.is-list-view .sofa-related-image {
    min-height: 190px;
  }

  .mec-coat-mobile-page-nav {
    display: grid !important;
  }
}

/* Final visible section order — overrides legacy ordering from embedded templates. */
.mec-coat-content-flow #overview {
  order: 10 !important;
}

.mec-coat-content-flow #gallery {
  order: 20 !important;
}

.mec-coat-content-flow #customization {
  order: 30 !important;
}

.mec-coat-content-flow #machine-videos {
  order: 40 !important;
}

.mec-coat-content-flow #specifications {
  order: 50 !important;
}

.mec-coat-content-flow #applications {
  order: 60 !important;
}

.mec-coat-content-flow #materials {
  order: 70 !important;
}

.mec-coat-content-flow #faq {
  order: 80 !important;
}

/* Related products: full-width cards aligned with the upper content section. */
.sofa-related-section .sofa-page-container {
  width: calc(100% - 28px) !important;
  max-width: none !important;
  margin-inline: 14px !important;
}

.related-products-toolbar {
  justify-content: flex-start !important;
}

.related-products-toolbar .sofa-related-heading {
  width: auto;
  flex: 1;
  text-align: left !important;
}

.related-view-controls {
  display: flex !important;
  gap: 8px;
  flex: 0 0 auto;
}

#relatedProductsGrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

#relatedProductsGrid .sofa-related-card {
  display: block !important;
  grid-template-columns: none !important;
}

#relatedProductsGrid.is-list-view {
  grid-template-columns: 1fr !important;
  overflow: visible !important;
}

#relatedProductsGrid.is-list-view .sofa-related-card {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
}

#relatedProductsGrid.is-list-view .sofa-related-image {
  height: 100% !important;
  min-height: 220px !important;
}

#relatedProductsGrid.is-list-view .sofa-related-body {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#relatedProductsGrid .sofa-related-image {
  width: 100%;
  height: 235px !important;
  min-height: 0 !important;
}

#relatedProductsGrid .sofa-related-body {
  display: block !important;
  padding: 16px !important;
  text-align: left !important;
}

#relatedProductsGrid .sofa-related-title {
  min-height: 52px;
  justify-content: flex-start !important;
  text-align: left !important;
}

#relatedProductsGrid .sofa-related-line {
  width: 100%;
  margin-inline: 0 !important;
}

#relatedProductsGrid .sofa-related-actions {
  justify-content: flex-start !important;
}

.sofa-related-category {
  display: block;
  min-height: 28px;
  margin-bottom: 7px;
  color: #b10219;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

#relatedProductsGrid .is-category-card .sofa-related-title {
  color: #b10219;
  font-size: 19px;
  font-weight: 900;
}

@media (max-width: 991px) {
  #relatedProductsGrid:not(.is-list-view) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .sofa-related-section .sofa-page-container {
    width: calc(100% - 20px) !important;
    margin-inline: 10px !important;
  }

  #relatedProductsGrid:not(.is-list-view) {
    display: flex !important;
    gap: 14px !important;
    padding: 0 0 13px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: auto;
    scrollbar-color: #b10219 #e3e3e3;
  }

  #relatedProductsGrid:not(.is-list-view) .sofa-related-card {
    width: min(84vw, 340px) !important;
    min-width: min(84vw, 340px) !important;
    flex: 0 0 min(84vw, 340px) !important;
    scroll-snap-align: start;
  }

  #relatedProductsGrid.is-list-view {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  #relatedProductsGrid.is-list-view .sofa-related-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }

  #relatedProductsGrid.is-list-view .sofa-related-image {
    height: 220px !important;
    min-height: 0 !important;
  }

  #relatedProductsGrid::-webkit-scrollbar {
    height: 8px;
  }

  #relatedProductsGrid::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #e3e3e3;
  }

  #relatedProductsGrid::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #b10219;
  }
}
.roto-india-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #1b1b1b;
    margin: 0px 0 16px;
    padding: 10px 10px;
    border-radius: 6px;
    /* border-bottom: 2px solid #e21e2b; */
}

/* Red Accent */
.roto-india-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 4px;
    height: 60%;
    background: #e21e2b;
    border-radius: 0 4px 4px 0;
}

/* Mobile */
@media (max-width: 767px) {
    .roto-india-title {
        font-size: 20px;
        padding: 10px 14px;
        margin: 24px 0 12px;
    }
}