@font-face {
  font-family: Instrument Serif;
  src: url("/fonts/instrument-serif.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("/fonts/dm-sans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("/fonts/dm-sans-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}
:root {
  --paper: #f5f6f3;
  --ink: #171d19;
  --muted: #525e55;
  --forest: #254f40;
  --mist: #e6ece7;
  --rule: #cbd5cd;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #c9dbcd;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.018em;
}
h1 {
  font-size: clamp(68px, 6.3vw, 98px);
}
h2 {
  font-size: clamp(45px, 4.3vw, 64px);
}
h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.035em;
}
p {
  max-width: 64ch;
}
svg {
  display: block;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 108px;
}
.section-label {
  color: var(--forest);
  font-size: 14px;
  margin-bottom: 24px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.8px;
}
.wordmark svg {
  width: 32px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 4.5;
  fill: none;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  margin-left: auto;
  margin-right: 58px;
}
.site-header nav a:hover,
.text-link:hover,
.email-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  min-height: 49px;
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid var(--ink);
  transition: background 0.15s;
}
.button:hover {
  background: var(--forest);
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.button-small {
  min-height: 41px;
  padding: 10px 17px;
  gap: 24px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding-block: 85px 102px;
}
.intro-label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--forest);
}
.small-mark {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--forest);
  flex-shrink: 0;
}
.hero-description {
  font-size: 17px;
  line-height: 1.75;
  max-width: 430px;
  margin-top: 28px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 29px;
  align-items: center;
  margin-top: 32px;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.hero-art {
  align-self: center;
  margin-top: 15px;
  padding-left: 12px;
}
.art-caption {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  color: var(--muted);
  padding-inline: 30px;
}
.art-caption-rule {
  height: 1px;
  background: var(--rule);
  flex: 1;
}
.routing-art {
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.route-node rect {
  fill: var(--paper);
  stroke: #bacabb;
  stroke-width: 1;
}
.route-node path {
  fill: none;
  stroke: #526b55;
  stroke-width: 1.3;
}
.route-node text {
  fill: #405745;
  font-family: var(--sans);
  font-size: 12px;
}
.art-brand {
  fill: white;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}
.art-detail {
  fill: #dae5dc;
  font-size: 11px;
}
.human-label {
  fill: var(--forest);
  font-size: 11px;
}
.art-baseline {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  padding: 0 27px;
}
.promise-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-block: 26px;
  font-size: 14px;
}
.promise-strip p:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid var(--rule);
}
.promise-end {
  color: var(--forest);
}
.thesis-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.thesis-copy {
  padding-top: 45px;
  color: var(--muted);
}
.thesis-copy p + p {
  margin-top: 20px;
}
.thesis-copy .lead {
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.approach-section {
  background: var(--mist);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 52px;
}
.section-heading > p,
.section-heading > div > p:not(.section-label) {
  max-width: 460px;
  color: var(--muted);
}
.workflow-demo {
  background: var(--paper);
  border: 1px solid #c4d0c7;
}
.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  padding: 0 28px;
  gap: 18px;
}
.example-tabs {
  display: flex;
  gap: 26px;
}
.example-tabs button {
  border: 0;
  background: none;
  padding: 22px 0 19px;
  font-size: 13px;
  white-space: nowrap;
  color: var(--muted);
  border-bottom: 3px solid transparent;
}
.example-tabs button[aria-selected="true"] {
  color: var(--forest);
  border-bottom-color: var(--forest);
}
.example-tabs button:hover {
  color: var(--ink);
}
.example-label {
  font-size: 11px;
  color: var(--muted);
}
.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  min-height: 376px;
}
.workflow-end {
  padding: 29px 32px 32px;
  display: flex;
  flex-direction: column;
}
.flow-label {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 29px;
}
.document-icon {
  font-size: 24px;
  color: var(--forest);
  margin-bottom: 13px;
  height: 32px;
  line-height: 32px;
}
.workflow-end h3,
.workflow-middle h3 {
  font-size: 25px;
  line-height: 1.16;
  margin-bottom: 15px;
  letter-spacing: -0.045em;
}
.workflow-end > p:not(.flow-label) {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 23px;
  max-width: 225px;
}
.sample-document {
  background: white;
  border: 1px solid #d9dfd8;
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 10px;
  color: #465849;
  max-width: 225px;
  margin-top: auto;
}
.sample-document span {
  display: block;
}
.sample-document span + span {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.sample-document i {
  display: block;
  width: 85%;
  height: 3px;
  background: #e4e9e3;
  margin-top: 10px;
}
.sample-document i + i {
  width: 55%;
  margin-top: 5px;
}
.workflow-middle {
  padding: 29px 35px 25px;
  background: var(--forest);
  color: var(--paper);
  position: relative;
}
.workflow-middle:before,
.workflow-middle:after {
  content: "→";
  position: absolute;
  top: 49%;
  left: -14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid #c4d0c7;
  color: var(--forest);
  font-size: 14px;
}
.workflow-middle:after {
  left: auto;
  right: -14px;
}
.workflow-middle .flow-label {
  color: #d3e0d5;
}
.workflow-middle h3 {
  font-family: var(--serif);
  font-size: 42px;
  letter-spacing: -0.015em;
  margin-bottom: 19px;
}
.workflow-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.workflow-middle li {
  padding-block: 7px;
  border-bottom: 1px solid #ffffff20;
}
.workflow-middle li:before {
  content: "✓";
  margin-right: 10px;
  color: #c0d5c1;
}
.exception {
  font-size: 10px;
  line-height: 1.6;
  color: #d3e0d5;
  padding-top: 20px;
  display: flex;
  gap: 8px;
}
.sample-result {
  margin-top: auto;
  border: 1px solid #d1dbd1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e8eee6;
  padding: 14px 12px;
  font-size: 10px;
  border-radius: 3px;
  max-width: 242px;
  color: var(--forest);
}
.sample-result small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.result-check {
  border: 1px solid #b8c9ba;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.demo-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  padding: 20px 28px;
  border-top: 1px solid var(--rule);
}
.secondary-copy {
  margin-top: 18px;
  font-size: 14px;
}
.task-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 65px;
}
.task-list > div {
  border-top: 1px solid var(--rule);
  padding-top: 25px;
}
.task-symbol {
  font-family: var(--serif);
  font-size: 36px;
  display: block;
  height: 57px;
  color: var(--forest);
}
.task-list h3 {
  margin-bottom: 15px;
}
.task-list p {
  font-size: 14px;
  color: var(--muted);
  max-width: 310px;
}
.research-link {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0;
  font-size: 12px;
  margin-top: 61px;
  color: var(--muted);
}
.research-link > span:last-child {
  color: var(--forest);
}
.research-link:hover > span:last-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.difference-section {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
}
.difference-intro > p:last-child {
  max-width: 355px;
  color: var(--muted);
  font-size: 14px;
  margin-top: 27px;
}
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 36px;
}
.features article {
  border-top: 1px solid var(--rule);
  padding-top: 21px;
}
.features h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.features p {
  font-size: 13px;
  color: var(--muted);
}
.engagement-section {
  border-top: 1px solid var(--rule);
}
.steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin: 0;
}
.steps li {
  position: relative;
}
.step-number {
  display: block;
  font-family: var(--serif);
  font-size: 38px;
  color: var(--forest);
  padding-bottom: 17px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 25px;
}
.steps li:not(:last-child):after {
  content: "→";
  position: absolute;
  top: 22px;
  right: -38px;
  color: #7b8e7d;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 17px;
  min-height: 90px;
}
.step-outcome {
  display: inline-block;
  font-size: 11px;
  color: var(--forest);
  border: 1px solid #c1cec3;
  border-radius: 20px;
  padding: 4px 11px;
  margin-top: 24px;
}
.value-section {
  background: #e8ece4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 55px 57px;
  margin-bottom: 105px;
}
.value-section h2 {
  font-size: 50px;
}
.value-section p:not(.section-label) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 24px;
  max-width: 335px;
}
.value-list {
  margin: 0;
}
.value-list > div {
  border-bottom: 1px solid #c5cec0;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.value-list > div:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.value-list dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 9px;
}
.value-list dd {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  max-width: 350px;
}
.contact-section {
  background: var(--forest);
  color: var(--paper);
}
.contact-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  padding-block: 84px;
}
.contact-inner .section-label {
  color: #c2d5c6;
}
.contact-inner h2 {
  font-size: clamp(50px, 5vw, 75px);
}
.contact-inner p:not(.section-label) {
  font-size: 15px;
  line-height: 1.8;
  color: #d4e1d7;
  margin-top: 24px;
}
.button-light {
  background: var(--paper);
  color: var(--forest);
  border-color: var(--paper);
  margin-top: 32px;
}
.button-light:hover {
  background: #dce7dc;
}
.email-link {
  font-size: 13px;
  margin-left: 24px;
  white-space: nowrap;
}
.contact-symbol {
  width: 260px;
  flex-shrink: 0;
  stroke: #6c8e76;
  stroke-width: 30;
  opacity: 0.7;
  margin-right: 45px;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 38px;
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer .wordmark svg {
  width: 27px;
  height: 30px;
}
.site-footer p {
  font-size: 12px;
  color: var(--muted);
}
.site-footer small {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
:focus-visible {
  outline: 2px solid #598063;
  outline-offset: 5px;
}
.workflow-panel:focus-visible {
  outline-offset: -5px;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 18px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.not-found {
  padding: 80px 8vw;
}
.not-found p {
  margin: 80px 0 20px;
}
.not-found .button {
  margin-top: 35px;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 110px 125px;
    gap: 45px;
  }
  .hero-art {
    margin-right: -20px;
  }
  .hero-description {
    max-width: 445px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    padding-block: 65px 80px;
    grid-template-columns: 1.05fr 1fr;
  }
  h1 {
    font-size: 76px;
  }
  .hero-art {
    padding: 0;
    margin-right: -15px;
  }
  .site-header nav {
    margin-right: 15px;
    gap: 25px;
  }
  .section-heading,
  .thesis-section {
    gap: 55px;
  }
  .workflow-end {
    padding: 26px 24px;
  }
  .workflow-middle {
    padding: 26px 27px;
  }
  .difference-section {
    gap: 55px;
  }
  .features {
    gap: 28px;
  }
  .value-section {
    gap: 50px;
    padding: 45px;
  }
  .contact-symbol {
    width: 215px;
    margin-right: 10px;
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 88px;
  }
  .site-header nav {
    gap: 20px;
    margin-right: 0;
  }
  .wordmark {
    font-size: 28px;
  }
  .hero {
    gap: 20px;
    padding-block: 48px 64px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 630px;
  }
  .hero-description {
    max-width: 490px;
  }
  .hero-art {
    width: min(620px, 100%);
    margin: 35px auto 0;
  }
  .art-caption {
    font-size: 12px;
  }
  .art-baseline {
    font-size: 11px;
  }
  h1 {
    font-size: 88px;
  }
  .promise-strip {
    flex-wrap: wrap;
    gap: 12px 28px;
    justify-content: flex-start;
  }
  .promise-strip p {
    font-size: 12px;
  }
  .promise-strip p:not(:first-child) {
    padding-left: 0;
    border: 0;
  }
  .promise-end {
    flex-basis: 100%;
  }
  .section-space {
    padding-block: 76px;
  }
  .thesis-section,
  .section-heading {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .thesis-copy {
    padding: 0;
  }
  .thesis-copy p {
    max-width: 640px;
  }
  .section-heading > p,
  .section-heading > div > p:not(.section-label) {
    max-width: 590px;
  }
  h2 {
    font-size: 58px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .workflow-grid {
    grid-template-columns: 1fr 1.15fr 1fr;
  }
  .workflow-end {
    padding: 23px 18px;
  }
  .workflow-middle {
    padding: 23px 20px;
  }
  .workflow-end h3 {
    font-size: 21px;
  }
  .workflow-end > p:not(.flow-label) {
    font-size: 12px;
  }
  .workflow-middle h3 {
    font-size: 36px;
  }
  .workflow-middle ul {
    font-size: 11px;
  }
  .flow-label {
    font-size: 10px;
  }
  .sample-document,
  .sample-result {
    font-size: 9px;
    padding: 10px;
  }
  .sample-document span + span,
  .sample-result small {
    font-size: 8px;
  }
  .sample-result {
    gap: 7px;
  }
  .example-tabs {
    gap: 20px;
  }
  .demo-toolbar {
    padding-inline: 20px;
  }
  .example-tabs button {
    font-size: 12px;
  }
  .example-label {
    font-size: 10px;
  }
  .task-list {
    gap: 30px;
    margin-top: 40px;
  }
  .difference-section {
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .difference-intro > p:last-child {
    max-width: 580px;
  }
  .features {
    gap: 35px;
  }
  .steps {
    gap: 35px;
  }
  .steps li:not(:last-child):after {
    right: -26px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    min-height: 112px;
  }
  .value-section {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding: 34px;
    margin-bottom: 76px;
  }
  .value-section h2 {
    font-size: 46px;
  }
  .contact-symbol {
    width: 170px;
    margin-right: 0;
  }
  .contact-inner {
    gap: 30px;
    padding-block: 70px;
  }
  .contact-inner h2 {
    font-size: 59px;
  }
  .email-link {
    display: block;
    margin: 19px 0 0;
  }
  .site-footer {
    gap: 25px;
  }
  .site-footer p {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 86px;
    gap: 12px;
  }
  .site-header nav {
    display: none;
  }
  .wordmark {
    font-size: 27px;
    gap: 7px;
  }
  .wordmark svg {
    width: 28px;
    height: 32px;
  }
  .button-small {
    font-size: 12px;
    gap: 16px;
    padding: 9px 13px;
    min-height: 38px;
  }
  .hero {
    padding-top: 37px;
    padding-bottom: 43px;
  }
  .intro-label {
    font-size: 12px;
    margin-bottom: 25px;
  }
  h1 {
    font-size: clamp(60px, 14.8vw, 87px);
  }
  .hero-description {
    font-size: 15px;
    margin-top: 23px;
    max-width: 380px;
  }
  .hero-actions {
    gap: 24px;
    margin-top: 27px;
  }
  .button {
    font-size: 13px;
    padding: 12px 20px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 11px;
  }
  .hero-art {
    margin-top: 27px;
  }
  .art-caption {
    font-size: 9px;
    padding-inline: 8px;
    gap: 12px;
  }
  .art-baseline {
    font-size: 8px;
    padding: 0 4px;
  }
  .routing-art {
    margin-top: 7px;
  }
  .promise-strip {
    gap: 9px 18px;
    padding-block: 22px;
  }
  .promise-strip p {
    font-size: 11px;
  }
  .section-space {
    padding-block: 61px;
  }
  .section-label {
    font-size: 12px;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 48px;
  }
  .thesis-copy .lead {
    font-size: 19px;
  }
  .thesis-copy {
    font-size: 14px;
  }
  .thesis-copy p + p {
    margin-top: 18px;
  }
  .section-heading {
    gap: 24px;
  }
  .section-heading > p,
  .section-heading > div > p:not(.section-label) {
    font-size: 14px;
  }
  .demo-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0 16px 13px;
  }
  .example-tabs {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  .example-tabs button {
    padding-block: 17px 13px;
    font-size: 11px;
  }
  .example-label {
    margin-top: 10px;
    font-size: 9px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .workflow-end {
    padding: 25px;
  }
  .flow-label {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .document-icon {
    float: left;
    font-size: 23px;
    height: 26px;
    margin-bottom: 12px;
  }
  .workflow-end h3 {
    font-size: 25px;
  }
  .workflow-end h3 br {
    display: none;
  }
  .workflow-end > p:not(.flow-label) {
    max-width: 270px;
    font-size: 13px;
    margin-bottom: 18px;
  }
  .sample-document {
    width: 100%;
    max-width: none;
    font-size: 11px;
    padding: 13px 14px;
  }
  .sample-document span + span {
    font-size: 10px;
  }
  .sample-document i {
    width: 72%;
  }
  .sample-document i + i {
    width: 47%;
  }
  .workflow-middle {
    padding: 25px;
  }
  .workflow-middle:before,
  .workflow-middle:after {
    content: "↓";
    top: -14px;
    left: auto;
    right: 25px;
  }
  .workflow-middle:after {
    top: auto;
    bottom: -14px;
  }
  .workflow-middle h3 {
    font-size: 40px;
  }
  .workflow-middle h3 br {
    display: none;
  }
  .workflow-middle ul {
    font-size: 13px;
  }
  .workflow-middle li {
    padding-block: 9px;
  }
  .exception {
    font-size: 11px;
    padding-top: 18px;
  }
  .sample-result {
    max-width: none;
    font-size: 11px;
    padding: 15px;
  }
  .sample-result small {
    font-size: 10px;
  }
  .demo-footer {
    padding: 16px 19px;
    align-items: flex-start;
    font-size: 10px;
    gap: 9px;
  }
  .demo-footer .small-mark {
    margin-top: 5px;
  }
  .task-list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }
  .task-list > div {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 14px;
  }
  .task-symbol {
    grid-row: 1/3;
    font-size: 28px;
    height: auto;
  }
  .task-list h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .task-list p {
    font-size: 13px;
    max-width: 340px;
  }
  .research-link {
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
    padding-block: 20px;
    font-size: 11px;
  }
  .difference-section {
    padding-top: 0;
    gap: 32px;
  }
  .difference-intro > p:last-child {
    font-size: 14px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .features article {
    padding-top: 20px;
  }
  .features h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .features p {
    font-size: 13px;
    max-width: 400px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
    padding-top: 22px;
    border-top: 1px solid var(--rule);
  }
  .steps li:not(:last-child):after {
    display: none;
  }
  .step-number {
    grid-row: 1/4;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 34px;
    line-height: 1;
  }
  .steps h3 {
    font-size: 20px;
  }
  .steps p {
    min-height: 0;
    font-size: 13px;
    margin-top: 12px;
    max-width: 350px;
  }
  .step-outcome {
    justify-self: start;
    margin-top: 17px;
    font-size: 10px;
  }
  .value-section {
    padding: 29px 25px;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 61px;
  }
  .value-section h2 {
    font-size: 46px;
  }
  .value-section p:not(.section-label) {
    font-size: 13px;
    margin-top: 19px;
  }
  .value-list dt {
    font-size: 16px;
  }
  .value-list dd {
    font-size: 12px;
  }
  .value-list > div {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .contact-inner {
    padding-block: 58px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .contact-inner h2 {
    font-size: 49px;
  }
  .contact-inner p:not(.section-label) {
    font-size: 13px;
    max-width: 295px;
  }
  .contact-inner p br {
    display: none;
  }
  .contact-symbol {
    display: none;
  }
  .contact-inner .button {
    margin-top: 26px;
  }
  .email-link {
    font-size: 12px;
    margin-top: 17px;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
    padding-block: 28px;
  }
  .site-footer .wordmark {
    font-size: 25px;
  }
  .site-footer p {
    order: 3;
    flex-basis: 100%;
    font-size: 11px;
  }
  .site-footer small {
    font-size: 10px;
  }
  .not-found {
    padding: 50px 22px;
  }
  .not-found h1 {
    font-size: 64px;
  }
}
.contact-section :focus-visible {
  outline-color: var(--paper);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  body {
    background: white;
    font-size: 12px;
  }
  .site-header nav,
  .hero-actions,
  .contact-section,
  .hero-art {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .section-space {
    padding-block: 25px;
  }
  .hero {
    padding: 25px 0;
  }
  .workflow-middle {
    background: white;
    color: black;
  }
  .workflow-middle .flow-label,
  .exception {
    color: black;
  }
  .section-heading,
  .thesis-section {
    gap: 25px;
  }
  .value-section {
    margin-bottom: 25px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  a[href^="mailto"]:after {
    content: " (" attr(href) ")";
  }
}
