/* Precision page: public measurements presented as a readable instrument. */
.he-world-design .precision-page > .editorial-copy {
  width: 100%;
  max-width: none;
  display: grid;
  gap: 16px;
  color: var(--he-muted);
  font-size: 16px;
  line-height: 1.75;
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--he-line);
  border-radius: var(--he-radius);
  background: var(--he-surface);
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) > :is(h2, p) {
  width: min(820px, 100%);
  margin-inline: auto;
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) h2 {
  margin-block: 32px 12px;
  color: var(--he-text);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) h2:first-child {
  margin-top: 0;
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) p {
  margin-block: 0 16px;
  color: var(--he-muted);
  font-size: 16px;
  line-height: 1.75;
}

.he-world-design .precision-page :is(.precision-foundations, .precision-conclusion) p:last-child {
  margin-bottom: 0;
}

.he-world-design .precision-proof {
  width: 100%;
  max-width: none;
  margin-block: 0;
  padding: clamp(24px, 4vw, 38px);
  border-color: #3b4b5a;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 46%),
    #0b141e;
}

.he-world-design .precision-proof::before {
  width: 72px;
  height: 2px;
  left: clamp(24px, 4vw, 38px);
  background: #df2432;
  box-shadow: none;
}

.he-world-design .precision-proof h2 {
  width: min(820px, 100%);
  margin: 0 auto 12px;
  font-size: clamp(28px, 4vw, 36px);
  letter-spacing: -.025em;
}

.he-world-design .precision-page > .editorial-links {
  width: 100%;
  max-width: none;
  margin-top: 16px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--he-line);
  border-radius: var(--he-radius);
  background: var(--he-surface);
}

.he-world-design .precision-page > .editorial-links h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -.025em;
}

.he-world-design .precision-proof > p:first-of-type {
  width: min(820px, 100%);
  margin-inline: auto;
  margin-bottom: 28px;
  color: #b5c1cc;
}

.he-world-design .precision-proof dl {
  grid-template-columns: minmax(0, 1fr) minmax(164px, 220px);
  border-color: #33424f;
  background: #08111a;
}

.he-world-design .precision-proof :is(dt, dd) {
  min-height: 54px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
}

.he-world-design .precision-proof dt {
  color: #aab8c6;
}

.he-world-design .precision-proof dd {
  justify-content: flex-end;
  color: #f5f7f9;
  text-align: right;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, .035);
}

.he-world-design .precision-proof dd:first-of-type {
  justify-content: flex-end;
}

.he-world-design .precision-proof dl + p {
  margin-top: 26px;
  color: #aab8c6;
}

@media (max-width: 600px) {
  .he-world-design .precision-proof dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .he-world-design .precision-proof dt {
    min-height: 0;
    padding: 14px 16px 4px;
  }

  .he-world-design .precision-proof dd {
    min-height: 0;
    justify-content: flex-start;
    margin: 0;
    padding: 4px 16px 14px;
    text-align: left;
    background: transparent;
  }

  .he-world-design .precision-proof dd:first-of-type {
    justify-content: flex-start;
  }
}
