/************************************************

                    메인 배너
     
*************************************************/
/* 경로와 제목 스타일 */
.breadcrumb {
    position: relative; 
    z-index: 1;
    padding-top: 300px;

    padding-bottom: 40px;
    background-image: url('/assets/img/background/semiconductor1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    justify-content: flex-end; 
    text-align: right;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 0;
}

.breadcrumb h1 {
    font-size: 50px;
    font-weight: 800px;
    color: rgb(218, 218, 218);
    margin-top: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrumb p {
    font-size: 20px;
    color: white;
    margin: 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .breadcrumb {
        padding-top: 150px;
        padding-bottom: 50px;        

    }

    .breadcrumb h1 {
        font-size: 32px;
    }
}
/*******************************************
 *************** 본문 내용  *****************
********************************************/

/*******************************************
                  상단
********************************************/

.main::before {
  content: "";
  background: url('/assets/img/background/small_logo.webp') no-repeat center center;
  background-size: 200px; /* or cover, contain, etc */
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 200px;
  opacity: 0.1;
  filter: blur(1px);
  z-index: 0;
  pointer-events: none;
}

.main {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  z-index: 10;
  max-width: 900px;
  background: white;
  margin: -40px auto 80px;
  padding: 50px 60px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);


  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  background-color: #f5f7fa;
  color: #2b2b2b;
}

.main>h1 {
  text-align: left !important;
  margin-block-start: 0em !important;
  margin-bottom: 3rem;
  color:#1e40af;
}

.grid-two-cols {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr;
  align-items: center;
}

/**** 이미지 ****/
.img-sec {
  max-width: 380px;
  height: auto;
  object-fit: cover;
}

.img-sec--portrait {
  width: 100%;
  height: 380px;
  object-fit: contain;
  background-color: #fff;
}


.rounded-xl {
  border-radius: 1rem;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/**** 옆에 설명 ****/
.grid-two-cols>div>p {
  margin-top: 0em !important;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: justify;
  word-break: keep-all;
}

.grid-two-cols>div>ul {
  font-weight: 300;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
  color:#00000085;
}

.grid-two-cols>div>ul>li {
  margin-bottom: 0.5rem;
  text-align: justify;
}

.button {
  background-color: #1e40af;
  color: white;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s;
}

.button:hover {
  background-color: rgb(34, 128, 235);
}

.link {
  margin-left: 1rem;
  color: #1e40af;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

/*******************************************
                  추가 설명란
********************************************/

.tech-section {
  margin-top: 60px;
  padding: 0 20px;
  min-width: 100%;
}

.tech-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1a1a1a;
  border-left: 4px solid #1e40af;
  padding-left: 12px;
}

.tech-title > span {
  margin-left: 6px;
  color: #5f6d80;
  font-size: 15px;
  font-weight: 600;
}

.tech-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 0.5px solid #00000028;
  padding-bottom: 4em;
}

.tech-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1f3f8b;
  margin-bottom: 8px;
}

.tech-item h3 span {
  font-weight: normal;
  font-size: 15px;
  color: #555;
  display: block;
  margin-top: 4px;
  
}

.tech-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
  word-break: keep-all;
}

.tech-item > img {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box; 
}

.tech-item > .main-img.active {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tech-item > .sub-img {
  display: none;
}

.tech-item ul {
  padding-left: 20px;
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.tech-item ul li {
  list-style-type: disc;
  margin-bottom: 6px;
  text-align: justify;
  word-break: keep-all;
}


/******* 테이블 *******/
.spec-table-wrapper {
  width: 100%;
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid #d7dde6;
  background: #fff;
}

.spec-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
}

.spec-table th,
.spec-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #e2e6ec;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 28%;
  color: #1f3f8b;
  font-weight: 600;
  background: #f3f6fa;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}
.vaporizer-table-wrapper {
  margin-top: 40px;
  padding: 20px;
}

.vaporizer-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.vaporizer-table th,
.vaporizer-table td {
  padding: 12px 16px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

.vaporizer-table thead {
  background-color: #1e40af;
  color: white;
}

.vaporizer-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}



/*******************************************
                  다른 제품 목록
********************************************/
.similar-products {
  margin-top: 2rem;
  width: 100%;
}

.similar-products>h4 {
  border-left: 4px solid #1e40af;
  padding-left: 12px;
  font-size: 1.5rem; 
  font-weight: 600; 
  margin-bottom: 24px;
}

.similar-grid {
  display: grid;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-bottom: 1rem;
}

.product-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: box-shadow 0.2s;
  padding-bottom: 0.5rem;
}

.product-card.active {
  display: block;
}

.product-card a {
  text-decoration: none;
  width: 100%;
  color: #1e40af;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.product-card a:hover {
  color: #2180ec;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 0.5rem;
  min-height: 48px;
  line-height: 1.5;
  padding-right: 1rem;
  padding-left : 1rem;
}

.product-desc {
  color: #000000cb;
  font-weight: 300;
  font-size: 14px;
  padding-right: 1rem;
  padding-left : 1rem;
}

#pagination button {
  background-color: #f1f1f1;
  border: none;
  border-radius: 5px;
  margin: 0 4px;
  padding: 6px 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
#pagination button.active {
  background-color: #1e40af;
  color: white;
}

@media screen and (max-width: 600px) {
  .main {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: -40px auto 80px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 12px;
  }

  .main>h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: x-large;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .grid-two-cols {
    width: 100%;
    min-width: 0;
    gap: 3rem;
  }

  .grid-two-cols > * {
    min-width: 0;
  }

  .tech-section {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .img-sec {
    width: 100%;
    max-width: 100% !important;
    height: 280px;
    object-fit: contain;
    background-color: white;
  }

  .tech-item > img {
    max-width: 100%;
    padding: 0;
  }

  .tech-item > .main-img {
    display: none;
  }
  
  .tech-item > .sub-img {
    display: block;
  }

  .non-active {
    display: none !important;
  }

  .grid-two-cols>div>p {
    word-break: break-all;
  }

  .tech-item p {
    word-break: break-all;
  }

  .tech-item ul li {
    word-break: break-all;
  }
}

@media screen and (min-width: 600px) {
  .grid-two-cols {
    grid-template-columns: 1fr 1fr;
  }

  .similar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
  .main {
    padding: 50px 50px;
  }
  .grid-two-cols {
    gap: 3rem;
  }
}

/* Sequential product browser */
.product-browser {
  margin-top: 72px;
  padding-top: 42px;
  border-top: 1px solid #d9dee4;
}

.product-browser-heading,
.product-catalog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-browser-heading > h4 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #14181e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.product-browser-position {
  color: #204198;
  font-size: 15px;
  font-weight: 800;
}

.product-sequence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid #cfd5dc;
  border-bottom: 1px solid #cfd5dc;
}

.product-sequence-item {
  display: flex;
  min-width: 0;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px 30px;
  color: #14181e;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.product-sequence-previous {
  border-right: 1px solid #cfd5dc;
  text-align: left;
}

.product-sequence-next {
  align-items: flex-end;
  text-align: right;
}

.product-sequence-item:not(.is-disabled):hover {
  background: #f3f6fa;
  color: #204198;
}

.product-sequence-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #204198;
  font-size: 13px;
  font-weight: 800;
}

.product-sequence-item strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-sequence-item.is-disabled {
  color: #9ca4ae;
  background: #fafbfc;
}

.product-sequence-item.is-disabled .product-sequence-label {
  color: #9ca4ae;
}

.product-catalog-heading {
  margin-top: 42px;
  margin-bottom: 18px;
}

.product-catalog-heading h5 {
  margin: 0;
  color: #14181e;
  font-size: 20px;
  font-weight: 700;
}

.product-strip-controls {
  display: flex;
  gap: 8px;
}

.product-strip-controls button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #cfd5dc;
  border-radius: 2px;
  background: #fff;
  color: #204198;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.product-strip-controls button:hover:not(:disabled) {
  border-color: #204198;
  background: #f3f6fa;
}

.product-strip-controls button:disabled {
  color: #b5bbc3;
  cursor: default;
}

.similar-products .similar-grid {
  display: flex;
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 1px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #aeb8c4 #edf0f3;
  scrollbar-width: thin;
}

.similar-products .similar-grid::-webkit-scrollbar {
  height: 6px;
}

.similar-products .similar-grid::-webkit-scrollbar-track {
  background: #edf0f3;
}

.similar-products .similar-grid::-webkit-scrollbar-thumb {
  background: #aeb8c4;
}

.similar-products .product-card {
  position: relative;
  display: block;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9dee4;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  scroll-snap-align: start;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.similar-products .product-card:hover {
  border-color: #8e9bae;
  box-shadow: 0 8px 20px rgba(20, 24, 30, 0.08);
  transform: translateY(-2px);
}

.similar-products .product-card.is-current {
  border-color: #204198;
  box-shadow: inset 0 3px 0 #204198;
}

.similar-products .product-card a {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0;
  padding: 18px;
  color: #14181e;
  text-decoration: none;
}

.product-card-number {
  color: #788391;
  font-size: 12px;
  font-weight: 800;
}

.product-card-image {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: #f7f8fa;
}

.product-card-image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.product-card-title {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 48px;
  margin-top: 16px;
  color: #14181e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}

.product-current-badge {
  width: fit-content;
  margin-top: 12px;
  padding: 5px 8px;
  background: #204198;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.product-browser #pagination {
  display: none;
}

@media screen and (max-width: 980px) {
  .similar-products .product-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .product-browser {
    margin-top: 56px;
    padding-top: 32px;
  }

  .product-browser-heading > h4 {
    font-size: 24px;
  }

  .product-browser-position {
    font-size: 13px;
  }

  .product-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .product-sequence-item {
    min-height: 108px;
    gap: 9px;
    padding: 15px 13px;
  }

  .product-sequence-previous {
    border-right: 1px solid #cfd5dc;
    border-bottom: 0;
  }

  .product-sequence-label {
    gap: 6px;
    font-size: 11px;
  }

  .product-sequence-item strong {
    overflow: visible;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }

  .product-catalog-heading {
    margin-top: 30px;
    margin-bottom: 14px;
  }

  .product-catalog-heading h5 {
    font-size: 18px;
  }

  .product-strip-controls {
    display: none;
  }

  .similar-products .similar-grid {
    gap: 12px;
  }

  .similar-products .product-card {
    flex-basis: min(44vw, 180px);
  }

  .similar-products .product-card a {
    padding: 12px;
  }

  .product-card-image {
    margin-top: 8px;
  }

  .product-card-title {
    min-height: 54px;
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.4;
  }

  .product-current-badge {
    margin-top: 8px;
    padding: 4px 7px;
    font-size: 10px;
  }
}

/* Mobile watermark removal */
@media screen and (max-width: 768px) {
  .main::before {
    display: none;
    content: none;
  }
}
/* Product categories */
.product-category-switch,
.product-category-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #cfd5dc;
  background: #fff;
}

.product-category-switch {
  margin-bottom: 32px;
}

.product-category-switch a,
.product-category-tabs a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #596473;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.product-category-switch a + a,
.product-category-tabs a + a {
  border-left: 1px solid #cfd5dc;
}

.product-category-switch a:hover,
.product-category-tabs a:hover {
  color: #204198;
  background: #f3f6fa;
}

.product-category-switch a.is-active,
.product-category-tabs a.is-active {
  background: #173873;
  color: #fff;
}

.product-category-page {
  position: relative;
  z-index: 10;
  width: min(1120px, calc(100% - 40px));
  margin: -40px auto 80px;
  padding: 64px 60px 72px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f5f7fa;
  box-shadow: 0 8px 24px rgba(18, 36, 68, 0.07);
  color: #14181e;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.product-category-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  align-items: end;
  gap: 64px;
}

.product-category-header span {
  color: #204198;
  font-size: 13px;
  font-weight: 800;
}

.product-category-header h1 {
  margin: 10px 0 0;
  color: #14181e;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.product-category-header p {
  margin: 0;
  color: #596473;
  font-size: 16px;
  line-height: 1.75;
}

.product-category-tabs {
  margin-top: 38px;
}

.product-category-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 54px 0 20px;
}

.product-category-meta h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-category-meta span {
  color: #204198;
  font-size: 13px;
  font-weight: 800;
}

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

.category-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9dee4;
  border-radius: 4px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-product-card:hover {
  border-color: #204198;
  box-shadow: 0 12px 26px rgba(18, 36, 68, 0.09);
  transform: translateY(-3px);
}

.category-product-card > a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 20px;
  color: #14181e;
  text-decoration: none;
}

.category-product-number {
  color: #788391;
  font-size: 12px;
  font-weight: 800;
}

.category-product-image {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background: #f7f8fa;
}

.category-product-image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.category-product-copy {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex: 1;
  flex-direction: column;
}

.category-product-copy strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  min-height: 52px;
  margin-top: 18px;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
}

.category-product-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  color: #204198;
  font-size: 13px;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .product-category-page {
    padding: 52px 40px 60px;
  }

  .product-category-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

@media screen and (max-width: 600px) {
  .product-category-switch {
    margin-bottom: 24px;
  }

  .product-category-switch a,
  .product-category-tabs a {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .product-category-page {
    width: calc(100% - 24px);
    margin: -24px auto 48px;
    padding: 32px 18px 38px;
  }

  .product-category-header {
    gap: 14px;
  }

  .product-category-header span {
    font-size: 11px;
  }

  .product-category-header h1 {
    margin-top: 7px;
    font-size: 34px;
  }

  .product-category-header p {
    font-size: 14px;
    line-height: 1.65;
  }

  .product-category-tabs {
    margin-top: 26px;
  }

  .product-category-meta {
    margin: 36px 0 14px;
  }

  .product-category-meta h2 {
    font-size: 19px;
  }

  .category-product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .category-product-card > a {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 14px;
    padding: 12px;
  }

  .category-product-number {
    grid-column: 2;
    grid-row: 1;
    font-size: 11px;
  }

  .category-product-image {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    aspect-ratio: 1;
    margin: 0;
  }

  .category-product-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .category-product-copy strong {
    min-height: 0;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .category-product-action {
    margin-top: 9px;
    padding-top: 0;
    font-size: 11px;
  }
}
/* Back to product category */
.product-category-back {
  display: inline-flex;
  width: fit-content;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  padding: 4px 0;
  color: #204198;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.product-category-back i {
  transition: transform 180ms ease;
}

.product-category-back:hover i {
  transform: translateX(-3px);
}

.main > .product-category-back + h1 {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .product-category-back {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .spec-table-wrapper {
    overflow-x: visible;
  }

  .spec-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }

  .spec-table th,
  .spec-table td {
    padding: 10px 9px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .spec-table th {
    width: 34%;
  }
}
/* Text-only product media used until final product photography is supplied. */
.product-image-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-top: 1px solid #c8d1de;
  border-bottom: 1px solid #c8d1de;
  color: #183d82;
  text-align: center;
}

.product-image-placeholder strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-image-placeholder small {
  margin-top: 8px;
  color: #6f7b89;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-intro--text-only {
  width: 100%;
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.spec-table--comparison thead th {
  width: auto;
  color: #fff;
  background: #1f3f8b;
  text-align: center;
}

.spec-table--comparison tbody th {
  width: 34%;
}

@media screen and (max-width: 600px) {
  .product-image-placeholder {
    padding: 9px;
  }

  .product-image-placeholder strong {
    font-size: 16px;
  }

  .product-image-placeholder small {
    margin-top: 5px;
    font-size: 9px;
  }

  .spec-table--comparison {
    font-size: 12px;
  }

  .spec-table--comparison thead th,
  .spec-table--comparison tbody th,
  .spec-table--comparison td {
    padding: 9px 7px;
  }
}
@media screen and (max-width: 600px) {
  .grid-two-cols > div > p,
  .grid-two-cols > div > ul > li,
  .tech-item p,
  .tech-item ul li {
    overflow-wrap: break-word;
    word-break: normal;
  }
}
/* IMS model configuration */
.ims-model-section {
  margin-top: 48px;
  padding: 0 20px;
}

.ims-model-figure {
  margin: 0;
  padding: 24px;
  border: 1px solid #d7dde6;
  border-radius: 6px;
  background: #fff;
}

.ims-model-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ims-model-figure figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e2e6ec;
}

.ims-model-figure figcaption strong {
  color: #1f3f8b;
  font-size: 17px;
}

.ims-model-figure figcaption span {
  color: #5f6875;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .ims-model-section {
    margin-top: 36px;
    padding: 0;
  }

  .ims-model-figure {
    padding: 12px;
  }

  .ims-model-figure figcaption {
    display: block;
    margin-top: 14px;
    padding-top: 14px;
  }

  .ims-model-figure figcaption strong,
  .ims-model-figure figcaption span {
    display: block;
    text-align: left;
  }

  .ims-model-figure figcaption span {
    margin-top: 5px;
    font-size: 13px;
  }
}
/* Product feature image and copy */
.product-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}
.product-feature-copy { padding-right: 48px; }
.product-feature-item { padding: 18px 0; border-bottom: 1px solid #e2e6ec; }
.product-feature-item:last-child { border-bottom: 0; }
.product-feature-item h3 { margin: 0 0 6px; color: #1f3f8b; font-size: 17px; }
.product-feature-item p { margin: 0; color: #4f5865; font-size: 14px; line-height: 1.65; }
.product-feature-visual { margin: 0; padding: 24px 0 24px 40px; border-left: 1px solid #d7dde6; }
.product-feature-visual img { display: block; width: 100%; max-height: 430px; object-fit: contain; }
.product-feature-visual figcaption { margin-top: 16px; }
.product-feature-visual figcaption strong,
.product-feature-visual figcaption span { display: block; }
.product-feature-visual figcaption strong { color: #1f3f8b; font-size: 16px; }
.product-feature-visual figcaption span { margin-top: 4px; color: #68717e; font-size: 13px; }
@media screen and (max-width: 600px) {
  .product-feature-layout { display: block; }
  .product-feature-copy { padding-right: 0; }
  .product-feature-item { padding: 16px 0; }
  .product-feature-visual { padding: 24px 0 0; border-top: 1px solid #d7dde6; border-left: 0; }
  .product-feature-visual img { max-height: 340px; }
}
/* LFC product page */
.lfc-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.lfc-advantage-item {
  padding: 24px 28px;
  border-right: 1px solid #e2e6ec;
  border-bottom: 1px solid #e2e6ec;
}

.lfc-advantage-item:nth-child(2n) { border-right: 0; }
.lfc-advantage-item:nth-last-child(-n + 2) { border-bottom: 0; }

.lfc-advantage-item h3 {
  margin: 0 0 12px;
  color: #1f3f8b;
  font-size: 18px;
}

.lfc-advantage-item ul {
  margin: 0;
  padding-left: 18px;
  color: #4f5865;
  font-size: 14px;
  line-height: 1.65;
}

.lfc-advantage-item li + li { margin-top: 5px; }

.lfc-model-list {
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.lfc-model-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  min-height: 190px;
  padding: 24px 0;
  border-bottom: 1px solid #e2e6ec;
}

.lfc-model-row:last-child { border-bottom: 0; }

.lfc-model-row h3 {
  margin: 0;
  color: #1f3f8b;
  font-size: 18px;
}

.lfc-model-row h3 span {
  display: block;
  margin-top: 6px;
  color: #68717e;
  font-size: 13px;
  font-weight: 500;
}

.lfc-model-row img {
  display: block;
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.lfc-spec-wrapper {
  position: relative;
  overflow-x: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.lfc-spec-table {
  width: 100%;
  min-width: 940px;
  table-layout: fixed;
  font-size: 12px;
}

.lfc-spec-table th,
.lfc-spec-table td {
  padding: 9px 8px;
  border-right: 1px solid #e2e6ec;
  text-align: center;
  vertical-align: middle;
  word-break: normal;
  overflow-wrap: break-word;
}

.lfc-spec-table thead th {
  width: auto;
  color: #fff;
  background: #17376f;
  font-weight: 700;
}

.lfc-spec-table thead th:first-child,
.lfc-spec-table tbody th {
  width: 170px;
}

.lfc-spec-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  color: #1f3f8b;
  background: #eef3f9;
  box-shadow: 1px 0 0 #d7dde6;
}

.lfc-spec-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #17376f;
}

@media screen and (max-width: 600px) {
  .lfc-advantage-grid { display: block; }
  .lfc-advantage-item {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e2e6ec;
  }
  .lfc-advantage-item:nth-last-child(-n + 2) { border-bottom: 1px solid #e2e6ec; }
  .lfc-advantage-item:last-child { border-bottom: 0; }
  .lfc-model-row {
    display: block;
    min-height: 0;
    padding: 22px 0;
  }
  .lfc-model-row h3 { margin-bottom: 18px; }
  .lfc-model-row img { max-height: 175px; }
  .lfc-spec-table { min-width: 900px; font-size: 11px; }
  .lfc-spec-table th,
  .lfc-spec-table td { padding: 8px 6px; }
  .lfc-spec-table thead th:first-child,
  .lfc-spec-table tbody th { width: 130px; }
}
/* LFC compact mobile presentation */
.lfc-tablist,
.lfc-mobile-spec,
.lfc-mobile-summary {
  display: none;
}

@media screen and (max-width: 600px) {
  .product-lfc .grid-two-cols > div > ul {
    display: none;
  }

  .lfc-advantage-grid {
    border-bottom: 0;
  }

  .lfc-advantage-item {
    padding: 16px 0;
  }

  .lfc-advantage-item h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .lfc-advantage-item ul {
    display: none;
  }

  .lfc-mobile-summary {
    display: block;
    margin: 0;
    color: #626d7b;
    font-size: 13px;
    line-height: 1.5;
  }

  .lfc-tablist {
    display: grid;
    width: 100%;
    border: 1px solid #cbd3df;
    background: #fff;
  }

  .lfc-tablist button {
    min-width: 0;
    min-height: 44px;
    padding: 9px 8px;
    border: 0;
    border-right: 1px solid #cbd3df;
    color: #586575;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .lfc-tablist button:last-child {
    border-right: 0;
  }

  .lfc-tablist button[aria-selected="true"] {
    color: #fff;
    background: #1f4386;
  }

  .lfc-tablist button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
  }

  .lfc-model-tabs {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
  }

  .lfc-model-list {
    border-top: 0;
  }

  .lfc-model-row,
  .lfc-model-row.is-active {
    min-height: 255px;
    padding: 20px 0 12px;
    border-bottom: 0;
  }

  .lfc-model-row[hidden] {
    display: none;
  }

  .lfc-model-row h3 {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .lfc-model-row h3 span {
    display: inline;
    margin: 0 0 0 5px;
  }

  .lfc-model-row img {
    width: 100%;
    height: 190px;
    max-height: none;
    object-fit: contain;
  }

  .lfc-spec-wrapper {
    display: none;
  }

  .lfc-mobile-spec {
    display: block;
  }

  .lfc-common-spec,
  .lfc-size-spec {
    padding: 0;
  }

  .lfc-size-spec {
    margin-top: 34px;
  }

  .lfc-common-spec h3,
  .lfc-spec-heading h3 {
    margin: 0;
    color: #111821;
    font-size: 17px;
  }

  .lfc-spec-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .lfc-spec-heading span {
    flex: none;
    color: #7b8490;
    font-size: 11px;
  }

  .lfc-size-tabs {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 14px;
  }

  .lfc-size-tabs button {
    padding-inline: 2px;
    font-size: 13px;
  }

  .lfc-spec-list {
    margin: 12px 0 0;
    border-top: 2px solid #1f4386;
  }

  .lfc-spec-list > div {
    display: grid;
    grid-template-columns: minmax(102px, 36%) minmax(0, 1fr);
    border-bottom: 1px solid #e0e5eb;
  }

  .lfc-spec-list dt,
  .lfc-spec-list dd {
    margin: 0;
    padding: 10px 9px;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .lfc-spec-list dt {
    color: #23417a;
    background: #f1f4f8;
    font-weight: 700;
  }

  .lfc-spec-list dd {
    color: #333d49;
  }

  .lfc-size-panel[hidden] {
    display: none;
  }

  .lfc-spec-note {
    margin: 11px 0 0;
    color: #7b8490;
    font-size: 11px;
    line-height: 1.5;
  }
}
/* FCV product page */
.fcv-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.fcv-advantage-item {
  position: relative;
  min-height: 166px;
  padding: 25px 28px 24px 66px;
  border-right: 1px solid #e2e6ec;
  border-bottom: 1px solid #e2e6ec;
}

.fcv-advantage-item:nth-child(2n) { border-right: 0; }
.fcv-advantage-item--wide {
  grid-column: 1 / -1;
  min-height: 140px;
  border-right: 0;
  border-bottom: 0;
}

.fcv-advantage-item > span {
  position: absolute;
  top: 27px;
  left: 27px;
  color: #1f4386;
  font-size: 12px;
  font-weight: 800;
}

.fcv-advantage-item h3 {
  margin: 0 0 10px;
  color: #172337;
  font-size: 17px;
  line-height: 1.4;
}

.fcv-advantage-item p {
  margin: 0;
  color: #5a6471;
  font-size: 14px;
  line-height: 1.65;
}

.fcv-spec-wrapper,
.fcv-code-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fcv-flow-table,
.fcv-code-table {
  width: 100%;
  table-layout: fixed;
}

.fcv-flow-table th,
.fcv-flow-table td,
.fcv-code-table th,
.fcv-code-table td {
  padding: 11px 12px;
  text-align: center;
  vertical-align: middle;
}

.fcv-flow-table thead th:first-child { width: 10%; }
.fcv-flow-table thead th:nth-child(2) { width: 31%; }
.fcv-flow-table thead th:nth-child(3) { width: 18%; }
.fcv-flow-table thead th:nth-child(4) { width: 41%; }
.fcv-flow-table tbody th,
.fcv-code-table tbody th {
  color: #1f4386;
  background: #eef3f9;
}

.fcv-code-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(230px, 1fr);
  align-items: stretch;
  gap: 28px;
  margin-top: 38px;
}

.fcv-subtitle {
  margin: 0 0 13px;
  color: #172337;
  font-size: 18px;
}

.fcv-code-guide {
  align-self: end;
  padding: 23px 25px;
  border-left: 3px solid #1f4386;
  background: #f3f6fa;
}

.fcv-code-guide strong {
  display: block;
  margin-bottom: 8px;
  color: #1f4386;
  font-size: 15px;
}

.fcv-code-guide p {
  margin: 0;
  color: #5a6471;
  font-size: 13px;
  line-height: 1.6;
}

.fcv-part-number-figure {
  margin: 0;
  padding: 28px;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
  background: #fff;
  text-align: center;
}

.fcv-part-number-figure img {
  display: block;
  width: 100%;
  max-width: 960px;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .fcv-advantage-grid { display: block; }
  .fcv-advantage-item,
  .fcv-advantage-item--wide {
    min-height: 0;
    padding: 18px 0 18px 38px;
    border-right: 0;
    border-bottom: 1px solid #e2e6ec;
  }
  .fcv-advantage-item:last-child { border-bottom: 0; }
  .fcv-advantage-item > span { top: 20px; left: 0; }
  .fcv-advantage-item h3 { margin-bottom: 6px; font-size: 15px; }
  .fcv-advantage-item p { font-size: 12px; line-height: 1.55; }

  .fcv-flow-table,
  .fcv-code-table {
    min-width: 0;
    font-size: 11px;
  }
  .fcv-flow-table th,
  .fcv-flow-table td,
  .fcv-code-table th,
  .fcv-code-table td {
    padding: 8px 5px;
    overflow-wrap: anywhere;
  }
  .fcv-flow-table thead th:first-child { width: 13%; }
  .fcv-flow-table thead th:nth-child(2) { width: 27%; }
  .fcv-flow-table thead th:nth-child(3) { width: 19%; }
  .fcv-flow-table thead th:nth-child(4) { width: 41%; }

  .fcv-code-layout {
    display: block;
    margin-top: 30px;
  }
  .fcv-code-guide {
    margin-top: 16px;
    padding: 17px 18px;
  }
  .fcv-subtitle { font-size: 16px; }
  .fcv-part-number-figure { padding: 12px 6px; }
  .fcv-part-number-figure img { max-height: none; }
}
/* Ultrasonic Liquid Flow Meter product page */
.ufm-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.ufm-process-step {
  position: relative;
  min-height: 210px;
  padding: 56px 24px 24px;
  border-right: 1px solid #e2e6ec;
}

.ufm-process-step:last-child { border-right: 0; }

.ufm-process-step > span {
  position: absolute;
  top: 23px;
  left: 24px;
  color: #1f4386;
  font-size: 12px;
  font-weight: 800;
}

.ufm-process-step h3 {
  margin: 0 0 13px;
  color: #172337;
  font-size: 17px;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ufm-process-step p {
  margin: 0;
  color: #5a6471;
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ufm-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 28px;
}

.ufm-spec-group h3 {
  margin: 0 0 13px;
  color: #17376f;
  font-size: 19px;
}

.ufm-spec-group h3 span {
  margin-left: 6px;
  color: #5f6d80;
  font-size: 14px;
  font-weight: 600;
}

.ufm-spec-table {
  width: 100%;
  min-width: 0;
  height: 100%;
  table-layout: fixed;
}

.ufm-spec-table th,
.ufm-spec-table td {
  padding: 12px 14px;
  vertical-align: middle;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ufm-spec-table th {
  width: 39%;
  color: #1f4386;
  background: #eaf0f7;
  font-weight: 700;
}

.ufm-spec-table td {
  color: #465268;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .ufm-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ufm-process-step { min-height: 180px; border-bottom: 1px solid #e2e6ec; }
  .ufm-process-step:nth-child(2n) { border-right: 0; }
  .ufm-process-step:nth-last-child(-n + 2) { border-bottom: 0; }
  .ufm-spec-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 600px) {
  .ufm-process { display: block; border-bottom: 0; }
  .ufm-process-step {
    min-height: 0;
    padding: 18px 0 18px 38px;
    border-right: 0;
    border-bottom: 1px solid #e2e6ec;
  }
  .ufm-process-step:last-child { border-bottom: 0; }
  .ufm-process-step > span { top: 20px; left: 0; }
  .ufm-process-step h3 { margin-bottom: 6px; font-size: 15px; }
  .ufm-process-step p { font-size: 12px; line-height: 1.55; }

  .ufm-spec-grid { gap: 30px; }
  .ufm-spec-group h3 { font-size: 17px; }
  .ufm-spec-group h3 span { display: block; margin: 3px 0 0; font-size: 12px; }
  .ufm-spec-table { min-width: 0; table-layout: fixed; }
  .ufm-spec-table th,
  .ufm-spec-table td {
    padding: 10px 8px;
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .ufm-spec-table th { width: 40%; }
}
/* IR Temp Sensor product page */
.ir-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ir-visual-item {
  display: grid;
  grid-template-rows: auto 390px;
  min-width: 0;
  margin: 0;
  border-top: 2px solid #1f4386;
  background: #fff;
}

.ir-visual-item figcaption {
  padding: 13px 2px 12px;
  color: #17376f;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.ir-visual-item img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 390px;
  padding: 22px;
  border: 1px solid #dfe4ea;
  object-fit: contain;
}

.ir-visual-item--structure img { padding: 12px; }

.ir-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  margin-top: 30px;
  padding: 26px 0;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.ir-overview p {
  margin: 0 0 14px;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
}

.ir-overview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding-left: 18px;
  color: #586474;
  font-size: 13px;
}

.ir-overview-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 2px;
  white-space: nowrap;
}

.ir-performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ir-spec-group h3 {
  margin: 0 0 13px;
  color: #17376f;
  font-size: 19px;
}

.ir-spec-table,
.ir-code-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.ir-spec-table th,
.ir-spec-table td,
.ir-code-table th,
.ir-code-table td {
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.ir-spec-table th { width: 34%; }

.ir-code-table thead th {
  color: #fff;
  background: #17376f;
  text-align: center;
}

.ir-code-table thead th:first-child { width: 29%; }
.ir-code-table thead th:nth-child(2) { width: 17%; }
.ir-code-table thead th:nth-child(3) { width: 54%; }
.ir-code-table tbody th,
.ir-code-table tbody td { vertical-align: middle; }
.ir-code-table tbody th span {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.ir-code-table tbody td:first-of-type {
  color: #1f4386;
  font-weight: 700;
  text-align: center;
}

.ir-notes {
  display: flex;
  align-items: baseline;
  gap: 14px 26px;
  margin-top: 14px;
  padding: 16px 20px;
  border-left: 3px solid #1f4386;
  background: #f3f6fa;
}

.ir-notes strong {
  flex: none;
  color: #1f4386;
  font-size: 13px;
  text-transform: uppercase;
}

.ir-notes p {
  position: relative;
  margin: 0;
  padding-left: 11px;
  color: #5b6675;
  font-size: 12px;
  line-height: 1.55;
}

.ir-notes p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '·';
}

@media screen and (max-width: 800px) {
  .ir-visual-item { grid-template-rows: auto 300px; }
  .ir-visual-item img { height: 300px; }
  .ir-overview { grid-template-columns: 1fr; gap: 20px; }
  .ir-performance-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 600px) {
  .ir-visual-grid { grid-template-columns: 1fr; gap: 24px; }
  .ir-visual-item { grid-template-rows: auto 260px; }
  .ir-visual-item img { height: 260px; padding: 14px; }
  .ir-visual-item figcaption { font-size: 13px; }

  .ir-overview { margin-top: 24px; padding: 22px 0; }
  .ir-overview p { font-size: 13px; line-height: 1.7; }
  .ir-overview ul { display: block; font-size: 12px; line-height: 1.65; }
  .ir-overview-actions { gap: 14px; }

  .ir-performance-grid { gap: 30px; }
  .ir-spec-group h3 { font-size: 17px; }
  .ir-spec-table th,
  .ir-spec-table td,
  .ir-code-table th,
  .ir-code-table td {
    padding: 9px 7px;
    font-size: 11px;
  }
  .ir-spec-table th { width: 36%; }
  .ir-code-table thead th:first-child { width: 31%; }
  .ir-code-table thead th:nth-child(2) { width: 19%; }
  .ir-code-table thead th:nth-child(3) { width: 50%; }
  .ir-code-table tbody th span { font-size: 9px; }

  .ir-notes { display: block; padding: 15px 17px; }
  .ir-notes strong { display: block; margin-bottom: 7px; }
  .ir-notes p + p { margin-top: 5px; }
}
/* Product detail typography alignment */
.main {
  font-size: 17px;
  line-height: 1.7;
}

.grid-two-cols > div > p {
  font-size: 17px;
  line-height: 1.75;
}

.grid-two-cols > div > ul,
.tech-item ul,
.tech-item p {
  font-size: 16px;
  line-height: 1.7;
}

.spec-table {
  font-size: 15px;
}

.product-feature-item p,
.lfc-advantage-item ul,
.fcv-advantage-item p,
.ufm-process-step p,
.ir-overview p {
  font-size: 15px;
}

.lfc-model-row h3 span,
.fcv-code-guide p,
.ir-overview ul,
.ir-notes p {
  font-size: 14px;
}

.lfc-spec-table {
  font-size: 13px;
}

.fcv-advantage-item > span,
.ufm-process-step > span {
  font-size: 13px;
}

.fcv-advantage-item h3,
.ufm-process-step h3 {
  font-size: 18px;
}

.ufm-spec-group h3 span {
  font-size: 15px;
}

.ir-visual-item figcaption {
  font-size: 16px;
}

.ir-code-table tbody th span {
  font-size: 12px;
}

.ir-notes strong {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .main {
    font-size: 15px;
    line-height: 1.65;
  }

  .grid-two-cols > div > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .grid-two-cols > div > ul,
  .tech-item ul,
  .tech-item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .spec-table,
  .fcv-flow-table,
  .fcv-code-table,
  .ufm-spec-table,
  .ir-spec-table,
  .ir-code-table {
    font-size: 13px;
  }

  .lfc-mobile-summary,
  .fcv-advantage-item p,
  .ufm-process-step p,
  .ir-overview ul {
    font-size: 14px;
  }

  .lfc-advantage-item h3,
  .fcv-advantage-item h3,
  .ufm-process-step h3 {
    font-size: 16px;
  }

  .lfc-spec-list dt,
  .lfc-spec-list dd {
    font-size: 13px;
  }

  .lfc-spec-heading span,
  .lfc-spec-note,
  .ufm-spec-group h3 span {
    font-size: 12px;
  }

  .ufm-spec-group h3,
  .ir-spec-group h3 {
    font-size: 18px;
  }

  .ir-visual-item figcaption {
    font-size: 14px;
  }

  .ir-overview p {
    font-size: 15px;
  }

  .ir-code-table tbody th span {
    font-size: 10px;
  }

  .ir-notes strong,
  .ir-notes p {
    font-size: 13px;
  }
}
/* Explicit cell sizing for recent product specifications */
.ir-overview p {
  font-size: 16px;
}

.fcv-flow-table th,
.fcv-flow-table td,
.fcv-code-table th,
.fcv-code-table td,
.ufm-spec-table th,
.ufm-spec-table td,
.ir-spec-table th,
.ir-spec-table td,
.ir-code-table th,
.ir-code-table td {
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .fcv-flow-table th,
  .fcv-flow-table td,
  .fcv-code-table th,
  .fcv-code-table td,
  .ufm-spec-table th,
  .ufm-spec-table td,
  .ir-spec-table th,
  .ir-spec-table td,
  .ir-code-table th,
  .ir-code-table td {
    font-size: 13px;
  }
}
/* Full product catalog readability pass */
.main .spec-table th,
.main .spec-table td {
  font-size: 15px;
}

.product-sequence-label {
  font-size: 15px;
}

.product-card-number,
.category-product-number {
  font-size: 14px;
}

.product-card-title {
  font-size: 17px;
}

.product-current-badge {
  font-size: 13px;
}

.product-category-header > span,
.product-category-meta > span,
.category-product-action,
.product-feature-visual figcaption span,
.ims-model-figure figcaption span {
  font-size: 14px;
}

.product-image-placeholder small {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .tech-section {
    padding-inline: 0;
  }

  .main .spec-table th,
  .main .spec-table td,
  .lfc-spec-list dt,
  .lfc-spec-list dd {
    font-size: 14px;
  }

  .product-browser-position {
    font-size: 15px;
  }

  .product-sequence-label {
    font-size: 14px;
  }

  .product-sequence-item strong {
    font-size: 16px;
  }

  .product-card-number {
    font-size: 14px;
  }

  .product-card-title {
    min-height: 62px;
    font-size: 15px;
    line-height: 1.45;
  }

  .product-current-badge {
    font-size: 12px;
  }

  .product-category-switch a,
  .product-category-tabs a {
    font-size: 14px;
  }

  .product-category-header > span,
  .product-category-meta > span,
  .category-product-number {
    font-size: 13px;
  }

  .product-category-header p {
    font-size: 15px;
  }

  .category-product-copy strong {
    font-size: 16px;
  }

  .category-product-action {
    font-size: 14px;
  }

  .product-image-placeholder small,
  .product-feature-visual figcaption span,
  .ims-model-figure figcaption span {
    font-size: 12px;
  }

  .spec-table--comparison {
    font-size: 14px;
  }

  .lfc-spec-heading span,
  .lfc-spec-note,
  .ufm-spec-group h3 span {
    font-size: 13px;
  }

  .ir-code-table tbody th span {
    font-size: 11px;
  }
}
/* Auxiliary labels kept readable across the full catalog */
.product-category-header div > span,
.product-category-meta > span,
.category-product-number,
.product-feature-visual figcaption span,
.ims-model-figure figcaption span,
.fcv-advantage-item > span,
.ufm-process-step > span,
.lfc-spec-heading span,
.lfc-spec-note {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .product-category-header div > span,
  .product-category-meta > span,
  .category-product-number,
  .product-feature-visual figcaption span,
  .ims-model-figure figcaption span,
  .fcv-advantage-item > span,
  .ufm-process-step > span,
  .lfc-spec-heading span,
  .lfc-spec-note {
    font-size: 14px;
  }

  .ir-code-table tbody th span {
    font-size: 12px;
  }
}
/* Final mobile pass for specification helper text */
@media screen and (max-width: 600px) {
  .ir-code-table tbody th span,
  .ir-notes strong,
  .ir-notes p,
  .ufm-spec-group h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .lfc-size-tabs button {
    font-size: 14px;
  }
}
/* Bilingual specification labels */
.ir-code-table tbody th span {
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  .ir-code-table tbody th span {
    font-size: 14px;
  }
}
/* High-Temp Flowmeter */
.htf-intro {
  align-items: stretch;
}

.htf-product-visual {
  min-height: 420px;
  margin: 0;
  padding: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #e1e6ee;
  background: #f4f6f9;
}

.htf-product-visual .img-sec {
  width: 100%;
  max-width: 460px;
  height: 100%;
  max-height: 350px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.htf-overview {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.htf-overview p {
  margin: 0;
  color: #3f4855;
  font-size: 17px;
  line-height: 1.85;
}

.htf-actions {
  margin-top: 30px;
}

.htf-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}

.htf-info-group {
  padding: 30px 34px;
}

.htf-info-group--application {
  border-left: 1px solid #dfe4eb;
}

.htf-info-group h3,
.htf-spec-group h3 {
  margin: 0 0 18px;
  color: #17233a;
  font-size: 20px;
  line-height: 1.35;
}

.htf-spec-group h3 span {
  margin-left: 6px;
  color: #667286;
  font-size: 14px;
  font-weight: 500;
}

.htf-info-group ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.htf-info-group li {
  position: relative;
  padding-left: 17px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.htf-info-group li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #1f4386;
  content: "";
}

.htf-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.htf-spec-stack {
  display: grid;
  gap: 36px;
}

.htf-spec-group .spec-table-wrapper {
  margin-top: 0;
  border: 1px solid #d8dee8;
}

.htf-spec-table {
  min-width: 0;
  table-layout: fixed;
}

.main .htf-spec-table th,
.main .htf-spec-table td {
  padding: 11px 10px;
  border-right: 1px solid #e0e5ec;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.main .htf-spec-table tr > :last-child {
  border-right: 0;
}

.main .htf-spec-table thead th {
  width: auto;
  color: #fff;
  background: #17376f;
  font-weight: 700;
}

.main .htf-spec-table tbody th {
  width: auto;
  color: #1f4386;
  background: #f1f4f8;
  font-weight: 600;
}

.htf-material-table thead tr:first-child > th:first-child,
.htf-material-table tbody th {
  width: 45%;
}

.htf-performance-table thead th:first-child,
.htf-performance-table tbody th {
  width: 38%;
}

.htf-model-table thead th:first-child,
.htf-model-table tbody th {
  width: 32%;
}

.htf-spec-note {
  margin: 12px 0 0;
  color: #657083;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .htf-intro,
  .htf-spec-grid {
    grid-template-columns: 1fr;
  }

  .htf-product-visual {
    min-height: 320px;
  }

  .htf-overview {
    padding-inline: 0;
  }

  .htf-spec-grid {
    gap: 34px;
  }
}

@media screen and (max-width: 600px) {
  .htf-product-visual {
    min-height: 260px;
    padding: 24px;
  }

  .htf-product-visual .img-sec {
    max-height: 220px;
  }

  .htf-overview {
    padding-block: 4px 0;
  }

  .htf-overview p,
  .htf-info-group li {
    font-size: 15px;
  }

  .htf-actions {
    margin-top: 24px;
  }

  .htf-info-grid {
    grid-template-columns: 1fr;
  }

  .htf-info-group {
    padding: 22px 18px;
  }

  .htf-info-group--application {
    border-top: 1px solid #dfe4eb;
    border-left: 0;
  }

  .htf-info-group h3,
  .htf-spec-group h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .htf-spec-stack {
    gap: 34px;
  }

  .main .htf-spec-table th,
  .main .htf-spec-table td {
    padding: 9px 6px;
    font-size: 14px;
    line-height: 1.45;
  }

  .htf-material-table thead tr:first-child > th:first-child,
  .htf-material-table tbody th {
    width: 43%;
  }

  .htf-performance-table thead th:first-child,
  .htf-performance-table tbody th {
    width: 36%;
  }

  .htf-spec-note {
    font-size: 14px;
    text-align: left;
  }
}
/* Unified desktop body typography across product pages */
@media screen and (min-width: 601px) {
  body .main p,
  body .main li,
  body .main dt,
  body .main dd,
  body .main .spec-table th,
  body .main .spec-table td,
  body .main .vaporizer-table th,
  body .main .vaporizer-table td {
    font-size: 17px;
  }
}
/* AUPV Vaporizer page */
.vaporizer-table-wrapper {
  overflow-x: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.vaporizer-table {
  min-width: 900px;
}

.product-vaporizer .vaporizer-model-spec-table {
  min-width: 760px;
}

.product-vaporizer .vaporizer-model-list .lfc-model-row img {
  height: 210px;
  max-height: none;
}

.product-vaporizer .vaporizer-model-note,
.product-vaporizer .vaporizer-mobile-spec > .lfc-spec-note {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #244c9f;
  background: #edf2f9;
  color: #394b67;
  font-size: 15px;
  line-height: 1.6;
}

.product-vaporizer .vaporizer-model-note strong {
  flex: 0 0 auto;
  color: #173d82;
}

@media screen and (max-width: 600px) {
  .product-vaporizer .lfc-advantage-item ul {
    display: block;
  }

  .product-vaporizer .vaporizer-model-list .lfc-model-row img {
    height: 190px;
  }

  .product-vaporizer .vaporizer-model-note {
    display: none;
  }

  .product-vaporizer .vaporizer-mobile-spec > .lfc-spec-note {
    display: block;
    font-size: 14px;
  }

  .product-vaporizer .vaporizer-table-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
/* Cooling Unit specification layout */
.cooling-spec-grid {
  display: grid;
  grid-template-areas: "body" "utility" "chemical";
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.cooling-spec-group--body { grid-area: body; }
.cooling-spec-group--utility { grid-area: utility; }
.cooling-spec-group--chemical { grid-area: chemical; }
.cooling-spec-table { min-width: 0; table-layout: fixed; }
.cooling-spec-table thead th:first-child,
.cooling-spec-table tbody th { width: 28%; }
.cooling-spec-table thead th:nth-child(2) { width: 46%; }
.cooling-spec-table thead th:nth-child(3) { width: 26%; }

@media screen and (min-width: 601px) {
  .cooling-spec-table tbody th,
  .htf-spec-table tbody th {
    white-space: nowrap;
  }
}

@media screen and (max-width: 900px) {
  .cooling-spec-grid {
    grid-template-areas: "body" "utility" "chemical";
    grid-template-columns: minmax(0, 1fr);
  }
}
/* CDS product page */
.product-cds .cds-summary-section,
.product-cds .cds-flow-section,
.product-cds .cds-detail-section {
  margin-top: 72px;
}

.product-cds .cds-summary-table {
  min-width: 0;
  table-layout: fixed;
}

.product-cds .cds-summary-table th {
  width: 30%;
  color: #1f4386;
  background: #f1f4f8;
  text-align: left;
}

.product-cds .cds-summary-table td {
  text-align: left;
}

.cds-system-figure {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #d8dee8;
  background: #fff;
}

.cds-system-figure img {
  display: block;
  width: min(100%, 960px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.cds-figure-expand {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cfd6e1;
  background: rgba(255, 255, 255, 0.94);
  color: #173d82;
  text-decoration: none;
}

.cds-figure-expand:hover,
.cds-figure-expand:focus-visible {
  border-color: #244c9f;
  background: #244c9f;
  color: #fff;
}

.cds-system-figure figcaption {
  margin-top: 18px;
  color: #657083;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.cds-detail-list {
  border-top: 1px solid #cfd6e1;
}

.cds-detail-item {
  border-bottom: 1px solid #cfd6e1;
}

.cds-detail-item summary {
  display: grid;
  grid-template-columns: 56px minmax(180px, 0.55fr) minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 14px 4px;
  cursor: pointer;
  list-style: none;
}

.cds-detail-item summary::-webkit-details-marker {
  display: none;
}

.cds-detail-item summary::after {
  color: #244c9f;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  content: "+";
}

.cds-detail-item[open] summary::after {
  content: "−";
}

.cds-detail-number {
  color: #244c9f;
  font-size: 14px;
  font-weight: 700;
}

.cds-detail-item summary strong {
  color: #111827;
  font-size: 18px;
}

.cds-detail-item summary > span:not(.cds-detail-number) {
  color: #657083;
  font-size: 15px;
}

.cds-detail-item[open] summary strong {
  color: #173d82;
}

.cds-detail-item ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 36px;
  margin: 0;
  padding: 2px 44px 28px 72px;
  list-style: none;
}

.cds-detail-item li {
  position: relative;
  padding-left: 14px;
  color: #4b5563;
  line-height: 1.65;
}

.cds-detail-item li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #244c9f;
  content: "";
}

@media screen and (max-width: 700px) {
  .product-cds .cds-summary-section,
  .product-cds .cds-flow-section,
  .product-cds .cds-detail-section {
    margin-top: 52px;
  }

  .product-cds .cds-summary-table th {
    width: 38%;
  }

  .cds-system-figure {
    padding: 12px;
  }

  .cds-system-figure figcaption {
    margin-top: 12px;
    font-size: 13px;
  }

  .cds-detail-item summary {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 10px;
    min-height: 72px;
    padding: 12px 0;
  }

  .cds-detail-item summary strong {
    font-size: 16px;
  }

  .cds-detail-item summary > span:not(.cds-detail-number) {
    grid-column: 2 / 3;
    font-size: 13px;
  }

  .cds-detail-item summary::after {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .cds-detail-item ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 0 12px 24px 48px;
  }

  .cds-detail-item li {
    font-size: 14px;
  }
}
/* EFEM configuration and airflow */
.product-efem .efem-components-layout {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.product-efem .efem-components-layout .product-feature-copy {
  align-self: center;
}

.product-efem .product-feature-item h3 span {
  display: inline;
  margin-left: 8px;
  color: #68717e;
  font-size: 14px;
  font-weight: 500;
}

.product-efem .efem-principle-copy .product-feature-item {
  padding: 14px 0;
}

.product-efem .efem-principle-copy .product-feature-item h3 span {
  margin: 0 10px 0 0;
  color: #244c9f;
  font-size: 13px;
  font-weight: 700;
}

.product-efem .product-feature-visual img {
  background: #fff;
}

@media screen and (max-width: 600px) {
  .product-efem .efem-components-layout {
    display: block;
  }

  .product-efem .product-feature-item h3 span {
    display: block;
    margin: 4px 0 0;
  }

  .product-efem .efem-principle-copy .product-feature-item h3 span {
    display: inline;
    margin: 0 8px 0 0;
  }

  .product-efem .product-feature-visual img {
    max-height: none;
  }
}
/* Detailed equipment features remain visible on compact screens. */
@media screen and (max-width: 600px) {
  .product-plasma-cleaning-system .lfc-advantage-item ul,
  .product-pressure-oven-system .lfc-advantage-item ul {
    display: block;
  }
}

/* Unified product catalog and specification system */
.product-category-page {
  background: #fff;
}

.category-product-card {
  overflow: hidden;
  border: 1px solid #d7dde6;
  background: #fff;
}

.category-product-card:hover {
  border-color: #204198;
  box-shadow: 0 12px 26px rgba(18, 36, 68, 0.09);
  transform: translateY(-3px);
}

.category-product-image {
  box-sizing: border-box;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.category-product-card > a:focus-visible {
  outline: 2px solid #204198;
  outline-offset: -2px;
}

.main .spec-table-wrapper,
.main .vaporizer-table-wrapper {
  border: 1px solid #d7dde6;
  background: #fff;
}

.main .vaporizer-table-wrapper {
  padding: 0;
}

body .main .spec-table,
body .main .vaporizer-table {
  border-collapse: collapse;
  color: #465268;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

body .main .spec-table th,
body .main .spec-table td,
body .main .vaporizer-table th,
body .main .vaporizer-table td {
  padding: 11px 14px;
  border: 0;
  border-right: 1px solid #dde3eb;
  border-bottom: 1px solid #dde3eb;
  color: #465268;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

body .main .spec-table thead th,
body .main .vaporizer-table thead th {
  width: auto;
  color: #1f4386;
  background: #f4f6f9;
  font-weight: 700;
  text-align: center;
}

body .main .spec-table tbody th,
body .main .vaporizer-table tbody th {
  color: #1f4386;
  background: #eaf0f7;
  font-weight: 700;
}

body .main .spec-table tbody tr:nth-child(even) td,
body .main .vaporizer-table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}

body .main .spec-table tr:last-child > *,
body .main .vaporizer-table tr:last-child > * {
  border-bottom: 0;
}

body .main .spec-table tr > :last-child,
body .main .vaporizer-table tr > :last-child {
  border-right: 0;
}

body .main .product-spec-title {
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  color: #17376f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

body .main .product-spec-title span {
  display: inline;
  margin-left: 6px;
  color: #5f6d80;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .product-category-page {
    background: #fff;
  }

  .category-product-card > a {
    padding: 12px;
  }

  .category-product-image {
    background: #fff;
  }

  body .main .spec-table,
  body .main .vaporizer-table,
  body .main .spec-table th,
  body .main .spec-table td,
  body .main .vaporizer-table th,
  body .main .vaporizer-table td,
  body .main .lfc-spec-list dt,
  body .main .lfc-spec-list dd {
    font-size: 12px;
  }

  body .main .spec-table th,
  body .main .spec-table td,
  body .main .vaporizer-table th,
  body .main .vaporizer-table td {
    padding: 9px 8px;
    line-height: 1.45;
  }

  body .main .product-spec-title {
    margin-bottom: 11px;
    font-size: 17px;
  }

  body .main .product-spec-title span {
    display: block;
    margin: 3px 0 0;
    font-size: 12px;
  }
}

/* Product-page hierarchy aligned to the ULFM reference page. */
.main .tech-section,
.main .ims-model-section {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin-top: 60px;
  padding-inline: 20px;
}

.main .tech-title,
.main .similar-products > h4 {
  margin: 0 0 24px;
  padding: 0 0 0 12px;
  border: 0;
  border-left: 4px solid #1e40af;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.main .tech-title > span {
  margin-left: 6px;
  color: #5f6d80;
  font-size: 15px;
  font-weight: 600;
}

.main .tech-box {
  gap: 0;
  padding-bottom: 0;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.main .tech-box > .tech-item {
  padding: 24px 0;
  border-bottom: 1px solid #e2e6ec;
}

.main .tech-box > .tech-item:last-child {
  border-bottom: 0;
}

.main .tech-item h3,
.main .product-feature-item h3,
.main .lfc-advantage-item h3,
.main .fcv-advantage-item h3,
.main .ufm-process-step h3,
.main .htf-info-group h3,
.main .htf-spec-group h3 {
  color: #17376f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.main .product-feature-item p,
.main .lfc-advantage-item ul,
.main .fcv-advantage-item p,
.main .ufm-process-step p,
.main .htf-info-group li {
  color: #4f5865;
  line-height: 1.7;
}

.main .product-spec-title {
  color: #17376f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.main .similar-products {
  margin-top: 60px;
}

/* Final FCV and IR detail alignment */
.product-fcv .fcv-spec-wrapper,
.product-fcv .fcv-code-wrapper {
  overflow-x: visible;
}

.product-fcv .fcv-flow-table,
.product-fcv .fcv-code-table {
  min-width: 0;
  max-width: 100%;
}

.product-ir-temp .ir-product-intro > * {
  min-width: 0;
}

.product-ir-temp .ir-primary-image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  max-height: 380px;
  margin: 0 auto;
  padding: 18px;
  background: #fff;
  object-fit: contain;
}

.product-ir-temp .ir-overview-actions {
  margin-top: 24px;
  padding-bottom: 0;
}

.product-ir-temp .ir-structure-figure {
  margin: 0;
  padding: 28px;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
  background: #fff;
}

.product-ir-temp .ir-structure-figure img {
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 440px;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .main .tech-section,
  .main .ims-model-section {
    margin-top: 48px;
    padding-inline: 0;
  }

  .main .tech-title,
  .main .similar-products > h4 {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left-width: 3px;
    font-size: 21px;
    line-height: 1.4;
  }

  .main .tech-title > span {
    display: block;
    margin: 4px 0 0;
    font-size: 13px;
  }

  .main .tech-box > .tech-item {
    padding: 20px 0;
  }

  .main .tech-item h3,
  .main .product-feature-item h3,
  .main .lfc-advantage-item h3,
  .main .fcv-advantage-item h3,
  .main .ufm-process-step h3,
  .main .htf-info-group h3,
  .main .htf-spec-group h3,
  .main .product-spec-title {
    font-size: 17px;
  }

  .main .similar-products {
    margin-top: 48px;
  }

  .product-ir-temp .ir-primary-image {
    max-height: 320px;
    padding: 12px;
  }

  .product-ir-temp .ir-overview-actions {
    margin-top: 20px;
  }

  .product-ir-temp .ir-structure-figure {
    padding: 16px 8px;
  }

  .product-ir-temp .ir-structure-figure img {
    max-height: none;
  }
}

@media screen and (min-width: 601px) {
  .main h3.product-spec-title {
    font-size: 19px;
  }
}

/* Product list numbering */
.product-card-number,
.category-product-number {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .product-card-number,
  .category-product-number {
    font-size: 15px;
  }
}

/* LFC desktop specification fits the available content width. */
@media screen and (min-width: 601px) {
  .product-lfc .lfc-spec-wrapper {
    overflow-x: visible;
    scrollbar-gutter: auto;
  }

  .product-lfc .lfc-spec-table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .product-lfc .lfc-spec-table th,
  .product-lfc .lfc-spec-table td {
    padding-right: 7px;
    padding-left: 7px;
  }

  .product-lfc .lfc-spec-table thead th:first-child,
  .product-lfc .lfc-spec-table tbody th {
    width: 148px;
  }
}

/* PFA/PTFE Tube & Fitting product page */
.product-pfa .pfa-product-intro > * {
  min-width: 0;
}

.product-pfa .pfa-primary-image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  max-height: 380px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  object-fit: contain;
}

/* Keep the same product-page hierarchy as 01~05 while giving the
   connection-method visual enough width to remain readable. */
.product-pfa .pfa-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.product-pfa .pfa-feature-card {
  position: relative;
  min-width: 0;
  padding: 24px 26px 26px;
  border-right: 1px solid #e2e6ec;
  border-bottom: 1px solid #e2e6ec;
}

.product-pfa .pfa-feature-card:nth-child(2n) {
  border-right: 0;
}

.product-pfa .pfa-feature-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.product-pfa .pfa-feature-number {
  display: block;
  margin-bottom: 10px;
  color: #204198;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.product-pfa .pfa-feature-card h3 {
  margin: 0 0 7px;
  color: #17376f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.product-pfa .pfa-feature-card p {
  margin: 0;
  color: #4f5865;
  font-size: 14px;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: break-word;
}

.product-pfa .pfa-connection-wide {
  width: 100%;
  margin: 30px 0 0;
}

.product-pfa .pfa-connection-wide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  object-fit: contain;
}

.product-pfa .pfa-connection-wide figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #d7dde6;
}

.product-pfa .pfa-connection-wide figcaption strong {
  color: #17376f;
  font-size: 16px;
  font-weight: 700;
}

.product-pfa .pfa-connection-wide figcaption span {
  color: #68717e;
  font-size: 13px;
  text-align: right;
}

.product-pfa .pfa-tube-spec-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
}

.product-pfa .pfa-tube-figure {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  justify-content: center;
}

.product-pfa .pfa-tube-figure img {
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  background: #fff;
}

.product-pfa .pfa-tube-figure figcaption {
  margin-top: 14px;
}

.product-pfa .pfa-tube-figure figcaption strong,
.product-pfa .pfa-tube-figure figcaption span {
  display: block;
}

.product-pfa .pfa-tube-figure figcaption strong {
  color: #17376f;
  font-size: 17px;
  font-weight: 700;
}

.product-pfa .pfa-tube-figure figcaption span {
  margin-top: 4px;
  color: #68717e;
  font-size: 13px;
}

.product-pfa .pfa-spec-group {
  min-width: 0;
}

.product-pfa .pfa-spec-wrapper,
.product-pfa .pfa-linked-wrapper {
  overflow-x: visible;
}

.product-pfa .pfa-spec-table,
.product-pfa .pfa-linked-table {
  min-width: 0;
  table-layout: fixed;
}

.product-pfa .pfa-spec-table th {
  width: 34%;
}

.product-pfa .pfa-linked-products {
  margin-top: 34px;
}

.product-pfa .pfa-linked-table thead th:first-child {
  width: 25%;
}

.product-pfa .pfa-linked-table thead th:nth-child(2) {
  width: 24%;
}

.product-pfa .pfa-linked-table thead th:nth-child(3) {
  width: 51%;
}

.product-pfa .pfa-quality-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 22px;
  margin-top: 18px;
  padding: 16px 20px;
  border-left: 3px solid #1f4386;
  background: #f3f6fa;
}

.product-pfa .pfa-quality-note strong {
  grid-row: 1 / span 2;
  color: #1f4386;
  font-size: 13px;
}

.product-pfa .pfa-quality-note p {
  position: relative;
  margin: 0;
  padding-left: 11px;
  color: #5b6675;
  font-size: 12px;
  line-height: 1.6;
}

.product-pfa .pfa-quality-note p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '·';
}

@media screen and (max-width: 800px) {
  .product-pfa .pfa-tube-spec-layout {
    grid-template-columns: 1fr;
  }

  .product-pfa .pfa-tube-figure img {
    max-height: 260px;
  }
}

@media screen and (max-width: 600px) {
  .product-pfa .pfa-primary-image {
    max-height: 320px;
    padding: 8px;
  }

  .product-pfa .pfa-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-pfa .pfa-feature-card {
    padding: 19px 18px 20px;
    border-right: 0;
    border-bottom: 1px solid #e2e6ec;
  }

  .product-pfa .pfa-feature-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e2e6ec;
  }

  .product-pfa .pfa-feature-card:last-child {
    border-bottom: 0;
  }

  .product-pfa .pfa-feature-card h3 {
    font-size: 17px;
  }

  .product-pfa .pfa-feature-card p {
    font-size: 13px;
  }

  .product-pfa .pfa-connection-wide {
    margin-top: 24px;
  }

  .product-pfa .pfa-connection-wide figcaption {
    display: block;
    margin-top: 11px;
    padding-top: 11px;
  }

  .product-pfa .pfa-connection-wide figcaption strong,
  .product-pfa .pfa-connection-wide figcaption span {
    display: block;
  }

  .product-pfa .pfa-connection-wide figcaption span {
    margin-top: 4px;
    text-align: left;
  }

  .product-pfa .pfa-tube-spec-layout {
    gap: 22px;
    padding: 20px 0;
  }

  .product-pfa .pfa-tube-figure img {
    max-height: 220px;
  }

  .product-pfa .pfa-spec-table th {
    width: 38%;
  }

  .product-pfa .pfa-linked-table thead th:first-child {
    width: 28%;
  }

  .product-pfa .pfa-linked-table thead th:nth-child(2) {
    width: 23%;
  }

  .product-pfa .pfa-linked-table thead th:nth-child(3) {
    width: 49%;
  }

  .product-pfa .pfa-quality-note {
    display: block;
    padding: 15px 17px;
  }

  .product-pfa .pfa-quality-note strong {
    display: block;
    margin-bottom: 7px;
  }

  .product-pfa .pfa-quality-note p + p {
    margin-top: 5px;
  }
}

/* Product catalog frame follows the full-width mobile subpage pattern. */
@media screen and (max-width: 600px) {
  .product-category-page {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background: #f5f7fa;
  }
}
