.editorial-figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #d9d7d0;
}

.editorial-figure picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.editorial-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.035);
  transition: filter 260ms ease, transform 720ms var(--ease);
}

.editorial-figure:hover img {
  filter: saturate(0.94) contrast(1.04);
  transform: scale(1.016);
}

.editorial-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 16px 13px;
  background: linear-gradient(180deg, transparent, rgba(20, 20, 18, 0.72));
  color: rgba(252, 251, 248, 0.82);
  font-family: var(--font-en);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.inquiry-checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
  gap: 24px;
  align-items: stretch;
}

.page-inquiry .inquiry-checklist-layout .inquiry-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-inquiry .inquiry-checklist-layout .inquiry-checklist article,
.page-inquiry .inquiry-checklist-layout .inquiry-checklist article:not(:nth-child(3n + 1)) {
  padding-right: 22px;
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.page-inquiry .inquiry-checklist-layout .inquiry-checklist article:nth-child(even) {
  padding-right: 0;
  padding-left: 22px;
  border-right: 0;
}

.inquiry-checklist-visual {
  min-height: 492px;
}

.inquiry-checklist-visual img {
  object-position: 57% center;
}

.inquiry-process-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.inquiry-process-editorial .number-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-process-editorial .number-process li,
.inquiry-process-editorial .number-process li:not(:first-child) {
  min-height: 152px;
  padding: 18px 20px 15px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.inquiry-process-editorial .number-process li:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
  border-right: 0;
}

.inquiry-process-editorial .number-process li:nth-child(n + 3) {
  border-top: 0;
}

.inquiry-process-editorial .number-process li:last-child {
  grid-column: 1 / -1;
  padding-left: 0;
  border-right: 0;
}

.inquiry-process-editorial .number-process strong {
  margin-top: 32px;
}

.inquiry-process-visual {
  min-height: 456px;
}

.equipment-ledger-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.64fr);
  gap: 30px;
  align-items: stretch;
}

.page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div,
.page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:not(:nth-child(3n + 1)) {
  padding-right: 22px;
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:nth-child(even) {
  padding-right: 0;
  padding-left: 22px;
  border-right: 0;
}

.equipment-ledger-visual {
  min-height: 792px;
}

.equipment-ledger-visual img {
  object-position: 58% center;
}

.production-flow-editorial {
  display: grid;
  grid-template-columns: minmax(360px, 1.06fr) minmax(0, 0.94fr);
  gap: 38px;
  align-items: stretch;
}

.production-flow-editorial .number-process {
  grid-template-columns: 1fr;
}

.production-flow-editorial .number-process li,
.production-flow-editorial .number-process li:not(:first-child) {
  min-height: 112px;
  padding: 17px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.production-flow-editorial .number-process strong {
  margin-top: 22px;
}

.production-flow-visual {
  min-height: 560px;
}

.readiness-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  gap: 42px;
  align-items: stretch;
}

.readiness-evidence-figure {
  min-height: 345px;
}

.readiness-evidence-figure img {
  object-position: center;
}

@media (max-width: 1100px) {
  .inquiry-checklist-layout,
  .equipment-ledger-editorial,
  .readiness-evidence-layout {
    grid-template-columns: 1fr;
  }

  .page-inquiry .inquiry-checklist-layout .inquiry-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-inquiry .inquiry-checklist-layout .inquiry-checklist article:nth-child(n) {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid var(--line);
  }

  .page-inquiry .inquiry-checklist-layout .inquiry-checklist article:nth-child(3n + 1) {
    padding-left: 0;
  }

  .page-inquiry .inquiry-checklist-layout .inquiry-checklist article:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }

  .inquiry-checklist-visual,
  .equipment-ledger-visual,
  .readiness-evidence-figure {
    min-height: 380px;
  }

  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:nth-child(n) {
    padding-right: 22px;
    padding-left: 22px;
    border-right: 1px solid var(--line);
  }

  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:nth-child(3n + 1) {
    padding-left: 0;
  }

  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .inquiry-process-editorial,
  .production-flow-editorial {
    grid-template-columns: 1fr;
  }

  .inquiry-process-editorial .number-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .inquiry-process-editorial .number-process li:nth-child(n) {
    grid-column: auto;
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px solid var(--line);
  }

  .inquiry-process-editorial .number-process li:nth-child(3n + 1) {
    padding-left: 0;
  }

  .inquiry-process-editorial .number-process li:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }

  .inquiry-process-visual,
  .production-flow-visual {
    min-height: 400px;
  }

  .production-flow-editorial .number-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .production-flow-editorial .number-process li,
  .production-flow-editorial .number-process li:not(:first-child) {
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px solid var(--line);
  }

  .production-flow-editorial .number-process li:nth-child(3n + 1) {
    padding-left: 0;
  }

  .production-flow-editorial .number-process li:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .page-inquiry .inquiry-checklist-layout .inquiry-checklist,
  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger,
  .inquiry-process-editorial .number-process,
  .production-flow-editorial .number-process {
    grid-template-columns: 1fr;
  }

  .page-inquiry .inquiry-checklist-layout .inquiry-checklist article:nth-child(n),
  .page-manufacturing .equipment-ledger-editorial .equipment-detail-ledger > div:nth-child(n),
  .inquiry-process-editorial .number-process li:nth-child(n),
  .production-flow-editorial .number-process li:nth-child(n) {
    min-height: 118px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .inquiry-checklist-visual,
  .inquiry-process-visual,
  .equipment-ledger-visual,
  .production-flow-visual,
  .readiness-evidence-figure {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-figure img {
    transition: none;
  }
}
