@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Inter:wght@400;450;500;550;600;650;700&family=Roboto:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap");
:root {
  --paper: #ffffff;
  --ink: #0e0522;
  --muted: #656270;
  --line: #e5e3e9;
  --accent: #382b54;
  --olive: #534565;
  --serif: "GFS Didot", "Times New Roman", serif;
  --sans: "Inter", 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.5vw, 48px);
  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;
}
/* Shared ZooWork brand: navy ink, Didot headings, neutral canvas. */
.header {
  height: 76px;
  padding: 0 max(32px, calc((100vw - 1260px) / 2));
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  flex-shrink: 0;
}
.brand img {
  width: 144px;
  height: 39px;
  object-fit: contain;
}
.product-name {
  border-left: 1px solid #d8d4df;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.brand-period { color: var(--ink); }
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font: 14px "Roboto", var(--sans);
}
nav a:not(.nav-cta):hover,
.text-link:hover,
.footer a:hover { color: #746087; }
.nav-cta {
  border: 1px solid var(--ink);
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--ink);
  color: white;
}
.nav-cta:hover { background: #2c223e; }
.nav-cta span { margin-left: 18px; }
.hero {
  background: #f7f7f7;
  padding: 70px 32px 32px;
}
.hero-heading {
  max-width: 1376px;
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}
.eyebrow {
  font: 10px/1.7 var(--mono);
  letter-spacing: 1.25px;
  color: var(--muted);
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #534565;
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: middle;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(70px, 6.5vw, 94px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -2.3px;
  margin-top: 20px;
}
.hero h1 em { font-style: normal; font-weight: 400; }
.hero-copy { max-width: 400px; padding-bottom: 5px; }
.hero-description {
  font-size: 19px;
  line-height: 1.65;
  color: #413c4c;
  letter-spacing: -0.25px;
}
.hero-actions { display: flex; gap: 12px; margin-top: 25px; }
.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 450;
  white-space: nowrap;
  transition: background 150ms, border-color 150ms;
}
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2c223e; }
.button-light { border-color: #e1dcea; background: white; }
.button-light:hover { border-color: #8e819c; }
.text-link {
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: 0;
  padding: 0;
}
.hero-note { font-size: 11px; color: var(--muted); margin-top: 17px; }
.hero-canvas {
  max-width: 1376px;
  margin: auto;
  padding: 62px max(32px, 7.5%);
  background: #cfccc4 url("/assets/zoowork-canvas.webp") center / cover;
}
.feature {
  max-width: 1120px;
  margin: auto;
  background: #fffffffa;
  border: 1px solid #ffffffb3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 55px #19102312;
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 36px;
  border-bottom: 1px solid var(--line);
}
.feature-label { font-size: 13px; font-weight: 500; }
.feature-label > span { margin: 0 12px; color: #b6aebe; }
.tag {
  font: 10px/1.4 var(--sans);
  background: #f6f5f8;
  border: 1px solid #e7e3ec;
  color: #5c516a;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.feature-content {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 70px;
  padding: 38px 48px;
  align-items: center;
}
.decision-heading {
  margin-top: 18px;
  font: 48px/1.15 var(--serif);
  letter-spacing: -1px;
}
.decision-heading em { font-style: normal; color: var(--accent); }
.decision-types { margin: 0; min-width: 0; }
.decision-types > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.decision-types > div:first-child { padding-top: 0; }
.decision-types > div:last-child { border-bottom: 0; padding-bottom: 0; }
.decision-types dt { display: flex; justify-content: space-between; align-items: center; font-size: 16px; }
.decision-types dt code { font: 10px var(--mono); color: var(--muted); }
.decision-types dd { margin: 6px 0 0; font-size: 12px; }
.decision-types dd span { display: block; font-size: 11px; color: var(--muted); margin-top: 3px; }
.model-card > .question-example { min-height: 0; margin: 20px 0; font-style: italic; color: var(--accent); }
.model-card-bottom { margin-top: auto; }
.model-card-bottom .text-link { font-size: 11px; }
.model-name { display: block; font: 22px var(--mono); margin: 10px 0 28px; }
#request-panel { min-width: 0; flex: 1; }
#request-panel:focus-visible { outline: 2px solid #c7b9da; outline-offset: -3px; }
.answer-note { margin-top: 28px; padding: 24px; background: #f7f7f7; border: 1px solid var(--line); border-radius: 6px; }
.answer-note p { margin-top: 8px; color: var(--muted); font-size: 12px; }
.answer-note code { overflow-wrap: anywhere; }
.feature-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 88px;
  font-weight: 450;
  line-height: 1.3;
  letter-spacing: -5px;
  margin-top: 4px;
}
.feature-score > span:last-child {
  font-family: var(--serif);
  font-size: 44px;
  letter-spacing: -1px;
}
.feature-caption { font-size: 13px; color: var(--muted); }
.feature-caption strong { color: var(--ink); font-weight: 500; }
.feature-description { font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 18px; }
.feature-tiers-heading { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-bottom: 20px; }
.feature-tier { margin-bottom: 19px; }
.feature-tier > div:first-child { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 9px; font-size: 13px; }
.feature-tier strong { font-weight: 500; font-variant-numeric: tabular-nums; }
.feature-tier small { font-size: 10px; color: var(--muted); margin-left: 10px; }
.feature-track { height: 5px; background: #eeebf1; border-radius: 3px; overflow: hidden; }
.feature-track span { height: 100%; display: block; background: #342544; border-radius: inherit; }
.feature-tier:nth-of-type(3) .feature-track span { background: #72647f; }
.feature-tier:nth-of-type(4) .feature-track span { background: #a296ad; }
.feature-tiers > .text-link { margin-top: 6px; font-size: 11px; }
.feature-footer { display: flex; justify-content: space-between; gap: 16px; padding: 17px 36px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); background: #faf9fb; }
.feature-footer span > span { margin: 0 9px; color: #a59cac; }
.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: #f0eff3;
  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: 12px;
  background: #ffffff;
  overflow: hidden;
}
.quality-overview {
  padding: 33px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f7fa;
}
.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: #423450;
  display: inline-block;
  font: 9px var(--mono);
  letter-spacing: 1px;
  padding: 6px 9px;
  border: 1px solid #d9d3e2;
  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: #f7f7f8;
  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 #eeecf1;
}
.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: #332544;
  margin-right: 12px;
}
.tier-original {
  background: #70637e;
}
.tier-hard {
  background: var(--accent);
}
.visual-col {
  width: 38%;
}
.bar-track {
  height: 5px;
  background: #eeecf1;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: #332544;
  border-radius: 2px;
}
.bar-fill.original {
  background: #70637e;
}
.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: #fafafa;
}
.panel-foot strong {
  color: #41394f;
  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: #f7f6f9;
  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: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.featured-model {
  background: #f5f4f7;
  border-color: #d9d3e2;
}
.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: #645773;
}
.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: #9a95a2;
}
.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: #f7f7f7;
  border-top: 1px solid #e5e3e9;
  border-bottom: 1px solid #e5e3e9;
  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: 59px var(--serif);
  letter-spacing: -1px;
}
.method-intro {
  font-size: 13px;
  color: #656270;
  margin: 21px 0 25px;
  max-width: 310px;
}
.method-steps article {
  display: flex;
  gap: 23px;
  padding: 21px 0;
  border-top: 1px solid #e5e3e9;
}
.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: #71677f;
  padding-top: 4px;
}
.method-steps h3 {
  font-size: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.method-steps p {
  font-size: 12px;
  color: #656270;
  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: #f5f4f7;
  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 #d9d5e0;
  border-radius: 4px;
  background: #ffffff;
  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 #c5bdcf;
}
.key-note code {
  font: 9px var(--mono);
}
.code-window {
  background: #110a1e;
  border: 1px solid #2e253b;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #e9e4ef;
}
.code-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #33293f;
  gap: 12px;
}
.code-tabs {
  display: flex;
  gap: 23px;
}
.code-tabs button {
  font: 11px var(--mono);
  color: #b6adc3;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 17px 0 14px;
  background: none;
}
.code-tabs button[aria-selected="true"] {
  color: #faf8fc;
  border-bottom-color: #c7b9da;
}
.copy-code {
  border: 0;
  background: none;
  font: 10px var(--mono);
  color: #d5cde0;
  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 #33293f;
  font: 8px var(--mono);
  letter-spacing: 0.3px;
  color: #b6adc3;
}
.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: #f7f7f8;
  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: #4e465a;
}
.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: 51px var(--serif);
  color: var(--accent);
}
.circle-link {
  width: 60px;
  height: 60px;
  border: 1px solid #d2cbdc;
  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: 32px; padding-right: 32px; }
  .header { padding: 0 32px; }
  nav { gap: 22px; }
  .hero-heading { gap: 32px; }
  .hero h1 { font-size: 78px; }
  .hero-copy { max-width: 355px; }
  .hero-description { font-size: 17px; }
  .button { padding: 13px 16px; font-size: 13px; gap: 14px; }
  .hero-canvas { padding: 44px 36px; }
  .feature-content { padding: 32px; gap: 32px; }
  .feature-score { font-size: 74px; }
  .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: 8px; }
  .method-grid { gap: 50px; }
  .developer-grid, .reproduce-block { gap: 30px; }
  .footer { gap: 16px; }
  .footer > div { gap: 12px; }
  .footer > span:nth-child(2) { display: none; }
}
@media (max-width: 900px) {
  .product-name { font-size: 14px; }
  .brand { gap: 12px; }
  .brand img { width: 120px; height: 33px; }
  .product-name { padding-left: 12px; }
  nav { gap: 18px; font-size: 13px; }
  nav > a:nth-child(2) { display: none; }
  .hero-heading { align-items: flex-start; }
  .hero h1 { font-size: 67px; }
  .hero-copy { max-width: 310px; padding-top: 33px; }
  .hero-description { font-size: 16px; }
  .hero-description br { display: none; }
  .hero-actions { flex-wrap: wrap; gap: 10px; }
  .feature-score { font-size: 64px; letter-spacing: -3px; }
  .feature-tier small { display: block; margin-left: 0; }
}
@media (max-width: 760px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .header { height: 66px; padding: 0 20px; gap: 12px; }
  .brand { gap: 10px; }
  .brand img { width: 106px; height: 29px; }
  .product-name { font-size: 13px; padding-left: 10px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  .nav-cta span { display: none; }
  .hero { padding: 52px 20px 20px; }
  .hero-heading { flex-direction: column; gap: 30px; margin-bottom: 34px; padding: 0 8px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); letter-spacing: -1.4px; margin-top: 16px; }
  .hero-copy { max-width: 440px; padding: 0; }
  .hero-description { font-size: 17px; line-height: 1.7; }
  .hero-actions { flex-wrap: nowrap; margin-top: 24px; }
  .button { min-height: 48px; font-size: 13px; padding: 12px 15px; gap: 14px; }
  .hero-note { font-size: 10px; margin-top: 15px; }
  .hero-canvas { padding: 22px 16px; }
  .feature { border-radius: 12px; }
  .feature-top { padding: 16px 18px; gap: 8px; flex-wrap: wrap; }
  .feature-label { font-size: 11px; }
  .feature-label > span { margin: 0 7px; }
  .feature-top .tag { font-size: 9px; padding: 4px 7px; }
  .feature-content { grid-template-columns: 1fr; padding: 25px 22px; gap: 26px; }
  .decision-heading { font-size: 37px; }
  .feature-score { font-size: 66px; letter-spacing: -3px; }
  .feature-score > span:last-child { font-size: 34px; }
  .feature-description { display: none; }
  .feature-caption { font-size: 11px; }
  .feature-tiers { border-top: 1px solid var(--line); padding-top: 20px; }
  .feature-tier small { display: inline; margin-left: 8px; font-size: 9px; }
  .feature-tier > div:first-child { font-size: 12px; }
  .feature-footer { padding: 13px 18px; flex-wrap: wrap; gap: 7px; font-size: 9px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 24px 18px; padding-top: 28px; padding-bottom: 28px; }
  .facts > div:nth-child(2) { border-right: 0; }
  .facts > div { padding-right: 10px; }
  .facts strong { font-size: 25px; min-width: 40px; }
  .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: 32px; letter-spacing: -1px; }
  .section-heading > div > p:last-child { font-size: 13px; }
  .section-index { font-size: 10px; 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: 10px 8px; min-height: 42px; }
  .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: 8px; letter-spacing: 0.5px; padding: 5px 6px; }
  .caption { font-size: 9px; line-height: 1.5; }
  .quality-table td, .quality-table th { padding: 17px 16px; 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: 10px; }
  .source-line { font-size: 9px; 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; }
  .concurrency-control button { min-height: 40px; }
  .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: 46px 0; }
  .method-grid { grid-template-columns: 1fr; gap: 33px; }
  .method-grid h2 { font-size: 38px; }
  .method-grid h2 em { font-size: 48px; }
  .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; min-height: 46px; }
  .model-specs, .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: 8px; padding: 13px; }
  .reproduce-block { margin-top: 28px; gap: 22px; }
  .reproduce-code pre { font-size: 10px; }
  .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; flex-shrink: 0; }
  .footer { flex-wrap: wrap; gap: 20px 12px; font-size: 10px; padding-top: 23px; }
  .footer > div { margin-left: auto; gap: 14px; }
  .copyright { width: 100%; font-size: 10px; }
  .start-section { padding-bottom: 40px; }
}
@media (max-width: 370px) {
  .brand img { width: 92px; height: 25px; }
  .hero-actions { gap: 8px; }
  .button { padding: 11px 12px; font-size: 12px; gap: 10px; }
  .quality-overview { align-items: flex-start; flex-direction: column; }
  .quality-aside { text-align: left; max-width: none; }
  .quality-aside p { display: none; }
  .quality-aside .caption { margin-top: 0; }
  .status-badge { margin-bottom: 8px; }
  .quality-table td, .quality-table th { padding-left: 12px; padding-right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
