/* Standard Thinking — editorial homepage
   One type system, one accent, one strong product proof. */

body.home-page {
  --bg: #090a0b;
  --bg-deep: #060607;
  --surface: #0e0f10;
  --surface-2: #131415;
  --surface-3: #191a1c;
  --ink: #f2f0ea;
  --text: #bbb9bd;
  --muted: #96969c;
  --dim: #77787e;
  --line: #242529;
  --line-strong: #34353a;
  --line-soft: rgba(52, 53, 58, .56);
  --accent: #536fa6;
  --accent-strong: #6885bd;
  --accent-dark: #3d5682;
  --accent-soft: #171e2b;
  --accent-ink: #f7f8fb;
  --panel: #0e0f10;
  --panel-raised: #131415;
  --st-gutter: #060607;
  --st-bg: #090a0b;
  --st-panel: #0e0f10;
  --st-ink: #f2f0ea;
  --st-text: #bbb9bd;
  --st-muted: #96969c;
  --st-meta: #8b8b91;
  --st-line: #242529;
  --st-line-strong: #34353a;
  --st-accent: #536fa6;
  --st-accent-hover: #6885bd;
  --st-field: #111315;
  --st-field-line: rgba(255, 255, 255, .24);
  --st-paper: #eeede8;
  --st-paper-ink: #0a0b0c;
  --st-type-display: clamp(56px, 3.8vw, 72px);
  --st-type-section: clamp(38px, 2.4vw, 46px);
  --st-type-title: 24px;
  --st-type-body-lg: 18px;
  --st-type-body: 16px;
  --st-type-ui: 14px;
  --st-type-meta: 12px;
  --st-type-metric: 28px;
  background: var(--st-gutter);
}

:root[data-theme="light"] body.home-page {
  --bg: #f7f7f4;
  --bg-deep: #efefec;
  --surface: #fbfbf8;
  --surface-2: #f1f1ee;
  --surface-3: #e8e8e4;
  --ink: #111214;
  --text: #45464c;
  --muted: #66676e;
  --dim: #7d7f85;
  --line: #d8d8d4;
  --line-strong: #bdbeba;
  --line-soft: rgba(189, 190, 186, .64);
  --accent: #3e5b91;
  --accent-strong: #2f4978;
  --accent-dark: #253a61;
  --accent-soft: #e8ecf3;
  --accent-ink: #fff;
  --panel: #fbfbf8;
  --panel-raised: #f2f2ef;
  --st-gutter: #ebebe8;
  --st-bg: #f7f7f4;
  --st-panel: #fbfbf8;
  --st-ink: #111214;
  --st-text: #45464c;
  --st-muted: #66676e;
  --st-meta: #73747a;
  --st-line: #d8d8d4;
  --st-line-strong: #bdbeba;
  --st-accent: #3e5b91;
  --st-accent-hover: #2f4978;
  --st-field: #16181b;
  --st-field-line: rgba(255, 255, 255, .28);
  --st-paper: #111214;
  --st-paper-ink: #f2f0ea;
}

body.home-page,
body.home-page button,
body.home-page input,
body.home-page select {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.home-page .site-header {
  border-bottom: 1px solid var(--st-line);
  background: var(--st-bg);
}

body.home-page .header-inner {
  min-height: 72px;
}

body.home-page .brand-wordmark-standard {
  font-weight: 500;
}

body.home-page .brand-wordmark-thinking {
  font-family: Newsreader, Georgia, serif !important;
  font-weight: 400 !important;
}

body.home-page .button,
body.home-page .theme-toggle,
body.home-page .menu-toggle,
body.home-page .mobile-menu,
body.home-page .mobile-menu .button {
  border-radius: 0 !important;
}

.st-home {
  overflow: hidden;
  background: var(--st-gutter);
  color: var(--st-text);
}

.st-shell {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: clamp(28px, 3vw, 52px);
  border-right: 1px solid var(--st-line);
  border-left: 1px solid var(--st-line);
  background: var(--st-bg);
}

.st-eyebrow,
.st-label,
.st-card-label {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
}

.st-network-head,
.st-code-head,
.st-code-foot,
.st-trace-meta,
.st-trace li small,
.st-hero-stats dt,
.st-commercial dt {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4;
}

.st-eyebrow,
.st-label,
.st-card-label {
  margin: 0;
}

.st-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--st-meta);
}

.st-label,
.st-card-label {
  color: var(--st-meta);
}

.st-eyebrow i,
.st-network-head i,
.st-code-foot i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: currentColor;
}

.st-eyebrow i,
.st-network-head i {
  background: var(--st-accent);
}

.st-home h1,
.st-home h2 {
  margin: 0;
  color: var(--st-ink);
  font-family: Newsreader, Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.st-home h1 em {
  color: var(--st-ink);
  font-family: inherit !important;
  font-weight: 400 !important;
}

.st-home h2 em {
  color: inherit;
  font-family: inherit !important;
  font-weight: 400 !important;
}

.st-home h3 {
  color: var(--st-ink);
  font-weight: 600 !important;
}

.st-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 0 !important;
  font-size: var(--st-type-ui);
  font-weight: 600;
  letter-spacing: -.02em;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.st-button-primary {
  border-color: var(--st-accent);
  background: var(--st-accent);
  color: var(--accent-ink);
}

.st-button-primary:hover {
  border-color: var(--st-accent-hover);
  background: var(--st-accent-hover);
}

.st-button-secondary {
  border-color: var(--st-line-strong);
  background: transparent;
  color: var(--st-ink);
}

.st-button-secondary:hover {
  border-color: var(--st-accent);
  color: var(--st-accent);
}

.st-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.st-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--st-ink);
  font-size: var(--st-type-ui);
  font-weight: 500;
}

.st-text-link:hover {
  color: var(--st-accent);
}

/* Hero */

.st-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(390px, .72fr);
  min-height: 690px;
  border-bottom: 1px solid var(--st-line);
}

.st-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 112px 76px 96px 0;
}

.st-hero h1 {
  max-width: 700px;
  margin-top: 36px;
  font-size: var(--st-type-display);
  line-height: .94;
}

.st-lede {
  max-width: 620px;
  margin: 44px 0 0;
  color: var(--st-text);
  font-size: var(--st-type-body-lg);
  line-height: 1.6;
}

.st-hero-copy .st-actions {
  margin-top: 40px;
}

.st-network {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 52px 0 48px 48px;
  border-left: 1px solid var(--st-line);
}

.st-network-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--st-line);
  color: var(--st-muted);
}

.st-network-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--st-muted);
}

.st-network-head b {
  font-weight: 400;
}

.st-network-state {
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 116px;
  padding: 26px 0;
  border-bottom: 1px solid var(--st-line);
}

.st-network-state span {
  color: var(--st-text);
  font-size: var(--st-type-ui);
}

.st-network-state strong {
  color: var(--st-ink);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.st-network-state small,
.st-routes strong small {
  margin-left: 3px;
  color: var(--st-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .04em;
}

.st-routes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-routes li {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--st-line);
}

.st-routes li > span {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 2px 11px;
  align-items: center;
}

.st-routes li i {
  width: 6px;
  height: 6px;
  grid-row: 1 / 3;
  border: 1px solid var(--st-muted);
}

.st-routes li:first-child i {
  border-color: var(--st-accent);
  background: var(--st-accent);
}

.st-routes li b {
  color: var(--st-ink);
  font-size: var(--st-type-ui);
  font-weight: 600;
}

.st-routes li span small {
  color: var(--st-meta);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .04em;
}

.st-routes li > strong {
  color: var(--st-text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
}

.st-network > .st-text-link {
  margin-top: auto;
  padding-top: 28px;
}

.st-hero-stats,
.st-commercial {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid var(--st-line);
}

.st-hero-stats > div,
.st-commercial > div {
  min-width: 0;
  padding: 28px 24px 30px;
}

.st-hero-stats > div:first-child,
.st-commercial > div:first-child {
  padding-left: 0;
}

.st-hero-stats > div + div,
.st-commercial > div + div {
  border-left: 1px solid var(--st-line);
}

.st-hero-stats dt,
.st-commercial dt {
  margin-bottom: 12px;
  color: var(--st-muted);
  text-transform: uppercase;
}

.st-hero-stats dd,
.st-commercial dd {
  margin: 0;
  color: var(--st-ink);
  font-size: var(--st-type-metric);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.st-hero-stats dd small,
.st-commercial dd small {
  color: var(--st-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Model fleet */

.st-section-shell {
  padding-top: 124px;
  padding-bottom: 128px;
}

.st-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: 80px;
  align-items: end;
  padding-bottom: 72px;
}

.st-section-head h2,
.st-developer-grid h2,
.st-receipt h2,
.st-cta h2 {
  margin-top: 24px;
  font-size: var(--st-type-section);
  line-height: 1;
}

.st-section-intro {
  max-width: 500px;
  padding-bottom: 6px;
}

.st-section-intro p,
.st-developer-grid header > p:not(.st-label),
.st-receipt-head > p,
.st-cta-actions > p {
  margin: 0;
  color: var(--st-text);
  font-size: var(--st-type-body);
  line-height: 1.6;
}

.st-section-intro .st-text-link,
.st-developer-grid header .st-text-link {
  margin-top: 30px;
}

.st-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--st-line-strong);
  border-bottom: 1px solid var(--st-line-strong);
}

.st-model-grid article {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 38px 40px 36px;
  transition: background-color 160ms ease;
}

.st-model-grid article:first-child {
  padding-left: 0;
}

.st-model-grid article:last-child {
  padding-right: 0;
}

.st-model-grid article + article {
  border-left: 1px solid var(--st-line);
}

.st-model-grid article:hover {
  background: var(--st-panel);
}

.st-model-grid h3 {
  max-width: 330px;
  margin: 46px 0 16px;
  font-size: var(--st-type-title);
  line-height: 1.15;
}

.st-model-grid article > p:not(.st-card-label) {
  max-width: 340px;
  margin: 0;
  color: var(--st-text);
  font-size: var(--st-type-body);
  line-height: 1.6;
}

.st-model-grid article > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: auto;
  padding-top: 42px;
}

.st-model-grid article > div strong {
  color: var(--st-ink);
  font-size: var(--st-type-metric);
  font-weight: 500;
  letter-spacing: -.05em;
}

.st-model-grid article > div span {
  color: var(--st-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.st-model-grid article > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--st-line);
  color: var(--st-ink);
  font-size: var(--st-type-ui);
  font-weight: 500;
}

.st-model-grid article > a:hover {
  color: var(--st-accent);
}

/* Request receipt */

.st-receipt-shell {
  padding-top: 106px;
  padding-bottom: 106px;
  border-color: transparent;
  background: var(--st-field);
  color: #fff;
}

.st-receipt-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 66px;
}

.st-receipt .st-label {
  color: rgba(255, 255, 255, .72);
}

.st-receipt h2 {
  color: #fff;
}

.st-receipt-head > p {
  max-width: 470px;
  color: rgba(255, 255, 255, .76);
}

.st-trace {
  border: 1px solid var(--st-field-line);
  background: #071014;
  color: #eaf0f1;
}

.st-trace-meta {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid #273137;
  color: #8f9ca2;
}

.st-trace-meta b {
  color: #72c99f;
  font-weight: 400;
}

.st-trace ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-trace li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  min-height: 148px;
  align-items: center;
  padding: 28px 22px;
}

.st-trace li + li {
  border-left: 1px solid #273137;
}

.st-trace li > span {
  color: #66757c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
}

.st-trace li > i {
  position: absolute;
  top: 50%;
  right: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  background: var(--st-accent);
}

.st-trace li:last-child > i {
  display: none;
}

.st-trace li div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.st-trace li small {
  color: #728087;
}

.st-trace li strong {
  overflow: hidden;
  font-size: var(--st-type-ui);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-trace li > b {
  color: #9aa6ab;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  white-space: nowrap;
}

.st-trace-result {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 98px;
  padding: 20px 24px;
  border-top: 1px solid #273137;
}

.st-trace-result > span {
  color: #78868c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
  letter-spacing: .08em;
}

.st-trace-result > strong {
  color: #f0f3f3;
  font-size: var(--st-type-metric);
  font-weight: 500;
  letter-spacing: -.04em;
}

.st-trace-result > strong small {
  margin-left: 3px;
  color: #89969b;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--st-type-meta);
  font-weight: 500;
}

/* Developer section */

.st-developer-grid {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.st-developer-grid header {
  padding-top: 16px;
}

.st-developer-grid header > p:not(.st-label) {
  max-width: 460px;
  margin-top: 34px;
}

.st-code {
  min-width: 0;
  border: 1px solid var(--st-line-strong);
  background: #0a0f12;
  color: #d8dfe1;
}

.st-code-head,
.st-code-foot {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #75838a;
}

.st-code-head {
  border-bottom: 1px solid #273137;
}

.st-code-head b,
.st-code-foot b {
  font-weight: 400;
}

.st-code pre {
  min-height: 390px;
  margin: 0;
  overflow: auto;
  padding: 34px 30px;
  color: #cfd8db;
  font-family: "DM Mono", "SFMono-Regular", Consolas, monospace;
  font-size: var(--st-type-ui);
  line-height: 1.9;
  tab-size: 2;
}

.st-code code {
  font-family: inherit;
}

.st-code-foot {
  border-top: 1px solid #273137;
}

.st-code-foot span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #72c99f;
}

.token-purple { color: #9baed3; }
.token-green,
.token-blue,
.token-orange { color: #c6ccce; }

.st-commercial {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--st-line-strong);
}

.st-commercial > div {
  min-height: 126px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.st-commercial dd {
  font-size: var(--st-type-metric);
}

/* CTA */

.st-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: 90px;
  align-items: end;
  min-height: 430px;
  padding-top: 82px;
  padding-bottom: 82px;
  border-color: transparent;
  background: var(--st-paper);
  color: var(--st-paper-ink);
}

.st-cta .st-label {
  color: color-mix(in srgb, var(--st-paper-ink) 64%, transparent);
}

.st-cta h2 {
  color: var(--st-paper-ink);
}

.st-cta-actions {
  max-width: 500px;
  padding-bottom: 7px;
}

.st-cta-actions > p {
  color: color-mix(in srgb, var(--st-paper-ink) 66%, transparent);
}

.st-cta-actions .st-actions {
  margin-top: 32px;
}

.st-button-inverse {
  border-color: var(--st-paper-ink);
  background: var(--st-paper-ink);
  color: var(--st-paper);
}

.st-button-inverse:hover {
  border-color: var(--st-accent);
  background: var(--st-accent);
  color: #fff;
}

.st-button-outline-inverse {
  border-color: color-mix(in srgb, var(--st-paper-ink) 36%, transparent);
  background: transparent;
  color: var(--st-paper-ink);
}

.st-button-outline-inverse:hover {
  border-color: var(--st-paper-ink);
}

/* Footer alignment */

body.home-page .site-footer {
  border-top: 0;
  background: var(--st-gutter);
}

body.home-page .footer-grid,
body.home-page .footer-bottom {
  background: var(--st-bg);
}

body.home-page .footer-grid {
  border-top: 1px solid var(--st-line);
}

@media (max-width: 1120px) {
  .st-shell {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .st-hero-main {
    grid-template-columns: 1fr;
  }

  .st-hero-copy {
    min-height: 650px;
    padding-right: 0;
  }

  .st-network {
    padding: 48px 0 52px;
    border-top: 1px solid var(--st-line);
    border-left: 0;
  }

  .st-network > .st-text-link {
    margin-top: 30px;
  }

  .st-section-head,
  .st-receipt-head,
  .st-cta-shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .st-section-intro,
  .st-receipt-head > p,
  .st-cta-actions {
    max-width: 620px;
  }

  .st-developer-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .st-developer-grid header > p:not(.st-label) {
    max-width: 620px;
  }

  .st-code {
    width: min(100%, 900px);
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  body.home-page {
    --st-type-display: clamp(44px, 11.5vw, 48px);
    --st-type-section: clamp(36px, 9.5vw, 40px);
  }

  .st-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .st-hero-copy {
    min-height: auto;
    padding: 84px 0 72px;
  }

  .st-hero h1 {
    margin-top: 30px;
    font-size: var(--st-type-display);
    line-height: .96;
  }

  .st-lede {
    margin-top: 34px;
    font-size: var(--st-type-body);
  }

  .st-hero-copy .st-actions {
    width: 100%;
    margin-top: 34px;
  }

  .st-hero-copy .st-button {
    flex: 1 1 150px;
  }

  .st-network {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .st-network-state {
    min-height: 104px;
  }

  .st-network-state strong {
    font-size: 32px;
  }

  .st-routes li {
    min-height: 70px;
  }

  .st-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-hero-stats > div {
    min-height: 108px;
    padding: 22px 16px;
  }

  .st-hero-stats > div:first-child,
  .st-hero-stats > div:nth-child(3) {
    padding-left: 0;
  }

  .st-hero-stats > div:nth-child(3) {
    border-left: 0;
  }

  .st-hero-stats > div:nth-child(n + 3) {
    border-top: 1px solid var(--st-line);
  }

  .st-hero-stats dd {
    font-size: 26px;
  }

  .st-section-shell,
  .st-receipt-shell {
    padding-top: 88px;
    padding-bottom: 92px;
  }

  .st-section-head {
    gap: 28px;
    padding-bottom: 54px;
  }

  .st-section-head h2,
  .st-developer-grid h2,
  .st-receipt h2,
  .st-cta h2 {
    font-size: var(--st-type-section);
    line-height: 1.02;
  }

  .st-model-grid {
    grid-template-columns: 1fr;
  }

  .st-model-grid article,
  .st-model-grid article:first-child,
  .st-model-grid article:last-child {
    min-height: 340px;
    padding: 32px 0;
  }

  .st-model-grid article + article {
    border-top: 1px solid var(--st-line);
    border-left: 0;
  }

  .st-model-grid h3 {
    margin-top: 34px;
  }

  .st-receipt-head {
    gap: 28px;
    margin-bottom: 50px;
  }

  .st-trace-meta {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 66px;
  }

  .st-trace ol {
    grid-template-columns: 1fr;
  }

  .st-trace li {
    min-height: 104px;
    padding: 22px 18px;
  }

  .st-trace li + li {
    border-top: 1px solid #273137;
    border-left: 0;
  }

  .st-trace li > i {
    top: auto;
    right: auto;
    bottom: -4px;
    left: 45px;
    transform: none;
  }

  .st-trace-result {
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
  }

  .st-trace-result > strong {
    text-align: right;
  }

  .st-developer-grid {
    gap: 46px;
  }

  .st-code pre {
    min-height: 360px;
    padding: 26px 20px;
    font-size: 13px;
  }

  .st-commercial {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .st-commercial > div,
  .st-commercial > div:first-child {
    min-height: 112px;
    padding: 22px 0;
  }

  .st-commercial > div + div {
    border-top: 1px solid var(--st-line);
    border-left: 0;
  }

  .st-cta-shell {
    min-height: 520px;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .st-cta-actions .st-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .st-cta-actions .st-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .st-hero-copy > *,
  .st-network {
    animation: st-enter 620ms cubic-bezier(.2, .75, .25, 1) both;
  }

  .st-hero-copy > :nth-child(2) { animation-delay: 70ms; }
  .st-hero-copy > :nth-child(3) { animation-delay: 120ms; }
  .st-hero-copy > :nth-child(4) { animation-delay: 170ms; }
  .st-network { animation-delay: 120ms; }
}

@keyframes st-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
