:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #102a43;
  background: #f5f8fa;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f8fa;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.benchmark-shell {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.benchmark-nav {
  display: flex;
  min-height: 68px;
  padding: 0 1.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #071c2b;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.benchmark-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none;
}

.benchmark-brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
}

.benchmark-nav__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #b8cad6;
  font-size: 0.9rem;
  font-weight: 650;
}

.benchmark-nav__links a {
  text-decoration: none;
}

.benchmark-nav__links a:hover,
.benchmark-nav__links a[aria-current="page"] {
  color: #fff;
}

.benchmark-nav__cta {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}

.benchmark-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(13, 148, 136, 0.13), transparent 42%),
    #071c2b;
  color: #fff;
}

.benchmark-hero__glow {
  position: absolute;
  width: 580px;
  height: 580px;
  top: -390px;
  right: 4%;
  border-radius: 50%;
  background: #2dd4bf;
  filter: blur(120px);
  opacity: 0.17;
  pointer-events: none;
}

.benchmark-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 5rem;
  padding-top: 5.6rem;
  padding-bottom: 4.6rem;
  align-items: center;
}

.benchmark-eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.benchmark-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #7ce4d5;
}

.benchmark-eyebrow span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.benchmark-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.benchmark-hero h1 em {
  color: #7ce4d5;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.benchmark-hero__lead {
  max-width: 730px;
  margin: 1.7rem 0 0;
  color: #b8cad6;
  font-size: 1.08rem;
  line-height: 1.75;
}

.benchmark-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.benchmark-button {
  display: inline-flex;
  min-height: 45px;
  padding: 0.75rem 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.benchmark-button--primary {
  background: #2dd4bf;
  color: #071c2b;
}

.benchmark-button--quiet {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.benchmark-hero__summary {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-score {
  padding: 1.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-score__label,
.hero-score__model {
  display: block;
  color: #9fb6c5;
  font-size: 0.79rem;
  font-weight: 700;
}

.hero-score strong {
  display: block;
  margin: 0.3rem 0 0.4rem;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-score strong span {
  margin-left: 0.2rem;
  color: #718b9c;
  font-size: 1rem;
  letter-spacing: 0;
}

.hero-score--primary strong {
  color: #7ce4d5;
}

.benchmark-meta {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8da7b7;
  font-size: 0.76rem;
  font-weight: 650;
}

.benchmark-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.13);
}

.benchmark-anchorbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d9e2e8;
  backdrop-filter: blur(12px);
}

.benchmark-anchorbar__inner {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 1.6rem;
  overflow-x: auto;
  white-space: nowrap;
}

.benchmark-anchorbar__inner span {
  color: #78909f;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.benchmark-anchorbar__inner a {
  color: #334e68;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.benchmark-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 6rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.benchmark-intro h2,
.section-heading h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.benchmark-intro__text {
  color: #486581;
  font-size: 1.02rem;
  line-height: 1.8;
}

.benchmark-intro__text p {
  margin: 0 0 1rem;
}

.benchmark-section {
  padding: 5.5rem 0;
  scroll-margin-top: 54px;
}

.benchmark-section--tinted {
  background: #edf3f5;
  border-top: 1px solid #d9e2e8;
  border-bottom: 1px solid #d9e2e8;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.section-heading > div:first-child {
  max-width: 760px;
}

.section-heading p:not(.section-kicker) {
  margin: 1rem 0 0;
  color: #627d98;
  line-height: 1.7;
}

.section-facts {
  display: flex;
  margin: 0;
  border-top: 1px solid #bccbd4;
}

.section-facts div {
  min-width: 104px;
  padding: 0.7rem 0.7rem 0;
  border-right: 1px solid #d2dde3;
}

.section-facts div:first-child {
  padding-left: 0;
}

.section-facts dt {
  color: #78909f;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-facts dd {
  margin: 0.25rem 0 0;
  color: #102a43;
  font-size: 0.98rem;
  font-weight: 850;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, 1.35fr);
  margin-bottom: 1rem;
  border: 1px solid #d4e0e6;
  background: #fff;
}

.insight-card {
  min-height: 136px;
  padding: 1.25rem;
  border-right: 1px solid #dce5ea;
}

.insight-card__label {
  display: block;
  color: #78909f;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.insight-card strong {
  display: block;
  margin: 0.55rem 0 0.15rem;
  color: #0f766e;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.045em;
}

.insight-card > span:last-child {
  color: #486581;
  font-size: 0.82rem;
  font-weight: 700;
}

.insight-card--note {
  border-right: 0;
  background: #f8fafb;
}

.insight-card--note p {
  margin: 0.55rem 0 0;
  color: #627d98;
  font-size: 0.77rem;
  line-height: 1.55;
}

.provider-coverage {
  margin: 1rem 0;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #d4e0e6;
}

.provider-coverage__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #dce5ea;
}

.provider-coverage__heading .section-kicker {
  margin-bottom: 0.35rem;
}

.provider-coverage__heading h3 {
  margin: 0;
  color: #102a43;
  font-size: 1.05rem;
}

.provider-coverage__heading > p {
  max-width: 430px;
  margin: 0;
  color: #78909f;
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: right;
}

.provider-coverage__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.provider-card {
  min-height: 132px;
  padding: 1rem 0.8rem 0.2rem;
  border-right: 1px solid #dce5ea;
}

.provider-card:last-child {
  border-right: 0;
}

.provider-card__name,
.provider-card > span:last-child {
  display: block;
}

.provider-card__name {
  color: #486581;
  font-size: 0.71rem;
  font-weight: 850;
}

.provider-card strong {
  display: block;
  margin: 0.55rem 0 0.3rem;
  color: #0f766e;
  font-size: 1.9rem;
  letter-spacing: -0.045em;
}

.provider-card strong small {
  margin-left: 0.12rem;
  color: #78909f;
  font-size: 0.65rem;
  letter-spacing: 0;
}

.provider-card > span:last-child {
  color: #78909f;
  font-size: 0.66rem;
  line-height: 1.45;
}

.provider-card--open strong {
  color: #9babb5;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.provider-coverage__note {
  margin: 0.9rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid #dce5ea;
  color: #78909f;
  font-size: 0.69rem;
  line-height: 1.5;
}

.benchmark-panel {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #d4e0e6;
  box-shadow: 0 12px 36px rgba(16, 42, 67, 0.06);
}

.panel-heading,
.table-toolbar {
  display: flex;
  min-height: 82px;
  padding: 1.25rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #dce5ea;
}

.panel-heading h3,
.table-toolbar h3 {
  margin: 0;
  color: #102a43;
  font-size: 1rem;
}

.panel-heading p,
.table-toolbar__title span {
  display: block;
  margin: 0.3rem 0 0;
  color: #78909f;
  font-size: 0.77rem;
}

.chart-legend {
  display: flex;
  gap: 1rem;
  color: #627d98;
  font-size: 0.72rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7695a7;
}

.legend-dot--leader {
  background: #0d9488;
}

.scatter-wrap {
  padding: 1rem 1.1rem 0.8rem;
  overflow-x: auto;
}

.scatter {
  display: block;
  width: 100%;
  min-width: 720px;
  height: auto;
}

.chart-note {
  margin: 0;
  padding: 0.8rem 1.4rem 1rem;
  border-top: 1px solid #edf1f3;
  color: #78909f;
  font-size: 0.7rem;
  line-height: 1.55;
}

.scatter .grid-line {
  stroke: #e2e9ed;
  stroke-width: 1;
}

.scatter .axis-label,
.scatter .tick-label {
  fill: #78909f;
  font-family: inherit;
  font-size: 11px;
}

.scatter .axis-label {
  font-weight: 800;
}

.scatter .point {
  fill: #7695a7;
  stroke: #fff;
  stroke-width: 2;
  opacity: 0.92;
}

.scatter .point--leader {
  fill: #0d9488;
}

.scatter .point-label {
  fill: #334e68;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
}

.table-toolbar__controls {
  display: flex;
  gap: 0.65rem;
}

.search-field,
.select-field {
  display: flex;
  min-height: 38px;
  align-items: center;
  background: #fff;
  border: 1px solid #cbd8df;
}

.search-field {
  width: 230px;
  padding: 0 0.7rem;
}

.search-field svg {
  width: 17px;
  fill: none;
  stroke: #78909f;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.search-field input,
.select-field select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #334e68;
  font-size: 0.79rem;
}

.search-field input {
  padding: 0 0 0 0.5rem;
}

.select-field {
  padding: 0 0.55rem;
}

.select-field select {
  min-width: 150px;
}

.leaderboard-scroll {
  overflow-x: auto;
}

.leaderboard-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.leaderboard-table th,
.leaderboard-table td {
  padding: 0.82rem 0.85rem;
  border-bottom: 1px solid #e3eaee;
  text-align: left;
  vertical-align: middle;
}

.leaderboard-table th {
  background: #f7f9fa;
  color: #627d98;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.leaderboard-table th button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.leaderboard-table th button span {
  color: #9babb5;
}

.leaderboard-table tbody tr:hover {
  background: #f7fbfb;
}

.leaderboard-table tbody tr.is-legalgenius {
  background: #f0fbf9;
}

.leaderboard-table tbody tr.is-legalgenius:hover {
  background: #e6f8f5;
}

.leaderboard-table tbody tr:last-child td {
  border-bottom: 0;
}

.rank-column,
.rank-cell {
  width: 56px;
  color: #8ba0ad;
  text-align: center !important;
  font-variant-numeric: tabular-nums;
}

.model-cell {
  min-width: 220px;
}

.model-cell strong,
.model-cell span {
  display: block;
}

.model-cell strong {
  color: #102a43;
  font-size: 0.84rem;
}

.model-cell span {
  margin-top: 0.22rem;
  color: #78909f;
  font-size: 0.7rem;
}

.score-cell {
  min-width: 150px;
}

.score-cell__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
}

.score-cell strong,
.numeric-cell strong {
  color: #102a43;
  font-variant-numeric: tabular-nums;
}

.score-cell__top span {
  color: #8ba0ad;
  font-size: 0.68rem;
}

.score-bar {
  display: block;
  height: 3px;
  margin-top: 0.38rem;
  background: #e3eaee;
}

.score-bar i {
  display: block;
  height: 100%;
  background: #0d9488;
}

.numeric-cell {
  color: #486581;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.subtle-cell {
  color: #627d98;
  white-space: nowrap;
}

.subtle-cell .pill {
  margin-left: 0.45rem;
}

.pill {
  display: inline-flex;
  padding: 0.25rem 0.45rem;
  border: 1px solid #cbd8df;
  border-radius: 999px;
  color: #486581;
  font-size: 0.65rem;
  font-weight: 800;
  white-space: nowrap;
}

.pill--own {
  border-color: #8edbd0;
  background: #e8f8f5;
  color: #0f766e;
}

.pill--human {
  border-color: #dfc9a8;
  background: #fbf6ee;
  color: #8a5a18;
}

.pill--warning {
  margin-top: 0.3rem;
  border-color: #ecd397;
  background: #fff9e9;
  color: #8a6416;
}

.panel-footer {
  display: flex;
  min-height: 58px;
  padding: 0.9rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid #dce5ea;
  color: #78909f;
  font-size: 0.7rem;
  line-height: 1.5;
}

.panel-footer p {
  max-width: 780px;
  margin: 0;
}

.panel-footer a {
  flex: 0 0 auto;
  color: #0f766e;
  font-weight: 800;
}

.benchmark-callout {
  display: grid;
  grid-template-columns: 260px 1fr;
  margin-bottom: 1rem;
  background: #071c2b;
  color: #fff;
}

.benchmark-callout__metric {
  padding: 1.5rem;
  background: #0c3942;
}

.benchmark-callout__metric span {
  display: block;
  color: #a7c6cd;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.benchmark-callout__metric strong {
  display: block;
  margin-top: 0.45rem;
  color: #7ce4d5;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
}

.benchmark-callout__metric small {
  color: #7f9da7;
  font-size: 0.9rem;
}

.benchmark-callout__copy {
  padding: 1.45rem 1.8rem;
  align-self: center;
}

.benchmark-callout__copy strong {
  font-size: 1rem;
}

.benchmark-callout__copy p {
  max-width: 850px;
  margin: 0.5rem 0 0;
  color: #a9beca;
  font-size: 0.8rem;
  line-height: 1.6;
}

.segmented-control {
  display: flex;
  padding: 3px;
  background: #edf2f4;
}

.segmented-control button {
  padding: 0.45rem 0.65rem;
  border: 0;
  background: transparent;
  color: #627d98;
  font-size: 0.71rem;
  font-weight: 800;
  cursor: pointer;
}

.segmented-control button.is-active {
  background: #fff;
  color: #102a43;
  box-shadow: 0 1px 4px rgba(16, 42, 67, 0.14);
}

.leaderboard-table--benger {
  min-width: 900px;
}

.benchmark-section--dark {
  background: #0a2433;
  color: #fff;
}

.section-heading--dark h2 {
  color: #fff;
}

.section-heading--dark .section-kicker {
  color: #7ce4d5;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.method-grid article {
  min-height: 280px;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.method-grid article:last-child {
  border-right: 0;
}

.method-grid article > span {
  color: #7ce4d5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.method-grid h3 {
  margin: 3rem 0 0.8rem;
  font-size: 1.1rem;
  line-height: 1.35;
}

.method-grid p {
  margin: 0;
  color: #a7bdc8;
  font-size: 0.8rem;
  line-height: 1.7;
}

.source-strip {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.source-strip strong,
.source-strip span {
  display: block;
}

.source-strip span {
  margin-top: 0.25rem;
  color: #8fa8b5;
  font-size: 0.77rem;
}

.source-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.source-strip__links a {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d8e5ea;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.benchmark-footer {
  padding: 2.5rem 0;
  background: #061721;
  color: #8fa8b5;
}

.benchmark-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  font-size: 0.72rem;
}

.benchmark-brand--footer {
  color: #fff;
}

.benchmark-footer p {
  margin: 0.5rem 0 0;
}

.benchmark-footer__inner > p {
  margin: 0;
  text-align: right;
}

.benchmark-footer nav {
  display: flex;
  gap: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #f5b942;
  outline-offset: 2px;
}

@media (max-width: 1050px) {
  .benchmark-hero__inner {
    grid-template-columns: 1fr 300px;
    gap: 3rem;
  }

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

  .provider-coverage__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .provider-card:nth-child(3) {
    border-right: 0;
  }

  .provider-card:nth-child(-n + 3) {
    border-bottom: 1px solid #dce5ea;
  }

  .insight-card:nth-child(2),
  .method-grid article:nth-child(2) {
    border-right: 0;
  }

  .insight-card:nth-child(-n + 2),
  .method-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #dce5ea;
  }

  .method-grid article:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }

  .benchmark-footer__inner {
    grid-template-columns: 1fr auto;
  }

  .benchmark-footer__inner > p {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .benchmark-shell {
    width: min(100% - 1.5rem, 1280px);
  }

  .benchmark-nav {
    min-height: 60px;
    padding: 0 0.75rem;
  }

  .benchmark-nav__links a:not(.benchmark-nav__cta):not([aria-current="page"]) {
    display: none;
  }

  .benchmark-nav__links {
    gap: 0.75rem;
  }

  .benchmark-hero__inner {
    display: block;
    padding-top: 3.8rem;
    padding-bottom: 2.8rem;
  }

  .benchmark-hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.4rem);
  }

  .benchmark-hero__summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .hero-score {
    padding-right: 1rem;
  }

  .hero-score + .hero-score {
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-score strong {
    font-size: 2.5rem;
  }

  .benchmark-meta {
    gap: 1rem;
    overflow-x: auto;
    white-space: nowrap;
  }

  .benchmark-intro {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .benchmark-intro__text {
    margin-top: 1.5rem;
  }

  .benchmark-section {
    padding: 4rem 0;
  }

  .section-heading {
    display: block;
  }

  .section-facts {
    margin-top: 1.5rem;
  }

  .insight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .panel-heading,
  .table-toolbar,
  .panel-footer,
  .source-strip,
  .provider-coverage__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
  }

  .provider-coverage__heading > p {
    max-width: none;
    text-align: left;
  }

  .provider-coverage__grid {
    grid-template-columns: 1fr 1fr;
  }

  .provider-card,
  .provider-card:nth-child(3) {
    border-right: 1px solid #dce5ea;
  }

  .provider-card:nth-child(even) {
    border-right: 0;
  }

  .provider-card:nth-child(-n + 4) {
    border-bottom: 1px solid #dce5ea;
  }

  .table-toolbar__controls {
    width: 100%;
  }

  .search-field {
    flex: 1;
  }

  .benchmark-callout {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-grid article,
  .method-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .method-grid h3 {
    margin-top: 1.5rem;
  }

  .benchmark-footer__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .benchmark-brand span {
    font-size: 0.92rem;
  }

  .benchmark-nav__links [aria-current="page"] {
    display: none;
  }

  .benchmark-anchorbar__inner {
    gap: 1rem;
  }

  .benchmark-anchorbar__inner span {
    display: none;
  }

  .benchmark-hero__lead {
    font-size: 0.97rem;
  }

  .benchmark-hero__summary {
    display: block;
  }

  .hero-score + .hero-score {
    padding-left: 0;
    border-left: 0;
  }

  .insight-grid {
    display: block;
  }

  .insight-card,
  .insight-card:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dce5ea;
  }

  .section-facts {
    overflow-x: auto;
  }

  .section-facts div {
    min-width: 92px;
  }

  .table-toolbar__controls {
    flex-direction: column;
  }

  .search-field,
  .select-field {
    width: 100%;
  }

  .segmented-control {
    width: 100%;
    overflow-x: auto;
  }

  .segmented-control button {
    flex: 1 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
