.product-detail-page {
  background: #fff;
}

.product-detail-page .button--small,
.product-detail-page .inquiry-modal__eyebrow,
.product-detail-page .inquiry-modal__field label {
  font-size: 14px;
}

.product-detail-main {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.product-showcase {
  min-height: 0;
  padding: 62px 0 34px;
}

.product-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(520px, 1fr);
  align-items: center;
  gap: 52px;
}

.product-gallery {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
  gap: 24px;
}

.product-gallery.is-single-image {
  align-items: start;
}

.product-gallery.is-single-image .product-gallery__thumb-rail {
  grid-template-rows: minmax(0, 1fr);
}

.product-gallery.is-single-image .product-gallery__thumbs {
  grid-row: 1;
  padding-top: 10px;
}

.product-gallery__thumb-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 82px;
  height: auto;
  min-height: 0;
  grid-template-rows: 24px minmax(0, 1fr) 24px;
  gap: 8px;
  overflow: hidden;
}

.product-gallery__thumbs {
  position: relative;
  z-index: 1;
  display: flex;
  width: 82px;
  min-height: 0;
  grid-row: 2;
  box-sizing: border-box;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-block: 0;
  touch-action: pan-y;
}

.product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumb-nav {
  position: relative;
  z-index: 3;
  justify-self: center;
  display: inline-flex;
  width: 32px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #c9d9df;
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.96);
  color: #718c97;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(83, 116, 128, 0.12);
  transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease;
}

.product-gallery__thumb-nav--up {
  grid-row: 1;
}

.product-gallery__thumb-nav--down {
  grid-row: 3;
}

.product-gallery__thumb-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-gallery__thumb-nav:hover:not(:disabled) {
  background: #dce7eb;
  color: #4f707d;
}

.product-gallery__thumb-nav:disabled {
  opacity: 0.32;
  cursor: default;
}

.product-gallery__thumb-nav.is-hidden {
  display: none;
}

.product-gallery__thumbs button {
  flex: 0 0 78px;
  width: 78px;
  aspect-ratio: 1;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #d5e0e4;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-gallery__thumbs button:hover,
.product-gallery__thumbs button.is-active {
  border-color: #95b2bf;
  box-shadow: 0 0 0 2px rgba(149, 178, 191, 0.16);
}

.product-gallery__thumbs img,
.product-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

.product-gallery__thumbs img {
  pointer-events: none;
}

.product-gallery__stage {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  align-self: start;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f5f5;
}

.product-gallery__stage img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  will-change: opacity, transform;
}

.product-gallery__stage img.is-entering {
  opacity: 0;
  transform: translateX(7%);
}

.product-gallery__stage img.is-entering.is-previous {
  transform: translateX(-7%);
}

.product-gallery__stage img.is-entering.is-ready {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 340ms ease,
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-gallery__stage .product-gallery__transition-image {
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 300ms ease,
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-gallery__stage .product-gallery__transition-image.is-leaving.is-next {
  opacity: 0;
  transform: translateX(-7%);
}

.product-gallery__stage .product-gallery__transition-image.is-leaving.is-previous {
  opacity: 0;
  transform: translateX(7%);
}

@media (prefers-reduced-motion: reduce) {
  .product-gallery__stage img.is-entering.is-ready,
  .product-gallery__stage .product-gallery__transition-image {
    transition-duration: 1ms;
  }
}

.product-showcase__content {
  position: relative;
  z-index: 1;
  padding-right: 18px;
}

.product-showcase__content h1 {
  max-width: 610px;
  margin: 0;
  color: #050505;
  font-size: clamp(40px, 2.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.product-points {
  display: grid;
  gap: 18px;
  margin: 90px 0 50px;
  padding: 0;
  list-style: none;
  color: #111;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.4;
}

.product-points li {
  position: relative;
  padding-left: 38px;
}

.product-points li::before {
  content: "✓";
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #99b7c3;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.product-actions {
  display: grid;
  gap: 16px;
}

.product-action {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #aec4cd;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.86);
  color: #829ca8;
  font-size: 20px;
  font-weight: 500;
  transition: background-color 180ms ease, color 180ms ease;
}

.product-action:hover,
.product-action:focus-visible {
  background: #a8c0ca;
  color: #fff;
}

.detail-section {
  position: relative;
  z-index: 1;
  padding: 74px 0;
  background: transparent;
}

.detail-container {
  max-width: 1440px;
}

.detail-heading {
  margin: 0 0 48px;
  color: #9bb4be;
  font-size: clamp(31px, 2.25vw, 43px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.025em;
}

.detail-heading--two-lines {
  margin-bottom: 54px;
}

.specification-section {
  padding-top: 48px;
  padding-bottom: 54px;
}

.specification-table-wrap {
  overflow: hidden;
  border: 2px solid #9fb9c4;
  border-radius: 12px;
  background: #fff;
}

.specification-table,
.product-specifications-editor table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: #738d98;
  font-family: var(--font-body);
  font-size: 17px;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
}

.specification-table th,
.specification-table td,
.product-specifications-editor th,
.product-specifications-editor td {
  min-height: 56px;
  padding: 14px 24px;
  border-bottom: 1px solid #9fb9c4;
}

.specification-table tr:last-child th,
.specification-table tr:last-child td,
.product-specifications-editor tr:last-child th,
.product-specifications-editor tr:last-child td {
  border-bottom: 0;
}

.specification-table th,
.product-specifications-editor th {
  width: 35%;
  border-right: 1px solid #9fb9c4;
  background: #fbfcfc;
  font-weight: 500;
  text-align: center;
}

.specification-table td,
.product-specifications-editor td {
  width: 65%;
  font-weight: 400;
}

.standards-section {
  padding-top: 0;
  padding-bottom: 54px;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.standard-card {
  position: relative;
  min-width: 0;
  margin: 0;
}

.standard-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.963;
  object-fit: contain;
}

.standard-card figcaption {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 21.6%;
  padding: 2px 4px 3px;
  color: #718c97;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.partner-section {
  padding-top: 0;
  padding-bottom: 54px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.partner-card {
  display: flex;
  min-height: 326px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 27px;
  border: 2px solid #a6bec8;
  border-radius: 14px;
  background: #dce7eb;
  color: #78939e;
  text-align: center;
  box-shadow: 0 6px 13px rgba(109, 139, 151, 0.08);
  transition:
    border-color 320ms ease,
    background-color 320ms ease,
    color 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
}

.partner-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.partner-card p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.partner-card__hover-details {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  transform: translateY(8px);
  transition:
    max-height 340ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-card:hover,
.partner-card:focus-visible {
  border-color: #8eacb8;
  background: #99b6c2;
  color: #fff;
  box-shadow: 0 12px 24px rgba(109, 139, 151, 0.18);
  outline: none;
  transform: translateY(-4px);
}

.partner-card:hover .partner-card__hover-details,
.partner-card:focus-visible .partner-card__hover-details {
  max-height: 110px;
  margin-top: 20px;
  opacity: 1;
  transform: translateY(0);
}

.growth-section {
  padding-top: 0;
  padding-bottom: 54px;
}

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

.growth-panel {
  min-width: 0;
  padding: 34px 36px 38px;
  border: 2px solid #9fb9c4;
  border-radius: 14px;
  background: #e2ebee;
  box-shadow: 0 6px 13px rgba(109, 139, 151, 0.08);
}

.growth-panel > h3 {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 6px 20px;
  border-radius: 4px;
  background: #96b2bd;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.cost-list {
  display: grid;
  gap: 22px;
}

.cost-item {
  display: grid;
  grid-template-columns: 53% 1fr;
  align-items: center;
  gap: 20px;
}

.cost-item img,
.compliance-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.cost-item img {
  aspect-ratio: 1.52;
}

.cost-item p,
.compliance-item p {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #708b96;
  font-size: 16px;
  line-height: 1.45;
}

.cost-item p::before,
.compliance-item p::before {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 0;
  color: #7da2b1;
  font-size: 20px;
  font-weight: 800;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.compliance-item img {
  aspect-ratio: 1.23;
  margin-bottom: 14px;
}

.customization-section {
  padding-top: 0;
  padding-bottom: 54px;
}

.customization-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.customization-grid figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.customization-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 0.96;
  object-fit: contain;
}

.customization-grid figcaption {
  margin-top: 14px;
  color: #7f9aa5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.customization-description {
  display: none;
}

.customization-note,
.production-note {
  position: relative;
  margin: 34px 0 40px;
  color: #9aafb7;
  font-size: 14px;
  text-align: center;
}

.customization-note::before,
.customization-note::after,
.production-note::before,
.production-note::after {
  content: "";
  display: inline-block;
  width: 14%;
  height: 1px;
  margin: 0 18px 4px;
  background: #d4e0e4;
}

.customization-note,
.production-note {
  margin: 36px 0 44px;
  color: #8ea8b3;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.45;
  text-decoration-line: underline;
  text-decoration-color: #9db3bc;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.customization-note::before,
.customization-note::after,
.production-note::before,
.production-note::after {
  display: none;
}

.customization-note > span,
.production-note > span {
  display: block;
  width: 100%;
  text-align: center;
}

.process-block {
  padding: 4px 0 0;
}

.process-block__icons {
  display: block;
  width: 86%;
  height: auto;
  margin-inline: auto;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #78939e;
  text-align: center;
}

.process-steps li {
  display: grid;
  gap: 8px;
}

.process-steps b {
  font-size: 21px;
}

.process-steps span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.production-section {
  padding-top: 0;
  padding-bottom: 28px;
}

.production-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 42px;
}

.production-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.production-gallery figure {
  margin: 0;
  min-width: 0;
}

.production-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.production-gallery figcaption {
  margin: 10px 8px 0;
  color: #78939e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.certification-card {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.production-note {
  margin-bottom: 0;
}

.faq-section {
  padding-top: 0;
  padding-bottom: 88px;
}

.detail-container--faq {
  max-width: 1360px;
}

.faq-section .detail-heading {
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 9px;
}

.faq-item {
  overflow: hidden;
  border-radius: 8px;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 24px;
  border: 0;
  background: #9bb5c0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  transition: background-color 260ms ease;
}

.faq-item button:hover,
.faq-item button:focus-visible {
  background: #8eabb7;
  outline: none;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
}

.faq-icon::after {
  transform: rotate(90deg);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-icon::after {
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 36px;
  background: #e7eef1;
  color: #6f8c98;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    visibility 0s linear 360ms;
}

.faq-answer[hidden] {
  display: none !important;
}

.faq-item.is-open .faq-answer {
  max-height: 240px;
  padding: 22px 36px 24px;
  opacity: 1;
  visibility: visible;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    visibility 0s linear 0s;
}

.faq-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.45;
}

.faq-answer b {
  margin-right: 8px;
  color: #7896a1;
}

@media (max-width: 1100px) {
  .product-showcase__grid {
    grid-template-columns: 1fr;
  }

  .product-showcase__content {
    max-width: 680px;
    padding-right: 0;
  }

  .standards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .growth-grid,
  .production-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .product-detail-main {
    background-image: none;
  }

  .product-showcase {
    min-height: 0;
    padding: 42px 0 64px;
  }

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

  .product-gallery__thumb-rail {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    grid-column: 1;
    grid-row: auto;
    order: 2;
    overflow: visible;
  }

  .product-gallery__thumbs {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 32px) / 5);
    grid-auto-flow: column;
    order: 2;
    gap: 8px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .product-gallery__thumb-nav {
    display: none;
  }

  .product-gallery.is-single-image .product-gallery__thumbs {
    padding-top: 0;
  }

  .product-gallery__thumbs button {
    flex-basis: auto;
    width: 100%;
  }

  .product-gallery__stage {
    grid-column: 1;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
  }

  .product-showcase__content h1 {
    font-size: 34px;
  }

  .product-points {
    margin-top: 36px;
    font-size: 16px;
  }

  .detail-section {
    padding: 54px 0;
  }

  .specification-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .standards-section,
  .partner-section,
  .growth-section,
  .customization-section {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .production-section {
    padding-top: 0;
    padding-bottom: 28px;
  }

  .faq-section {
    padding-top: 0;
    padding-bottom: 54px;
  }

  .detail-heading,
  .detail-heading--two-lines {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .detail-heading br {
    display: none;
  }

  .specification-table,
  .product-specifications-editor table {
    font-size: 14px;
  }

  .specification-table th,
  .specification-table td,
  .product-specifications-editor th,
  .product-specifications-editor td {
    padding: 11px 12px;
  }

  .specification-table th,
  .product-specifications-editor th {
    width: 42%;
  }

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

  .growth-grid,
  .customization-grid,
  .production-grid {
    grid-template-columns: 1fr;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .partner-card {
    min-height: 220px;
    padding: 24px 12px;
    cursor: pointer;
  }

  .partner-card h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .partner-card p {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    line-height: 1.4;
    transform: translateY(6px);
    transition:
      max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
      margin-top 300ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 200ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .partner-card:hover:not(.is-open),
  .partner-card:focus-visible:not(.is-open) {
    border-color: #a6bec8;
    background: #dce7eb;
    color: #78939e;
    box-shadow: 0 6px 13px rgba(109, 139, 151, 0.08);
    transform: none;
  }

  .partner-card:hover:not(.is-open) .partner-card__hover-details,
  .partner-card:focus-visible:not(.is-open) .partner-card__hover-details {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(8px);
  }

  .partner-card.is-open {
    border-color: #8eacb8;
    background: #99b6c2;
    color: #fff;
    box-shadow: 0 12px 24px rgba(109, 139, 151, 0.18);
    transform: translateY(-2px);
  }

  .partner-card.is-open p {
    max-height: 80px;
    margin-top: 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .partner-card.is-open .partner-card__hover-details {
    max-height: 240px;
    margin-top: 14px;
    opacity: 1;
    transform: translateY(0);
  }

  .growth-panel {
    padding: 26px 20px 28px;
  }

  .cost-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 22px 12px;
  }

  .cost-item {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 10px;
  }

  .cost-item:nth-child(3) {
    grid-column: 1 / -1;
  }

  .compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .customization-grid {
    gap: 0;
    padding: 0 14px;
    border-radius: 8px;
    background: #95b2bf;
  }

  .customization-grid figure {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(104px, 38%);
    align-items: center;
    gap: 14px;
    min-height: 158px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    text-align: left;
  }

  .customization-grid figure:last-child {
    border-bottom: 0;
  }

  .customization-grid img {
    order: 2;
    width: 100%;
    max-height: 126px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    object-fit: cover;
  }

  .customization-grid figcaption {
    order: 1;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.28;
    text-align: left;
  }

  .customization-description {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42;
  }

  .customization-note::before,
  .customization-note::after,
  .production-note::before,
  .production-note::after {
    display: none;
  }

  .process-block {
    overflow-x: auto;
    padding-inline: 0;
  }

  .process-block__track {
    min-width: 820px;
  }

  .production-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .faq-item button {
    min-height: 58px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-item.is-open .faq-answer {
    padding: 18px;
  }

  .faq-answer p {
    font-size: 16px;
  }
}
