@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap");
:root {
  --paper: #f7f6f2;
  --ink: #252820;
  --muted: #6e7267;
  --line: #ddded5;
  --accent: #d9552d;
  --olive: #57714f;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
pre:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
svg {
  display: block;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h2 {
  font-size: clamp(29px, 3.2vw, 43px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.6px;
}
h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.header {
  max-width: 1440px;
  height: 96px;
  padding: 0 64px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 29px;
  font-weight: 650;
  letter-spacing: -1.5px;
  line-height: 1;
}
.brand > svg {
  width: 30px;
  height: 30px;
  margin-right: 11px;
  stroke: var(--accent);
  stroke-width: 2.7;
}
.brand-period {
  color: var(--accent);
}
.byline {
  font-size: 10px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 4px 0 0 20px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 13px;
  font-weight: 500;
}
nav a:not(.nav-cta):hover,
.text-link:hover,
.footer a:hover {
  color: var(--accent);
}
.nav-cta {
  border: 1px solid var(--ink);
  padding: 10px 17px;
  border-radius: 5px;
}
.nav-cta span {
  margin-left: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 68px;
  padding-top: 78px;
  padding-bottom: 72px;
  align-items: center;
}
.eyebrow {
  font: 10px/1.7 var(--mono);
  letter-spacing: 1.5px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--olive);
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: middle;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(67px, 7.7vw, 106px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -3px;
  margin: 25px 0 24px;
}
.hero h1 em {
  color: var(--accent);
  font-weight: 400;
}
.hero-description {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  gap: 23px;
  align-items: center;
  border-radius: 5px;
  padding: 13px 19px;
  font-size: 12px;
  font-weight: 500;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #444a3d;
}
.text-link {
  font-size: 12px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: 0;
  padding: 0;
}
.hero-note {
  display: flex;
  align-items: center;
  font: 10px var(--mono);
  color: var(--muted);
  margin-top: 34px;
}
.hero-note > span {
  height: 1px;
  width: 24px;
  background: var(--accent);
  margin-right: 10px;
}
.feature {
  background: #eeefe7;
  border: 1px solid #d9ddcf;
  border-radius: 7px;
  padding: 25px 28px 0;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#a9b29c 0.6px, transparent 0.6px);
  background-size: 12px 12px;
  opacity: 0.2;
  pointer-events: none;
}
.feature > * {
  position: relative;
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tag {
  font: 9px var(--mono);
  letter-spacing: 0.35px;
  background: #ffffff66;
  border: 1px solid #d3d8ca;
  padding: 5px 9px;
  border-radius: 3px;
  white-space: nowrap;
}
.feature-orbit {
  margin: 12px -15px 3px;
}
.feature-orbit svg {
  width: 100%;
}
.orbit-lines {
  fill: none;
  stroke: #a6b197;
  stroke-width: 0.8;
}
.orbit-dots,
.orbit-core {
  fill: var(--accent);
}
.core-mark {
  stroke: #fff4eb;
  stroke-width: 2;
}
.feature-result {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}
.feature-score {
  font-size: 77px;
  letter-spacing: -5px;
  line-height: 1.2;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.feature-score > span + span {
  font: 30px var(--serif);
  letter-spacing: 0;
  margin-left: 4px;
}
.feature-caption {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 15px;
  text-align: right;
}
.feature-caption strong {
  font-weight: 500;
  color: var(--ink);
}
.feature-footer {
  margin-top: 19px;
  border-top: 1px solid #cfd5c5;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 9px var(--mono);
  color: #56634b;
}
.feature-footer > a {
  font-size: 22px;
  color: var(--ink);
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 20px;
}
.facts > div {
  display: flex;
  gap: 15px;
  align-items: center;
  border-right: 1px solid var(--line);
}
.facts > div:last-child {
  border-right: 0;
}
.facts strong {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.facts span {
  font-size: 11px;
  max-width: 95px;
  line-height: 1.5;
  color: var(--muted);
}
.section {
  padding-top: 85px;
  padding-bottom: 15px;
}
.section-index {
  color: var(--accent);
  margin-bottom: 16px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}
.section-heading > div > p:last-child {
  color: var(--muted);
  margin-top: 13px;
  font-size: 14px;
}
.section-heading > .text-link {
  padding-bottom: 5px;
  white-space: nowrap;
}
.benchmark-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 18px;
}
.segmented {
  display: flex;
  gap: 3px;
  background: #ecece5;
  border: 1px solid var(--line);
  padding: 4px;
  border-radius: 6px;
}
.segmented button {
  font-size: 12px;
  border: 0;
  background: none;
  padding: 9px 16px;
  border-radius: 4px;
  color: var(--muted);
}
.segmented button[aria-selected="true"] {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 1px 3px #0000000d;
}
.evaluation-meta {
  font: 10px var(--mono);
  color: var(--muted);
}
.evaluation-meta span {
  margin: 0 9px;
}
.evaluation-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fcfcf9;
  overflow: hidden;
}
.quality-overview {
  padding: 33px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(105deg, #f0f2e9, #f8f8f3);
}
.metric-label {
  font-size: 12px;
  color: var(--muted);
}
.big-metric {
  font-size: 67px;
  line-height: 1.3;
  letter-spacing: -3px;
  font-weight: 500;
}
.big-metric span {
  font-family: var(--serif);
  font-size: 35px;
  margin-left: 4px;
}
.quality-overview p {
  font-size: 12px;
  color: var(--muted);
}
.quality-aside {
  text-align: right;
}
.status-badge {
  color: #47693f;
  display: inline-block;
  font: 9px var(--mono);
  letter-spacing: 1px;
  padding: 6px 9px;
  border: 1px solid #c6d0ba;
  border-radius: 3px;
  margin-bottom: 16px;
}
.caption {
  display: block;
  font: 9px var(--mono);
  color: var(--muted);
  margin-top: 19px;
}
.table-scroll {
  overflow-x: auto;
}
.quality-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.quality-table th {
  padding: 13px 36px;
  background: #f4f5ef;
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.quality-table td {
  padding: 22px 36px;
  font-size: 13px;
  border-bottom: 1px solid #e8e9e1;
}
.quality-table tbody tr:last-child td {
  border-bottom: 0;
}
.quality-table td:nth-child(2) {
  color: var(--muted);
  font: 12px var(--mono);
}
.quality-table td:nth-child(3) {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.tier-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78916a;
  margin-right: 12px;
}
.tier-original {
  background: #a7a778;
}
.tier-hard {
  background: var(--accent);
}
.visual-col {
  width: 38%;
}
.bar-track {
  height: 5px;
  background: #e9eae2;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: #819873;
  border-radius: 2px;
}
.bar-fill.original {
  background: #a4a476;
}
.bar-fill.hard {
  background: var(--accent);
}
.panel-foot {
  padding: 16px 26px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #f8f8f4;
}
.panel-foot strong {
  color: #505647;
  font-weight: 550;
}
.panel-foot a {
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.source-line {
  font: 9px var(--mono);
  color: var(--muted);
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.source-line > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.performance-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 32px;
  gap: 20px;
}
.performance-top h3 {
  margin: 7px 0;
}
.performance-top p {
  font-size: 12px;
  color: var(--muted);
}
.concurrency-control > span {
  display: block;
  font: 9px var(--mono);
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 8px;
}
.concurrency-control > div {
  display: flex;
  gap: 5px;
}
.concurrency-control button {
  font: 12px var(--mono);
  min-width: 37px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
}
.concurrency-control button[aria-pressed="true"] {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}
.performance-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 34px;
  padding: 0 32px 28px;
  align-items: center;
}
.chart-wrap svg {
  width: 100%;
  height: auto;
}
.chart-wrap text {
  font: 10px var(--mono);
  fill: var(--muted);
}
.performance-metrics {
  display: grid;
  gap: 17px;
  padding: 0 25px;
  border-left: 1px solid var(--line);
}
.performance-metrics > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.performance-metrics span {
  font-size: 11px;
  color: var(--muted);
}
.performance-metrics strong {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -0.8px;
}
.load-note {
  background: #f1f3e9;
  border-top: 1px solid var(--line);
  padding: 19px 30px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.load-note p {
  font-size: 11px;
  color: var(--muted);
}
.load-note strong {
  color: var(--ink);
}
.models-section {
  padding-bottom: 86px;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.model-card {
  background: #fafaf6;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.featured-model {
  background: #f0f2e9;
  border-color: #ced5c4;
}
.model-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}
.model-symbol {
  font-size: 26px;
  line-height: 1;
  color: #687761;
}
.featured-model .model-symbol {
  color: var(--accent);
}
.model-type {
  font: 8px var(--mono);
  color: var(--muted);
  letter-spacing: 0.7px;
}
.model-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.model-card > p {
  font-size: 12px;
  color: var(--muted);
  min-height: 63px;
  line-height: 1.8;
}
.model-result {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
  margin-top: auto;
}
.model-result strong {
  font-size: 35px;
  letter-spacing: -1.6px;
  font-weight: 500;
}
.model-result strong span {
  font-size: 17px;
  font-family: var(--serif);
  margin-left: 2px;
}
.model-result > span {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.model-result > .unscored-mark {
  font-size: 38px;
  line-height: 1;
  color: #9a9f91;
}
.model-card-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px;
  align-items: center;
}
.model-card-bottom code {
  font: 9px var(--mono);
  color: var(--muted);
}
.model-card-bottom button {
  font-size: 11px;
}
.catalog-date {
  background: none;
  color: var(--muted);
}
.methodology-section {
  background: #eceedf;
  border-top: 1px solid #d9ddce;
  border-bottom: 1px solid #d9ddce;
  padding: 65px 0;
}
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
}
.method-grid h2 {
  font-size: 48px;
  line-height: 1.07;
}
.method-grid h2 em {
  font: italic 59px var(--serif);
  letter-spacing: -1px;
}
.method-intro {
  font-size: 13px;
  color: #707767;
  margin: 21px 0 25px;
  max-width: 310px;
}
.method-steps article {
  display: flex;
  gap: 23px;
  padding: 21px 0;
  border-top: 1px solid #ccd2be;
}
.method-steps article:first-child {
  padding-top: 0;
  border-top: 0;
}
.method-steps article:last-child {
  padding-bottom: 0;
}
.method-steps article > span {
  font: 10px var(--mono);
  color: #7b896e;
  padding-top: 4px;
}
.method-steps h3 {
  font-size: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.method-steps p {
  font-size: 12px;
  color: #6b7460;
  line-height: 1.8;
}
.method-steps code {
  font-size: 11px;
}
.start-section {
  padding-bottom: 60px;
}
.endpoint-button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #f0f2e9;
  padding: 11px 14px;
  white-space: nowrap;
}
.endpoint-button code {
  font: 10px var(--mono);
}
.endpoint-button > span:last-child {
  margin-left: 14px;
  font-size: 16px;
}
.developer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 55px;
  align-items: stretch;
}
.developer-info > label {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}
.developer-info select {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #cdd0c3;
  border-radius: 4px;
  background: #fffefa;
  font-size: 12px;
  margin-bottom: 28px;
}
.developer-info h3 {
  font-size: 22px;
  margin-bottom: 13px;
}
.developer-info > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.model-specs {
  margin: 24px 0 20px;
  font-size: 11px;
}
.model-specs > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  gap: 12px;
}
.model-specs dt {
  color: var(--muted);
}
.model-specs dd {
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.developer-info > .key-note {
  font-size: 10px;
  padding-left: 12px;
  border-left: 2px solid #b6c2a5;
}
.key-note code {
  font: 9px var(--mono);
}
.code-window {
  background: #272c25;
  border: 1px solid #363e31;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #e2e8d8;
}
.code-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #40483a;
  gap: 12px;
}
.code-tabs {
  display: flex;
  gap: 23px;
}
.code-tabs button {
  font: 11px var(--mono);
  color: #a6b39b;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 17px 0 14px;
  background: none;
}
.code-tabs button[aria-selected="true"] {
  color: #f0f1e8;
  border-bottom-color: #db865f;
}
.copy-code {
  border: 0;
  background: none;
  font: 10px var(--mono);
  color: #cad2bd;
  white-space: nowrap;
}
.copy-code span {
  margin-left: 8px;
}
.code-window pre {
  padding: 22px 24px;
  margin: 0;
  overflow: auto;
  flex: 1;
  tab-size: 2;
  font: 11px/1.8 var(--mono);
}
.code-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid #40483a;
  font: 8px var(--mono);
  letter-spacing: 0.3px;
  color: #a4b09a;
}
.reproduce-block {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 55px;
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.reproduce-block h3 {
  margin: 10px 0 12px;
  font-size: 21px;
}
.reproduce-block p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 17px;
  line-height: 1.8;
}
.reproduce-block .eyebrow {
  font-size: 9px;
  color: var(--accent);
}
.reproduce-code {
  background: #eeeee7;
  border: 1px solid var(--line);
  border-radius: 5px;
  min-width: 0;
}
.reproduce-code > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 11px 15px;
  font: 9px var(--mono);
  color: var(--muted);
}
.reproduce-code button {
  border: 0;
  background: none;
  font: 9px var(--mono);
  color: var(--ink);
}
.reproduce-code pre {
  padding: 17px;
  margin: 0;
  font: 10px/1.9 var(--mono);
  overflow: auto;
  color: #535b49;
}
.closing {
  border-top: 1px solid var(--line);
  padding-top: 50px;
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.closing p {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.15;
}
.closing em {
  font: italic 51px var(--serif);
  color: var(--accent);
}
.circle-link {
  width: 60px;
  height: 60px;
  border: 1px solid #b5bbab;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
}
.circle-link:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 24px;
  padding-bottom: 30px;
  font-size: 10px;
  color: var(--muted);
}
.footer > .brand {
  font-size: 24px;
  color: var(--ink);
}
.footer > div {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.copyright {
  font-size: 9px;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  background: white;
  z-index: 100;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
#toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 15px);
  opacity: 0;
  pointer-events: none;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 4px 25px #0002;
  transition: 0.2s;
  z-index: 10;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
[hidden] {
  display: none !important;
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header {
    padding: 0 32px;
  }
  .byline {
    display: none;
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 87px;
  }
  .feature {
    padding: 20px 22px 0;
  }
  .feature-score {
    font-size: 67px;
  }
  .hero-actions {
    gap: 19px;
  }
  .facts > div {
    gap: 10px;
  }
  .facts strong {
    font-size: 24px;
  }
  .facts span {
    font-size: 10px;
  }
  .quality-table td,
  .quality-table th {
    padding-left: 26px;
    padding-right: 26px;
  }
  .model-card {
    padding: 21px 19px;
  }
  .model-card h3 {
    font-size: 20px;
  }
  .model-result {
    gap: 9px;
  }
  .model-result strong {
    font-size: 29px;
  }
  .model-type {
    font-size: 7px;
  }
  .method-grid {
    gap: 50px;
  }
  .developer-grid,
  .reproduce-block {
    gap: 30px;
  }
  .endpoint-button code {
    font-size: 9px;
  }
  .footer {
    gap: 16px;
  }
  .footer > div {
    gap: 12px;
  }
  .footer > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    height: 76px;
    padding: 0 22px;
  }
  .brand {
    font-size: 26px;
  }
  .brand > svg {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
  nav {
    gap: 15px;
    font-size: 11px;
  }
  nav > a:nth-child(2),
  nav > a:nth-child(3) {
    display: none;
  }
  .nav-cta {
    padding: 8px 10px;
  }
  .nav-cta span {
    margin-left: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 47px;
    padding-bottom: 38px;
  }
  .hero h1 {
    font-size: clamp(69px, 15vw, 98px);
    margin-top: 23px;
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-note {
    margin-top: 24px;
    font-size: 9px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .feature {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .feature-orbit {
    max-width: 380px;
    margin: 0 auto;
  }
  .feature-score {
    font-size: 69px;
  }
  .feature-result {
    margin-top: -10px;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .facts > div:nth-child(2) {
    border-right: 0;
  }
  .facts > div {
    padding-right: 10px;
  }
  .facts strong {
    font-size: 27px;
    min-width: 46px;
  }
  .facts span {
    max-width: 100px;
  }
  .section {
    padding-top: 56px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 17px;
  }
  .section-heading h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .section-heading > div > p:last-child {
    font-size: 12px;
  }
  .section-index {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .benchmark-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .segmented {
    width: 100%;
  }
  .segmented button {
    flex: 1;
    font-size: 11px;
    padding: 9px 10px;
  }
  .evaluation-meta {
    font-size: 9px;
  }
  .quality-overview {
    padding: 24px 20px;
    gap: 16px;
  }
  .big-metric {
    font-size: 51px;
  }
  .quality-overview p {
    font-size: 10px;
  }
  .quality-aside {
    max-width: 135px;
  }
  .status-badge {
    font-size: 7px;
    letter-spacing: 0.8px;
    padding: 5px 6px;
  }
  .caption {
    font-size: 8px;
    line-height: 1.5;
  }
  .quality-table td,
  .quality-table th {
    padding: 17px 18px;
    font-size: 11px;
    white-space: nowrap;
  }
  .quality-table th {
    font-size: 8px;
  }
  .quality-table td:nth-child(2) {
    font-size: 10px;
  }
  .quality-table th:last-child,
  .quality-table td:last-child {
    display: none;
  }
  .panel-foot {
    flex-direction: column;
    padding: 14px 18px;
    gap: 8px;
    font-size: 9px;
  }
  .source-line {
    font-size: 8px;
    line-height: 1.8;
    gap: 5px 9px;
  }
  .performance-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 23px 20px;
  }
  .performance-top h3 {
    font-size: 21px;
  }
  .performance-grid {
    grid-template-columns: 1fr;
    padding: 0 14px 22px;
    gap: 18px;
  }
  .performance-metrics {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 20px 8px 0;
  }
  .performance-metrics > div {
    gap: 10px;
  }
  .performance-metrics strong {
    font-size: 23px;
  }
  .load-note {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
    gap: 10px;
  }
  .model-grid {
    grid-template-columns: 1fr;
  }
  .model-card {
    padding: 25px;
  }
  .model-card h3 {
    font-size: 25px;
  }
  .model-card > p {
    min-height: 0;
    font-size: 13px;
    max-width: 360px;
  }
  .model-card-top {
    margin-bottom: 19px;
  }
  .model-type {
    font-size: 9px;
  }
  .model-result strong {
    font-size: 36px;
  }
  .model-result {
    gap: 20px;
    padding: 24px 0;
  }
  .model-result > span {
    font-size: 11px;
  }
  .model-card-bottom code {
    font-size: 10px;
  }
  .models-section {
    padding-bottom: 55px;
  }
  .methodology-section {
    padding: 43px 0;
  }
  .method-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .method-grid h2 {
    font-size: 41px;
  }
  .method-grid h2 em {
    font-size: 53px;
  }
  .method-intro {
    max-width: 100%;
  }
  .method-steps article {
    gap: 19px;
  }
  .developer-grid,
  .reproduce-block {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .developer-info select {
    max-width: 420px;
    margin-bottom: 23px;
  }
  .model-specs {
    max-width: 500px;
  }
  .developer-info > .key-note {
    max-width: 500px;
  }
  .code-window pre {
    font-size: 10px;
    padding: 20px 16px;
  }
  .code-toolbar {
    padding: 0 16px;
  }
  .code-bottom {
    font-size: 7px;
    padding: 13px;
  }
  .reproduce-block {
    margin-top: 28px;
    gap: 22px;
  }
  .reproduce-code pre {
    font-size: 9px;
  }
  .closing {
    padding-top: 35px;
    padding-bottom: 37px;
  }
  .closing p {
    font-size: 30px;
  }
  .closing em {
    font-size: 41px;
  }
  .circle-link {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px 12px;
    font-size: 9px;
    padding-top: 23px;
  }
  .footer > div {
    margin-left: auto;
    gap: 14px;
  }
  .copyright {
    width: 100%;
    font-size: 9px;
  }
  .start-section {
    padding-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
