
.gallery[data-v-dd1b17dd] {
  width: 100%;
}
.gallery--detail[data-v-dd1b17dd] {
  display: contents;
}
.gallery__main[data-v-dd1b17dd] {
  overflow: hidden;
}
.gallery__main img[data-v-dd1b17dd] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.gallery--detail .gallery__main[data-v-dd1b17dd] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  background: #fff;
}
.gallery--detail .gallery__main img[data-v-dd1b17dd] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 16px 12px;
  box-sizing: border-box;
}
.gallery__empty[data-v-dd1b17dd] {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #fff;
}
.gallery--detail .gallery__empty[data-v-dd1b17dd] {
  height: 280px;
  aspect-ratio: unset;
}
.gallery__thumbs[data-v-dd1b17dd] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.gallery--detail .gallery__thumbs[data-v-dd1b17dd] {
  margin-top: 0;
  padding: 12px 16px 16px;
  background: #fff;
}
.gallery__thumb[data-v-dd1b17dd] {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: border-color var(--transition);
}
.gallery__thumb--active[data-v-dd1b17dd] {
  border-color: var(--color-primary);
}
.gallery__thumb img[data-v-dd1b17dd] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 3px;
  background: #fff;
  box-sizing: border-box;
}

.rfq[data-v-fab63566] {
  margin-top: 0;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid #d3dae1;
}
.rfq__title[data-v-fab63566] {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 750;
  color: #142535;
  margin-bottom: 8px;
}
.rfq__desc[data-v-fab63566] {
  max-width: 720px;
  font-size: 0.9375rem;
  color: #5a6875;
  line-height: 1.7;
  margin-bottom: 24px;
}
.rfq__form[data-v-fab63566] .inquiry-form__grid {
  gap: 16px;
}
.rfq__form[data-v-fab63566] .inquiry-form__grid input,
.rfq__form[data-v-fab63566] .inquiry-form__message textarea {
  padding: 12px 13px;
  border-radius: 0;
  font-size: 0.9375rem;
  background: #f8fafb;
  border-color: #cfd7de;
}
.rfq__form[data-v-fab63566] .inquiry-form__grid label span,
.rfq__form[data-v-fab63566] .inquiry-form__message span {
  font-size: 0.75rem;
  font-weight: 750;
  color: #64717d;
  text-transform: uppercase;
}

.not-found[data-v-9c002ca4] {
  padding: 120px 0;
  background: #eef2f5;
}
.not-found__inner[data-v-9c002ca4] {
  max-width: 640px;
}
.not-found p[data-v-9c002ca4] {
  color: #1c5d91;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.not-found h1[data-v-9c002ca4] {
  margin: 14px 0 16px;
  color: #122437;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}
.not-found span[data-v-9c002ca4] {
  display: block;
  color: #5a6875;
  line-height: 1.7;
}
.not-found[data-v-9c002ca4] .btn {
  margin-top: 28px;
}

.sticky-bar[data-v-044caa30] {
  position: sticky;
  bottom: 0;
  z-index: 40;
  border-top: 1px solid #cfd7de;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  padding-bottom: env(safe-area-inset-bottom);
}
.sticky-bar__inner[data-v-044caa30] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
}
.sticky-bar strong[data-v-044caa30] {
  flex: 1;
  min-width: 0;
  color: #142535;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
.sticky-bar strong[data-v-044caa30] {
    font-size: 0.78rem;
}
}

.product-detail[data-v-81f09ed1] {
  background: #eef2f5;
  padding-bottom: 0;
}
.product-body[data-v-81f09ed1] {
  padding: 28px 0 56px;
}
.product-detail__main[data-v-81f09ed1] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.product-hero[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  grid-template-areas:
    'gallery-main summary'
    'gallery-thumbs actions';
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d3dae1;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 28px rgba(22, 43, 61, 0.06);
}
.product-hero[data-v-81f09ed1] .gallery__main {
  grid-area: gallery-main;
}
.product-hero[data-v-81f09ed1] .gallery__thumbs {
  grid-area: gallery-thumbs;
}
.product-hero--single-image[data-v-81f09ed1] .gallery__main {
  grid-row: 1 / -1;
}
.product-hero__summary[data-v-81f09ed1] {
  grid-area: summary;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 24px;
}
.detail-actions--hero[data-v-81f09ed1] {
  grid-area: actions;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 12px 24px 16px;
}
.product-hero h1[data-v-81f09ed1] {
  margin: 0 0 14px;
  color: #122437;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  max-width: 28ch;
}
.detail-content[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 12px;
  align-items: start;
}
.detail-content--full[data-v-81f09ed1] {
  grid-template-columns: 1fr;
}
.detail-content__main[data-v-81f09ed1] {
  display: grid;
  gap: 10px;
}
.detail-panel[data-v-81f09ed1] {
  padding: clamp(22px, 3vw, 32px);
  background: #fff;
  border: 1px solid #d3dae1;
  border-radius: var(--radius-md);
}
.panel-heading[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 18px;
}
.panel-heading > span[data-v-81f09ed1] {
  color: #8b98a4;
  font-size: 0.7rem;
  font-weight: 800;
}
.panel-heading p[data-v-81f09ed1] {
  color: #65727d;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.panel-heading h2[data-v-81f09ed1] {
  margin-top: 4px;
  color: #142535;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
  line-height: 1.25;
}
.overview-text[data-v-81f09ed1] {
  color: #52606d;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.overview-text--stacked[data-v-81f09ed1] {
  max-width: 880px;
  margin-bottom: 14px;
}
.spec-table--detail[data-v-81f09ed1] {
  margin-top: 22px;
  border-top-color: #24725f;
}
.application-grid[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.application-card[data-v-81f09ed1] {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 18px;
  background: #f7f9fa;
  border: 1px solid #dce3e8;
  border-radius: var(--radius-sm);
}
.application-card h3[data-v-81f09ed1] {
  margin: 0 0 8px;
  color: #172a3a;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
}
.application-card p[data-v-81f09ed1] {
  margin: 0;
  color: #53616e;
  font-size: 0.875rem;
  line-height: 1.65;
}
.application-card a[data-v-81f09ed1] {
  margin-top: auto;
  padding-top: 14px;
  color: #1d6b59;
  font-size: 0.8125rem;
  font-weight: 750;
}
.application-card a[data-v-81f09ed1]:hover {
  color: var(--color-primary);
}
.matching-table[data-v-81f09ed1],
.capability-table[data-v-81f09ed1],
.faq-list[data-v-81f09ed1] {
  display: grid;
  gap: 8px;
}
.matching-table__row[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: 72px minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: 16px 18px;
  align-items: center;
  padding: 12px 16px;
  background: #f7f9fa;
  border: 1px solid #dce3e8;
  border-radius: var(--radius-sm);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.matching-table__thumb[data-v-81f09ed1] {
  width: 72px;
  height: 54px;
  border: 1px solid #dce3e8;
  border-radius: var(--radius-sm);
  background: #fff;
  overflow: hidden;
}
.matching-table__thumb img[data-v-81f09ed1] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.matching-table__thumb-placeholder[data-v-81f09ed1] {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef2f5 0%, #e2e8ed 100%);
}
.matching-table__row strong[data-v-81f09ed1] {
  color: #172a3a;
  font-size: 0.875rem;
  line-height: 1.4;
}
.matching-table__row span[data-v-81f09ed1] {
  color: #5c6975;
  font-size: 0.84rem;
  line-height: 1.55;
}
.matching-table__row[data-v-81f09ed1]:hover {
  border-color: #9ab8ae;
  background: #f2f7f5;
}
.capability-table[data-v-81f09ed1] {
  border: 1px solid #d7e0e5;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.capability-table__head[data-v-81f09ed1],
.capability-table__row[data-v-81f09ed1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.capability-table__head[data-v-81f09ed1] {
  background: #163247;
  color: #fff;
}
.capability-table__head span[data-v-81f09ed1] {
  padding: 12px 16px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}
.capability-table__row[data-v-81f09ed1] {
  background: #fff;
}
.capability-table__row[data-v-81f09ed1]:nth-child(odd) {
  background: #f7f9fa;
}
.capability-table__row span[data-v-81f09ed1] {
  padding: 13px 16px;
  color: #4f5f6c;
  font-size: 0.85rem;
  line-height: 1.55;
  border-top: 1px solid #dce3e8;
}
.capability-table__head span + span[data-v-81f09ed1],
.capability-table__row span + span[data-v-81f09ed1] {
  border-left: 1px solid #dce3e8;
}
.faq-item[data-v-81f09ed1] {
  padding: 18px;
  background: #f7f9fa;
  border: 1px solid #dce3e8;
  border-radius: var(--radius-sm);
}
.faq-item h3[data-v-81f09ed1] {
  margin: 0 0 8px;
  color: #172a3a;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.35;
}
.faq-item p[data-v-81f09ed1] {
  margin: 0;
  color: #53616e;
  font-size: 0.875rem;
  line-height: 1.65;
}
.spec-table[data-v-81f09ed1] {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #1b344b;
}
.spec-table--hero[data-v-81f09ed1] {
  margin: 0;
}
.spec-table th[data-v-81f09ed1],
.spec-table td[data-v-81f09ed1] {
  padding: 10px 10px;
  text-align: start;
  border-bottom: 1px solid #dce1e5;
  font-size: 0.8125rem;
}
.spec-table th[data-v-81f09ed1] {
  width: 34%;
  color: #687581;
  font-weight: 600;
}
.spec-table td[data-v-81f09ed1] {
  color: #243442;
  font-weight: 650;
}
.detail-content__aside[data-v-81f09ed1] {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.aside-panel[data-v-81f09ed1] {
  padding: 20px;
  background: #fff;
  border: 1px solid #d3dae1;
  border-radius: var(--radius-md);
}
.aside-panel > p[data-v-81f09ed1] {
  margin-bottom: 12px;
  color: #8ba9c4;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.aside-panel a[data-v-81f09ed1] {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid #e0e5ea;
  color: #223341;
  font-size: 0.78rem;
  line-height: 1.45;
}
.aside-panel a[data-v-81f09ed1]:hover {
  color: var(--color-primary);
}
.aside-panel b[data-v-81f09ed1] {
  flex-shrink: 0;
  color: #6d7d8a;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.detail-cta[data-v-81f09ed1] {
  padding: clamp(24px, 3vw, 32px);
  background: #123146;
  border-radius: var(--radius-md);
  color: #dceaf2;
}
.detail-cta h2[data-v-81f09ed1] {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}
.detail-cta p[data-v-81f09ed1] {
  max-width: 720px;
  margin: 0;
  color: #d3e1e9;
  font-size: 0.92rem;
  line-height: 1.65;
}
@media (max-width: 1024px) {
.product-hero[data-v-81f09ed1] {
    grid-template-columns: 1fr;
    grid-template-areas:
      'gallery-main'
      'summary'
      'gallery-thumbs'
      'actions';
}
.detail-actions--hero[data-v-81f09ed1] {
    padding: 0 18px 18px;
}
.product-hero h1[data-v-81f09ed1] {
    max-width: none;
}
.detail-content[data-v-81f09ed1] {
    grid-template-columns: 1fr;
}
.detail-content__aside[data-v-81f09ed1] {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.application-grid[data-v-81f09ed1] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
.product-body[data-v-81f09ed1] {
    padding-top: 20px;
}
.product-hero__summary[data-v-81f09ed1] {
    padding: 18px;
}
.detail-actions--hero[data-v-81f09ed1] {
    padding: 0 18px 18px;
}
.detail-content__aside[data-v-81f09ed1] {
    grid-template-columns: 1fr;
}
.capability-table__head[data-v-81f09ed1],
  .capability-table__row[data-v-81f09ed1] {
    grid-template-columns: 1fr;
}
.capability-table__head span + span[data-v-81f09ed1],
  .capability-table__row span + span[data-v-81f09ed1] {
    border-left: none;
}
.matching-table__row[data-v-81f09ed1] {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 8px 12px;
    align-items: start;
}
.matching-table__thumb[data-v-81f09ed1] {
    width: 64px;
    height: 48px;
    grid-row: 1 / span 2;
}
.matching-table__row strong[data-v-81f09ed1],
  .matching-table__row span[data-v-81f09ed1] {
    grid-column: 2;
}
}
