.benchmark-section {
  overflow: hidden;
}

.benchmark-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.benchmark-figure {
  margin: 0;
}

.benchmark-figure img {
  display: block !important;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(6, 42, 43, 0.2);
}

.benchmark-figure figcaption {
  margin-top: 14px;
  color: #526966;
  font-size: 0.92rem;
  line-height: 1.55;
}

.benchmark-copy h2 {
  max-width: 14ch;
}

.benchmark-copy__facts {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.benchmark-copy__facts li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 13px;
  border-top: 1px solid rgba(16, 73, 70, 0.16);
}

.benchmark-copy__facts strong {
  color: #0f8f82;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.benchmark-copy__facts span {
  color: #294b49;
  line-height: 1.45;
}

.benchmark-note {
  padding: 18px 20px;
  border-left: 4px solid #bf594a;
  border-radius: 0 14px 14px 0;
  background: #fff4ef;
  color: #543d39;
  font-size: 0.94rem;
  line-height: 1.55;
}

.benchmark-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.benchmark-teaser__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.benchmark-teaser__metrics article {
  min-height: 156px;
  padding: 22px;
  border-top: 4px solid #16a795;
  border-radius: 18px;
  background: #f5faf9;
  box-shadow: 0 12px 34px rgba(13, 66, 64, 0.08);
}

.benchmark-teaser__metrics span,
.benchmark-teaser__metrics small {
  display: block;
  color: #55706c;
}

.benchmark-teaser__metrics strong {
  display: block;
  margin: 10px 0 4px;
  color: #0a2c2d;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.endpoint-explorer__nav button[data-endpoint-status="exploratory"] {
  position: relative;
  border-color: rgba(191, 89, 74, 0.38);
}

.endpoint-explorer__nav button[data-endpoint-status="exploratory"]::after {
  position: absolute;
  top: 9px;
  right: 9px;
  content: "Exploratory";
  padding: 4px 7px;
  border-radius: 999px;
  background: #fff0e9;
  color: #9f473b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.current-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.current-capability-grid article {
  padding: 24px;
  border: 1px solid rgba(13, 88, 82, 0.15);
  border-radius: 18px;
  background: #fff;
}

.current-capability-grid h3 {
  margin: 12px 0 8px;
}

.current-capability-grid p {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .benchmark-layout,
  .benchmark-teaser {
    grid-template-columns: 1fr;
  }

  .benchmark-copy h2 {
    max-width: 20ch;
  }

  .benchmark-teaser__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .current-capability-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .benchmark-teaser__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .benchmark-teaser__metrics article {
    min-height: 132px;
    padding: 18px;
  }

  .benchmark-figure img {
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .benchmark-figure img,
  .benchmark-teaser__metrics article {
    transition: none;
  }
}
