:root {
  --ink: #202020;
  --muted: #6e6e6e;
  --paper: #f9f9f9;
  --mint: #e7e7e7;
  --line: #e1e1e1;
  --font: "Be Vietnam Pro", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #4b4b4b;
  outline-offset: 6px;
}
::selection {
  background: var(--ink);
  color: var(--mint);
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 14px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 104px;
  padding: 0 4.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1800px;
  margin: auto;
}
.brand {
  font-size: 39px;
  font-weight: 800;
  letter-spacing: -3px;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.brand span {
  font-weight: 800;
  margin-left: 1px;
}
.brand i {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  background: #202020;
  border-radius: 50%;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  margin-left: 7%;
  font-size: 14px;
  font-weight: 500;
}
.desktop-nav a {
  position: relative;
  padding: 8px 0;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  transition: transform 0.25s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--ink);
  padding: 14px 20px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.header-cta:hover {
  background: var(--mint);
}
svg {
  width: 22px;
  height: 22px;
}
.menu-button {
  display: none;
}
.mobile-nav[hidden] {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  margin: 0 24px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 722px;
  background: var(--mint);
  padding: 36px 44px 0;
  max-width: 1752px;
}
.hero-image {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 24%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 50%;
  display: block;
}
.hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.eyebrow,
.hero-location {
  font-size: 11px;
  letter-spacing: 1.7px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #20202010;
}
.hero-location {
  font-size: 10px;
  letter-spacing: 1.5px;
}
.hero-content {
  margin-top: 67px;
  width: 58%;
  padding-bottom: 126px;
}
.hero h1 {
  font-size: clamp(80px, 8.05vw, 140px);
  font-weight: 600;
  letter-spacing: -7px;
  line-height: 1.11;
  margin: 0 0 29px;
}
.hero-content p {
  font-size: 15px;
  line-height: 1.85;
  max-width: 500px;
  margin: 0 0 31px;
  color: #3b3b3b;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 23px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  min-height: 58px;
  transition:
    transform 0.25s,
    background 0.25s;
}
.button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s;
}
.button:hover svg {
  transform: translate(3px, -3px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #414141;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 44px;
  right: 44px;
  border-top: 1px solid #3535352b;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.hero-bottom a {
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 17px;
}
.scroll-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #31313155;
  border-radius: 50%;
  font-size: 17px;
}
.hero-index {
  font-size: 14px;
  letter-spacing: 3px;
}
.object-caption {
  position: absolute;
  right: 5%;
  bottom: 127px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 1.3px;
}
.object-caption b {
  font-weight: 500;
}
.crosshair {
  font-size: 33px;
  font-weight: 300;
}
.principles-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1344px;
  padding: 36px 5%;
  margin: auto;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
}
.principles-strip i {
  font-style: normal;
  font-size: 23px;
  font-weight: 400;
  color: #848484;
}
.section-padding {
  padding: 112px 5%;
  max-width: 1600px;
  margin: auto;
}
.approach {
  display: grid;
  grid-template-columns: 1fr 2.28fr;
  gap: 40px;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 1.15px;
  align-self: start;
  padding-top: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.small-square {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: currentColor;
}
.section-no {
  margin-left: 16px;
  color: #8e8e8e;
  font-weight: 400;
}
.approach h2 {
  font-size: clamp(34px, 4.02vw, 66px);
  font-weight: 500;
  letter-spacing: -2.1px;
  line-height: 1.38;
  margin: 0 0 43px;
}
.approach h2 > span {
  color: #949494;
}
.approach-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  max-width: 780px;
}
.approach-copy p {
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
  color: #646464;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
  gap: 30px;
  border-top: 1px solid var(--line);
}
.site-footer span,
.site-footer > a:last-child {
  font-size: 11px;
  color: var(--muted);
}
.site-footer .brand span {
  font-size: 39px;
  color: var(--ink);
}
@media (min-width: 1800px) {
  .hero {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 20px;
    margin-left: 0;
  }
  .hero {
    min-height: 665px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero h1 {
    letter-spacing: -5px;
    font-size: 90px;
  }
  .hero-content {
    width: 62%;
    margin-top: 65px;
  }
  .hero-image {
    left: 22%;
  }
  .hero-bottom {
    left: 32px;
    right: 32px;
  }
  .object-caption {
    right: 4%;
    bottom: 110px;
  }
  .section-padding {
    padding: 86px 5%;
  }
  .approach {
    grid-template-columns: 1fr 2.6fr;
    gap: 20px;
  }
  .approach h2 {
    font-size: 43px;
  }
  .approach-copy {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 30px;
  }
  .site-header {
    height: 84px;
    padding: 0 24px;
    gap: 18px;
  }
  .brand {
    font-size: 34px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
    padding: 10px 15px;
    gap: 14px;
    font-size: 11px;
  }
  .header-cta svg {
    width: 17px;
    height: 17px;
  }
  .menu-button {
    display: flex;
    width: 30px;
    height: 36px;
    padding: 7px 3px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: none;
    border: 0;
  }
  .menu-button span {
    display: block;
    width: 23px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 22px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav a {
    padding: 14px 0;
    font-size: 16px;
  }
  .hero {
    margin: 0 12px;
    padding: 26px 24px 0;
    border-radius: 12px;
    min-height: 865px;
  }
  .hero-location {
    display: none;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .hero-content {
    margin-top: 38px;
    width: 100%;
    padding-bottom: 445px;
  }
  .hero h1 {
    font-size: clamp(66px, 13.7vw, 99px);
    letter-spacing: -4px;
    line-height: 1.16;
    margin-bottom: 22px;
  }
  .hero-content p {
    font-size: 12px;
    line-height: 1.9;
    max-width: 390px;
    margin-bottom: 25px;
  }
  .desktop-break {
    display: none;
  }
  .button {
    font-size: 12px;
    min-height: 54px;
    padding: 16px 20px;
    gap: 25px;
  }
  .hero-image {
    inset: auto -5% 45px -20%;
    height: 435px;
    mask-image: linear-gradient(
      180deg,
      transparent 0%,
      #000 20%,
      #000 88%,
      transparent 100%
    );
  }
  .hero-image img {
    object-fit: cover;
    object-position: 70% 50%;
  }
  .object-caption {
    right: 6%;
    bottom: 103px;
    font-size: 7px;
    gap: 8px;
  }
  .crosshair {
    font-size: 25px;
  }
  .hero-bottom {
    height: 62px;
    left: 24px;
    right: 24px;
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  .hero-bottom a {
    font-size: 9px;
    gap: 8px;
  }
  .hero-index {
    display: none;
  }
  .scroll-arrow {
    width: 25px;
    height: 25px;
  }
  .principles-strip {
    padding: 28px 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    font-size: 10px;
  }
  .principles-strip > i:nth-child(4) {
    display: none;
  }
  .principles-strip > span:nth-child(5) {
    grid-column: 1;
  }
  .principles-strip i {
    font-size: 16px;
  }
  .principles-strip > span:nth-child(3),
  .principles-strip > span:last-child {
    text-align: right;
  }
  .section-padding {
    padding: 70px 24px;
  }
  .approach {
    display: block;
  }
  .section-kicker {
    padding-top: 0;
    margin-bottom: 30px;
    font-size: 10px;
  }
  .approach h2 {
    font-size: clamp(30px, 7.4vw, 48px);
    letter-spacing: -1.4px;
    line-height: 1.45;
    margin-bottom: 28px;
  }
  .approach-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .approach-copy p {
    font-size: 14px;
    line-height: 1.9;
  }
  .site-footer {
    padding: 30px 24px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .site-footer > span {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .site-footer .brand span {
    font-size: 34px;
  }
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  margin: 35px 0 55px;
}
.section-heading h2 {
  font-size: clamp(38px, 4.25vw, 68px);
  line-height: 1.3;
  letter-spacing: -2.4px;
  font-weight: 500;
  margin: 0;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 5px;
  max-width: 370px;
}
.solutions {
  padding-top: 30px;
}
.service {
  border-top: 1px solid #d1d1d1;
}
.service:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.service summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  padding: 32px 0;
  transition: color 0.2s;
}
.service summary::-webkit-details-marker {
  display: none;
}
.service summary:hover {
  color: #737373;
}
.service-number {
  font-size: 12px;
  color: var(--muted);
  min-width: 44px;
}
.service h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.service-tag {
  font-size: 9px;
  letter-spacing: 1.3px;
  margin-left: auto;
  color: var(--muted);
}
.expand-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-left: 28px;
}
.expand-icon:before,
.expand-icon:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: currentColor;
  top: 16px;
  left: 11px;
  transition: transform 0.25s;
}
.expand-icon:after {
  transform: rotate(90deg);
}
.service[open] .expand-icon:after {
  transform: rotate(0);
}
.service[open] .expand-icon {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.service-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 0 8% 46px 74px;
}
.service-content > div > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 27px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 7px;
}
.text-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.text-link:hover svg {
  transform: translate(3px, -3px);
}
.micro-label {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.deliverables {
  padding: 20px 25px;
  background: #efefef;
  border-radius: 3px;
}
.deliverables > .micro-label {
  color: var(--muted);
}
.deliverables ul {
  list-style: none;
  padding: 0;
  margin: 17px 0 0;
}
.deliverables li {
  display: flex;
  gap: 20px;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 12px;
}
.deliverables li > span {
  font-size: 9px;
  color: #8b8b8b;
  padding-top: 2px;
}
.applications {
  background: #222222;
  color: #f0f0f0;
  margin: 0 24px;
  border-radius: 16px;
  overflow: hidden;
}
.applications-inner {
  padding: 65px 44px 0;
  max-width: 1512px;
  margin: auto;
}
.applications .section-kicker {
  color: #adadad;
}
.applications .section-no {
  color: #8a8a8a;
}
.applications .section-heading {
  margin-top: 37px;
  margin-bottom: 46px;
}
.applications .section-heading > p {
  color: #a5a5a5;
}
.use-tabs {
  display: flex;
  border-bottom: 1px solid #4b4b4b;
  gap: 44px;
}
.use-tabs button {
  position: relative;
  background: none;
  border: 0;
  color: #a8a8a8;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 0 20px;
  font-size: 12px;
}
.use-tabs button > span {
  font-size: 9px;
  color: #919191;
}
.use-tabs button[aria-selected="true"] {
  color: #fff;
}
.use-tabs button:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background: #d8d8d8;
  transform: scaleX(0);
  transition: transform 0.25s;
  transform-origin: left;
}
.use-tabs button[aria-selected="true"]:after {
  transform: scaleX(1);
}
.use-tabs button:hover {
  color: #fff;
}
.use-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 56px 0 60px;
  align-items: center;
  min-height: 475px;
}
.use-copy > .micro-label {
  color: #ababab;
}
.use-copy h3 {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.38;
  margin: 22px 0;
}
.use-copy > p {
  color: #aeaeae;
  font-size: 14px;
  line-height: 1.95;
  max-width: 410px;
  margin: 0 0 29px;
}
.use-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.use-tags > span {
  font-size: 9px;
  border: 1px solid #575757;
  padding: 8px 10px;
  border-radius: 30px;
  color: #bcbcbc;
}
.workflow {
  border: 1px solid #505050;
  background: #2c2c2c;
  border-radius: 8px;
  max-width: 490px;
  padding: 24px 28px;
  position: relative;
}
.workflow-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #979797;
  font-size: 8px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.workflow-mark {
  font-size: 12px;
  color: #b6b6b6;
}
.flow-node {
  display: flex;
  gap: 17px;
  align-items: center;
  border: 1px solid #525252;
  padding: 15px 19px;
  background: #282828;
  border-radius: 5px;
}
.node-icon {
  font-size: 23px;
  line-height: 1;
  color: #c2c2c2;
  width: 24px;
  text-align: center;
}
.flow-node > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.node-label {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #aaaaaa;
}
.flow-node strong {
  font-size: 12px;
  font-weight: 400;
}
.node-count {
  font-size: 9px;
  color: #8a8a8a;
  margin-left: auto;
}
.active-node {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #252525;
}
.active-node .node-label,
.active-node .node-count {
  color: #646464;
}
.active-node .node-icon {
  color: #383838;
}
.flow-line {
  height: 22px;
  width: 1px;
  background: #6a6a6a;
  margin-left: 31px;
  position: relative;
  overflow: hidden;
}
.flow-line > span {
  position: absolute;
  left: 0;
  top: 0;
  background: #e8e8e8;
  width: 1px;
  height: 9px;
  animation: flow 2.5s infinite ease-in-out;
}
.workflow-note {
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 22px 0 0;
}
.workflow-note > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c1c1c1;
}
.applications-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #474747;
  padding: 25px 0;
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #a4a4a4;
}
.applications-foot > span:last-child {
  letter-spacing: 0;
  font-size: 10px;
}
.process .section-heading {
  margin-bottom: 57px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.process-grid article {
  border-top: 1px solid #d1d1d1;
  padding-top: 22px;
}
.process-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.process-top > span {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -3px;
  color: #9e9e9e;
}
.process-top svg {
  width: 21px;
  color: #727272;
}
.process-grid h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin: 0 0 18px;
}
.process-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
  max-width: 330px;
  margin: 0 0 29px;
  min-height: 101px;
}
.process-output {
  font-size: 8px;
  letter-spacing: 0.6px;
  display: block;
  color: #727272;
  line-height: 1.8;
}
.contact {
  margin: 0 24px 40px;
  padding: 37px 44px 0;
  background: #ebebeb;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.contact-top .section-kicker {
  padding: 0;
  margin: 0;
}
.contact-top > span:last-child {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #747474;
}
.contact-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 75px 0 58px;
}
.contact h2 {
  margin: 0;
  font-size: clamp(54px, 6.7vw, 106px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1.3;
}
.contact-wordmark {
  font-weight: 600;
  letter-spacing: -6px;
}
.contact-arrow {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5%;
  transition:
    background 0.3s,
    color 0.3s;
}
.contact-arrow > svg {
  width: 50px;
  height: 50px;
  transition: transform 0.3s;
}
.contact-arrow:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.contact-arrow:hover > svg {
  transform: translate(5px, -5px);
}
.contact-bottom {
  border-top: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 0;
}
.contact-bottom p {
  font-size: 12px;
  color: #6c6c6c;
  line-height: 1.8;
  margin: 0;
}
.contact-email {
  font-size: 18px;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-email > svg {
  width: 18px;
  height: 18px;
}
.site-footer {
  border: 0;
  padding-top: 6px;
  padding-bottom: 33px;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(22px);
}
[data-reveal] {
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-topline {
  animation: arrive 0.65s both;
}
.hero-content h1 {
  animation: arrive 0.8s 0.07s both;
}
.hero-content p {
  animation: arrive 0.8s 0.15s both;
}
.hero-content .button {
  animation: arrive 0.8s 0.23s both;
}
.hero-image {
  animation: art-arrive 1.3s 0.05s both;
}
.hero-image img {
  transition: transform 1.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: transform;
}
.panel-enter {
  animation: arrive 0.35s both;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes art-arrive {
  from {
    opacity: 0;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes flow {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(27px);
  }
}
@media (min-width: 1800px) {
  .applications,
  .contact {
    max-width: 1752px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1050px) {
  .section-heading h2 {
    font-size: 46px;
  }
  .section-heading > p {
    max-width: 280px;
    font-size: 12px;
  }
  .service h3 {
    font-size: 23px;
  }
  .service-tag {
    font-size: 8px;
  }
  .service summary {
    gap: 18px;
  }
  .expand-icon {
    margin-left: 12px;
  }
  .service-content {
    padding-left: 62px;
    padding-right: 20px;
    gap: 6%;
  }
  .applications-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .use-panel {
    gap: 6%;
  }
  .use-copy h3 {
    font-size: 31px;
  }
  .workflow {
    padding: 20px;
  }
  .workflow-top {
    font-size: 7px;
  }
  .flow-node {
    padding: 13px;
    gap: 12px;
  }
  .flow-node strong {
    font-size: 10px;
  }
  .use-tabs {
    gap: 30px;
  }
  .use-tabs button {
    gap: 18px;
    font-size: 11px;
  }
  .process-grid {
    gap: 28px;
  }
  .process-grid h3 {
    font-size: 18px;
  }
  .process-grid p {
    min-height: 125px;
  }
  .process-output {
    font-size: 7px;
  }
  .contact h2 {
    font-size: 65px;
  }
  .contact-arrow {
    width: 110px;
    height: 110px;
    margin-right: 2%;
  }
}
@media (max-width: 760px) {
  .solutions {
    padding-top: 0;
  }
  .section-heading {
    display: block;
    margin: 0 0 35px;
  }
  .section-heading h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 1.4;
  }
  .section-heading > p {
    font-size: 13px;
    line-height: 1.9;
    margin: 22px 0 0;
    max-width: 100%;
  }
  .service summary {
    gap: 13px;
    padding: 26px 0;
  }
  .service-number {
    min-width: 20px;
    font-size: 9px;
  }
  .service h3 {
    font-size: 17px;
    letter-spacing: -0.6px;
    line-height: 1.6;
  }
  .service-tag {
    display: none;
  }
  .expand-icon {
    margin-left: auto;
    width: 29px;
    height: 29px;
  }
  .expand-icon:before,
  .expand-icon:after {
    left: 8px;
    top: 13px;
  }
  .service-content {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 0 28px 33px;
  }
  .service-content > div > p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .text-link {
    font-size: 11px;
    gap: 16px;
    line-height: 1.8;
  }
  .deliverables {
    padding: 20px;
  }
  .deliverables .micro-label {
    font-size: 8px;
  }
  .deliverables li {
    font-size: 11px;
    gap: 14px;
  }
  .applications {
    margin: 0 12px;
    border-radius: 12px;
  }
  .applications-inner {
    padding: 38px 24px 0;
  }
  .applications .section-heading {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .applications .section-heading h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
  .applications .section-heading > p {
    font-size: 12px;
  }
  .use-tabs {
    gap: 0;
    justify-content: space-between;
  }
  .use-tabs button {
    font-size: 9px;
    line-height: 1.8;
    text-align: left;
    padding: 0 4px 15px 0;
    gap: 0;
  }
  .use-tabs button > span {
    display: none;
  }
  .use-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 35px 0;
    min-height: 750px;
    align-content: start;
  }
  .use-copy h3 {
    font-size: 28px;
    letter-spacing: -0.7px;
    margin-top: 18px;
  }
  .use-copy > p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .use-tags > span {
    font-size: 8px;
    padding: 7px 10px;
  }
  .workflow {
    max-width: none;
    padding: 22px 20px;
  }
  .workflow-top {
    font-size: 7px;
    margin-bottom: 22px;
  }
  .flow-node strong {
    font-size: 11px;
  }
  .node-label {
    font-size: 7px;
  }
  .flow-line {
    height: 22px;
  }
  .workflow-note {
    font-size: 8px;
  }
  .applications-foot {
    padding: 22px 0;
    font-size: 7px;
    line-height: 1.8;
  }
  .applications-foot > span:last-child {
    display: none;
  }
  .process .section-heading {
    margin-bottom: 34px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .process-grid article {
    position: relative;
    padding-left: 68px;
    padding-top: 27px;
  }
  .process-top {
    position: absolute;
    left: 0;
    top: 27px;
    margin: 0;
  }
  .process-top > span {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .process-top svg {
    display: none;
  }
  .process-grid h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .process-grid p {
    font-size: 13px;
    min-height: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .process-output {
    font-size: 7px;
  }
  .contact {
    margin: 0 12px 30px;
    padding: 31px 24px 0;
    border-radius: 12px;
  }
  .contact-top > span:last-child {
    display: none;
  }
  .contact-main {
    gap: 14px;
    margin: 45px 0 35px;
  }
  .contact h2 {
    font-size: clamp(29px, 7.8vw, 52px);
    letter-spacing: -1.5px;
    line-height: 1.5;
  }
  .contact-wordmark {
    letter-spacing: -2px;
  }
  .contact-arrow {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .contact-arrow > svg {
    width: 25px;
    height: 25px;
  }
  .contact-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0 27px;
  }
  .contact-bottom p {
    font-size: 11px;
    max-width: 260px;
  }
  .contact-email {
    font-size: 18px;
  }
  .site-footer {
    padding-top: 5px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-content {
    padding-bottom: 415px;
  }
  .hero {
    min-height: 890px;
  }
  .hero-bottom {
    font-size: 7px;
  }
  .section-kicker {
    font-size: 9px;
  }
}
.approach h2 > span {
  color: #737373;
}
.approach-copy p,
.service-content > div > p {
  font-size: 16px;
}
.use-copy > p,
.process-grid p {
  font-size: 15px;
}
.section-heading > p {
  font-size: 15px;
}
.process-grid p {
  min-height: 125px;
}
.deliverables li {
  font-size: 14px;
}
.use-tabs button {
  font-size: 14px;
}
.flow-node strong {
  font-size: 14px;
}
.use-tags > span {
  font-size: 11px;
}
.workflow-top {
  font-size: 9px;
}
.node-label {
  font-size: 9px;
}
.workflow-note {
  font-size: 10px;
}
.service-tag {
  font-size: 10px;
}
.contact-bottom p {
  font-size: 14px;
}
.hero-content p {
  font-size: 16px;
}
.hero-content {
  margin-top: 61px;
}
.hero h1 {
  margin-bottom: 27px;
}
.principles-strip {
  font-size: 14px;
}
@media (max-width: 1050px) {
  .use-tabs {
    gap: 24px;
  }
  .use-tabs button {
    font-size: 12px;
    gap: 20px;
  }
  .process-grid p {
    min-height: 155px;
  }
  .node-label {
    font-size: 8px;
  }
  .flow-node strong {
    font-size: 12px;
  }
  .service-tag {
    font-size: 8px;
  }
}
@media (max-width: 760px) {
  .hero-content {
    margin-top: 36px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .approach-copy p,
  .service-content > div > p,
  .use-copy > p,
  .process-grid p {
    font-size: 15px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .process-grid p {
    min-height: 0;
  }
  .deliverables li {
    font-size: 12px;
  }
  .principles-strip {
    font-size: 11px;
  }
  .use-tabs button {
    font-size: 10px;
    gap: 0;
    min-height: 46px;
  }
  .use-tabs {
    gap: 8px;
  }
  .flow-node strong {
    font-size: 12px;
  }
  .use-tags > span {
    font-size: 9px;
  }
  .contact-bottom p {
    font-size: 13px;
  }
  .hero {
    min-height: 890px;
  }
  .hero-image {
    bottom: 37px;
  }
  .use-panel {
    min-height: 770px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
}

.hero-image img {
  filter: grayscale(1);
  opacity: 0.96;
}
.hero-image {
  mix-blend-mode: multiply;
}
.status-dot {
  box-shadow: none;
}
.hero {
  background: #ededed;
}
.hero-content p {
  color: #4e4e4e;
}
.button-dark {
  background: #232323;
}
.hero h1 {
  font-weight: 500;
}
.hero-image {
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
}
@media (max-width: 760px) {
  .hero-image {
    mask-image: linear-gradient(
      180deg,
      transparent 0%,
      #000 24%,
      #000 87%,
      transparent 100%
    );
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(54px, 17vw, 99px);
  }
}
@media (max-width: 359px) {
  .header-cta {
    display: none;
  }
  .menu-button {
    margin-left: auto;
  }
  .contact-main {
    flex-wrap: wrap;
  }
  .contact-arrow {
    width: 52px;
    height: 52px;
  }
  .hero h1 {
    letter-spacing: -3px;
  }
}
