html,
body {
  overflow-x: clip;
}

.commerce-lp h1,
.commerce-lp h2,
.commerce-lp h3 {
  color: var(--home-ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.commerce-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: 72px;
  padding: 82px 24px;
  border-bottom: 1px solid var(--home-line);
}

.commerce-hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 26px;
  font-size: clamp(48px, 5.2vw, 68px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .96;
}

.commerce-hero-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--home-copy);
  font-size: 19px;
  line-height: 1.48;
}

.hero-proof {
  min-width: 0;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 1px 1px, #dde5e9 1px, transparent 1px),
    #f8fafb;
  background-size: 17px 17px;
  box-shadow: 0 28px 48px -34px rgba(11, 31, 49, .45);
  overflow: hidden;
}

.hero-proof > header {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 255, 255, .94);
}

.hero-proof > header span,
.hero-proof > header strong,
.hero-proof > header em {
  font-size: 11px;
}

.hero-proof > header span {
  color: var(--home-muted);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.hero-proof > header strong {
  font-weight: 500;
}

.hero-proof > header em {
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-style: normal;
}

.hero-proof-flow {
  min-height: 288px;
  display: grid;
  grid-template-columns: 86px 32px 86px 32px minmax(130px, 1fr);
  align-items: center;
  padding: 38px 22px;
}

.hero-proof-flow > i {
  height: 1px;
  display: block;
  border-top: 1px dashed #93a5b4;
}

.source {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: white;
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.source-prism {
  border-color: var(--home-lime);
  background: var(--home-lime);
}

.source-stack {
  display: grid;
  gap: 6px;
}

.source-stack span {
  padding: 8px 10px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: white;
  color: var(--home-copy);
  font-size: 10px;
  white-space: nowrap;
}

.hero-proof > footer {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 4px 14px;
  padding: 15px 18px;
  border-top: 1px solid var(--home-line);
  background: white;
}

.hero-proof > footer span,
.hero-proof > footer strong {
  font-size: 10px;
}

.hero-proof > footer span {
  color: var(--home-muted);
}

.hero-proof > footer strong {
  color: var(--home-ink);
  font-weight: 500;
}

.commerce-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px 56px;
  padding: 72px 24px;
  border-bottom: 1px solid var(--home-line);
}

.commerce-ledger article {
  min-width: 0;
}

.commerce-ledger h2 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

.commerce-ledger p {
  margin-bottom: 0;
  color: var(--home-copy);
  font-size: 14px;
  line-height: 1.45;
}

.profile-section {
  padding: 104px 24px 116px;
  border-bottom: 1px solid var(--home-line);
}

.profile-intro {
  max-width: 680px;
  margin-bottom: 58px;
}

.profile-intro h2,
.identity-copy h2,
.canonical-copy h2,
.provider-section > header h2,
.question-section > header h2,
.commerce-reliability h2,
.commerce-faq h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.profile-intro > p:not(.section-kicker),
.identity-copy > p:not(.section-kicker),
.provider-section > header > p:not(.section-kicker),
.commerce-reliability header > p:not(.section-kicker) {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--home-copy);
  font-size: 16px;
  line-height: 1.58;
}

.commerce-profile {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 30px 55px -42px rgba(13, 33, 53, .62);
  overflow: hidden;
}

.commerce-profile > figcaption,
.resolution-workspace > figcaption {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.commerce-profile > figcaption span:first-child,
.resolution-workspace > figcaption span:first-child {
  color: var(--home-ink);
}

.profile-toolbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--home-line);
}

.profile-person {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-person > i {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  background: var(--home-wash);
  color: var(--home-copy);
  font-size: 11px;
  font-style: normal;
}

.profile-person p {
  min-width: 0;
  margin: 0;
}

.profile-person strong,
.profile-person span {
  display: block;
}

.profile-person strong {
  font-size: 14px;
  font-weight: 500;
}

.profile-person span {
  color: var(--home-muted);
  font-size: 11px;
}

.provider-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.provider-badges span {
  padding: 4px 7px;
  border: 1px solid var(--home-line);
  border-radius: 4px;
  color: var(--home-copy);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}

.profile-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--home-line);
}

.profile-summary > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--home-line);
}

.profile-summary > div:last-child {
  border: 0;
}

.profile-summary span,
.profile-summary small {
  color: var(--home-muted);
  font-size: 10px;
}

.profile-summary span {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.profile-summary strong {
  margin: 4px 0 1px;
  color: var(--home-ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.profile-summary .has-issue {
  background: #fbffef;
}

.profile-summary .has-issue strong {
  color: #6d8500;
}

.profile-body {
  min-height: 510px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}

.profile-body > aside {
  padding: 16px 10px;
  border-right: 1px solid var(--home-line);
  background: var(--home-wash);
}

.profile-body > aside span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 5px;
  color: var(--home-copy);
  font-size: 12px;
}

.profile-body > aside span.is-current {
  background: var(--home-lime);
  color: var(--home-ink);
}

.profile-body > aside b {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 500;
}

.order-list {
  min-width: 0;
  padding: 0 18px 18px;
}

.order-list > header {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.order-card {
  margin-top: 18px;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  background: white;
  overflow: hidden;
}

.order-title {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--home-line);
}

.order-title p {
  margin: 0;
}

.order-title strong,
.order-title span {
  display: block;
}

.order-title strong {
  font-size: 14px;
  font-weight: 500;
}

.order-title span {
  color: var(--home-muted);
  font-size: 10px;
}

.order-title em {
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-size: 9px;
  font-style: normal;
}

.order-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--home-line);
}

.order-facts p {
  margin: 0;
  padding: 12px 14px;
  border-right: 1px solid var(--home-line);
}

.order-facts p:last-child {
  border: 0;
}

.order-facts span,
.order-facts strong {
  display: block;
}

.order-facts span {
  margin-bottom: 3px;
  color: var(--home-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.order-facts strong {
  font-size: 11px;
  font-weight: 500;
}

.shipment-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px 14px 18px;
}

.shipment-timeline > div {
  position: relative;
  min-width: 0;
  padding-right: 10px;
}

.shipment-timeline > div::after {
  position: absolute;
  top: 5px;
  right: 0;
  left: 11px;
  height: 1px;
  background: var(--home-line);
  content: "";
}

.shipment-timeline > div:last-child::after {
  display: none;
}

.shipment-timeline i {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  display: block;
  margin-bottom: 9px;
  border: 2px solid white;
  border-radius: 50%;
  background: #cbd3da;
  box-shadow: 0 0 0 1px #cbd3da;
}

.shipment-timeline .is-done i {
  background: var(--home-mint);
  box-shadow: 0 0 0 1px var(--home-mint);
}

.shipment-timeline .is-current i {
  background: var(--home-lime);
  box-shadow: 0 0 0 1px #9fca00;
}

.shipment-timeline span,
.shipment-timeline small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shipment-timeline span {
  color: var(--home-ink);
  font-size: 10px;
}

.shipment-timeline small {
  color: var(--home-muted);
  font-size: 8px;
}

.order-card footer {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  border-top: 1px solid var(--home-line);
  background: #fbffef;
  color: var(--home-copy);
  font-size: 9px;
}

.order-card footer strong {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
}

.order-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 150px 80px;
  align-items: center;
  gap: 14px;
  padding: 10px 4px;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-copy);
  font-size: 11px;
}

.order-row p {
  margin: 0;
}

.order-row p strong,
.order-row p span {
  display: block;
}

.order-row p strong,
.order-row > strong {
  color: var(--home-ink);
  font-weight: 500;
}

.order-row p span {
  color: var(--home-muted);
  font-size: 9px;
}

.resolution-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(560px, 1.25fr);
  align-items: center;
  gap: 76px;
  padding: 106px 24px;
  border-bottom: 1px solid var(--home-line);
}

.resolution-workspace {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, .8fr);
  margin: 0;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 28px 48px -36px rgba(11, 31, 49, .48);
  overflow: hidden;
}

.resolution-workspace > figcaption {
  grid-column: 1 / -1;
}

.resolution-thread {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(270px, 1fr) auto;
  border-right: 1px solid var(--home-line);
}

.resolution-thread > header,
.resolution-context > header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--home-line);
}

.resolution-thread header p {
  min-width: 0;
  margin: 0;
}

.resolution-thread header strong,
.resolution-thread header span {
  display: block;
}

.resolution-thread header strong {
  font-size: 12px;
  font-weight: 500;
}

.resolution-thread header span {
  color: var(--home-muted);
  font-size: 9px;
}

.resolution-thread header em {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-size: 9px;
  font-style: normal;
}

.resolution-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 22px 16px;
  background:
    radial-gradient(circle at 1px 1px, #dfe6eb 1px, transparent 1px),
    #f8fafb;
  background-size: 16px 16px;
}

.resolution-messages p {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: white;
  color: var(--home-copy);
  font-size: 11px;
}

.resolution-messages p:last-child {
  align-self: flex-end;
  border-color: var(--home-navy);
  background: var(--home-navy);
  color: white;
}

.resolution-thread > footer,
.resolution-context > footer {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border-top: 1px solid var(--home-line);
}

.resolution-thread > footer span,
.resolution-context > footer span {
  color: var(--home-muted);
  font-size: 9px;
}

.resolution-thread > footer strong,
.resolution-context > footer strong {
  font-size: 10px;
  font-weight: 500;
}

.resolution-context {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--home-wash);
}

.resolution-context > header {
  display: block;
}

.resolution-context > header span,
.resolution-context > header strong {
  display: block;
}

.resolution-context > header span {
  color: var(--home-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.resolution-context > header strong {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

.resolution-context dl {
  margin: 0;
  padding: 8px 14px;
}

.resolution-context dl div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--home-line);
}

.resolution-context dl div:last-child {
  border: 0;
}

.resolution-context dt,
.resolution-context dd {
  margin: 0;
  font-size: 9px;
}

.resolution-context dt {
  color: var(--home-muted);
}

.resolution-context dd {
  color: var(--home-ink);
  font-weight: 500;
}

.resolution-context dd.positive {
  color: #00876a;
}

.resolution-context dd.warning {
  color: #718800;
}

.identity-section {
  background: var(--home-wash);
}

.identity-inner {
  width: min(var(--home-frame), calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 90px;
  margin: 0 auto;
  padding: 106px 24px;
  border-inline: 1px solid var(--home-line);
}

.identity-copy {
  align-self: start;
}

.identity-flow {
  border-top: 1px solid var(--home-line);
}

.identity-flow article {
  min-height: 86px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-line);
}

.identity-flow article > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.identity-flow p {
  margin: 0;
}

.identity-flow p span,
.identity-flow p strong {
  display: block;
}

.identity-flow p span {
  color: var(--home-muted);
  font-size: 10px;
}

.identity-flow p strong {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 500;
}

.identity-flow em {
  padding: 5px 8px;
  border: 1px solid var(--home-line);
  border-radius: 4px;
  background: white;
  color: var(--home-copy);
  font-size: 10px;
  font-style: normal;
}

.identity-flow .identity-stop > i {
  background: #d6dde2;
}

.identity-flow .identity-stop em {
  border-color: #cbd3da;
  background: #e7ebee;
}

.canonical-section {
  padding: 80px;
  background: var(--home-wash);
}

.canonical-panel {
  width: min(1280px, 100%);
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(480px, 1.15fr);
  gap: 68px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 12px;
  background:
    linear-gradient(rgba(52, 77, 99, .28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 77, 99, .28) 1px, transparent 1px),
    var(--home-navy);
  background-size: 16px 16px;
  box-shadow: 0 30px 55px -38px rgba(7, 24, 41, .9);
}

.canonical-copy {
  align-self: center;
}

.canonical-copy h2 {
  max-width: 13ch;
  color: white;
}

.canonical-copy > p:not(.section-kicker) {
  max-width: 520px;
  color: #a9b8c5;
  font-size: 15px;
  line-height: 1.58;
}

.entity-list {
  display: grid;
  margin-top: 38px;
}

.entity-list span {
  padding: 11px 12px;
  border-radius: 5px;
  color: #8297aa;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.entity-list span.is-current {
  background: var(--home-mint);
  color: var(--home-navy);
}

.canonical-code {
  align-self: center;
  border: 1px solid #2b4357;
  border-radius: 10px;
  background: var(--home-navy-2);
  overflow: hidden;
}

.canonical-code > header {
  min-height: 53px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #2b4357;
}

.canonical-code > header span {
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--home-mint);
  color: var(--home-navy);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}

.canonical-code > header code {
  overflow: hidden;
  color: #b5c3cf;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canonical-code pre {
  min-height: 350px;
  margin: 0;
  padding: 28px;
  background: #0b2033;
  color: #cbd5df;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  line-height: 1.7;
  overflow: auto;
}

.canonical-code pre b {
  color: #66d9ef;
  font-weight: 400;
}

.canonical-code pre i {
  color: var(--home-lime);
  font-style: normal;
}

.canonical-code > footer {
  padding: 18px;
  border-top: 1px solid #2b4357;
}

.canonical-code > footer p {
  margin-bottom: 10px;
  color: #b5c3cf;
  font-size: 11px;
}

.canonical-code > footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 10px;
  list-style: none;
}

.canonical-code > footer li::before {
  margin-right: 6px;
  color: var(--home-mint);
  content: "✓";
}

.provider-section {
  padding: 110px 24px;
  border-bottom: 1px solid var(--home-line);
}

.provider-section > header {
  max-width: 700px;
  margin-bottom: 56px;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 28px 42px -36px rgba(13, 33, 53, .55);
  overflow: hidden;
}

.provider-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-right: 1px solid var(--home-line);
}

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

.provider-grid i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 4px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.provider-grid h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.provider-grid p {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.provider-grid > article > span {
  margin-top: auto;
  color: var(--home-copy);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.question-section {
  padding: 110px 24px;
  border-bottom: 1px solid var(--home-line);
}

.question-section > header {
  max-width: 680px;
  margin-bottom: 58px;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.question-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.question-grid article > span {
  margin-bottom: 20px;
  color: var(--home-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.question-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -.025em;
}

.question-grid p {
  color: var(--home-copy);
  font-size: 13px;
  line-height: 1.55;
}

.question-grid strong {
  margin-top: auto;
  color: #657a8e;
  font-size: 10px;
  font-weight: 500;
}

.question-grid strong::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--home-lime);
  content: "";
}

.commerce-reliability {
  background: var(--home-wash);
}

.commerce-reliability .reliability-inner {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 90px;
  padding: 104px 24px;
}

.commerce-reliability header {
  align-self: start;
}

.commerce-reliability dl {
  margin: 0;
  border-top: 1px solid var(--home-line);
}

.commerce-reliability dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--home-line);
}

.commerce-reliability dt {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 500;
}

.commerce-reliability dd {
  margin: 0;
  color: var(--home-copy);
  font-size: 14px;
}

.commerce-faq {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: 90px;
  padding: 104px 24px;
  border-bottom: 1px solid var(--home-line);
}

.commerce-faq .faq-list {
  border-top: 1px solid var(--home-line);
}

.commerce-closing {
  min-height: 520px;
}

.commerce-closing h2 {
  max-width: 14ch;
}

@media (hover: hover) and (pointer: fine) {
  .provider-grid article,
  .question-grid article {
    transition: background-color .18s ease;
  }

  .provider-grid article:hover,
  .question-grid article:hover {
    background: #fbfdfd;
  }
}

@media (max-width: 1080px) {
  .commerce-hero {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }

  .resolution-section {
    grid-template-columns: minmax(0, .7fr) minmax(500px, 1.3fr);
    gap: 42px;
  }

  .canonical-panel {
    gap: 40px;
    padding: 56px;
  }
}

@media (max-width: 900px) {
  .commerce-hero,
  .resolution-section {
    grid-template-columns: 1fr;
  }

  .commerce-hero {
    gap: 58px;
  }

  .commerce-hero-copy {
    max-width: 680px;
  }

  .hero-proof {
    width: min(680px, 100%);
  }

  .commerce-ledger {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-body {
    grid-template-columns: 150px 1fr;
  }

  .resolution-section .feature-copy {
    max-width: 650px;
  }

  .identity-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .canonical-panel {
    grid-template-columns: 1fr;
  }

  .canonical-copy {
    max-width: 680px;
  }

  .entity-list {
    grid-template-columns: repeat(5, auto);
    gap: 5px;
  }

  .provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .provider-grid article {
    border-bottom: 1px solid var(--home-line);
  }

  .provider-grid article:nth-child(2) {
    border-right: 0;
  }

  .provider-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .question-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .commerce-hero,
  .commerce-ledger,
  .profile-section,
  .resolution-section,
  .provider-section,
  .question-section,
  .commerce-faq {
    padding-inline: 20px;
  }

  .commerce-hero {
    min-height: auto;
    padding-block: 72px;
  }

  .commerce-hero-copy h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .commerce-ledger {
    gap: 36px 24px;
    padding-block: 54px;
  }

  .profile-section,
  .resolution-section,
  .provider-section,
  .question-section {
    padding-block: 78px;
  }

  .profile-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-summary > div:nth-child(2) {
    border-right: 0;
  }

  .profile-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .profile-body {
    grid-template-columns: 1fr;
  }

  .profile-body > aside {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .profile-body > aside span {
    flex: 0 0 auto;
    gap: 22px;
  }

  .resolution-workspace {
    grid-template-columns: 1fr;
  }

  .resolution-thread {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .identity-inner,
  .commerce-reliability .reliability-inner {
    width: min(100% - 24px, var(--home-frame));
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 78px 20px;
  }

  .canonical-section {
    padding: 30px 12px;
  }

  .canonical-panel {
    padding: 42px 20px;
  }

  .entity-list {
    grid-template-columns: 1fr;
  }

  .commerce-reliability .reliability-inner {
    padding-block: 78px;
  }

  .commerce-faq {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 78px;
  }
}

@media (max-width: 560px) {
  .commerce-ledger {
    grid-template-columns: 1fr;
  }

  .hero-proof-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-proof-flow > i {
    width: 1px;
    height: 22px;
    justify-self: center;
    border-top: 0;
    border-left: 1px dashed #93a5b4;
  }

  .source {
    width: 130px;
    min-height: 52px;
    justify-self: center;
  }

  .source-stack {
    width: min(250px, 100%);
    justify-self: center;
  }

  .hero-proof > footer {
    grid-template-columns: 1fr;
  }

  .hero-proof > footer strong {
    margin-bottom: 6px;
  }

  .commerce-profile > figcaption span:last-child,
  .resolution-workspace > figcaption span:last-child {
    display: none;
  }

  .profile-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .provider-badges {
    justify-content: flex-start;
  }

  .profile-summary {
    grid-template-columns: 1fr;
  }

  .profile-summary > div,
  .profile-summary > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .profile-summary > div:last-child {
    border-bottom: 0;
  }

  .order-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-facts p:nth-child(2) {
    border-right: 0;
  }

  .order-facts p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .shipment-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .shipment-timeline > div {
    display: grid;
    grid-template-columns: 18px 1fr;
    padding: 0 0 18px;
  }

  .shipment-timeline > div::after {
    top: 11px;
    bottom: 0;
    left: 5px;
    width: 1px;
    height: auto;
  }

  .shipment-timeline i {
    grid-row: 1 / span 2;
  }

  .order-row {
    grid-template-columns: 1fr auto;
  }

  .order-row > span {
    display: none;
  }

  .identity-flow article {
    grid-template-columns: 34px 1fr;
  }

  .identity-flow em {
    grid-column: 2;
    width: fit-content;
  }

  .canonical-code pre {
    min-height: 300px;
    padding: 20px 14px;
    font-size: 10px;
  }

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

  .provider-grid article,
  .provider-grid article:nth-child(2),
  .provider-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .provider-grid article:last-child {
    border-bottom: 0;
  }

  .commerce-reliability dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
