:root {
  --ink: #111713;
  --panel: #19211b;
  --panel-light: #202920;
  --line: #364335;
  --lime: #d5ee83;
  --paper: #f2f3e9;
  --muted: #a4aea0;
  --dark-muted: #616d5c;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color-scheme: dark;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  background: var(--ink);
  color: var(--paper);
  margin: 0;
  font: 15px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.1;
}
img {
  display: block;
  max-width: 100%;
}
p {
  color: var(--muted);
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1220px, calc(100% - 96px));
  margin-inline: auto;
}
.section-space {
  padding-block: 96px;
}
.eyebrow {
  font: 9px/1.5 var(--mono);
  color: var(--lime);
  letter-spacing: 1.3px;
}
section[id] {
  scroll-margin-top: 30px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 12px 20px;
  background: var(--lime);
  color: var(--ink);
  z-index: 10;
}
.skip-link:focus {
  top: 15px;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: block;
  flex-shrink: 0;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: 11px;
}
.site-header nav a:hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.nav-cta {
  border: 1px solid #65755a;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-radius: 2px;
}
.nav-cta span {
  font-size: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 75px;
  padding-top: 101px;
  padding-bottom: 92px;
  align-items: center;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}
.square-dot {
  width: 6px;
  height: 6px;
  background: var(--lime);
}
.hero h1 {
  font-size: clamp(49px, 5.5vw, 76px);
  letter-spacing: -3.8px;
  margin: 28px 0 27px;
  line-height: 1.07;
}
.hero h1 span {
  color: var(--lime);
}
.hero-description {
  font-size: 15px;
  line-height: 1.85;
  max-width: 370px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  min-height: 49px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  padding: 14px 18px;
  border-radius: 2px;
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
}
.button-lime:hover {
  background: #e4f7ac;
}
.hero-note {
  font: 7px/1.8 var(--mono);
  color: #a0b38c;
  letter-spacing: 0.7px;
}
.flow-board {
  position: relative;
  background: radial-gradient(#50643b55 0.6px, transparent 0.6px);
  background-size: 15px 15px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 25px 26px 17px;
}
.board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 7px/1.5 var(--mono);
  letter-spacing: 1px;
  color: #a3b793;
  margin-bottom: 27px;
}
.board-header > span:last-child {
  font-size: 20px;
}
.flow-node {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 19px;
  border: 1px solid #4c5d40;
  border-radius: 3px;
  background: var(--panel);
}
.node-icon {
  font: 21px/1 var(--mono);
  color: #8fa679;
}
.node-label {
  display: block;
  font: 6px/1.5 var(--mono);
  letter-spacing: 1px;
  color: #a2b091;
  margin-bottom: 7px;
}
.flow-node strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.node-meta {
  display: block;
  color: #8d9b85;
  font-size: 8px;
  margin-top: 6px;
}
.connector {
  height: 47px;
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  margin-left: 38px;
}
.connector i {
  display: block;
  width: 1px;
  background: #7f965b;
  height: 100%;
}
.connector::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #7f965b;
  border-bottom: 1px solid #7f965b;
  transform: rotate(45deg);
  bottom: 1px;
  left: -2px;
}
.connector span {
  font: 6px/1 var(--mono);
  letter-spacing: 0.8px;
  color: #9aad89;
}
.check-node {
  background: #d5ee83;
  color: var(--ink);
  border-color: #d5ee83;
}
.check-node .node-label {
  color: #526936;
}
.check-node .node-meta {
  color: #586d3c;
}
.node-plus {
  font: 22px/1 var(--mono);
  margin-left: auto;
  color: #5c733e;
}
.branch {
  height: 51px;
  position: relative;
}
.branch > div {
  height: 36px;
  width: 52%;
  border-top: 1px solid #7f965b;
  border-right: 1px solid #7f965b;
  border-left: 1px solid #7f965b;
  border-radius: 3px 3px 0 0;
  position: absolute;
  bottom: 0;
  left: 24%;
}
.branch > div::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #7f965b;
  top: -16px;
  left: 50%;
}
.branch > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  font: 5px/1.5 var(--mono);
  letter-spacing: 0.45px;
  white-space: nowrap;
  color: #a3b793;
  background: var(--ink);
  padding-inline: 5px;
}
.flow-outputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.output-node {
  position: relative;
  padding: 16px 12px 15px;
  border: 1px solid #4c5d40;
  background: #1a221b;
  border-radius: 3px;
}
.output-node .node-label {
  font-size: 5px;
  letter-spacing: 0.6px;
  margin-top: 21px;
  color: #aec396;
}
.output-node strong {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.output-node p {
  font-size: 7px;
  color: #92a184;
  margin-top: 4px;
}
.output-icon {
  font-size: 17px;
  line-height: 1;
  color: var(--lime);
}
.question-node {
  border-style: dashed;
}
.question-node .output-icon {
  font: 16px/1 var(--mono);
  color: #d2cca2;
}
.board-caption {
  font: 5px/1.6 var(--mono);
  text-align: center;
  letter-spacing: 0.7px;
  margin-top: 17px;
  color: #8d9f7d;
}
.ticker {
  border-block: 1px solid var(--line);
  background: #151d16;
}
.ticker > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  gap: 15px;
  font: 8px/1.6 var(--mono);
  letter-spacing: 1.1px;
  color: #bdcba7;
}
.ticker b {
  font-size: 14px;
  color: #738b5d;
  font-weight: 400;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}
.section-heading h2,
.method h2,
.example h2,
.contact h2 {
  font-size: 44px;
  letter-spacing: -1.9px;
  margin-top: 18px;
  line-height: 1.13;
}
.section-heading h2 span,
.example h2 span {
  color: var(--lime);
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.95;
  max-width: 265px;
  padding-bottom: 4px;
}
.pilot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pilot-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px;
  background: #172019;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 8px/1.5 var(--mono);
  letter-spacing: 1px;
  color: #adbf99;
  margin-bottom: 42px;
}
.card-glyph {
  font-size: 28px;
  line-height: 1;
  color: var(--lime);
}
.pilot-card h3 {
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}
.pilot-card > p {
  font-size: 11px;
  line-height: 1.9;
  margin-bottom: 25px;
}
.card-deliverable {
  margin-top: auto;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.card-deliverable > span {
  display: block;
  font: 7px/1.5 var(--mono);
  letter-spacing: 0.9px;
  color: #a7bc91;
  margin-bottom: 8px;
}
.card-deliverable > strong {
  font-weight: 400;
  color: #d4ddc8;
  line-height: 1.8;
}
.pilot-card details {
  font-size: 11px;
  margin-top: 15px;
}
.pilot-card summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  color: #ccd7c0;
}
.pilot-card summary::-webkit-details-marker,
.privacy summary::-webkit-details-marker {
  display: none;
}
.pilot-card summary > span {
  font-size: 20px;
  color: #9eb781;
  font-weight: 400;
}
.pilot-card details[open] summary > span {
  transform: rotate(45deg);
}
.pilot-card details p {
  font-size: 10px;
  line-height: 1.9;
  padding: 12px 0 7px;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 500;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--lime);
}
.card-link > span {
  font-size: 20px;
}
.card-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.planning-card {
  background: #1c221b;
}
.planning-card .card-top,
.planning-card .card-deliverable > span {
  color: #c7c9a2;
}
.method {
  background: var(--paper);
  color: var(--ink);
}
.method .eyebrow {
  color: #657445;
}
.method-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 120px;
}
.method h2 {
  margin-bottom: 24px;
}
.method-heading > p:not(.eyebrow) {
  color: var(--dark-muted);
  font-size: 13px;
  line-height: 1.9;
  max-width: 305px;
}
.method-symbol {
  margin-top: 29px;
}
.method-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.method-steps > li {
  display: flex;
  align-items: start;
  gap: 25px;
  padding-block: 24px;
  border-top: 1px solid #cbd1bd;
}
.method-steps > li:first-child {
  padding-top: 5px;
  border-top: 0;
}
.method-steps > li:last-child {
  padding-bottom: 0;
}
.method-steps > li > span {
  font: 9px/2.4 var(--mono);
  color: #6c7e4f;
}
.method-steps h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  margin-bottom: 13px;
}
.method-steps p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--dark-muted);
  max-width: 354px;
}
.example {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 115px;
}
.example h2 {
  margin-bottom: 26px;
}
.example > div:first-child > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  max-width: 310px;
}
.example-card {
  border: 1px solid #47513b;
  border-radius: 4px;
  background: #1a2119;
  overflow: hidden;
}
.example-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 23px;
  border-bottom: 1px solid var(--line);
  gap: 10px;
  font: 7px/1.5 var(--mono);
  letter-spacing: 0.7px;
  color: #9daf8a;
}
.review-tag {
  font: 7px/1.5 var(--mono);
  color: #d8d1a8;
  border: 1px solid #756f4b;
  padding: 4px 6px;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: 0;
}
.example-body {
  padding: 28px 25px 24px;
}
.example-body code {
  font: 10px/1.5 var(--mono);
  color: #b7c99f;
  letter-spacing: 1px;
}
.example-body h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin: 14px 0 13px;
}
.example-body p {
  font-size: 11px;
  line-height: 1.85;
  max-width: 350px;
}
.example-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: 25px;
  border-top: 1px solid var(--line);
  padding-block: 17px;
  gap: 20px;
}
.example-bottom > span {
  font: 7px/1.5 var(--mono);
  letter-spacing: 0.5px;
  color: #91a37d;
}
.example-bottom b {
  display: block;
  font: 11px/1.5 var(--sans);
  letter-spacing: 0;
  color: #dbe4d1;
  margin-top: 6px;
}
.example-card .example-caption {
  font: 7px/1.8 var(--sans);
  color: #91a37d;
  padding: 14px 25px;
  background: #151d15;
  border-top: 1px solid var(--line);
}
.contact {
  padding-bottom: 38px;
}
.contact-inner {
  border: 1px solid #53663e;
  border-radius: 4px;
  background: radial-gradient(ellipse at 110% -20%, #46572a 0, transparent 65%), #1c2919;
  padding: 53px 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
}
.contact h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.contact h2 span {
  color: var(--lime);
}
.contact p {
  font-size: 12px;
  line-height: 1.9;
  color: #a9b89c;
  max-width: 350px;
}
.contact-action {
  padding-top: 31px;
}
.contact-pending {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #758e51;
  padding: 14px 18px;
  border-radius: 2px;
  color: var(--lime);
  font-size: 11px;
}
.contact-pending i {
  width: 5px;
  height: 5px;
  display: block;
  background: var(--lime);
}
.contact-action > p {
  font-size: 10px;
  line-height: 1.9;
  margin-top: 18px;
  max-width: 320px;
}
.privacy {
  padding-bottom: 37px;
}
.privacy details {
  max-width: 700px;
}
.privacy summary {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 10px;
  color: #bdcaae;
}
.privacy summary > span {
  font-size: 18px;
  color: #9aaf83;
}
.privacy details[open] summary > span {
  transform: rotate(45deg);
}
.privacy details > div {
  padding-top: 11px;
}
.privacy p {
  font-size: 11px;
  line-height: 1.9;
  margin-block: 10px;
}
.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 34px;
  gap: 30px;
}
.site-footer p {
  font-size: 10px;
  color: #8c9b7e;
  margin-top: 12px;
}
.site-footer p > a {
  color: #c9d9b5;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font: 8px/1.5 var(--mono);
  color: #9baa8e;
}
@media (max-width: 1120px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 40px;
    padding-top: 77px;
    padding-bottom: 76px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 350px;
  }
  .hero-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .flow-board {
    padding-inline: 19px;
  }
  .flow-node {
    padding-inline: 14px;
  }
  .output-node {
    padding-inline: 10px;
  }
  .output-node strong {
    font-size: 11px;
  }
  .section-heading h2,
  .method h2,
  .example h2 {
    font-size: 38px;
  }
  .pilot-card {
    padding: 22px;
  }
  .pilot-card h3 {
    font-size: 23px;
  }
  .method-inner {
    gap: 75px;
  }
  .example {
    gap: 68px;
  }
  .contact-inner {
    gap: 50px;
    padding: 44px;
  }
  .contact h2 {
    font-size: 42px;
  }
  .section-space {
    padding-block: 80px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 86px;
  }
  .site-header .wordmark img {
    width: 195px;
  }
  .site-header nav {
    gap: 23px;
    font-size: 10px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 65px 60px;
  }
  .hero h1 {
    font-size: 72px;
    letter-spacing: -3.4px;
  }
  .hero-description {
    max-width: 480px;
  }
  .hero-actions {
    gap: 25px;
  }
  .flow-board {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding: 28px 30px 20px;
  }
  .board-header {
    font-size: 8px;
  }
  .flow-node {
    padding: 20px;
  }
  .node-label {
    font-size: 7px;
  }
  .flow-node strong {
    font-size: 15px;
  }
  .node-meta {
    font-size: 9px;
  }
  .connector span {
    font-size: 7px;
  }
  .branch > span {
    font-size: 6px;
  }
  .output-node {
    padding: 17px;
  }
  .output-node .node-label {
    font-size: 6px;
  }
  .output-node strong {
    font-size: 13px;
  }
  .output-node p {
    font-size: 8px;
  }
  .board-caption {
    font-size: 6px;
  }
  .ticker > .wrap {
    font-size: 6px;
    letter-spacing: 0.6px;
    gap: 8px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .section-heading > p {
    max-width: 420px;
    font-size: 13px;
  }
  .pilot-grid {
    grid-template-columns: 1fr;
  }
  .pilot-card {
    padding: 28px;
  }
  .card-top {
    margin-bottom: 30px;
    font-size: 9px;
  }
  .pilot-card h3 {
    font-size: 29px;
  }
  .pilot-card > p {
    font-size: 13px;
    max-width: 100%;
  }
  .card-deliverable {
    font-size: 12px;
  }
  .card-deliverable > span {
    font-size: 8px;
  }
  .card-deliverable br {
    display: none;
  }
  .pilot-card summary {
    font-size: 12px;
  }
  .pilot-card details p {
    font-size: 12px;
  }
  .card-link {
    font-size: 12px;
  }
  .method-inner {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .method-symbol {
    display: none;
  }
  .method-heading > p:not(.eyebrow) {
    max-width: 400px;
  }
  .method-steps p {
    max-width: 100%;
    font-size: 13px;
  }
  .method-steps h3 {
    font-size: 25px;
  }
  .example {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .example > div:first-child > p:not(.eyebrow) {
    max-width: 460px;
  }
  .example-body p {
    max-width: 100%;
    font-size: 12px;
  }
  .example-body h3 {
    font-size: 24px;
  }
  .example-body code {
    font-size: 12px;
  }
  .example-bottom > span {
    font-size: 8px;
  }
  .example-bottom b {
    font-size: 12px;
  }
  .example-top {
    font-size: 8px;
  }
  .example-card .example-caption {
    font-size: 9px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 35px;
  }
  .contact-action {
    padding-top: 0;
  }
  .contact p {
    max-width: 440px;
  }
  .contact-action > p {
    max-width: 440px;
  }
  .contact h2 {
    font-size: 42px;
  }
  .section-space {
    padding-block: 66px;
  }
}
@media (max-width: 520px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
    gap: 15px;
  }
  .site-header .wordmark img {
    width: 177px;
  }
  .site-header nav {
    gap: 0;
  }
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    font-size: 9px;
    gap: 12px;
    padding: 8px 10px;
  }
  .hero {
    padding-top: 48px;
    gap: 39px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -3px;
    margin-top: 23px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
    max-width: 335px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .hero-actions {
    gap: 19px;
    margin-top: 29px;
  }
  .button {
    gap: 16px;
    font-size: 10px;
    padding-inline: 15px;
  }
  .hero-note {
    font-size: 6px;
    letter-spacing: 0.4px;
  }
  .flow-board {
    padding: 22px 18px 16px;
  }
  .board-header {
    font-size: 7px;
    letter-spacing: 0.7px;
    margin-bottom: 21px;
  }
  .flow-node {
    padding: 17px 14px;
    gap: 11px;
  }
  .flow-node strong {
    font-size: 12px;
  }
  .node-label {
    font-size: 6px;
  }
  .node-meta {
    font-size: 8px;
  }
  .check-node img {
    width: 29px;
  }
  .node-plus {
    font-size: 19px;
  }
  .connector {
    height: 41px;
    margin-left: 29px;
  }
  .connector span {
    font-size: 6px;
  }
  .branch {
    height: 48px;
  }
  .branch > span {
    font-size: 5px;
    letter-spacing: 0.2px;
    top: 22px;
  }
  .flow-outputs {
    gap: 10px;
  }
  .output-node {
    padding: 13px 11px;
  }
  .output-node .node-label {
    font-size: 5px;
    letter-spacing: 0.4px;
  }
  .output-node strong {
    font-size: 11px;
  }
  .output-node p {
    font-size: 7px;
  }
  .board-caption {
    font-size: 5px;
    letter-spacing: 0.35px;
  }
  .ticker > .wrap {
    display: grid;
    grid-template-columns: 1fr 12px 1fr;
    font-size: 7px;
    gap: 12px;
    text-align: center;
    padding-block: 19px;
  }
  .ticker b:nth-of-type(2) {
    display: none;
  }
  .ticker span:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .ticker b:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .ticker span:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .section-heading h2,
  .method h2,
  .example h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .pilot-card {
    padding: 25px;
  }
  .pilot-card h3 {
    font-size: 28px;
  }
  .pilot-card > p {
    font-size: 12px;
  }
  .card-deliverable {
    font-size: 11px;
  }
  .pilot-card details p {
    font-size: 11px;
  }
  .method-steps > li {
    gap: 19px;
  }
  .method-steps h3 {
    font-size: 23px;
  }
  .method-steps p {
    font-size: 12px;
  }
  .example-top {
    font-size: 6px;
    letter-spacing: 0.5px;
    padding: 17px 18px;
  }
  .review-tag {
    font-size: 6px;
  }
  .example-body {
    padding: 25px 21px 22px;
  }
  .example-body h3 {
    font-size: 21px;
  }
  .example-body p {
    font-size: 11px;
  }
  .example-bottom {
    margin-inline: 21px;
    gap: 13px;
  }
  .example-bottom > span {
    font-size: 7px;
  }
  .example-bottom b {
    font-size: 11px;
  }
  .example-card .example-caption {
    font-size: 8px;
    padding-inline: 21px;
  }
  .contact-inner {
    padding: 30px 25px;
  }
  .contact h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .contact .eyebrow {
    font-size: 8px;
    letter-spacing: 0.9px;
  }
  .contact p {
    font-size: 11px;
  }
  .contact-action > p {
    font-size: 10px;
  }
  .privacy {
    padding-bottom: 29px;
  }
  .site-footer {
    align-items: start;
    flex-direction: column;
    gap: 24px;
    padding-block: 28px;
  }
  .footer-links {
    justify-content: space-between;
    width: 100%;
  }
  .site-footer .wordmark img {
    width: 185px;
  }
  .section-space {
    padding-block: 56px;
  }
}
@media (max-width: 350px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .site-header .wordmark img {
    width: 153px;
  }
  .nav-cta {
    font-size: 8px;
    gap: 8px;
    padding: 7px 8px;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.7px;
  }
  .hero .eyebrow {
    font-size: 7px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-note {
    font-size: 6px;
  }
  .flow-board {
    padding-inline: 14px;
  }
  .flow-node {
    padding: 15px 11px;
    gap: 9px;
  }
  .flow-node strong {
    font-size: 11px;
  }
  .node-meta {
    font-size: 7px;
  }
  .node-icon {
    font-size: 18px;
  }
  .flow-outputs {
    gap: 8px;
  }
  .output-node {
    padding-inline: 9px;
  }
  .output-node strong {
    font-size: 10px;
  }
  .output-node p {
    font-size: 6px;
  }
  .board-header {
    font-size: 6px;
  }
  .section-heading h2,
  .method h2,
  .example h2 {
    font-size: 29px;
  }
  .pilot-card {
    padding: 22px;
  }
  .pilot-card h3 {
    font-size: 26px;
  }
  .contact-inner {
    padding-inline: 21px;
  }
  .contact h2 {
    font-size: 32px;
  }
  .example-body h3 {
    font-size: 19px;
  }
  .method-steps h3 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
