.wsp-machine-page {
  background: #f6f7f9;
  color: #1f2937;
}

.wsp-machine-main {
  padding: 42px 18px 64px;
}

.wsp-machine-container {
  max-width: 1160px;
  margin: 0 auto;
}

.wsp-machine-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

.wsp-machine-breadcrumbs a {
  color: #ea580c;
  text-decoration: none;
  font-weight: 700;
}

.wsp-machine-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 32px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 30px;
  margin-bottom: 28px;
}

.wsp-machine-eyebrow {
  color: #ea580c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wsp-machine-hero h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  margin: 0 0 16px;
  color: #111827;
}

.wsp-machine-summary {
  color: #475569;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.wsp-machine-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.wsp-machine-chip {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.wsp-machine-hero-image {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.wsp-machine-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 420px;
}

.wsp-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.wsp-machine-card,
.wsp-machine-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.wsp-machine-card {
  padding: 20px;
}

.wsp-machine-card h2,
.wsp-machine-section h2 {
  color: #111827;
  font-size: 22px;
  margin: 0 0 12px;
}

.wsp-machine-card p {
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

.wsp-machine-section {
  padding: 24px;
  margin-bottom: 24px;
}

.wsp-machine-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.wsp-machine-list {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
}

.wsp-machine-list li + li {
  margin-top: 8px;
}

.wsp-machine-table-wrap {
  overflow-x: auto;
}

.wsp-machine-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.wsp-machine-table th,
.wsp-machine-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.wsp-machine-table th {
  color: #334155;
  background: #f8fafc;
  font-size: 13px;
  text-transform: uppercase;
}

.wsp-part-number {
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 800;
}

.wsp-machine-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-machine-link-card {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  padding: 16px;
}

.wsp-machine-link-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111827;
}

.wsp-machine-link-card p {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.45;
}

.wsp-machine-link-card a {
  color: #ea580c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-machine-source {
  border-left: 4px solid #f97316;
  background: #fff7ed;
  color: #7c2d12;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-machine-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wsp-machine-support-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  text-decoration: none;
  min-height: 100%;
}

.wsp-machine-support-card img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: contain;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px;
}

.wsp-machine-support-card div {
  padding: 18px;
}

.wsp-machine-support-card h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 22px;
}

.wsp-machine-support-card p {
  margin: 0 0 10px;
  color: #475569;
  line-height: 1.45;
}

.wsp-machine-support-card span {
  color: #ea580c;
  font-weight: 900;
}

@media (max-width: 900px) {
  .wsp-machine-hero,
  .wsp-machine-two-col,
  .wsp-machine-grid,
  .wsp-machine-link-grid,
  .wsp-machine-support-grid {
    grid-template-columns: 1fr;
  }

  .wsp-machine-main {
    padding-top: 28px;
  }

  .wsp-machine-hero {
    padding: 22px;
  }
}
