.technical-section h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
}

.technical-section .container {
  max-width: 980px;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border-block: 1px solid var(--line);
}

.table-scroll:focus {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

.data-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #383438;
  font-size: 0.82rem;
  line-height: 1.3;
}

.data-table th,
.data-table td {
  padding: 0.52rem 0.7rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.data-table thead th {
  color: var(--ink);
  background: #f1f0ef;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 700;
}

.data-table tbody th {
  width: 34%;
  font-weight: 400;
}

.data-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table--compliance {
  min-width: 820px;
  font-size: 0.76rem;
}

.data-table--compliance th,
.data-table--compliance td {
  padding: 0.48rem 0.55rem;
  text-align: center;
  border-right: 1px solid var(--line);
}

.data-table--compliance thead tr + tr th {
  background: #e8e7e5;
}

.data-table--compliance .is-reference {
  background: #f1edf6;
  font-weight: 700;
}

.table-scroll--compact {
  max-width: 860px;
}

.data-table--sizes {
  min-width: 650px;
}

.data-table--sizes tbody th {
  width: 20%;
}

.data-table--sizes td:nth-child(2) {
  letter-spacing: 0.03em;
}

.ordering-code {
  color: var(--purple);
  font-family: Consolas, "Courier New", monospace;
  white-space: nowrap;
}

.table-notes {
  margin-top: 0.8rem;
  font-size: 0.75rem;
  font-style: italic;
}

.table-notes p {
  margin-bottom: 0.1rem;
}

.technical-caution {
  max-width: 800px;
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  font-size: 0.73rem;
}

.feature-list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 0.55rem 0 0.55rem 1.2rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  color: var(--purple);
  content: "—";
}

.portfolio-group + .portfolio-group {
  margin-top: 72px;
}

.portfolio-group--ruled {
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.company-profile-section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
  background: #f7f6f5;
}

.company-profile-panel {
  width: 100%;
  margin: 0;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.company-profile-panel img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 560px) {
  .data-table th,
  .data-table td {
    padding: 0.48rem 0.58rem;
  }

  .portfolio-group + .portfolio-group {
    margin-top: 50px;
  }

  .company-profile-section {
    padding: 36px 0;
  }

  .company-profile-panel {
    padding: 6px;
  }
}
