.cut-strip-page .cut-strip-material-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: #98a7b7;
}

.cut-strip-page .cut-strip-material-shot {
  margin: 0;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  overflow: visible;
  border: 0;
  background: transparent;
}

.cut-strip-page .cut-strip-material-shot:last-child {
  border-right: 0;
}

.cut-strip-page .cut-strip-material-shot img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  background: transparent;
  filter: contrast(1.02) saturate(0.97);
  transform: translateX(-10px);
  transform-origin: 0 50%;
}

.cut-strip-page .cut-strip-material-shot:first-child img {
  object-position: left center;
  transform-origin: 0 50%;
}

.cut-strip-page .cut-strip-material-shot:last-child img {
  object-position: left center;
  transform: translateX(-10px);
  transform-origin: 0 50%;
}

.cut-strip-page .connector-material-copy {
  padding: 30px 32px;
}

@media (max-width: 980px) {
  .cut-strip-page .cut-strip-material-gallery {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .cut-strip-page .cut-strip-material-shot {
    min-height: 260px;
  }

  .cut-strip-page .cut-strip-material-shot img {
    transform: translateX(-6px);
  }

  .cut-strip-page .cut-strip-material-shot:last-child {
    border-bottom: 0;
  }
}

.cut-strip-page .connector-hero-media img {
  object-fit: cover;
  padding: 0;
  background: transparent;
  filter: none;
}

.cut-strip-page .connector-hero {
  padding-top: 14px;
}

.cut-strip-page .connector-hero-grid {
  gap: 40px;
  padding: 16px 0 34px;
}

.cut-strip-page .line-hero-actions {
  margin-top: 24px;
}

.cut-strip-page .line-hero-metrics {
  margin-top: 22px;
}

.cut-strip-page .connector-section {
  padding: 72px 0;
}

.cut-strip-page .connector-section-heading {
  margin-bottom: 30px;
}

.cut-strip-page .connector-overview,
.cut-strip-page .cut-strip-features-section {
  padding: 44px 0;
}

.cut-strip-page .connector-overview .connector-section-heading,
.cut-strip-page .cut-strip-features-section .connector-section-heading {
  margin-bottom: 16px;
}

.cut-strip-page .connector-overview .connector-section-heading h2,
.cut-strip-page .cut-strip-features-section .connector-section-heading h2 {
  font-size: clamp(26px, 2.4vw, 36px);
  margin-top: 12px;
}

.cut-strip-page .connector-overview .connector-section-heading p,
.cut-strip-page .cut-strip-features-section .connector-section-heading p {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
  margin-top: 12px;
}

.cut-strip-page .connector-overview-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.78fr);
  gap: 24px;
}

.cut-strip-page .connector-material-card .connector-material-copy {
  padding: 20px 24px 24px;
}

.cut-strip-page .connector-material-card h3 {
  font-size: clamp(19px, 1.5vw, 23px);
  margin-top: 10px;
}

.cut-strip-page .connector-material-card p {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.55;
  margin-top: 10px;
}

.cut-strip-page .cut-strip-component-stack {
  display: grid;
  grid-template-rows: auto repeat(6, minmax(0, 1fr));
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.cut-strip-page .cut-strip-component-stack .snap-component-card {
  align-items: center;
  padding: 13px 18px;
}

.cut-strip-page .cut-strip-component-stack .snap-component-icon {
  width: 42px;
  height: 42px;
}

.cut-strip-page .cut-strip-component-stack .snap-component-body strong {
  font-size: clamp(14.5px, 1.06vw, 16px);
}

.cut-strip-page .cut-strip-component-stack .snap-component-body p {
  font-size: clamp(12px, 0.9vw, 13px);
  line-height: 1.42;
}

.cut-strip-page .process-control {
  grid-template-columns: minmax(760px, 1fr) minmax(390px, 0.5fr);
  gap: 18px;
  padding: 24px 18px 18px;
  background: #05070b;
}

.cut-strip-page .process-stage {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: repeat(5, minmax(78px, 1fr)) minmax(142px, 1.12fr);
  grid-template-rows: 84px repeat(5, minmax(84px, 1fr));
  column-gap: 16px;
  row-gap: 14px;
  padding: 34px 24px 24px;
  overflow: hidden;
  border: 1px solid #2A2A2A;
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,0.04), transparent 42%),
    linear-gradient(158deg, rgba(14,16,20,0.98), rgba(7,8,10,0.99));
  box-shadow: 0 22px 44px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.04);
}

.cut-strip-page .process-stage::before {
  content: none;
}

.cut-strip-page .process-ring {
  display: none;
}

.cut-flow-machine {
  position: relative;
  grid-column: 1 / 6;
  grid-row: 2 / 7;
  width: 100%;
  height: 100%;
  min-height: 420px;
  z-index: 1;
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(6,7,9,0.68), rgba(4,5,7,0.52)),
    url("裁剥铆交互.webp");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 10px 24px rgba(0,0,0,0.34);
  filter: saturate(0.7) contrast(1.04);
}

.cut-strip-page .cut-flow-machine > * {
  display: none !important;
}

.cut-flow-zone {
  position: absolute;
  right: 7%;
}

.cut-flow-zone-top {
  left: 7%;
  top: 5%;
  height: 26%;
}

.cut-flow-zone-mid {
  left: 54%;
  right: 27%;
  top: 40%;
  height: 16%;
}

.cut-flow-zone-bottom {
  left: 37%;
  right: 7%;
  bottom: 4%;
  height: 24%;
}

.cut-flow-cabinet,
.cut-flow-window,
.cut-flow-rail,
.cut-flow-module,
.cut-flow-head,
.cut-flow-reel,
.cut-flow-wire,
.cut-flow-feed {
  position: absolute;
  display: block;
  border: 2px solid rgba(0,0,0,0.42);
  background: linear-gradient(145deg, rgba(255,255,255,0.38), rgba(32,34,36,0.22));
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.cut-flow-cabinet {
  left: 0;
  top: 10%;
  width: 16%;
  height: 68%;
}

.cut-flow-window {
  left: 15%;
  top: 25%;
  width: 66%;
  height: 38%;
  background:
    linear-gradient(90deg, transparent 0 33%, rgba(0,0,0,0.48) 33% 35%, transparent 35% 61%, rgba(0,0,0,0.48) 61% 63%, transparent 63% 100%),
    rgba(40,44,48,0.38);
}

.cut-flow-window::before,
.cut-flow-window::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 3px;
  background: linear-gradient(180deg, rgba(32,34,36,0.95), rgba(255,255,255,0.28), rgba(32,34,36,0.95));
  box-shadow: 0 0 10px rgba(0,0,0,0.28);
}

.cut-flow-window::before {
  left: 38%;
}

.cut-flow-window::after {
  left: 60%;
}

.cut-flow-rail {
  display: none;
}

.cut-flow-module {
  left: 8%;
  top: 8%;
  width: 76%;
  height: 78%;
}

.cut-flow-head {
  left: 41%;
  top: 33%;
  width: 26%;
  height: 27%;
  background: linear-gradient(180deg, rgba(44,46,48,0.92), rgba(12,13,15,0.82));
  border: 2px solid rgba(0,0,0,0.46);
  border-radius: 2px;
}

.cut-flow-head::before {
  content: "";
  position: absolute;
  inset: 16% 44% 12%;
  border-radius: 999px;
  background: rgba(0,0,0,0.76);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.24);
}

.cut-flow-head::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 20%;
  width: 12%;
  height: 38%;
  border-radius: 999px;
  background: rgba(0,0,0,0.72);
}

.cut-flow-reel {
  left: 2%;
  top: 12%;
  width: 76%;
  height: 60%;
}

.cut-flow-wire {
  left: 1%;
  top: 49%;
  width: 96%;
  height: 8px;
  border-color: rgba(255,255,255,0.42);
  background: linear-gradient(90deg, #d8d8d8, #5d5f61);
}

.cut-flow-feed {
  right: 0;
  top: 35%;
  width: 16%;
  height: 27%;
  background: rgba(22,24,26,0.58);
}

.cut-flow-cabinet::before,
.cut-flow-cabinet::after,
.cut-flow-reel::before,
.cut-flow-reel::after,
.cut-flow-feed::before,
.cut-flow-feed::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cut-flow-cabinet::before {
  left: 2%;
  top: 0;
  width: 14%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22,19,28,0.88), rgba(75,72,80,0.58));
}

.cut-flow-cabinet::after {
  left: 18%;
  top: 12%;
  width: 64%;
  height: 56%;
  background: rgba(0,0,0,0.08);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.26);
}

.cut-flow-reel::before {
  left: 8%;
  top: 18%;
  width: 76%;
  height: 64%;
  background: linear-gradient(180deg, rgba(124,122,118,0.78), rgba(70,67,64,0.56));
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.18);
}

.cut-flow-reel::after {
  left: 0;
  right: 0;
  top: 46%;
  height: 8px;
  background: rgba(0,0,0,0.36);
}

.cut-flow-feed::before {
  inset: 16% 20% 16% 20%;
  background: linear-gradient(180deg, rgba(18,18,18,0.92), rgba(42,44,46,0.6));
}

.cut-flow-feed::after {
  left: 44%;
  top: 0;
  width: 4px;
  height: 130%;
  background: linear-gradient(180deg, rgba(0,0,0,0.88), rgba(0,0,0,0.72));
}

.cut-flow-cable {
  position: absolute;
  z-index: 2;
  display: none;
  height: 7px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(245,247,248,0.86), rgba(155,161,166,0.6), rgba(245,247,248,0.86));
  box-shadow: 0 0 18px rgba(255,255,255,0.12);
  pointer-events: none;
}

.cut-flow-cable-bottom {
  left: 14%;
  right: 20%;
  bottom: 15%;
}

.cut-flow-cable-rise {
  display: block;
  left: 61%;
  top: 20%;
  width: 7px;
  height: 66%;
  border-color: rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(8,9,10,0.96), rgba(62,66,70,0.86), rgba(8,9,10,0.96));
  box-shadow: 0 0 18px rgba(229,57,53,0.08);
}

.cut-flow-cable-mid {
  left: 58%;
  top: 50%;
  width: 15%;
}

.cut-flow-cable-top {
  left: 30%;
  right: 13%;
  top: 22%;
}

.cut-strip-page .process-node {
  position: relative;
  inset: auto;
  align-self: stretch;
  justify-self: center;
  width: 116px;
  height: 66px;
  min-height: 0;
  display: grid;
  place-content: center;
  z-index: 2;
  padding: 0 10px;
  border: 1px solid #2A2A2A;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7,9,12,0.98), rgba(5,7,10,0.96));
  color: rgba(255,255,255,0.92);
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.03);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  --node-base-lift: 0px;
  --node-base-x: 0px;
  transform: translate(var(--node-base-x), var(--node-base-lift));
}

.cut-strip-page .process-node::before,
.cut-strip-page .process-node::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cut-strip-page .process-node::before {
  display: none;
}

.cut-strip-page .process-node::after {
  width: 4px;
  height: 58px;
  left: 50%;
  bottom: -58px;
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(229,57,53,0.85), rgba(255,255,255,0.12));
  box-shadow: 0 0 18px rgba(229,57,53,0.18);
}

.cut-strip-page .process-node-10::after {
  transform: rotate(-20deg);
}

.cut-strip-page .process-node-9::after {
  transform: rotate(-9deg);
}

.cut-strip-page .process-node-8::after {
  transform: rotate(10deg);
}

.cut-strip-page .process-node-7::after {
  transform: rotate(25deg);
}

.cut-strip-page .process-node-6::after {
  transform: rotate(35deg);
}

.cut-strip-page .process-node-9::after,
.cut-strip-page .process-node-8::after,
.cut-strip-page .process-node-7::after,
.cut-strip-page .process-node-6::after {
  height: 88px;
  bottom: -88px;
}

.cut-strip-page .process-node-5::after {
  width: 194px;
  height: 4px;
  left: -194px;
  top: 50%;
  bottom: auto;
  transform-origin: right center;
  transform: translateY(-50%) rotate(-16deg);
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(229,57,53,0.46), rgba(229,57,53,0.95));
}

.cut-strip-page .process-node-1::after,
.cut-strip-page .process-node-2::after,
.cut-strip-page .process-node-3::after,
.cut-strip-page .process-node-4::after {
  width: 84px;
  height: 4px;
  left: -88px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(229,57,53,0.46), rgba(229,57,53,0.95));
}

.cut-strip-page .process-node-4::after {
  width: 194px;
  left: -194px;
  top: 50%;
  transform: translateY(-50%) rotate(12deg);
}

.cut-strip-page .process-node-3::after {
  width: 176px;
  left: -176px;
  top: 50%;
  transform: translateY(-50%) rotate(18deg);
}

.cut-strip-page .process-node-2::after {
  width: 232px;
  left: -232px;
  top: 50%;
  transform: translateY(-50%) rotate(18deg);
}

.cut-strip-page .process-node-1::after {
  width: 110px;
  left: -110px;
  top: 44%;
  transform: translateY(-50%);
}

.cut-strip-page .process-stage {
  margin-top: 0;
}

.cut-strip-page .process-detail {
  height: 700px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 20px;
  padding: 24px;
  margin-top: 0;
  align-self: stretch;
  border: 1px solid #2A2A2A;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 10%, rgba(229,57,53,0.12), transparent 42%),
    linear-gradient(162deg, rgba(18,20,24,0.96), rgba(9,11,14,0.98));
  box-shadow: 0 22px 44px rgba(0,0,0,0.28);
  overflow: hidden;
}

.cut-strip-page .process-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cut-strip-page .process-detail [data-step-kicker] {
  margin: 2px 0 0;
  padding: 6px 10px;
  border: 1px solid rgba(255,74,69,0.34);
  border-radius: 999px;
  background: rgba(255,74,69,0.06);
  color: #ff4a45;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.cut-strip-page .process-detail-engineering-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 50%;
  border: 1px solid rgba(255,74,69,0.55);
  background: radial-gradient(circle at 30% 26%, rgba(255,255,255,0.08), rgba(255,255,255,0.01));
  color: rgba(255,255,255,0.92);
  font-size: 28px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(229,57,53,0.16);
}

.cut-strip-page .process-detail-icon-slot,
.cut-strip-page .process-detail-secondary-icon-slot {
  display: inline-grid;
  place-items: center;
}

.cut-strip-page .process-detail-icon-svg {
  width: 42px;
  height: 42px;
}

.cut-strip-page .process-detail-secondary-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,74,69,0.58);
  background: radial-gradient(circle at 30% 26%, rgba(255,255,255,0.07), rgba(255,255,255,0.01));
  display: inline-grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(255,74,69,0.14);
}

.cut-strip-page .process-detail-secondary-icon-svg {
  width: 34px;
  height: 34px;
}

.cut-strip-page .process-detail [data-step-title] {
  min-height: 0;
  max-height: none;
  margin: 0;
  line-height: 1.08;
  font-size: clamp(32px, 2.5vw, 42px);
  font-weight: 780;
  letter-spacing: -0.01em;
}

.cut-strip-page .process-detail-accent {
  height: 2px;
  width: 100%;
  background: #ff4a45;
}

.cut-strip-page .process-detail [data-step-description] {
  min-height: 0;
  max-height: none;
  margin: 0;
  display: block;
  font-size: 17px;
  color: rgba(255,255,255,0.86);
  line-height: 1.52;
}

.cut-strip-page .process-detail-secondary {
  margin: 0;
  display: grid;
  gap: 16px;
}

.cut-strip-page .process-detail-secondary > div {
  min-height: 0;
  padding: 16px;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
}

.cut-strip-page .process-detail-secondary dt {
  margin: 0;
  color: #ff4a45;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  grid-column: 2;
}

.cut-strip-page .process-detail dd {
  margin: 10px 0 0;
  overflow: visible;
  display: block;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 1.52;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  grid-column: 2;
}

.cut-strip-page .process-detail-progress {
  position: relative;
  height: 8px;
  border-radius: 999px;
  border: 1px solid #2A2A2A;
  background: rgba(255,255,255,0.04);
  overflow: hidden;
}

.cut-strip-page .process-detail-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--station-progress, 10%);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff4a45, #ff7b77);
  box-shadow: 0 0 14px rgba(255,74,69,0.34);
  transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cut-strip-page .process-node span {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,0.7);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.18;
  text-transform: uppercase;
}

.cut-strip-page .process-node:hover,
.cut-strip-page .process-node:focus-visible,
.cut-strip-page .process-node.is-active {
  transform: translate(var(--node-base-x), calc(var(--node-base-lift) - 4px));
  border-color: rgba(255,74,69,0.86);
  background: linear-gradient(180deg, rgba(255,74,69,0.18), rgba(13,15,19,0.94));
  box-shadow: 0 0 0 1px rgba(255,74,69,0.16), 0 12px 28px rgba(255,74,69,0.16);
  outline: none;
}

.cut-strip-page .process-node-1,
.cut-strip-page .process-node-2,
.cut-strip-page .process-node-3,
.cut-strip-page .process-node-4,
.cut-strip-page .process-node-5 {
  --node-base-lift: -16px;
  --node-base-x: -8px;
}

.cut-strip-page .process-node-10 { --node-base-x: -14px; }
.cut-strip-page .process-node-9 { --node-base-x: -18px; }
.cut-strip-page .process-node-8 { --node-base-x: -4px; }
.cut-strip-page .process-node-7 { --node-base-x: 10px; }
.cut-strip-page .process-node-6 { --node-base-x: 24px; }

.cut-strip-page .process-node:hover span,
.cut-strip-page .process-node:focus-visible span,
.cut-strip-page .process-node.is-active span {
  color: rgba(255,255,255,0.86);
}

.cut-strip-page .process-node-10 { grid-column: 1; grid-row: 1; }
.cut-strip-page .process-node-9 { grid-column: 2; grid-row: 1; }
.cut-strip-page .process-node-8 { grid-column: 3; grid-row: 1; }
.cut-strip-page .process-node-7 { grid-column: 4; grid-row: 1; }
.cut-strip-page .process-node-6 { grid-column: 5; grid-row: 1; }
.cut-strip-page .process-node-5 { grid-column: 6; grid-row: 2; }
.cut-strip-page .process-node-4 { grid-column: 6; grid-row: 3; }
.cut-strip-page .process-node-3 { grid-column: 6; grid-row: 4; }
.cut-strip-page .process-node-2 { grid-column: 6; grid-row: 5; }
.cut-strip-page .process-node-1 { grid-column: 6; grid-row: 6; }

.cut-strip-page .inspection-ring {
  width: 190px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #050607 0 24%, #d7dde2 24% 61%, #1a1c20 61% 74%, #b7bdc3 74% 100%);
  box-shadow: 0 0 0 2px #00c853, 0 0 34px rgba(0,200,83,0.22);
}

.cut-strip-page .inspection-ring-offset {
  transform: translate(-42%, -56%) rotate(5deg);
  box-shadow: 0 0 0 2px #ff2f2f, 0 0 34px rgba(255,47,47,0.2);
}

.cut-strip-page .inspection-grid--evidence {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.56fr);
  gap: 12px;
  align-items: stretch;
}

.cut-strip-page .inspection-left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.cut-strip-page .inspection-tech-strip {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cut-strip-page .inspection-tech-item {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
}

.cut-strip-page .inspection-tech-item span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cut-strip-page .inspection-tech-item strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.25;
  color: #ff4a45;
}

.cut-strip-page .inspection-summary-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, rgba(18,20,24,0.95), rgba(7,8,10,0.95));
  box-shadow: 0 22px 52px rgba(0,0,0,0.26);
}

.cut-strip-page .inspection-summary-card h3 {
  margin: 0;
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.2;
}

.cut-strip-page .inspection-summary-card p {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.6;
}

.cut-strip-page .inspection-risk-list {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 3px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.45;
}

.cut-strip-page .inspection-risk-list li {
  position: relative;
  padding-left: 22px;
}

.cut-strip-page .inspection-risk-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border: 2px solid #ff4a45;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(10,11,14,1);
}

.cut-strip-page .inspection-config-panel {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.cut-strip-page .inspection-config-panel h4 {
  margin: 14px 0 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

.cut-strip-page .inspection-config-panel h4:first-child {
  margin-top: 0;
}

.cut-strip-page .inspection-config-panel h4 + .inspection-config-chips {
  margin-top: 12px;
}

.cut-strip-page .inspection-config-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
  margin-bottom: 14px;
}

.cut-strip-page .inspection-config-chips span {
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.86);
  cursor: default;
  transition: border-color 220ms ease, background 220ms ease;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.cut-strip-page .inspection-config-panel p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.cut-strip-page .inspection-evidence-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cut-strip-page .inspection-evidence-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17,18,21,0.96), rgba(7,8,10,0.96));
}

.cut-strip-page .inspection-evidence-card--main {
  grid-column: 1 / -1;
}

.cut-strip-page .inspection-evidence-card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02) saturate(1.02);
}

.cut-strip-page .inspection-evidence-card--main img {
  height: 260px;
}

.cut-strip-page .inspection-evidence-card--ng {
  display: grid;
  grid-template-rows: 150px minmax(82px, auto);
}

.cut-strip-page .inspection-evidence-card--ng img {
  filter: contrast(1.03) saturate(0.96);
}

.cut-strip-page .inspection-evidence-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 54px;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background: #00b347;
  box-shadow: 0 8px 20px rgba(0,0,0,0.28);
}

.cut-strip-page .inspection-evidence-card--ng .inspection-evidence-tag {
  background: #ff2f2f;
}

.cut-strip-page .inspection-evidence-subtag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(5, 8, 12, 0.72);
  color: rgba(255,255,255,0.94);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cut-strip-page .inspection-evidence-focus {
  display: none;
}

.cut-strip-page .inspection-evidence-card--ng .inspection-evidence-focus {
  display: none;
}

.cut-strip-page .inspection-evidence-card figcaption {
  margin: 0;
  padding: 8px 10px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.35;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.cut-strip-page .inspection-evidence-card--ng figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.cut-strip-page .inspection-evidence-card figcaption strong {
  display: block;
  color: rgba(255,255,255,0.95);
  font-size: 17px;
  line-height: 1.18;
}

.cut-strip-page .inspection-evidence-card figcaption p {
  margin: 3px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.28;
}

.cut-strip-page .inspection-workflow-panel {
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 12px 14px 14px;
  background: linear-gradient(180deg, rgba(18,20,24,0.95), rgba(7,8,10,0.95));
}

.cut-strip-page .inspection-workflow-panel--side {
  margin-top: auto;
}

.cut-strip-page .inspection-workflow-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cut-strip-page .inspection-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.cut-strip-page .inspection-workflow-panel--side .inspection-workflow {
  grid-template-columns: 1fr;
  gap: 8px;
}

.cut-strip-page .inspection-workflow-step {
  padding: 10px;
  border-right: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: transparent;
}

.cut-strip-page .inspection-workflow-icon {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 22px;
  padding: 0 6px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  color: rgba(255,74,69,0.9);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
}

.cut-strip-page .inspection-workflow-step strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.25;
}

.cut-strip-page .inspection-workflow-step p {
  margin: 6px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.45;
}

.cut-strip-page .inspection-workflow-step--decision {
  border-right: 0;
}

.cut-strip-page .inspection-workflow-arrow {
  color: rgba(255,255,255,0.65);
  font-size: 28px;
  line-height: 1;
}

.cut-strip-page .inspection-workflow-panel--side .inspection-workflow-arrow {
  display: none;
}

.cut-strip-page .inspection-workflow-panel--side .inspection-workflow-step {
  border-right: 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
}

@media (max-width: 1180px) {
  .cut-strip-page .process-control {
    grid-template-columns: 1fr;
  }

  .cut-strip-page .inspection-tech-strip {
    grid-template-columns: 1fr;
  }

  .cut-strip-page .inspection-grid--evidence {
    grid-template-columns: 1fr;
  }

  .cut-strip-page .inspection-left-column {
    gap: 10px;
  }

  .cut-strip-page .inspection-workflow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cut-strip-page .inspection-workflow-arrow {
    display: none;
  }

  .cut-strip-page .inspection-workflow-step {
    border-right: 0;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  }

  .cut-strip-page .inspection-evidence-card--main img {
    height: 250px;
  }

  .cut-strip-page .process-stage {
    margin-top: -34px;
  }

  .cut-strip-page .process-stage {
    min-height: 760px;
  }

  .cut-strip-page .process-detail {
    height: auto;
    min-height: 0;
    padding: 24px;
    margin-top: 0;
    gap: 20px;
  }

  .cut-strip-page .process-detail-engineering-icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    font-size: 24px;
  }

  .cut-strip-page .process-detail [data-step-title] {
    font-size: clamp(28px, 5.6vw, 38px);
  }

  .cut-strip-page .process-detail-secondary > div {
    padding: 18px;
  }

  .cut-strip-page .process-node {
    height: 82px;
    font-size: 20px;
  }

  .cut-strip-page .process-node span {
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .cut-strip-page .process-stage {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto) minmax(300px, auto);
    gap: 12px;
    padding: 18px;
  }

  .cut-strip-page .process-stage::before {
    content: none;
  }

  .cut-flow-machine {
    grid-column: 1 / -1;
    grid-row: 6;
    min-height: 300px;
    background-position: center;
  }

  .cut-flow-cable-bottom {
    left: 16%;
    right: 18%;
  }

  .cut-flow-cable-top {
    left: 24%;
    right: 12%;
  }

  .cut-strip-page .process-node {
    width: 100%;
    height: 62px;
    min-height: 0;
    padding: 0 8px;
    font-size: 16px;
  }

  .cut-strip-page .process-node span {
    font-size: 8.5px;
  }

  .cut-strip-page .process-node::before,
  .cut-strip-page .process-node::after {
    display: none;
  }

  .cut-strip-page .process-node-10 { grid-column: 1; grid-row: 1; }
  .cut-strip-page .process-node-9 { grid-column: 2; grid-row: 1; }
  .cut-strip-page .process-node-8 { grid-column: 1; grid-row: 2; }
  .cut-strip-page .process-node-7 { grid-column: 2; grid-row: 2; }
  .cut-strip-page .process-node-6 { grid-column: 1; grid-row: 3; }
  .cut-strip-page .process-node-5 { grid-column: 2; grid-row: 3; transform: none; }
  .cut-strip-page .process-node-4 { grid-column: 1; grid-row: 4; }
  .cut-strip-page .process-node-3 { grid-column: 2; grid-row: 4; }
  .cut-strip-page .process-node-2 { grid-column: 1; grid-row: 5; }
  .cut-strip-page .process-node-1 { grid-column: 2; grid-row: 5; }

  .cut-strip-page .inspection-evidence-board {
    grid-template-columns: 1fr;
  }

  .cut-strip-page .inspection-evidence-card--main img,
  .cut-strip-page .inspection-evidence-card img {
    height: 200px;
  }

  .cut-strip-page .inspection-evidence-card--ng {
    grid-template-rows: 200px minmax(0, auto);
  }
}
