:root {
  --paper: #fafbf9;
  --ink: #121412;
  --soft: #70746f;
  --line: #d8dbd6;
  --sage: #e5ede1;
  --sage-ink: #70806b;
  --sans: "Instrument Sans", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.wrap { width: min(1510px, calc(100% - 96px)); margin-inline: auto; }

.topbar {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  border-bottom: 1px solid var(--ink);
}
.wordmark { justify-self: start; font-size: .95rem; font-weight: 700; letter-spacing: -.025em; }
.brand-lockup {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.brand-lockup img {
  width: 27px;
  height: 32px;
  object-fit: contain;
}
.brand-lockup > span {
  margin: 0;
  color: var(--ink);
}
.brand-lockup .brand-dot {
  margin-inline: .14em;
  color: var(--sage-ink);
}
.footer > p { margin-bottom: 0; color: var(--soft); font-size: .75rem; line-height: 1.45; }
.footer > p a { border-bottom: 1px solid #b8bcb7; }
.footer > p a:hover { color: var(--ink); border-bottom-color: currentColor; }
.topbar nav, .footer nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: .78rem; }
.topbar nav a, .footer nav a, .contact-link { padding-block: 6px; border-bottom: 1px solid transparent; }
.topbar nav a:hover, .footer nav a:hover, .contact-link:hover { border-bottom-color: currentColor; }
.contact-link { justify-self: end; font-size: .78rem; font-weight: 650; }
.external-arrow {
  width: .68em;
  height: .68em;
  margin-left: .3em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: .04em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.hero {
  min-height: 1120px;
  padding-block: clamp(85px, 8vw, 125px) 55px;
}
.hero-brand {
  margin-bottom: clamp(80px, 8vw, 125px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-brand > img {
  width: clamp(64px, 5.4vw, 86px);
  height: auto;
}
.hero-brand-name {
  margin: 30px 0 18px;
  font-size: clamp(5.2rem, 8.5vw, 9.2rem);
  font-stretch: 100%;
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.038em;
}
.hero-brand-name span {
  display: inline-block;
  margin-inline: .07em;
  color: var(--sage-ink);
}
.hero-kicker {
  margin: 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  font-weight: 500;
  letter-spacing: -.02em;
}
.hero h1 {
  max-width: 1260px;
  margin: 0 auto clamp(78px, 8vw, 115px);
  font-size: clamp(4rem, 6.2vw, 6.8rem);
  font-stretch: condensed;
  font-weight: 620;
  line-height: .96;
  text-align: center;
  letter-spacing: -.064em;
}
.hero h1 em {
  margin-top: .1em;
  display: inline-block;
  color: var(--sage-ink);
  font-style: normal;
  font-weight: 540;
}
.hero-foot {
  padding-top: 35px;
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  gap: clamp(60px, 8vw, 140px);
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid var(--ink);
}
.hero-copy .pretitle {
  margin: 0 0 20px;
  font-size: clamp(1.15rem, 1.6vw, 1.48rem);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.025em;
}
.hero-copy > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  line-height: 1.58;
}
.hero-foot a {
  min-width: 255px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ink);
  font-size: .76rem;
  font-weight: 620;
}
.hero-foot a .external-arrow, .final-cta a .external-arrow, .contact-link .external-arrow { transition: transform 160ms ease; }
.hero-foot a:hover .external-arrow, .final-cta a:hover .external-arrow, .contact-link:hover .external-arrow { transform: translate(3px, -3px); }

.reader-proof {
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid #414540;
}
.proof-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.proof-row > p {
  margin-bottom: 0;
  color: #bec4bc;
  font-size: .86rem;
  line-height: 1.5;
}
.ticker {
  overflow: hidden;
  padding-block: 25px;
}
.ticker-track {
  width: max-content;
  display: flex;
  animation: ticker-scroll 36s linear infinite;
  will-change: transform;
}
.ticker-group {
  display: flex;
  flex: none;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding-right: clamp(24px, 3vw, 48px);
}
.ticker-group span {
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 430;
  line-height: 1;
  letter-spacing: -.04em;
}
.ticker-group i {
  width: 7px;
  height: 7px;
  flex: none;
  background: #8da086;
  border-radius: 50%;
}
@keyframes ticker-scroll {
  to { transform: translateX(-50%); }
}

.how { padding-block: clamp(115px, 14vw, 215px); }
.section-head {
  margin-bottom: clamp(80px, 10vw, 145px);
  display: grid;
  grid-template-columns: 1.25fr .45fr;
  gap: 80px;
  align-items: end;
}
.section-head h2 {
  max-width: 1050px;
  margin-bottom: 0;
  font-size: clamp(3.7rem, 6.1vw, 6.8rem);
  font-weight: 440;
  line-height: .96;
  letter-spacing: -.057em;
}
.section-head p {
  max-width: 420px;
  margin-bottom: 5px;
  color: var(--soft);
  line-height: 1.65;
}
.steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}
.steps li {
  min-width: 0;
  min-height: clamp(480px, 39vw, 610px);
  padding: clamp(30px, 3.5vw, 52px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.step-visual {
  min-height: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: var(--sage-ink);
}
.step-icon {
  width: clamp(100px, 9vw, 142px);
  height: auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-copy {
  height: 250px;
  flex: none;
  padding-top: clamp(28px, 3vw, 44px);
  border-top: 1px solid var(--line);
}
.steps h3 {
  max-width: 390px;
  min-height: 2em;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -.045em;
}
.steps h3 span {
  padding-top: .2em;
  color: var(--sage-ink);
  font-family: var(--mono);
  font-size: .48em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
}
.steps p {
  max-width: 390px;
  margin-bottom: 0;
  color: var(--soft);
  font-size: .96rem;
  line-height: 1.62;
}

.coverage {
  background: var(--sage);
  border-block: 1px solid var(--ink);
}
.coverage > .wrap { padding-block: clamp(110px, 14vw, 215px); }
.coverage-head {
  margin-bottom: clamp(75px, 10vw, 145px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 21vw, 310px);
  gap: 0;
  align-items: start;
}
.coverage h2 {
  max-width: 1120px;
  min-height: 2.8em;
  margin-bottom: 0;
  font-size: clamp(4rem, 7vw, 7.7rem);
  font-weight: 440;
  line-height: .93;
  letter-spacing: -.062em;
}
.commodity-word {
  display: inline-block;
  color: var(--sage-ink);
  white-space: nowrap;
  transition: opacity 300ms ease;
  will-change: opacity;
}
.commodity-word.is-changing {
  opacity: 0;
}
.coverage-head > div {
  align-self: stretch;
  padding-left: clamp(30px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #b7c3b2;
}
.coverage-head strong {
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 440;
  line-height: .85;
  letter-spacing: -.07em;
}
.coverage-head p {
  max-width: 230px;
  margin: 26px 0 0;
  color: #596355;
  font-size: clamp(.95rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}
.commodity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid #b7c3b2;
}
.commodity-grid span {
  min-height: 145px;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid #b7c3b2;
  border-bottom: 1px solid #b7c3b2;
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
}
.commodity-grid span:nth-child(1),
.commodity-grid span:nth-child(6) { background: rgba(255, 255, 255, .42); }
.coverage-close {
  max-width: 610px;
  margin: 48px 0 0 50%;
  color: #596355;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.55;
}

.global { padding-block: clamp(115px, 14vw, 215px); }
.global-copy {
  margin-bottom: clamp(75px, 10vw, 145px);
  display: grid;
  grid-template-columns: 1.2fr .5fr;
  gap: 80px;
  align-items: end;
}
.global h2 {
  max-width: 1050px;
  margin-bottom: 0;
  font-size: clamp(3.8rem, 6.1vw, 6.8rem);
  font-weight: 440;
  line-height: .95;
  letter-spacing: -.06em;
}
.global-copy p {
  max-width: 470px;
  margin-bottom: 5px;
  color: var(--soft);
  line-height: 1.7;
}
.language-list {
  margin-left: 25%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}
.language-list span {
  min-height: 110px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.2rem, 2vw, 1.9rem);
}
.language-list span:last-child { color: var(--soft); }

.examples {
  color: var(--paper);
  background: var(--ink);
}
.examples > .wrap { padding-block: clamp(110px, 14vw, 210px); }
.examples-head {
  margin-bottom: clamp(80px, 10vw, 145px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(50px, 6vw, 100px);
  align-items: end;
}
.examples h2 {
  max-width: 1040px;
  margin-bottom: 0;
  font-size: clamp(3.7rem, 6.1vw, 6.8rem);
  font-weight: 440;
  line-height: .95;
  letter-spacing: -.058em;
}
.examples h2 span { color: #9eaa9a; }
.examples-head > p {
  max-width: 440px;
  margin-bottom: 5px;
  color: #b7bcb6;
  line-height: 1.7;
}
.case-controls {
  width: 380px;
  max-width: 100%;
  padding-bottom: 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}
.case-controls button {
  min-height: 44px;
  padding: 12px 0;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #e0e3de;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #697067;
  font: inherit;
  font-size: .9rem;
  cursor: pointer;
}
.case-controls button:last-child { justify-self: end; }
.case-controls button:hover { border-bottom-color: currentColor; }
.case-controls button:focus-visible {
  outline: 2px solid #aab8a5;
  outline-offset: 5px;
}
.case-controls button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.case-status {
  margin: 0;
  color: #aab8a5;
  font-family: var(--mono);
  font-size: .76rem;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
}
.case-carousel {
  overflow: hidden;
  border-top: 1px solid #4a4e49;
  border-bottom: 1px solid #4a4e49;
}
.case-carousel:focus-visible {
  outline: 1px solid #aab8a5;
  outline-offset: 5px;
}
.case-track {
  display: flex;
  touch-action: pan-y;
  transition: transform 480ms cubic-bezier(.22, .75, .25, 1);
  will-change: transform;
}
.case-page {
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-study {
  min-width: 0;
  padding: clamp(32px, 4vw, 58px);
}
.case-study + .case-study { border-left: 1px solid #4a4e49; }
.case-study-accent { background: #1a1e1a; }
.case-study header { min-height: 235px; }
.case-study header > span,
.case-study dt {
  color: #aab8a5;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.case-study dt {
  font-size: .78rem;
  letter-spacing: .02em;
  text-transform: none;
}
.case-study h3 {
  margin: 46px 0 18px;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  font-weight: 440;
  line-height: .95;
  letter-spacing: -.055em;
}
.case-study header p {
  margin-bottom: 0;
  color: #d0d4ce;
  font-size: .96rem;
}
.case-study dl {
  margin: 0;
  padding: 0;
  border-top: 1px solid #4a4e49;
}
.case-study dl > div {
  min-height: 170px;
  padding-block: 30px;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 24px;
  align-items: baseline;
  border-bottom: 1px solid #4a4e49;
}
.case-study dd {
  margin: 0;
  color: #e0e3de;
  font-size: 1.03rem;
  line-height: 1.62;
}

.final-cta { padding-block: clamp(130px, 17vw, 270px); border-block: 1px solid var(--ink); }
.final-cta h2 {
  max-width: 1300px;
  margin-bottom: clamp(48px, 6vw, 82px);
  font-size: clamp(4.3rem, 9vw, 10rem);
  font-weight: 440;
  line-height: .88;
  letter-spacing: -.068em;
}
.final-cta > div {
  margin-left: 0;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.final-cta p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--soft);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.55;
}
.final-cta a {
  width: min(100%, 520px);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
}

.footer {
  min-height: 155px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 45px;
  align-items: center;
}

@media (max-width: 1050px) {
  .wrap { width: min(calc(100% - 56px), 880px); }
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .language-list, .coverage-close, .final-cta > div { margin-left: 0; }
  .section-head,
  .coverage-head,
  .global-copy,
  .examples-head { grid-template-columns: 1fr; gap: 35px; }
  .coverage-head > div {
    padding: 32px 0 0;
    border-top: 1px solid #b7c3b2;
    border-left: 0;
  }
  .proof-row { grid-template-columns: 240px minmax(0, 1fr); gap: 30px; }
  .commodity-grid { grid-template-columns: 1fr 1fr; }
  .coverage-close { max-width: 650px; }
  .case-controls { min-width: 0; justify-self: start; }
  .case-page { grid-template-columns: 1fr; }
  .case-study + .case-study { border-top: 1px solid #4a4e49; border-left: 0; }
  .footer { grid-template-columns: 1fr auto; padding-block: 35px; }
  .footer > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 32px); }
  .topbar { min-height: 78px; }
  .brand-lockup { gap: 9px; }
  .brand-lockup img { width: 23px; height: 28px; }
  .hero { min-height: 980px; padding-block: 68px 35px; }
  .hero-brand { margin-bottom: 62px; }
  .hero-brand > img { width: 56px; }
  .hero-brand-name { margin: 24px 0 14px; font-size: clamp(3.6rem, 12vw, 5rem); }
  .hero-kicker { max-width: 330px; font-size: 1rem; }
  .hero h1 { margin-bottom: 70px; font-size: clamp(3.2rem, 10.5vw, 4.4rem); }
  .hero-foot, .section-head, .coverage-head, .global-copy, .examples-head, .final-cta > div { grid-template-columns: 1fr; }
  .hero-foot { gap: 38px; padding-top: 28px; }
  .hero-copy .pretitle { margin-bottom: 16px; font-size: 1.12rem; }
  .hero-copy > p:last-child { font-size: 1rem; }
  .hero-foot a, .final-cta a { min-width: 0; }
  .proof-row { min-height: 175px; grid-template-columns: 1fr; gap: 6px; padding-block: 22px; }
  .proof-row > p { font-size: .8rem; }
  .ticker { padding-block: 14px; }
  .ticker-group span { font-size: 2rem; }
  .section-head h2,
  .coverage h2,
  .global h2,
  .examples h2 { font-size: 3.45rem; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 430px; }
  .step-visual { min-height: 190px; }
  .step-copy { width: 100%; height: auto; min-height: 220px; }
  .steps h3 { min-height: 0; }
  .step-icon { width: 108px; }
  .commodity-grid { grid-template-columns: 1fr 1fr; }
  .commodity-grid span { min-height: 112px; padding: 18px; }
  .coverage h2 { min-height: 4em; }
  .commodity-word {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .language-list { grid-template-columns: 1fr 1fr; }
  .language-list span { min-height: 92px; padding: 18px; }
  .case-study { padding: 30px 20px; }
  .case-study header { min-height: 205px; }
  .case-study dl > div { min-height: 0; grid-template-columns: 1fr; gap: 16px; }
  .final-cta h2 { font-size: 4.3rem; }
  .final-cta a { font-size: 1.3rem; gap: 20px; }
  .footer { grid-template-columns: 1fr; gap: 24px; }
  .footer > p { grid-column: auto; grid-row: auto; }
  .footer nav { gap: 24px; }
}

@media (max-width: 440px) {
  .hero-brand-name { font-size: 3.5rem; }
  .hero h1 { font-size: 3rem; }
  .final-cta h2 { font-size: 3.75rem; }
  .commodity-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .ticker-group[aria-hidden="true"] { display: none; }
}
