@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-400-800.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-ext-400-800.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --blue: #1785f5;
  --blue-dark: #0970de;
  --orange: #e34819;
  --brand-primary: #c54016;
  --text: #0f1117;
  --muted: #7a8190;
  --card: #ffffff;
  --line: #e8e8e8;
  --shadow: 0 4px 13px rgba(24, 40, 65, 0.11);
  --card-shadow: 0 3px 10px rgba(24, 40, 65, 0.08);
  --hero-card-copy-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --hero-card-copy-size: 18px;
  --hero-card-copy-line: 1.4;
  --hero-card-copy-weight: 400;
  --l2-title-size: 28.8px;
  --l2-subtitle-size: 16.2px;
  --subtitle-span-width: min(1130px, calc(100vw - 44px));
}

@font-face {
  font-family: "WixMadeforDisplay";
  src: url("assets/fonts/madefor-display.var.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WixMadeforText";
  src: url("assets/fonts/madefor-text.var.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  background: #fff;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

em,
i,
cite,
address,
var {
  font-style: normal;
}

img {
  max-width: 100%;
  display: block;
}

p,
li {
  font-size: 13px;
  line-height: 1.38;
}

p {
  margin: 0;
}

.page {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.narrow {
  width: min(690px, calc(100% - 44px));
}

.topbar {
  position: fixed;
  z-index: 30;
  top: 18px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.nav-pill {
  width: min(1780px, calc(100% - 86px));
  min-height: 70px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
}

.logo img {
  width: 132px;
  height: 34px;
  object-fit: cover;
  object-position: center;
  height: auto;
}

.logo,
.main-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.main-nav a {
  color: #050505;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17.55px;
  font-style: normal;
  font-weight: 567;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.main-nav a.active,
.main-nav a[aria-current="page"] {
  color: var(--brand-primary);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 40px;
  height: 38px;
  padding: 7px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #111;
}

.hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 790px;
  padding: 86px 0 64px;
  color: #fff;
  background:
    linear-gradient(rgba(22, 131, 245, 0.756), rgba(22, 131, 245, 0.773)),
    url("assets/live-hero-factory.jpg") center top / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #fff;
  transform: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero h1 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: min(900px, 100%);
  margin: 0 auto 34px;
  font-size: clamp(37.8px, 4.41vw, 57.6px);
  line-height: 1.12;
  font-weight: 700;
}

.desktop-break {
  display: none;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-bottom: 58px;
  min-width: 0;
}

.hero-cards article {
  min-height: 132px;
  padding: 20px 24px;
  background: #fff;
  color: #070707;
  font-style: normal;
  text-align: left;
  border-radius: 5px;
  box-shadow: var(--card-shadow);
  min-width: 0;
}

.card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.card-title h2 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  color: var(--blue);
  font-size: 28px;
  font-style: normal;
  line-height: 1.4;
  font-weight: 700;
}

.card-icon,
.step-icon {
  color: var(--orange);
  display: block;
  position: relative;
  width: 34px;
  height: 28px;
  flex: 0 0 auto;
}

.step-icon-img {
  display: block;
  position: absolute;
  top: 20px;
  right: 18px;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.card-icon-svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.card-icon-svg path {
  fill: currentColor;
}

.card-icon-svg .svg-cutout {
  fill: #fff;
}

.hero-cards article:nth-child(1) .card-icon-svg {
  width: 34px;
  height: 34px;
}

.hero-cards article:nth-child(2) .card-icon-svg {
  width: 31px;
  height: 31px;
}

.hero-cards article:nth-child(3) .card-icon-svg {
  width: 28px;
  height: 28px;
}

.process-icon {
  width: 52px;
}

.process-icon::before {
  content: "›››";
  position: absolute;
  top: -9px;
  right: 0;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -10px;
  line-height: 1;
}

.systems-icon::before,
.systems-icon::after,
.roadmap-icon::before,
.roadmap-icon::after {
  content: "";
  position: absolute;
  border: 3px solid var(--orange);
  border-radius: 1px;
}

.systems-icon::before,
.roadmap-icon::before {
  width: 13px;
  height: 18px;
  left: 2px;
  top: 4px;
}

.systems-icon::after,
.roadmap-icon::after {
  width: 13px;
  height: 18px;
  right: 2px;
  top: 4px;
}

.people-icon::before,
.people-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 4px solid var(--orange);
  border-radius: 50%;
}

.people-icon::before {
  left: 2px;
}

.people-icon::after {
  right: 2px;
}

.assess-icon::before,
.assess-icon::after {
  content: "";
  position: absolute;
}

.assess-icon::before {
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border: 4px solid var(--orange);
  border-radius: 50%;
  background:
    linear-gradient(var(--orange), var(--orange)) center / 15px 4px no-repeat,
    linear-gradient(var(--orange), var(--orange)) center / 4px 15px no-repeat;
}

.assess-icon::after {
  right: 0;
  bottom: 0;
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
  transform: rotate(45deg);
}

.explore-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 20px;
  height: 24px;
  border: 4px solid var(--orange);
  border-bottom: 0;
  border-radius: 16px 16px 10px 10px;
}

.explore-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 14px;
  height: 8px;
  border-top: 4px solid var(--orange);
  border-bottom: 4px solid var(--orange);
}

.roadmap-icon::before {
  left: 0;
  top: 3px;
  width: 19px;
  height: 27px;
}

.roadmap-icon::after {
  right: 0;
  top: 0;
  width: 19px;
  height: 27px;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 3px, var(--orange) 4px 6px, transparent 7px),
    linear-gradient(135deg, transparent 0 43%, var(--orange) 44% 55%, transparent 56%);
}

.execute-icon::before,
.execute-icon::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
}

.execute-icon::before {
  transform: rotate(45deg);
}

.execute-icon::after {
  transform: rotate(-45deg);
}

.hero-cards ul {
  margin: 10px 0 0;
  padding-left: 19px;
}

.hero-cards li {
  font-family: var(--hero-card-copy-font);
  color: #000;
  font-style: normal;
}

.hero-sub {
  width: var(--subtitle-span-width);
  margin: 0 auto;
  color: #fff;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 700;
  line-height: 1.45;
}

.section {
  padding: 46px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

#work .section-head {
  margin-bottom: 25px;
}

.section-head h2,
.ethics h2,
.software h2,
.tech h2 {
  display: inline-block;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.section-head p {
  font-family: var(--hero-card-copy-font);
  width: var(--subtitle-span-width);
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: var(--hero-card-copy-size);
  font-weight: var(--hero-card-copy-weight);
  line-height: var(--hero-card-copy-line);
}

.section-head.compact {
  margin-top: 67px;
  margin-bottom: 34px;
}

.section-head.compact h2 {
  color: #080808;
}

.section-head.compact p {
  color: var(--muted);
}

.transform {
  text-align: center;
}

.transform h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  font-size: 25px;
}

.transform > p {
  font-family: var(--hero-card-copy-font);
  margin-top: 8px;
  color: var(--muted);
  font-size: var(--hero-card-copy-size);
  font-weight: var(--hero-card-copy-weight);
  line-height: var(--hero-card-copy-line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 34px;
}

.steps article {
  position: relative;
  min-height: 205px;
  padding: 28px 20px 22px;
  text-align: left;
  background: var(--card);
  border-radius: 5px;
  box-shadow: var(--card-shadow);
  min-width: 0;
}

.steps h4 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.step-icon {
  position: absolute;
  top: 20px;
  right: 18px;
}

.other-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 44px;
}

.other-services article h3,
.ethics-copy h3 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 700;
}

.other-services article h3 {
  margin: 0 0 8px;
}

.other-services article p {
  color: #111;
}

.ethics {
  padding-top: 24px;
}

.ethics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}

.ethics-copy {
  text-align: center;
}

.ethics-copy .muted {
  width: min(640px, 100%);
  margin: 0 auto 20px;
  color: #7f8794;
}

.ethics-copy h3 {
  margin: 18px 0 4px;
}

.ethics-copy p:not(.muted) {
  color: #111;
}

.handshake {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0, 0, 0, 0.72) 68%, transparent 79%);
  mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0, 0, 0, 0.72) 68%, transparent 79%);
  filter: blur(0.2px);
}

.work {
  padding-top: 80px;
}

.stats,
.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stats article,
.impact-stats article {
  min-height: 222px;
  padding: 18px 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: var(--card-shadow);
}

.stat-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 7px;
  object-fit: contain;
}

.stats strong,
.impact-stats strong {
  display: block;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--blue);
  font-size: 48px;
  line-height: 0.95;
}

.stats em,
.impact-stats em {
  display: block;
  color: #9a9a9a;
  font-style: normal;
  font-size: 13px;
}

.stats p,
.impact-stats p {
  margin-top: 8px;
  color: #111;
  font-size: 18.72px;
  line-height: 1.38;
}

.impact-stats p b {
  color: inherit;
  font: inherit;
  font-weight: 700;
}

.confidential {
  display: none;
  margin: 44px auto 52px;
  width: min(960px, 100%);
  color: var(--orange);
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.software,
.tech {
  text-align: center;
}

.software {
  margin-top: 68px;
}

.software h2,
.tech h2 {
  color: #080808;
}

.software > p,
.tech > p {
  font-family: var(--hero-card-copy-font);
  color: var(--muted);
  font-size: var(--hero-card-copy-size);
  font-weight: var(--hero-card-copy-weight);
  line-height: var(--hero-card-copy-line);
}

.transform h3,
.section-head.compact h2,
.ethics h2,
.software h2,
.tech h2 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #080808;
  font-size: var(--l2-title-size);
  font-weight: 700;
  line-height: 1.2;
}

.transform > p,
.section-head.compact p,
.software > p,
.tech > p,
.software .video-label,
.coverage {
  width: var(--subtitle-span-width);
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: var(--l2-subtitle-size);
  line-height: var(--hero-card-copy-line);
}

.ethics-copy .muted {
  color: var(--muted);
  font-size: var(--l2-subtitle-size);
  line-height: var(--hero-card-copy-line);
}

.software-projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  width: min(1360px, calc(100vw - 80px));
  margin: 28px auto 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.software-projects figure {
  margin: 0;
  text-align: center;
}

.software-projects figcaption {
  margin: 0 0 2px;
  color: var(--blue);
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.software-projects img {
  width: 100%;
  aspect-ratio: 307 / 249;
  object-fit: contain;
}

.software img {
  margin: 28px auto 0;
}

.software .video-label {
  width: var(--subtitle-span-width);
  margin-top: 46px;
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

.software .video-thumb {
  width: min(760px, 100%);
  aspect-ratio: 776 / 428;
  display: block;
  margin: 28px auto 0;
  object-fit: cover;
}

.tech {
  margin-top: 66px;
}

.tech-row {
  position: relative;
  margin-top: 22px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}

.carousel-track.is-duplicated {
  animation: carousel-scroll var(--carousel-duration, 70s) linear infinite;
}

.tech-track {
  gap: 54px;
  padding-right: 54px;
  --carousel-duration: 105s;
}

.tech-row img {
  flex: 0 0 auto;
  width: 104px;
  height: 64px;
  object-fit: contain;
}

@keyframes carousel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonials {
  padding-top: 102px;
}

.testimonials .section-head {
  margin-bottom: 35px;
}

.quote-mark {
  width: 42px;
  height: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}

.testimonial-slider {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 24px;
}

.testimonial-slider blockquote {
  font-family: var(--hero-card-copy-font);
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: var(--l2-subtitle-size);
  font-weight: var(--hero-card-copy-weight);
  line-height: var(--hero-card-copy-line);
}

.arrow {
  border: 0;
  background: transparent;
  color: var(--orange);
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
}

.arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.person,
.role {
  text-align: center;
}

.person {
  margin-top: 18px;
  color: #000;
  font-size: 15.6px;
  font-weight: 800;
}

.role {
  color: #acacac;
  font-size: 13px;
}

.about {
  padding-top: 58px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 24px;
  width: min(980px, 100%);
}

.tab {
  border: 0;
  border-top: 2px solid var(--orange);
  padding: 13px 18px;
  background: #f4f4f4;
  color: #000;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18.7px;
  font-weight: 720;
  cursor: pointer;
}

.tab.active {
  background: var(--blue);
  color: #fff;
}

.tab-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  width: min(900px, 100%);
  margin: 0 auto;
  border-radius: 5px;
}

.tab-panel.active {
  display: grid;
}

.tab-panel img {
  width: 100%;
  border-radius: 5px;
  box-shadow: var(--card-shadow);
  aspect-ratio: 1.65;
  object-fit: cover;
}

#founder {
  grid-template-columns: minmax(0, 390px) minmax(0, 432px);
  gap: 44px;
  width: min(867px, 100%);
}

#founder img {
  aspect-ratio: 390 / 357;
  object-fit: contain;
  object-position: center top;
}

.tab-panel h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.12;
}

.tab-panel h3 span,
.tab-panel h3 a {
  color: var(--orange);
}

.tab-panel p {
  color: #050505;
  font-size: 15.6px;
}

.impact {
  padding-top: 60px;
}

.impact-stats article {
  min-height: 224px;
}

.coverage {
  width: var(--subtitle-span-width);
  margin: 144px auto 28px;
  text-align: center;
  color: #151515;
}

.vangdda {
  width: min(900px, 100%);
  margin: 144px auto 28px;
  text-align: center;
  color: #151515;
}

.coverage {
  font-size: var(--hero-card-copy-size);
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

.vangdda {
  font-family: var(--hero-card-copy-font);
  color: #000;
  font-size: var(--hero-card-copy-size);
  font-weight: var(--hero-card-copy-weight);
  line-height: var(--hero-card-copy-line);
}

.press-gallery {
  width: 100vw;
  margin: 0 0 506px calc(50% - 50vw);
  padding-left: max(116px, calc((100vw - 1133px) / 2));
  overflow: hidden;
}

.press-track {
  align-items: flex-start;
  gap: 56px;
  padding-right: 56px;
  --carousel-duration: 900s;
}

.press-gallery img {
  flex: 0 0 auto;
  width: auto;
  max-width: 760px;
  height: 401px;
  object-fit: contain;
  cursor: zoom-in;
}

.press-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 76px 84px;
  background: #fff;
}

.press-lightbox.is-open {
  display: flex;
}

.press-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.press-lightbox button {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent;
  color: var(--brand-primary);
  cursor: pointer;
}

.press-lightbox button svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.press-lightbox-close {
  top: 43px;
  right: 42px;
  width: 34px;
  height: 34px;
}

.press-lightbox-arrow {
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
}

.press-lightbox-prev {
  left: 28px;
}

.press-lightbox-next {
  right: 28px;
}

.ted-video {
  width: min(776px, 100%);
  aspect-ratio: 16 / 9;
  margin: -432px auto 70px;
}

.ted-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.vangdda {
  margin-top: 0;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 250px;
  max-width: 100%;
  margin: 24px 50% 0;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 640;
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(22, 131, 245, 0.28);
  transform: translateX(-50%);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.pill-button:hover,
.pill-button:focus-visible {
  background: var(--brand-primary);
  box-shadow: 0 6px 12px rgba(197, 64, 22, 0.28);
}

.pill-button .fa-location-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M506.4 27.8c6.6-15.1-8.5-30.2-23.6-23.6L15.2 208.4c-18.2 7.9-20.6 32.6-4.2 43.9l168.1 115.4 115.4 168.1c11.3 16.4 36 14 43.9-4.2L506.4 27.8zM63.1 231.3 433.7 69.4 198.1 305 63.1 231.3zm217.6 217.6-73.7-135 235.6-235.6-161.9 370.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M506.4 27.8c6.6-15.1-8.5-30.2-23.6-23.6L15.2 208.4c-18.2 7.9-20.6 32.6-4.2 43.9l168.1 115.4 115.4 168.1c11.3 16.4 36 14 43.9-4.2L506.4 27.8zM63.1 231.3 433.7 69.4 198.1 305 63.1 231.3zm217.6 217.6-73.7-135 235.6-235.6-161.9 370.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer {
  position: relative;
  min-height: 264px;
  margin-top: 39px;
  overflow: hidden;
  color: #fff;
}

.footer-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 19, 29, 0.44), rgba(5, 19, 29, 0.44)),
    url("assets/live-footer-goa.png") center 30% / cover no-repeat;
  filter: brightness(1.44);
}

.footer-bar {
  position: absolute;
  inset: 0;
  padding: 0 28px 0;
  font-size: 12px;
}

.footer-bar p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.5;
}

.footer-social {
  --footer-social-size: 35px;
  --footer-social-gap: 15px;
  position: absolute;
  left: 74px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: var(--footer-social-gap);
}

.footer-social a {
  display: block;
  width: var(--footer-social-size);
  height: var(--footer-social-size);
  text-decoration: none;
  overflow: hidden;
  opacity: 0.5;
}

.footer-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-copy {
  text-align: left;
}

.footer-copy p {
  position: absolute;
  bottom: 4px;
  max-width: 46%;
}

.footer-copy p:first-child {
  left: 74px;
}

.footer-copy p:last-child {
  right: 28px;
  text-align: right;
}

.back-to-top {
  position: fixed;
  z-index: 40;
  left: 16px;
  bottom: 22px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: var(--brand-primary);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.back-to-top.is-visible {
  opacity: 0.4;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(197, 64, 22, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  html,
  body {
    overflow-x: clip;
  }

  .hero {
    min-height: 980px;
  }

  .tech-row,
  .press-gallery {
    contain: layout paint;
  }

  .tech-row {
    height: 64px;
  }

  .tech-track {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-cards,
  .steps,
  .other-services,
  .stats,
  .impact-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hero-cards {
    margin-bottom: 42px;
  }
}

@media (min-width: 1051px) {
  :root {
    --hero-card-copy-size: 25px;
    --hero-card-copy-line: 1.34;
    --l2-title-size: 42.3px;
    --l2-subtitle-size: 22.5px;
    --subtitle-span-width: min(1180px, calc(100vw - 44px));
  }

  p,
  li {
    font-size: 17px;
    line-height: 1.45;
  }

  .hero {
    min-height: 790px;
    padding-top: 127px;
  }

  .logo img {
    width: 176px;
  }

  .main-nav a {
    font-size: 18.9px;
  }

  .hero-inner {
    width: min(1754px, calc(100% - 166px));
  }

  .hero h1 {
    width: min(1540px, 100%);
    margin-bottom: 48px;
    font-size: clamp(61.2px, 4.68vw, 90px);
    line-height: 1.18;
  }

  .desktop-break {
    display: none;
  }

  .hero-cards {
    gap: 49px;
    margin-bottom: 38px;
  }

  .hero-cards article {
    min-height: 235px;
    padding: 31px 30px 24px;
  }

  .hero-cards article:nth-child(1) .card-icon-svg {
    width: 55px;
    height: 55px;
  }

  .hero-cards article:nth-child(2) .card-icon-svg {
    width: 51px;
    height: 51px;
  }

  .hero-cards article:nth-child(3) .card-icon-svg {
    width: 43px;
    height: 43px;
  }

  .step-icon-img {
    width: 33px;
    height: 33px;
  }

  .hero-cards li {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.34;
  }

  .hero-sub {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: min(1180px, 100%);
    font-size: clamp(23px, 1.85vw, 29px);
    font-style: normal;
  }

  .section {
    padding: 125px 0;
  }

  .services {
    padding-top: 163px;
  }

  .section-head {
    margin-bottom: 68px;
  }

  .testimonials .section-head {
    margin-bottom: 48px;
  }

  #work .section-head {
    margin-bottom: 34px;
  }

  .section-head h2 {
    font-size: 47px;
    line-height: 1.2;
  }

  .section-head.compact {
    margin-top: 96px;
    margin-bottom: 68px;
  }

  .transform > p {
    margin-top: 12px;
  }

  .steps {
    gap: 48px;
    margin-top: 54px;
  }

  .steps article {
    min-height: 300px;
    padding: 34px 24px 26px;
  }

  .steps p,
  .other-services p,
  .ethics-copy p:not(.muted) {
    font-size: 20.4px;
    line-height: 1.42;
  }

  .steps h4,
  .other-services article h3,
  .ethics-copy h3 {
    font-size: 25px;
    line-height: 1.4;
  }

  .other-services {
    gap: 62px 58px;
  }

  .ethics {
    padding-top: 0;
    margin-top: -37px;
  }

  .ethics-grid {
    gap: 64px;
  }

  .ethics-copy h3 {
    margin-top: 24px;
  }

  .handshake {
    max-height: 720px;
  }

  .work {
    padding-top: 41px;
    padding-bottom: 72px;
  }

  .stats article,
  .impact-stats article {
    min-height: 306px;
    padding: 24px 20px;
  }

  .stats {
    width: min(1211px, calc(100vw - 80px));
    margin-left: 50%;
    transform: translateX(-50%);
    gap: 17px;
  }

  .impact-stats {
    width: min(1248px, calc(100vw - 80px));
    margin-left: 50%;
    transform: translateX(-50%);
    gap: 17px;
  }

  .stats article {
    min-height: 458px;
  }

  .impact-stats article {
    min-height: 368px;
  }

  .stat-icon {
    width: 51px;
    height: 51px;
    margin-bottom: 9px;
  }

  .impact-stats .stat-icon {
    width: 50px;
    height: 50px;
  }

  .stats strong,
  .impact-stats strong {
    font-size: 62px;
  }

  .stats em,
  .impact-stats em {
    display: inline-block;
    font-size: 15.8px;
    line-height: 1.4;
  }

  .confidential {
    margin: 118px auto 51px;
    font-size: 22px;
  }

  .software > p,
  .tech > p {
    font-size: var(--l2-subtitle-size);
  }

  .software img {
    margin-top: 38px;
  }

  .software-projects {
    gap: 43px;
    margin-top: 38px;
  }

  .software-projects img {
    margin-top: 0;
  }

  .software .video-label {
    margin-top: 34px;
  }

  .software .video-thumb {
    width: min(776px, 100%);
  }

  .tech {
    margin-top: 84px;
  }

  .tech-row {
    margin-top: 30px;
  }

  .tech-track {
    gap: 48px;
    padding-right: 48px;
  }

  .tech-row img {
    width: 127px;
    height: 71px;
  }

  .testimonials {
    padding-top: 54px;
  }

  .testimonial-slider blockquote {
    font-size: var(--l2-subtitle-size);
    line-height: var(--hero-card-copy-line);
  }

  .about {
    padding-top: 38px;
  }

  .tabs {
    margin-bottom: 34px;
  }

  .tab {
    padding: 18px 18px;
    font-size: 23.1px;
  }

  .tab-panel {
    gap: 48px;
    width: min(980px, 100%);
  }

  #founder {
    grid-template-columns: 390px 432px;
    gap: 44px;
    width: 867px;
  }

  .tab-panel h3 {
    font-size: 24px;
  }

  .tab-panel p {
    font-size: 20.4px;
    line-height: 1.48;
  }

  .impact {
    padding-top: 74px;
  }

  .coverage,
  .vangdda {
    margin-top: 104px;
  }

  .coverage {
    font-size: var(--hero-card-copy-size);
  }

  .coverage {
    margin-top: 78px;
  }

  .ted-video {
    margin-bottom: 70px;
  }

  .footer {
    min-height: 226px;
    margin-top: 37px;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  :root {
    --hero-card-copy-size: 18px;
    --hero-card-copy-line: 1.4;
    --l2-title-size: 33.3px;
    --l2-subtitle-size: 16.2px;
  }

  .topbar {
    top: 20px;
  }

  .nav-pill {
    width: calc(100% - 60px);
    min-height: 86px;
    padding: 0 28px;
    border-radius: 36px;
  }

  .logo img {
    width: 166px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 94px;
    right: 30px;
    width: min(360px, calc(100vw - 60px));
    padding: 16px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 2px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: auto;
    padding: 122px 0 78px;
  }

  .hero h1 {
    margin-bottom: 34px;
    max-width: 720px;
  }

  .hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cards article {
    min-height: 220px;
    padding: 20px 18px;
  }

  .hero-cards article:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 174px;
  }

  .hero-cards li {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-sub {
    width: min(760px, 100%);
  }

  .section {
    padding: 92px 0;
  }

  .services {
    padding-top: 118px;
  }

  .section-head {
    margin-bottom: 46px;
  }

  .section-head h2 {
    font-size: 37px;
    line-height: 1.2;
  }

  .steps {
    gap: 26px;
  }

  .steps article {
    min-height: 236px;
  }

  .steps h4 {
    font-size: 18.5px;
  }

  .other-services article h3,
  .ethics-copy h3 {
    font-size: 18px;
    line-height: 1.16;
  }

  .other-services {
    gap: 32px 30px;
  }

  .work {
    padding-top: 112px;
    padding-bottom: 88px;
  }

  .ethics {
    margin-top: 0;
    padding-top: 84px;
  }

  .ethics-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
  }

  .confidential {
    margin: 92px auto 187px;
  }

  .software .video-label {
    margin-top: 24px;
  }

  .software .video-thumb {
    width: min(632px, 100%);
    margin-top: 16px;
  }

  .software-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(694px, calc(100vw - 70px));
    gap: 21px 36px;
  }

  .software-projects figcaption {
    font-size: 16px;
    line-height: 1.3;
  }

  .software-projects img {
    aspect-ratio: 329 / 222;
  }

  .tech {
    margin-top: 68px;
  }

  .testimonials {
    padding-top: 118px;
  }

  .about {
    padding-top: 92px;
  }

  #founder {
    grid-template-columns: 278px 243px;
    gap: 31px;
    width: 552px;
  }

  #founder img {
    aspect-ratio: 278 / 205;
  }

  .impact {
    padding-top: 86px;
    padding-bottom: 20px;
  }

  .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .impact-stats article {
    min-height: 214px;
    padding: 18px 16px;
  }

  .impact-stats .stat-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
  }

  .impact-stats strong {
    font-size: 43px;
  }

  .impact-stats em {
    font-size: 12px;
  }

  .impact-stats p {
    font-size: 17.28px;
    line-height: 1.24;
  }

  .ted-video {
    width: min(560px, 100%);
  }

  .press-gallery {
    margin-bottom: 356px;
    padding-left: 82px;
  }

  .ted-video {
    width: min(560px, 100%);
    margin-top: -298px;
  }

  .press-track {
    gap: 20px;
    padding-right: 20px;
  }

  .press-gallery img {
    max-width: 354px;
    height: 179px;
  }

  .coverage,
  .vangdda {
    margin-top: 86px;
  }

  .footer {
    min-height: 264px;
    margin-top: 76px;
  }

  .footer-bar {
    padding-bottom: 18px;
  }

  .footer-social {
    left: 108px;
    bottom: 58px;
    gap: 15px;
  }
}

@media (min-width: 761px) and (max-width: 1050px) and (orientation: portrait) {
  .nav-pill {
    min-height: 60px;
    border-radius: 999px;
  }

  .main-nav {
    top: 68px;
  }
}

@media (max-width: 760px) {
  :root {
    --hero-card-copy-size: 18px;
    --hero-card-copy-line: 1.4;
    --l2-title-size: 33.75px;
    --l2-subtitle-size: 16.2px;
    --subtitle-span-width: min(340px, 100%);
  }

  html,
  body {
    width: 100%;
    max-width: 100vw;
  }

  .topbar {
    top: 10px;
  }

  .nav-pill {
    width: calc(100% - 20px);
    min-height: 60px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
  }

  .logo img {
    width: 132px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 10px;
    right: 10px;
    padding: 14px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .page,
  .narrow {
    width: calc(100vw - 26px);
    max-width: calc(100vw - 26px);
  }

  .hero {
    min-height: auto;
    padding: 106px 0 58px;
  }

  .hero h1 {
    font-size: 33px;
    line-height: 1.2;
    max-width: 330px;
    margin-bottom: 24px;
  }

  .hero-cards article {
    padding: 24px 22px;
    overflow: hidden;
  }

  .hero-cards li {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-cards li {
    overflow-wrap: anywhere;
  }

  .hero-cards,
  .steps,
  .other-services,
  .stats,
  .impact-stats,
  .ethics-grid,
  .tab-panel {
    grid-template-columns: 1fr;
  }

  .hero-cards {
    display: block;
  }

  .hero-cards article {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-cards article,
  .steps article,
  .stats article,
  .impact-stats article {
    min-height: auto;
  }

  .hero-cards article {
    min-height: auto;
  }

  #founder {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(364px, 100%);
  }

  #founder img {
    width: min(205px, 100%);
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .tab-panel h3,
  .tab-panel p {
    text-align: center;
  }

  .steps article {
    width: min(350px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .steps p,
  .other-services p,
  .ethics-copy p:not(.muted) {
    font-size: 18px;
    line-height: 1.35;
  }

  .other-services article {
    text-align: center;
  }

  .hero-sub {
    font-size: 18px;
    width: min(340px, 100%);
    margin-top: 8px;
  }

  .section {
    padding: 84px 0;
  }

  .services {
    padding-top: 72px;
  }

  .section-head {
    margin-bottom: 42px;
  }

  .testimonials .section-head {
    margin-bottom: 29px;
  }

  #work .section-head {
    margin-bottom: 21px;
  }

  .section-head h2 {
    font-size: 37.5px;
    line-height: 1.2;
  }

  .software h2,
  .tech h2 {
    font-size: var(--l2-title-size);
    line-height: 1.2;
  }

  .software h2 {
    width: min(220px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .transform h3 {
    font-size: var(--l2-title-size);
    line-height: 1.2;
  }

  .transform {
    padding-top: 32px;
  }

  .steps h4 {
    font-size: 25px;
    line-height: 1.4;
  }

  .other-services article h3,
  .ethics-copy h3 {
    font-size: 22px;
    line-height: 1;
  }

  .other-services {
    gap: 26px;
  }

  .section-head.compact {
    margin-top: 46px;
    margin-bottom: 38px;
  }

  .ethics {
    padding-top: 42px;
    margin-top: 0;
  }

  .work {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .confidential {
    margin: 120px auto 308px;
  }

  .software .video-label {
    margin-top: 9px;
  }

  .software-projects {
    grid-template-columns: 1fr;
    width: min(334px, calc(100vw - 52px));
    gap: 20px;
    margin-top: 24px;
  }

  .software-projects figcaption {
    font-size: 18.72px;
    line-height: 1.4;
  }

  .software-projects img {
    aspect-ratio: 334 / 238;
    object-fit: cover;
    margin-top: 0;
  }

  .software .video-thumb {
    width: min(331px, 100%);
  }

  .tech {
    margin-top: 56px;
  }

  .tech-track {
    gap: 37.8px;
    padding-right: 37.8px;
  }

  .testimonials {
    padding-top: 82px;
  }

  .about {
    padding-top: 72px;
  }

  .impact {
    padding-top: 84px;
    padding-bottom: 20px;
  }

  .impact-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .impact-stats article {
    min-height: 214px;
    padding: 14px 9px;
  }

  .impact-stats .stat-icon {
    width: 28px;
    height: 28px;
  }

  .impact-stats strong {
    font-size: 42px;
  }

  .impact-stats em {
    font-size: 14.4px;
  }

  .impact-stats p {
    font-size: 17.28px;
  }

  .impact-stats p {
    line-height: 1.25;
  }

  .coverage,
  .vangdda {
    margin-top: 72px;
  }

  .press-gallery {
    margin-bottom: 255px;
    padding-left: 82px;
  }

  .ted-video {
    width: min(331px, 100%);
    margin-top: -219px;
    margin-bottom: 48px;
  }

  .press-track {
    gap: 20px;
    padding-right: 20px;
  }

  .press-gallery img {
    max-width: 354px;
    height: 179px;
  }

  .vangdda {
    width: min(331px, 100%);
    margin-top: 46px;
    line-height: var(--hero-card-copy-line);
    min-height: 91px;
  }

  .pill-button {
    width: 241.2px;
    height: 38px;
    padding: 0 18px;
    line-height: 38px;
    white-space: nowrap;
  }

  .handshake {
    border-radius: 0;
    max-height: 420px;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-composite: intersect;
  }

  .confidential {
    font-size: 20px;
  }

  .testimonial-slider {
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
  }

  .testimonial-slider blockquote {
    font-size: var(--l2-subtitle-size);
  }

  .tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .tab {
    padding: 12px 6px;
    font-size: 14.3px;
  }

  .footer {
    margin-top: 48px;
    min-height: 154px;
  }

  .footer-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 0 14px 12px;
  }

  .footer-social {
    position: static;
    order: 1;
    gap: 16px;
  }

  .footer-social a {
    width: 35px;
    height: 35px;
  }

  .footer-copy {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .footer-copy p {
    position: static;
    font-size: 9px;
    line-height: 1.2;
    max-width: 100%;
    text-align: center;
  }

  .footer-copy p:first-child {
    order: 2;
  }

  .footer-copy p:last-child {
    order: 1;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .page,
  .narrow {
    width: calc(100vw - 26px);
    max-width: 364px;
  }

  .hero-cards,
  .hero-sub {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-sub {
    max-width: 330px;
  }
}

@media (min-width: 600px) and (max-width: 1050px) and (orientation: portrait) {
  :root {
    --subtitle-span-width: min(680px, 100%);
  }

  .nav-pill {
    width: calc(100% - 40px);
    min-height: 60px;
    padding: 0 24px;
    border-radius: 999px;
  }

  .logo img {
    width: 166px;
  }

  .nav-toggle span {
    transform: translateY(-3px);
  }

  .main-nav {
    top: 68px;
    left: auto;
    right: 20px;
    width: min(360px, calc(100vw - 40px));
    padding: 16px 22px;
    gap: 4px;
    border-radius: 18px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .page,
  .narrow {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .hero {
    min-height: auto;
    padding: 104px 0 68px;
  }

  .hero h1 {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: clamp(35px, 5.2vw, 44px);
  }

  .hero-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-cards article {
    width: auto;
    min-height: 210px;
    margin-bottom: 0;
    padding: 20px 18px;
  }

  .hero-cards article:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 164px;
  }

  .hero-sub {
    width: min(680px, 100%);
    max-width: none;
    font-size: 18px;
  }

  .section {
    padding: 68px 0;
  }

  .services {
    padding-top: 88px;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .section-head.compact {
    margin-top: 38px;
    margin-bottom: 32px;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: min(720px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .steps article {
    width: auto;
    min-height: 226px;
    margin-right: 0;
    margin-left: 0;
  }

  .steps h4 {
    font-size: 20px;
  }

  .steps p,
  .other-services p,
  .ethics-copy p:not(.muted) {
    font-size: 16px;
    line-height: 1.4;
  }

  .other-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
  }

  .other-services article h3,
  .ethics-copy h3 {
    font-size: 19px;
    line-height: 1.2;
  }

  .ethics {
    padding-top: 56px;
  }

  .ethics-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
  }

  .handshake {
    max-height: 420px;
    border-radius: 0;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-composite: intersect;
  }

  .work {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .stats,
  .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .stats article {
    min-height: 250px;
    padding: 18px 16px;
  }

  .stats p {
    font-size: 16px;
    line-height: 1.35;
  }

  .confidential {
    margin: 72px auto 140px;
  }

  .software h2 {
    width: auto;
  }

  .software-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(694px, calc(100vw - 60px));
    gap: 24px 30px;
    margin-top: 28px;
  }

  .software-projects figcaption {
    font-size: 17px;
    line-height: 1.3;
  }

  .software-projects img {
    aspect-ratio: 329 / 222;
    object-fit: contain;
  }

  .software .video-label {
    margin-top: 24px;
  }

  .software .video-thumb {
    width: min(600px, 100%);
  }

  .tech {
    margin-top: 54px;
  }

  .testimonials {
    padding-top: 68px;
  }

  .testimonial-slider {
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 16px;
  }

  .testimonial-slider blockquote {
    color: #626a78;
    font-size: 16.5px;
  }

  .about {
    padding-top: 68px;
  }

  .tabs {
    margin-bottom: 30px;
  }

  .tab {
    padding: 14px 10px;
    font-size: 16px;
  }

  .tab-panel,
  #founder {
    grid-template-columns: minmax(220px, 278px) minmax(0, 1fr);
    gap: 28px;
    width: min(700px, 100%);
  }

  #founder img {
    width: 100%;
    aspect-ratio: 278 / 205;
    margin: 0;
  }

  .tab-panel h3,
  .tab-panel p {
    text-align: left;
  }

  .tab-panel p {
    font-size: 16px;
    line-height: 1.45;
  }

  .impact {
    padding-top: 68px;
    padding-bottom: 20px;
  }

  .impact-stats article {
    min-height: 240px;
    padding: 16px 14px;
  }

  .impact-stats p {
    font-size: 15.5px;
    line-height: 1.3;
  }

  .coverage {
    margin-top: 56px;
  }

  .footer {
    min-height: 190px;
    margin-top: 60px;
  }

  .footer-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 20px 16px;
  }

  .footer-social {
    position: static;
    order: 1;
    gap: 16px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }

  .footer-copy {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .footer-copy p {
    position: static;
    max-width: 100%;
    font-size: 11.5px;
    line-height: 1.25;
    text-align: center;
  }

  .footer-copy p:first-child {
    order: 2;
  }

  .footer-copy p:last-child {
    order: 1;
    text-align: center;
  }
}
