.workstation-detail-page {
  color: #171717;
  background: #ffffff;
}

.workstation-detail-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 8;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #dddddd;
  backdrop-filter: blur(12px);
}

.workstation-detail-nav .shell {
  display: flex;
  align-items: center;
  min-height: 54px;
  overflow-x: auto;
  scrollbar-width: none;
}

.workstation-detail-nav .shell::-webkit-scrollbar {
  display: none;
}

.workstation-detail-nav a {
  flex: 0 0 auto;
  padding: 18px 20px;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.workstation-detail-nav a:first-child {
  padding-left: 0;
  color: #171717;
}

.workstation-detail-nav a:hover,
.workstation-detail-nav a:focus-visible {
  color: #000000;
}

.workstation-detail-nav span {
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  margin: 0 8px;
  background: #d5d5d5;
}

.workstation-detail-hero {
  padding: 76px 0 96px;
  scroll-margin-top: 118px;
}

.workstation-detail-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: 72px;
  align-items: center;
}

.workstation-detail-copy {
  min-width: 0;
}

.workstation-detail-copy > p,
.workstation-detail-heading > p {
  margin: 0;
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.workstation-detail-copy h1 {
  margin: 18px 0 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.workstation-detail-copy h2 {
  margin: 22px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.workstation-detail-copy > span {
  display: block;
  max-width: 570px;
  margin-top: 18px;
  color: #666666;
  font-size: 13px;
  line-height: 1.9;
}

.workstation-detail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px 0 32px;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}

.workstation-detail-metrics > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.workstation-detail-metrics dt {
  margin-bottom: 8px;
  color: #777777;
  font-size: 10px;
  line-height: 1.4;
}

.workstation-detail-metrics dd {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.workstation-detail-product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 570px;
  margin: 0;
  padding: 50px;
  overflow: hidden;
  background: #f0f0f0;
}

.workstation-detail-product img {
  display: block;
  width: min(100%, 610px);
  max-height: 510px;
  object-fit: contain;
}

.workstation-detail-section {
  padding: 104px 0;
  border-top: 1px solid #e0e0e0;
  scroll-margin-top: 110px;
}

.workstation-detail-scale {
  background: #f7f7f7;
}

.workstation-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
  gap: 16px 60px;
  align-items: end;
  margin-bottom: 48px;
}

.workstation-detail-heading > p {
  grid-column: 1 / -1;
}

.workstation-detail-heading h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.workstation-detail-heading > span {
  display: block;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 1.8;
}

.workstation-detail-scale .workstation-scale-comparison {
  margin-top: 0;
}

.workstation-detail-scale .workstation-scale-comparison figcaption {
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
}

.workstation-detail-scale .workstation-scale-comparison figcaption > div > h3 {
  font-size: 25px;
}

.workstation-spec-table-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(330px, 0.76fr);
  gap: 64px;
  align-items: start;
}

.workstation-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.workstation-data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}

.workstation-data-table th,
.workstation-data-table td {
  padding: 18px 20px;
  border: 1px solid #d7d7d7;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.workstation-data-table thead th {
  color: #ffffff;
  background: #1a1a1a;
  font-size: 11px;
  font-weight: 600;
}

.workstation-data-table thead th:first-child,
.workstation-data-table tbody th {
  width: 140px;
}

.workstation-data-table tbody th {
  color: #444444;
  background: #f5f5f5;
  font-weight: 600;
}

.workstation-data-table tbody td {
  color: #333333;
  background: #ffffff;
}

.workstation-detail-ports {
  margin: 0;
  padding: 30px;
  background: #f2f2f2;
}

.workstation-detail-ports img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.workstation-detail-ports figcaption {
  margin-top: 16px;
  color: #777777;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.workstation-detail-note {
  margin: 16px 0 0;
  color: #888888;
  font-size: 10px;
  line-height: 1.75;
}

.workstation-sku-section {
  background: #ffffff;
}

.workstation-sku-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.workstation-sku-tabs button {
  min-width: 0;
  min-height: 62px;
  padding: 12px 18px;
  color: #565656;
  background: #ffffff;
  border: 0;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
}

.workstation-sku-tabs button:hover,
.workstation-sku-tabs button:focus-visible {
  color: #000000;
  background: #f1f1f1;
}

.workstation-sku-tabs button[aria-selected="true"] {
  color: #ffffff;
  background: #181818;
}

.workstation-sku-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  min-height: 300px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.workstation-sku-panel[hidden] {
  display: none;
}

.workstation-sku-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 44px 48px;
  color: #ffffff;
  background: #181818;
}

.workstation-sku-summary p {
  margin: 0 0 36px;
  color: #a7a7a7;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.workstation-sku-summary h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.workstation-sku-summary span {
  display: block;
  margin-top: 18px;
  color: #c9c9c9;
  font-size: 12px;
  line-height: 1.8;
}

.workstation-sku-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  margin: 0;
}

.workstation-sku-specs > div {
  min-width: 0;
  padding: 32px 34px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.workstation-sku-specs > div:nth-child(2n) {
  border-right: 0;
}

.workstation-sku-specs > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.workstation-sku-specs dt {
  margin-bottom: 12px;
  color: #777777;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.workstation-sku-specs dd {
  margin: 0;
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.workstation-sku-note {
  max-width: 880px;
  margin-top: 18px;
}

.workstation-certification-section {
  background: #f7f7f7;
}

.workstation-certification-table thead th:first-child,
.workstation-certification-table tbody th {
  width: 190px;
}

@media (max-width: 980px) {
  .workstation-detail-hero-layout,
  .workstation-spec-table-layout {
    grid-template-columns: 1fr;
  }

  .workstation-detail-product {
    grid-row: 1;
    min-height: 480px;
  }

  .workstation-detail-copy {
    grid-row: 2;
  }

  .workstation-detail-heading,
  .workstation-detail-scale .workstation-scale-comparison figcaption {
    grid-template-columns: 1fr;
  }

  .workstation-detail-heading > span {
    max-width: 620px;
  }

  .workstation-sku-panel {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  }

  .workstation-sku-specs {
    grid-template-columns: 1fr;
  }

  .workstation-sku-specs > div,
  .workstation-sku-specs > div:nth-child(2n),
  .workstation-sku-specs > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

  .workstation-sku-specs > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .workstation-detail-nav {
    top: var(--header-height-mobile, var(--header-height));
  }

  .workstation-detail-nav a {
    padding: 15px 14px;
    font-size: 11px;
  }

  .workstation-detail-nav a:first-child {
    padding-left: 0;
  }

  .workstation-detail-nav .shell {
    scroll-snap-type: x proximity;
  }

  .workstation-detail-nav a,
  .workstation-detail-nav span {
    scroll-snap-align: start;
  }

  .workstation-detail-hero {
    padding: 36px 0 72px;
  }

  .workstation-detail-hero-layout {
    gap: 38px;
  }

  .workstation-detail-product {
    min-height: 330px;
    padding: 28px;
  }

  .workstation-detail-product img {
    max-height: 300px;
  }

  .workstation-detail-copy h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .workstation-detail-copy h2 {
    font-size: 22px;
  }

  .workstation-detail-metrics {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .workstation-detail-section {
    padding: 72px 0;
  }

  .workstation-detail-heading {
    margin-bottom: 32px;
  }

  .workstation-detail-heading h2 {
    font-size: 32px;
  }

  .workstation-detail-scale .workstation-scale-comparison figcaption {
    gap: 24px;
  }

  .workstation-data-table {
    font-size: 11px;
  }

  .workstation-data-table th,
  .workstation-data-table td {
    padding: 14px 12px;
  }

  .workstation-data-table thead th:first-child,
  .workstation-data-table tbody th {
    width: 84px;
  }

  .workstation-certification-table thead th:first-child,
  .workstation-certification-table tbody th {
    width: 112px;
  }

  .workstation-detail-ports {
    padding: 22px;
  }

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

  .workstation-sku-tabs button {
    min-height: 54px;
    padding: 10px;
    font-size: 11px;
  }

  .workstation-sku-panel {
    grid-template-columns: 1fr;
  }

  .workstation-sku-summary {
    min-height: 230px;
    padding: 34px 26px;
  }

  .workstation-sku-summary p {
    margin-bottom: 28px;
  }

  .workstation-sku-summary h3 {
    font-size: 30px;
  }

  .workstation-sku-specs > div {
    padding: 22px 24px;
  }

  .workstation-sku-specs dd {
    font-size: 15px;
  }
}

@media print {
  .workstation-detail-nav {
    display: none;
  }

  .workstation-sku-tabs {
    display: none;
  }

  .workstation-sku-panel[hidden] {
    display: grid !important;
  }
}
