.viox-standards {
  --vs-ink: #171b21;
  --vs-graphite: #1b2027;
  --vs-panel: #252b33;
  --vs-panel-line: #3a424c;
  --vs-paper: #fff;
  --vs-soft: #f5f7fa;
  --vs-line: #dfe4ea;
  --vs-muted: #687482;
  --vs-red: #d71920;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  overflow: clip;
  background: var(--vs-paper);
  color: var(--vs-ink);
  font-family: var(--viox-font, "Poppins", sans-serif);
}

.viox-standards,
.viox-standards * {
  box-sizing: border-box;
}

/* The finder already carries contextual contact actions; the global floating
   rail would cover the query and market evidence at both key breakpoints. */
.page-id-24589 .viox-contact-rail {
  display: none;
}

.viox-standards-shell {
  width: min(var(--viox-container, 1400px), calc(100% - 40px));
  margin-inline: auto;
}

.viox-standards h1,
.viox-standards h2,
.viox-standards h3,
.viox-standards p {
  font-family: inherit;
}

.viox-standards h1::before,
.viox-standards h2::before,
.viox-standards h3::before {
  display: none;
}

.viox-standards-hero {
  padding: clamp(64px, 7vw, 104px) 0 112px;
  background: var(--vs-graphite);
  color: #fff;
}

.viox-standards-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: end;
  gap: clamp(48px, 8vw, 128px);
}

.viox-standards-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 28px;
  color: #9ba6b2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.viox-standards-breadcrumb a {
  color: #d8dee5;
  text-decoration: none;
}

.viox-standards-breadcrumb a:hover,
.viox-standards-breadcrumb a:focus-visible {
  color: #fff;
}

.viox-standards-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}

.viox-standards-hero__copy > p {
  max-width: 72ch;
  margin: 28px 0 0;
  color: #c8d0d9;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.viox-standards-hero__scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #46505c;
  border-bottom: 1px solid #46505c;
}

.viox-standards-hero__scope > div {
  padding: 22px 20px;
}

.viox-standards-hero__scope > div + div {
  border-left: 1px solid #46505c;
}

.viox-standards-hero__scope strong,
.viox-standards-hero__scope span {
  display: block;
}

.viox-standards-hero__scope strong {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.03em;
}

.viox-standards-hero__scope span {
  margin-top: 4px;
  color: #aeb8c3;
  font-size: 12px;
  line-height: 1.4;
}

.viox-standards-hero__scope p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 20px;
  border-top: 1px solid #46505c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
}

.viox-standards-workbench {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(340px, 5fr) minmax(0, 7fr);
  min-height: 680px;
  margin-top: -64px;
  border: 1px solid #343b44;
  background: var(--vs-paper);
}

.viox-standards-query {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3.2vw, 48px);
  background: var(--vs-graphite);
  color: #fff;
}

.viox-standards-query__heading {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--vs-panel-line);
}

.viox-standards-query h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.4vw, 36px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.viox-standards-query__heading p {
  max-width: 44ch;
  margin: 13px 0 0;
  color: #aeb8c3;
  font-size: 14px;
  line-height: 1.65;
}

.viox-standard-field {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
}

.viox-standard-field > span,
.viox-standard-use legend {
  color: #cdd4dc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.viox-standard-field select {
  width: 100%;
  min-height: 54px;
  padding: 0 44px 0 15px;
  border: 1px solid #4b5562;
  border-radius: 4px;
  appearance: none;
  background-color: var(--vs-panel);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%23d7dee6' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  color: #fff;
  font: 500 14px/1.4 var(--viox-font, "Poppins", sans-serif);
}

.viox-standard-field select:hover {
  border-color: #778390;
}

.viox-standard-field select:focus-visible,
.viox-standard-run:focus-visible,
.viox-standard-use input:focus-visible + span,
.viox-standards a:focus-visible,
.viox-standards summary:focus-visible {
  outline: 3px solid rgba(215, 25, 32, .35);
  outline-offset: 3px;
}

.viox-standard-use {
  margin: 2px 0 26px;
  padding: 0;
  border: 0;
}

.viox-standard-use legend {
  margin-bottom: 11px;
}

.viox-standard-use > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.viox-standard-use label {
  position: relative;
  cursor: pointer;
}

.viox-standard-use input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.viox-standard-use label span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #46505c;
  border-radius: 3px;
  color: #bcc5cf;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.viox-standard-use input:checked + span {
  border-color: #fff;
  background: #fff;
  color: var(--vs-ink);
}

.viox-standard-run {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--vs-red);
  border-radius: 4px;
  background: var(--vs-red);
  color: #fff;
  font: 600 14px/1.3 var(--viox-font, "Poppins", sans-serif);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.viox-standard-run svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.viox-standard-run:hover {
  border-color: #fff;
  background: #fff;
  color: var(--vs-ink);
  transform: translateY(-2px);
}

.viox-standard-run:disabled {
  border-color: #7e3135;
  background: #7e3135;
  color: #e1c7c9;
  cursor: wait;
  transform: none;
}

.viox-standard-query-note {
  margin: auto 0 0;
  padding-top: 30px;
  color: #919daa;
  font-size: 11px;
  line-height: 1.6;
}

.viox-standards-result {
  position: relative;
  padding: clamp(34px, 4vw, 60px);
  background: #fff;
  transition: opacity .18s ease, transform .18s ease;
}

.viox-standards-result::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
  transition: background-color .2s ease;
}

.viox-standards-result.is-updating {
  opacity: .56;
  transform: translateY(3px);
}

.viox-standards-result.is-complete::before {
  background: var(--vs-red);
}

.viox-standards-result__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--vs-line);
}

.viox-standards-result__status {
  display: inline-flex;
  margin-bottom: 13px;
  align-items: center;
  gap: 8px;
  color: #52606d;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.viox-standards-result__status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #198754;
  content: "";
}

.viox-standards-result__header h2 {
  margin: 0;
  color: var(--vs-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -.038em;
  line-height: 1.03;
  text-wrap: balance;
}

.viox-standards-result__header p {
  max-width: 72ch;
  margin: 15px 0 0;
  color: #596674;
  font-size: 14px;
  line-height: 1.7;
}

.viox-standards-result__market {
  display: flex;
  width: 64px;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  color: var(--vs-ink);
  font-weight: 700;
}

.viox-standards-result__market svg {
  display: block;
  width: 56px;
  height: auto;
  border: 1px solid #c4cbd3;
  border-radius: 2px;
}

.viox-standards-result__market small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.viox-standard-chain {
  display: grid;
  margin: 0;
  padding: 32px 0;
  list-style: none;
}

.viox-standard-chain__step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  min-height: 94px;
  margin: 0;
  padding: 0 0 26px;
}

.viox-standard-chain__step:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.viox-standard-chain__step:not(:last-child)::after {
  position: absolute;
  top: 37px;
  bottom: 5px;
  left: 21px;
  width: 1px;
  background: #cbd2d9;
  content: "";
}

.viox-standard-chain__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 36px;
  place-items: center;
  border: 1px solid #b9c2cb;
  border-radius: 3px;
  background: #fff;
  color: #4e5b68;
  font-size: 11px;
  font-weight: 700;
}

.viox-standard-chain__step--action .viox-standard-chain__number {
  border-color: var(--vs-red);
  background: var(--vs-red);
  color: #fff;
}

.viox-standard-chain__step > div {
  display: grid;
  align-content: start;
}

.viox-standard-chain__label {
  margin-bottom: 4px;
  color: var(--vs-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.viox-standard-chain__step strong {
  color: var(--vs-ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.viox-standard-chain__step small {
  margin-top: 5px;
  color: #6b7784;
  font-size: 12px;
  line-height: 1.55;
}

.viox-standards-result__lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .9fr);
  gap: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--vs-line);
}

.viox-standards-result__lower h3 {
  margin: 0 0 16px;
  color: var(--vs-ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.015em;
}

.viox-standard-documents {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.viox-standard-documents li {
  position: relative;
  margin: 0;
  padding-left: 23px;
  color: #4f5c69;
  font-size: 12px;
  line-height: 1.55;
}

.viox-standard-documents li::before {
  position: absolute;
  top: .18em;
  left: 0;
  width: 13px;
  height: 7px;
  border-bottom: 1.5px solid #198754;
  border-left: 1.5px solid #198754;
  content: "";
  transform: rotate(-45deg);
}

.viox-standard-route {
  padding-left: 30px;
  border-left: 1px solid var(--vs-line);
}

.viox-standard-route p {
  margin: 0;
  color: #5e6a77;
  font-size: 12px;
  line-height: 1.65;
}

.viox-standard-route .viox-standard-route__warning {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e5c36d;
  border-radius: 3px;
  background: #fff7df;
  color: #574315;
}

.viox-standard-route a {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--vs-red);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.viox-standard-route a:hover {
  color: #a50f15;
}

.viox-standards-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(70px, 8vw, 112px);
}

.viox-standards-intro h2,
.viox-standards-matrix header h2,
.viox-standards-markets header h2,
.viox-standards-method h2,
.viox-standards-faq h2,
.viox-standards-cta h2 {
  margin: 0;
  color: var(--vs-ink);
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.viox-standards-intro > div > p {
  max-width: 72ch;
  margin: 24px 0 0;
  color: #596674;
  font-size: 16px;
  line-height: 1.75;
}

.viox-standards-legend {
  display: grid;
  border-top: 1px solid var(--vs-line);
}

.viox-standards-legend span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--vs-line);
  color: #4f5c69;
  font-size: 13px;
}

.viox-standards-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #198754;
}

.viox-standards-legend i.is-separate { background: var(--vs-red); }
.viox-standards-legend i.is-check { background: #d99500; }

.viox-standards-matrix {
  padding: clamp(62px, 7vw, 96px) 0;
  border-top: 1px solid var(--vs-line);
}

.viox-standards-matrix header,
.viox-standards-markets header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
}

.viox-standards-matrix header h2,
.viox-standards-markets header h2 {
  font-size: clamp(34px, 3.8vw, 54px);
}

.viox-standards-matrix header p,
.viox-standards-markets header p {
  margin: 0;
  color: #5e6a77;
  font-size: 14px;
  line-height: 1.7;
}

.viox-standards-table-wrap {
  overflow-x: auto;
  border: 1px solid #cfd6de;
}

.viox-standards table {
  width: 100%;
  min-width: 1000px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
}

.viox-standards th,
.viox-standards td {
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid var(--vs-line);
  border-bottom: 1px solid var(--vs-line);
  color: #45515e;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.viox-standards thead th {
  background: var(--vs-graphite);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.viox-standards tbody th {
  width: 22%;
  color: var(--vs-ink);
}

.viox-standards tbody th strong,
.viox-standards tbody th span {
  display: block;
}

.viox-standards tbody th strong {
  font-size: 14px;
  font-weight: 700;
}

.viox-standards tbody th span {
  margin-top: 2px;
  color: #74808c;
  font-size: 10px;
  font-weight: 400;
}

.viox-standards tbody tr:hover {
  background: #f8f9fb;
}

.viox-standards-markets {
  padding: clamp(70px, 8vw, 112px) 0;
}

.viox-standards-market-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--vs-line);
  border-left: 1px solid var(--vs-line);
}

.viox-standards-market-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(150px, .72fr);
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid var(--vs-line);
  border-bottom: 1px solid var(--vs-line);
}

.viox-standards-market-list article > span {
  display: block;
  width: 50px;
}

.viox-market-flag svg {
  display: block;
  width: 50px;
  height: auto;
  border: 1px solid #c4cbd3;
  border-radius: 2px;
}

.viox-standards-market-list h3 {
  margin: 0;
  color: var(--vs-ink);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.015em;
}

.viox-standards-market-list p {
  margin: 5px 0 0;
  color: #75818d;
  font-size: 11px;
  line-height: 1.5;
}

.viox-standards-market-list strong {
  color: #4d5965;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.5;
}

.viox-standards-method {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
  padding: clamp(76px, 8vw, 116px) 0;
  border-top: 1px solid var(--vs-line);
}

.viox-standards-method h2 {
  font-size: clamp(34px, 3.7vw, 52px);
}

.viox-standards-method > div p {
  margin: 23px 0 0;
  color: #596674;
  font-size: 14px;
  line-height: 1.75;
}

.viox-standards-method ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd6de;
  list-style: none;
  counter-reset: steps;
}

.viox-standards-method li {
  display: grid;
  grid-template-columns: minmax(190px, .55fr) minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 22px 0 22px 50px;
  border-bottom: 1px solid #cfd6de;
  counter-increment: steps;
}

.viox-standards-method li::before {
  position: absolute;
  margin-left: -50px;
  color: var(--vs-red);
  font-size: 11px;
  font-weight: 700;
  content: "0" counter(steps);
}

.viox-standards-method li strong {
  color: var(--vs-ink);
  font-size: 14px;
  font-weight: 650;
}

.viox-standards-method li span {
  color: #64717e;
  font-size: 12px;
  line-height: 1.6;
}

.viox-standards-faq {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 9vw, 130px);
  padding: clamp(72px, 8vw, 112px) 0;
}

.viox-standards-faq h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

.viox-standards-faq details {
  border-top: 1px solid #cfd6de;
}

.viox-standards-faq details:last-child {
  border-bottom: 1px solid #cfd6de;
}

.viox-standards-faq summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: var(--vs-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.viox-standards-faq summary::-webkit-details-marker { display: none; }

.viox-standards-faq summary svg {
  flex: 0 0 auto;
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform .2s ease;
}

.viox-standards-faq details[open] summary svg { transform: rotate(180deg); }

.viox-standards-faq details p {
  max-width: 70ch;
  margin: -3px 0 23px;
  color: #5f6c79;
  font-size: 13px;
  line-height: 1.75;
}

.viox-standards-sources {
  padding: 42px 0 64px;
  border-top: 1px solid var(--vs-line);
}

.viox-standards-sources h2 {
  margin: 0 0 20px;
  color: var(--vs-ink);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.viox-standards-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.viox-standards-sources li { margin: 0; }

.viox-standards-sources a {
  color: #4e5b67;
  font-size: 11px;
  font-weight: 550;
  text-decoration: underline;
  text-decoration-color: #abb4bd;
  text-underline-offset: 4px;
}

.viox-standards-sources a span { margin-left: 4px; }

.viox-standards-sources > p {
  margin: 24px 0 0;
  color: #7a8591;
  font-size: 10px;
  line-height: 1.65;
}

.viox-standards-cta {
  background: var(--vs-graphite);
  color: #fff;
}

.viox-standards-cta > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  min-height: 330px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.viox-standards-cta h2 {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
}

.viox-standards-cta p {
  max-width: 68ch;
  margin: 22px 0 0;
  color: #bdc6d0;
  font-size: 14px;
  line-height: 1.7;
}

.viox-standards-cta a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 22px;
  padding: 15px 20px;
  border-radius: 4px;
  background: var(--vs-red);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.viox-standards-cta a:hover {
  background: #fff;
  color: var(--vs-ink);
  transform: translateY(-2px);
}

@media (max-width: 1050px) {
  .viox-standards-hero__grid,
  .viox-standards-intro,
  .viox-standards-method,
  .viox-standards-faq {
    grid-template-columns: 1fr;
  }

  .viox-standards-hero__scope { max-width: 520px; }

  .viox-standards-workbench {
    grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
  }

  .viox-standards-result__lower { grid-template-columns: 1fr; }

  .viox-standard-route {
    padding: 28px 0 0;
    border-top: 1px solid var(--vs-line);
    border-left: 0;
  }

  .viox-standards-market-list { grid-template-columns: 1fr; }
  .viox-standards-faq h2 { max-width: 15ch; }
}

@media (max-width: 780px) {
  .viox-standards-shell { width: min(100% - 32px, 1400px); }

  .viox-standards-hero {
    padding-top: 50px;
    padding-bottom: 92px;
  }

  .viox-standards-hero h1 { font-size: clamp(43px, 13vw, 62px); }

  .viox-standards-hero__grid { gap: 42px; }

  .viox-standards-workbench {
    display: block;
    margin-top: -54px;
  }

  .viox-standards-query { min-height: 0; }
  .viox-standard-query-note { margin-top: 26px; }
  .viox-standards-result { padding: 32px 22px 38px; }

  .viox-standards-result__header {
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 18px;
  }

  .viox-standards-result__market {
    width: 54px;
  }

  .viox-standards-result__market svg { width: 50px; }

  .viox-standard-chain__step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .viox-standard-chain__number { width: 38px; }
  .viox-standard-chain__step:not(:last-child)::after { left: 18px; }

  .viox-standards-matrix header,
  .viox-standards-markets header,
  .viox-standards-cta > div {
    grid-template-columns: 1fr;
  }

  .viox-standards-matrix header,
  .viox-standards-markets header { gap: 22px; }

  .viox-standards-market-list article {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .viox-standards-market-list article > strong {
    grid-column: 2;
  }

  .viox-standards-method { gap: 42px; }

  .viox-standards-method li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .viox-standards-faq { gap: 38px; }
  .viox-standards-cta > div { gap: 32px; }
  .viox-standards-cta a { justify-content: space-between; }
}

@media (max-width: 430px) {
  .viox-standards-shell { width: min(100% - 24px, 1400px); }

  .viox-standards-hero__scope > div { padding: 18px 14px; }
  .viox-standard-use > div { grid-template-columns: 1fr; }
  .viox-standard-use label span { justify-content: flex-start; padding-inline: 14px; }
  .viox-standards-query { padding: 28px 20px; }
  .viox-standards-result__header { grid-template-columns: 1fr; }
  .viox-standards-result__market { grid-row: 1; }
  .viox-standards-intro h2,
  .viox-standards-matrix header h2,
  .viox-standards-markets header h2,
  .viox-standards-method h2,
  .viox-standards-faq h2,
  .viox-standards-cta h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .viox-standards *,
  .viox-standards *::before,
  .viox-standards *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
