@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: #102039;
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(44px, 4.8vw, 76px);
}
h2 {
  font-size: clamp(32px, 3.4vw, 50px);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
}
p {
  color: #657080;
}
em {
  font-style: normal;
  color: #0757f9;
}
::selection {
  background: #0757f9;
  color: #fff;
}
:focus-visible {
  outline: 3px solid #ffb847;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin: auto;
}
.section {
  padding: 108px 0;
}
.muted {
  background: #f5f7f9;
}
.navy {
  background: #0b1d35;
  color: white;
}
.header {
  height: 94px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e9edf1;
}
.header-inner {
  height: 100%;
  width: min(1440px, calc(100% - 72px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  width: 212px;
  flex-shrink: 0;
}
.logo img {
  width: 100%;
  height: auto;
}
.header nav {
  display: flex;
  gap: 25px;
  align-items: center;
}
.header nav a {
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  position: relative;
  padding: 35px 0;
}
.header nav a:hover,
.header nav a[aria-current] {
  color: #0757f9;
}
.header nav a[aria-current]:after {
  content: "";
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #0757f9;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: 0;
  transition:
    background 0.2s,
    transform 0.2s;
  max-width: 100%;
}
.button > span {
  font-size: 21px;
  font-weight: 400;
}
.button:hover {
  transform: translateY(-2px);
}
.primary,
.header-cta {
  background: #0757f9;
  color: #fff;
}
.primary:hover,
.header-cta:hover {
  background: #0044d3;
}
.header-cta {
  font-size: 11px;
  gap: 17px;
  min-height: 45px;
  padding: 12px 17px;
  white-space: nowrap;
}
.outline {
  border-color: #ffffff65;
  color: white;
  background: #ffffff05;
}
.outline:hover {
  background: #ffffff15;
}
.white {
  background: white;
  color: #0757f9;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 25px;
}
.eyebrow > span {
  height: 6px;
  width: 6px;
  background: #0757f9;
  flex: none;
}
.hero {
  position: relative;
  min-height: 740px;
  color: white;
  overflow: hidden;
  background: #081930;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("/images/factory.webp") center center/cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 18, 37, 0.98) 0%,
      rgba(4, 18, 37, 0.92) 24%,
      rgba(4, 18, 37, 0.48) 60%,
      rgba(4, 18, 37, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(4, 18, 37, 0.8), transparent 40%);
}
.hero-content {
  position: relative;
  padding-top: 72px;
  padding-bottom: 102px;
}
.hero .eyebrow {
  color: #cad4e0;
  margin-bottom: 29px;
}
.hero .eyebrow > span {
  background: #5b90ff;
}
.hero h1 {
  font-weight: 500;
  line-height: 1.09;
  max-width: 760px;
  font-size: clamp(45px, 4.8vw, 73px);
  letter-spacing: -0.046em;
}
.hero h1 em {
  color: #6c9bff;
}
.hero-content > p {
  font-size: 15px;
  line-height: 1.8;
  color: #c4ccd7;
  max-width: 490px;
  margin: 27px 0 29px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-caption {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #aebac9;
  font-size: 11px;
  margin-top: 27px;
}
.live-dot {
  height: 5px;
  width: 5px;
  background: #77a6ff;
  border-radius: 50%;
}
.hero-index {
  position: absolute;
  bottom: 24px;
  left: 56px;
  right: 56px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #b7c4d5;
  border-top: 1px solid #ffffff26;
  padding-top: 18px;
}
.hero-stamp {
  position: absolute;
  right: 65px;
  bottom: 136px;
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 23px;
  border: 1px solid #ffffff4a;
  background: #07162a33;
  backdrop-filter: blur(8px);
}
.outcome-bar {
  border-bottom: 1px solid #e4e8ed;
  background: #f6f7f9;
}
.outcome-bar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 31px 0;
}
.outcome-bar .container > span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #5e6c7f;
  line-height: 1.7;
  border-right: 1px solid #dae0e7;
  padding-right: 45px;
}
.outcome-bar strong {
  color: #14243b;
  font-weight: 600;
}
.outcome-bar .container > div {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 550;
}
.outcome-bar svg {
  width: 19px;
  color: #0757f9;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 49px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
.section-heading p {
  max-width: 395px;
  font-size: 14px;
  line-height: 1.8;
}
.section-heading .text-link {
  margin-top: 20px;
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: 12px;
  font-weight: 650;
  color: #0757f9;
}
.text-link > span {
  font-size: 20px;
}
.text-link:hover {
  gap: 36px;
}
.value-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #dce3eb;
}
.value-flow > div {
  min-height: 115px;
  position: relative;
  padding: 23px 25px;
  border-right: 1px solid #dce3eb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.value-flow > div:last-child {
  border: 0;
}
.value-flow > div > span {
  font-size: 10px;
  color: #607087;
}
.value-flow strong {
  font-weight: 550;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.value-flow b {
  position: absolute;
  right: -10px;
  top: 47px;
  background: #fff;
  font-size: 19px;
  color: #8a97a8;
  z-index: 1;
  line-height: 1;
}
.value-flow .first {
  background: #f5f7fa;
}
.value-flow .last {
  background: #0757f9;
  color: white;
}
.value-flow .last > span {
  color: #edf3ff;
}
.value-flow .last svg {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 20px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dce3eb;
  background: #fff;
}
.service-card {
  padding: 29px 26px 25px;
  border-right: 1px solid #dce3eb;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
}
.service-card:last-child {
  border: 0;
}
.service-card:hover {
  background: #eef4ff;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.card-top svg {
  color: #0757f9;
}
.card-top > span:not(.mini-label) {
  font-size: 10px;
  color: #66758a;
}
.service-card h3 {
  font-size: 22px;
  min-height: 52px;
  margin-bottom: 16px;
}
.service-card p {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.service-card .text-link {
  margin-top: auto;
  font-size: 11px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dce3eb;
  border-left: 1px solid #dce3eb;
}
.industry-card {
  position: relative;
  padding: 28px 26px 27px;
  border-right: 1px solid #dce3eb;
  border-bottom: 1px solid #dce3eb;
  transition: background 0.2s;
  min-height: 190px;
}
.industry-card > svg {
  color: #5b6d85;
  margin-bottom: 23px;
}
.industry-card h3 {
  font-size: 18px;
  margin-bottom: 9px;
}
.industry-card p {
  font-size: 11px;
  max-width: 185px;
}
.industry-card > span {
  position: absolute;
  right: 22px;
  top: 26px;
  color: #8491a3;
  font-size: 22px;
}
.industry-card:hover {
  background: #f1f5fd;
}
.industry-card:hover > svg,
.industry-card:hover > span {
  color: #0757f9;
}
.industry-other {
  background: #f5f8ff;
}
.industry-other h3 {
  color: #0757f9;
}
.navy .eyebrow > span {
  background: #649aff;
}
.navy .eyebrow {
  color: #a0b7d8;
}
.navy p {
  color: #a8b6c9;
}
.navy em,
.navy .text-link {
  color: #7da8ff;
}
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.usecase-card {
  border: 1px solid #dce3eb;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    background 0.2s;
}
.usecase-card:hover {
  transform: translateY(-4px);
  background: #f8faff;
}
.usecase-card .card-top {
  margin-bottom: 37px;
}
.mini-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
  color: #586b85;
}
.usecase-card h3 {
  font-size: 22px;
  min-height: 50px;
  margin-bottom: 17px;
}
.usecase-card p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 27px;
}
.usecase-card .text-link {
  margin-top: auto;
  font-size: 11px;
}
.navy .usecase-card {
  border-color: #ffffff25;
  background: #ffffff03;
}
.navy .usecase-card:hover {
  background: #ffffff0b;
}
.navy .card-top svg {
  color: #80aaff;
}
.navy .mini-label {
  color: #90a8c9;
}
.remaining-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 26px;
  padding: 25px 0 0;
  border-top: 1px solid #ffffff20;
}
.remaining-cases a {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  color: #b8c7db;
}
.remaining-cases a:hover {
  color: white;
}
.remaining-cases span {
  color: #83abf7;
}
.subtle-note {
  font-size: 11px !important;
  line-height: 1.7;
  margin-top: 25px;
  color: #5e7088 !important;
}
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.why-photo {
  height: 510px;
  position: relative;
  background: #081930;
  overflow: hidden;
}
.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.55);
  opacity: 0.72;
}
.why-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #07172bdb, transparent 75%);
}
.why-photo > div {
  position: absolute;
  left: 34px;
  bottom: 33px;
  z-index: 1;
  color: white;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.why-photo strong {
  font-weight: 500;
  color: #8eb3ff;
}
.why h2 {
  margin-bottom: 30px;
}
.reason {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #e2e7ee;
  padding: 23px 0;
}
.reason:last-child {
  border-bottom: 0;
}
.reason > span {
  font-size: 10px;
  color: #0757f9;
  padding-top: 3px;
}
.reason h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.reason p {
  font-size: 12px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 27px;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid #ced7e3;
  font-size: 36px;
  letter-spacing: -0.06em;
  color: #0757f9;
  margin-bottom: 24px;
}
.step-number span {
  font-size: 20px;
  color: #a2afbf;
}
.step:last-child .step-number span {
  visibility: hidden;
}
.step h3 {
  font-size: 22px;
  margin-bottom: 13px;
}
.step p {
  font-size: 12px;
  line-height: 1.9;
}
.step-note {
  display: block;
  font-size: 9px;
  color: #0757f9;
  font-weight: 650;
  margin-top: 15px;
}
.failure-strip {
  margin-top: 75px;
  border-top: 1px solid #d9e0e8;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px 50px;
}
.failure-strip .eyebrow {
  margin-bottom: 10px;
}
.failure-strip h3 {
  font-size: 23px;
}
.failure-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  font-size: 11px;
}
.failure-list b {
  font-size: 17px;
  color: #7f8b9b;
  margin-right: 12px;
  font-weight: 400;
}
.failure-strip > p {
  grid-column: 2;
  font-size: 11px;
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.founder {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
}
.founder-monogram {
  height: 175px;
  background: #eff3f9;
  color: #0757f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  font-weight: 350;
  line-height: 1;
  overflow: hidden;
}
.founder-monogram:before,
.founder-monogram:after {
  content: "";
  width: 170px;
  height: 170px;
  border: 1px solid #d4dfef;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -70px;
}
.founder-monogram:after {
  left: -90px;
  top: 90px;
}
.founder-monogram span {
  position: absolute;
  bottom: 15px;
  left: 18px;
  font-size: 6px;
  letter-spacing: 0.15em;
  color: #566a84;
}
.founder h3 {
  font-size: 29px;
  margin: 10px 0 14px;
}
.founder p {
  font-size: 12px;
  line-height: 1.8;
}
.cta-section {
  background: #0757f9;
  color: white;
  padding: 77px 0;
  position: relative;
  overflow: hidden;
}
.cta-section:after {
  content: "";
  position: absolute;
  height: 450px;
  width: 450px;
  border: 1px solid #ffffff21;
  border-radius: 50%;
  right: -110px;
  top: -150px;
  pointer-events: none;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.cta-section .eyebrow {
  color: #edf3ff;
  margin-bottom: 17px;
}
.cta-section .eyebrow > span {
  background: #fff;
}
.cta-section h2 {
  font-size: 45px;
}
.cta-section p {
  color: #edf3ff;
  font-size: 12px;
  margin-top: 18px;
}
.cta-note {
  display: block;
  font-size: 10px;
  color: #edf3ff;
  text-align: center;
  margin-top: 18px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.contact-layout > div > p {
  font-size: 14px;
  margin-top: 24px;
  max-width: 390px;
}
.contact-form {
  border: 1px solid #dfe5ed;
  padding: 32px;
  background: #fff;
}
.form-title h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.form-title p {
  font-size: 12px;
  margin-bottom: 25px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 17px;
}
.form-grid label {
  font-size: 11px;
  font-weight: 650;
  color: #334359;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.form-grid label > span {
  color: #0757f9;
}
.form-grid label > small {
  font-size: 10px;
  color: #66758a;
  font-weight: 400;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #dbe1e9;
  border-radius: 0;
  background: #fbfcfd;
  min-height: 44px;
  padding: 11px;
  font-size: 11px;
  color: #14243c;
  resize: vertical;
  margin-top: 3px;
  outline-offset: 1px;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #66758a;
  opacity: 1;
}
.form-grid .full {
  grid-column: 1/-1;
}
.consent {
  font-size: 10px;
  color: #5e6f85;
  line-height: 1.7;
  display: block;
  margin: 23px 0;
}
.consent input {
  accent-color: #0757f9;
  vertical-align: middle;
  margin-right: 7px;
}
.consent a {
  text-decoration: underline;
}
.contact-form .button {
  width: 100%;
}
.form-note {
  font-size: 9px;
  margin: 12px 0 0;
  text-align: center;
}
.form-status {
  font-size: 13px;
}
.form-status:not(:empty) {
  padding: 15px;
  margin-top: 15px;
  background: #eef5ff;
  color: #0644a0;
  border-left: 3px solid #0757f9;
}
.form-status.error {
  color: #982a24;
  border-color: #982a24;
  background: #fff4f1;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.session-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 38px;
  padding-top: 27px;
  border-top: 1px solid #dfe6ee;
  font-size: 12px;
  color: #5e7087;
}
.session-detail svg {
  flex: none;
  color: #0757f9;
}
.session-detail strong {
  color: #334359;
  font-size: 12px;
}
.session-detail p {
  font-size: 11px;
  margin-top: 8px;
}
.contact-email a {
  color: #0757f9;
}
.session-list {
  list-style: none;
  margin: 35px 0;
  padding: 0;
}
.session-list li {
  border-top: 1px solid #dfe5ed;
  padding: 17px 0;
  font-size: 13px;
}
.session-list span {
  font-size: 10px;
  color: #0757f9;
  margin-right: 15px;
}
footer {
  background: #07182d;
  color: white;
  padding: 62px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 65px;
  padding-bottom: 55px;
}
.footer-wordmark {
  font-size: 29px;
  font-weight: 750;
  letter-spacing: -0.055em;
}
.footer-wordmark span {
  color: #6b9bff;
}
.footer-brand p {
  font-size: 10px;
  color: #b8c8dd;
  margin-top: 16px;
}
.footer-brand > span {
  display: block;
  font-size: 11px;
  color: #788da9;
  margin-top: 17px;
}
.footer-top .mini-label {
  color: #6f85a3;
  font-size: 8px;
  margin: 10px 0 19px;
}
.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 11px;
  color: #b8c8dd;
}
.footer-nav a:hover {
  color: white;
}
.footer-conversation h3 {
  font-size: 23px;
  margin: 0 0 15px;
}
.footer-conversation .text-link {
  color: #7ba7ff;
  font-size: 11px;
}
.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #ffffff16;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #7890ac;
  font-size: 9px;
}
.footer-bottom > div {
  display: flex;
  gap: 28px;
}
.footer-bottom a {
  color: #b3c3d8;
}
.page-hero {
  background: #f2f5fa;
  position: relative;
  overflow: hidden;
  padding: 32px 0 73px;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  font-size: 10px;
  display: inline-block;
  color: #576a84;
  margin-bottom: 56px;
}
.breadcrumb span {
  color: #586b85;
  margin-left: 10px;
}
.page-hero h1 {
  font-size: clamp(40px, 4.8vw, 69px);
  max-width: 950px;
}
.page-hero .eyebrow {
  margin-bottom: 20px;
}
.page-hero p {
  font-size: 15px;
  max-width: 630px;
  margin-top: 26px;
  line-height: 1.9;
}
.page-hero-art {
  position: absolute;
  right: -230px;
  top: -140px;
  width: 650px;
  height: 650px;
  transform: rotate(-30deg);
  opacity: 0.5;
}
.page-hero-art i {
  position: absolute;
  inset: 0;
  border: 1px solid #c8d7ed;
}
.page-hero-art i:nth-child(2) {
  inset: 65px;
}
.page-hero-art i:nth-child(3) {
  inset: 130px;
}
.detail-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 105px;
}
.detail-layout aside {
  position: sticky;
  top: 125px;
  align-self: start;
  border-top: 2px solid #0757f9;
  padding-top: 27px;
}
.detail-layout aside > svg {
  color: #0757f9;
  margin-bottom: 20px;
  width: 38px;
  height: 38px;
}
.detail-layout aside h3 {
  font-size: 25px;
  margin: 10px 0 20px;
}
.detail-layout aside p {
  font-size: 13px;
  margin-bottom: 24px;
}
.detail-layout .button {
  font-size: 11px;
  padding: 13px 17px;
  gap: 20px;
}
.detail-block {
  margin-bottom: 47px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe5ed;
}
.detail-block:last-of-type {
  margin-bottom: 0;
}
.detail-block .eyebrow {
  margin-bottom: 16px;
}
.detail-block h2 {
  font-size: 31px;
  margin-bottom: 20px;
}
.detail-block p {
  font-size: 15px;
  line-height: 1.9;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 15px;
}
.check-list svg {
  width: 19px;
  color: #0757f9;
}
.service-detail {
  display: grid;
  grid-template-columns: 90px 1.3fr 1fr;
  gap: 55px;
  padding: 53px 0;
  border-bottom: 1px solid #dfe5ed;
  scroll-margin-top: 100px;
}
.service-detail:first-child {
  padding-top: 0;
}
.service-detail-index {
  font-size: 43px;
  color: #0757f9;
  display: flex;
  flex-direction: column;
  gap: 35px;
  line-height: 1;
}
.service-detail h2 {
  font-size: 35px;
  margin-bottom: 22px;
}
.service-detail p {
  font-size: 14px;
  line-height: 1.9;
}
.deliverable {
  background: #f4f7fb;
  padding: 25px;
}
.deliverable .mini-label {
  margin-bottom: 15px;
}
.deliverable p {
  font-size: 12px;
}
.deliverable .text-link {
  margin-top: 20px;
  font-size: 11px;
}
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.filter {
  border: 1px solid #d9e1ec;
  background: #fff;
  color: #5a6c84;
  padding: 10px 18px;
  font-size: 11px;
}
.filter.active {
  color: #fff;
  background: #0757f9;
  border-color: #0757f9;
}
.approach-details {
  margin-top: 80px;
}
.approach-details article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 50px;
  padding: 50px 0;
  border-top: 1px solid #dfe5ed;
}
.big-number {
  font-size: 85px;
  color: #7d95b8;
  line-height: 1;
  letter-spacing: -0.07em;
}
.approach-details h2 {
  font-size: 36px;
  margin-bottom: 22px;
}
.approach-details p {
  max-width: 650px;
  margin-top: 15px;
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.story-layout p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.9;
}
.story-layout .large-copy {
  font-size: 24px;
  color: #14253e;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
.brand-mantra {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #dfe5ed;
}
.brand-mantra span {
  color: #0757f9;
  margin: 0 12px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.partner-grid article {
  border: 1px solid #dfe5ed;
  padding: 30px;
}
.partner-grid svg {
  color: #0757f9;
  margin-bottom: 30px;
}
.partner-grid h3 {
  margin-bottom: 18px;
}
.partner-grid p {
  font-size: 13px;
}
.prose {
  max-width: 760px;
}
.prose h2 {
  font-size: 27px;
  margin: 38px 0 17px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  margin-bottom: 20px;
}
.prose a {
  color: #0757f9;
  text-decoration: underline;
}
.skip-link {
  position: fixed;
  left: 10px;
  top: -100px;
  z-index: 100;
  background: white;
  color: #0757f9;
  padding: 10px;
}
.skip-link:focus {
  top: 10px;
}
.menu-toggle {
  display: none;
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 95px;
    padding-bottom: 130px;
  }
  .hero {
    min-height: 810px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .header-inner {
    width: min(1440px, calc(100% - 112px));
  }
}
@media (max-width: 1250px) {
  .header-inner {
    width: calc(100% - 48px);
    gap: 20px;
  }
  .logo {
    width: 175px;
  }
  .header nav {
    gap: 17px;
  }
  .header nav a {
    font-size: 11px;
  }
  .header-cta {
    font-size: 10px;
    padding: 11px 13px;
    gap: 10px;
  }
  .container {
    width: calc(100% - 80px);
  }
  .hero-index {
    left: 40px;
    right: 40px;
  }
  .section-heading {
    gap: 55px;
  }
  .service-card,
  .usecase-card {
    padding: 24px 20px;
  }
  .why-layout {
    gap: 55px;
  }
  .contact-layout {
    gap: 60px;
  }
  .founder {
    grid-template-columns: 125px 1fr;
    gap: 22px;
  }
  .founder-monogram {
    height: 165px;
  }
  .cta-section h2 {
    font-size: 40px;
  }
  .hero-stamp {
    right: 40px;
  }
  .detail-layout {
    gap: 60px;
  }
}
@media (max-width: 1050px) {
  .header {
    height: 82px;
  }
  .header nav {
    gap: 14px;
  }
  .header nav a {
    font-size: 10px;
  }
  .header-inner {
    gap: 15px;
  }
  .logo {
    width: 160px;
  }
  .header-cta {
    font-size: 9px;
  }
  .hero-stamp {
    display: none;
  }
  .hero {
    min-height: 700px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .outcome-bar > .container {
    gap: 20px;
  }
  .outcome-bar .container > span {
    padding-right: 22px;
    font-size: 8px;
  }
  .outcome-bar .container > div {
    font-size: 11px;
    gap: 7px;
  }
  .section {
    padding: 80px 0;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    border-bottom: 1px solid #dce3eb;
    padding: 28px;
  }
  .service-card:nth-child(2) {
    border-right: 0;
  }
  .service-card:nth-child(3) {
    border-bottom: 0;
  }
  .service-card h3 {
    min-height: 0;
  }
  .service-card p {
    font-size: 13px;
  }
  .service-card .card-top {
    margin-bottom: 30px;
  }
  .usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usecase-card h3 {
    min-height: 0;
  }
  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .industry-card {
    padding: 24px 18px;
  }
  .industry-card h3 {
    font-size: 16px;
  }
  .steps {
    gap: 18px;
  }
  .step h3 {
    font-size: 20px;
  }
  .step p {
    font-size: 11px;
  }
  .why-layout {
    gap: 40px;
  }
  .why-photo {
    height: 490px;
  }
  .founder-grid {
    gap: 25px;
  }
  .founder {
    grid-template-columns: 110px 1fr;
    gap: 18px;
  }
  .founder-monogram {
    height: 160px;
    font-size: 75px;
  }
  .contact-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
  }
  .cta-inner {
    gap: 30px;
  }
  .cta-section .button {
    font-size: 11px;
    padding: 14px 20px;
    gap: 15px;
  }
  .footer-top {
    gap: 35px;
  }
  .footer-conversation h3 {
    font-size: 20px;
  }
  .service-detail {
    grid-template-columns: 65px 1.1fr 1fr;
    gap: 30px;
  }
  .service-detail h2 {
    font-size: 30px;
  }
}
@media (max-width: 860px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    width: calc(100% - 40px);
  }
  .header {
    height: 76px;
  }
  .logo {
    width: 184px;
  }
  .header .header-cta {
    margin-left: auto;
    font-size: 10px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    order: 3;
    width: 38px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 8px;
  }
  .menu-toggle span {
    width: 22px;
    height: 1.5px;
    background: #102039;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .header nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #dce3eb;
    padding: 15px 24px 25px;
    box-shadow: 0 20px 30px #07182d12;
  }
  .header nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header nav a {
    padding: 13px 4px;
    font-size: 14px;
    border-bottom: 1px solid #edf0f4;
  }
  .header nav a[aria-current]:after {
    display: none;
  }
  .hero-index {
    left: 24px;
    right: 24px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #041225ee, #041225a8 60%, #04122540),
      linear-gradient(0deg, #04122588, transparent);
  }
  .hero {
    min-height: 695px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-content {
    padding-top: 65px;
  }
  .hero-content > p {
    max-width: 440px;
  }
  .section-heading {
    gap: 35px;
    grid-template-columns: 1.2fr 1fr;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-card {
    min-height: 185px;
    padding: 26px;
  }
  .industry-card h3 {
    font-size: 20px;
  }
  .industry-card p {
    max-width: none;
    font-size: 12px;
  }
  .why-layout {
    gap: 35px;
  }
  .why-photo {
    height: 485px;
  }
  .why h2 {
    font-size: 34px;
  }
  .reason {
    gap: 15px;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .step p {
    font-size: 12px;
  }
  .failure-strip {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .failure-strip > p {
    grid-column: auto;
  }
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .founder {
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }
  .founder p {
    max-width: 380px;
  }
  .founder-monogram {
    height: 150px;
  }
  .cta-inner {
    display: block;
  }
  .cta-inner > div + div {
    margin-top: 30px;
  }
  .cta-note {
    text-align: left;
  }
  .cta-section h2 {
    font-size: 43px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-layout > div > p {
    max-width: 540px;
  }
  .contact-form {
    padding: 32px;
  }
  .contact-layout .session-detail {
    max-width: 480px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }
  .footer-conversation {
    grid-column: 1/-1;
    padding-top: 15px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .remaining-cases {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .outcome-bar .container > span {
    display: none;
  }
  .outcome-bar > .container {
    padding: 24px 0;
  }
  .outcome-bar .container > div {
    font-size: 11px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .detail-layout aside {
    position: static;
    max-width: 600px;
  }
  .detail-layout aside > svg {
    float: right;
  }
  .service-detail {
    grid-template-columns: 60px 1fr;
    gap: 30px;
  }
  .deliverable {
    grid-column: 2;
  }
  .story-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .partner-grid {
    grid-template-columns: 1fr;
  }
  .partner-grid article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px 22px;
  }
  .partner-grid svg {
    grid-row: 1/3;
    margin: 0;
  }
  .partner-grid h3 {
    margin: 0;
  }
  .partner-grid p {
    grid-column: 2;
  }
  .approach-details article {
    grid-template-columns: 110px 1fr;
  }
  .page-hero-art {
    opacity: 0.25;
  }
}
@media (max-width: 520px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    width: calc(100% - 32px);
    gap: 8px;
  }
  .logo {
    width: 157px;
  }
  .header .header-cta {
    font-size: 8px;
    min-height: 38px;
    padding: 8px 10px;
    gap: 8px;
  }
  .header-cta > span {
    font-size: 15px;
  }
  .menu-toggle {
    width: 32px;
  }
  .hero {
    min-height: 695px;
  }
  .hero-image {
    background-position: 62% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #041225f2, #041225b3),
      linear-gradient(0deg, #041225cc, transparent);
  }
  .hero-content {
    padding-top: 49px;
    padding-bottom: 92px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.11em;
    gap: 8px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.5vw, 54px);
    line-height: 1.12;
    letter-spacing: -0.055em;
  }
  .hero-content > p {
    font-size: 13px;
    line-height: 1.85;
    margin: 24px 0 28px;
    max-width: 350px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 13px 15px;
    min-height: 49px;
    gap: 12px;
  }
  .hero-actions .button > span {
    font-size: 19px;
  }
  .hero-caption {
    font-size: 10px;
    margin-top: 24px;
  }
  .hero-index {
    left: 20px;
    right: 20px;
    font-size: 6px;
    letter-spacing: 0.1em;
    bottom: 22px;
    gap: 15px;
  }
  .outcome-bar > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 18px;
    padding: 22px 0;
  }
  .outcome-bar .container > div {
    font-size: 12px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 34px;
  }
  .section-heading > div + div {
    margin-top: 23px;
  }
  .section-heading h2,
  h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }
  .section-heading p {
    font-size: 13px;
    max-width: 340px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  .value-flow {
    grid-template-columns: 1fr;
  }
  .value-flow > div {
    min-height: 72px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    border-right: 0;
    border-bottom: 1px solid #dce3eb;
    padding: 21px;
  }
  .value-flow strong {
    font-size: 14px;
  }
  .value-flow b {
    right: 24px;
    top: auto;
    bottom: -10px;
    transform: rotate(90deg);
  }
  .value-flow .last svg {
    top: 23px;
    right: 23px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 28px;
    border-right: 0 !important;
  }
  .service-card:nth-child(3) {
    border-bottom: 1px solid #dce3eb;
  }
  .service-card h3 {
    font-size: 25px;
    max-width: 270px;
  }
  .service-card .card-top {
    margin-bottom: 29px;
  }
  .service-card p {
    margin-bottom: 20px;
  }
  .industry-card {
    padding: 23px 17px;
    min-height: 190px;
  }
  .industry-card h3 {
    font-size: 17px;
  }
  .industry-card p {
    font-size: 10px;
  }
  .industry-card > span {
    right: 16px;
    top: 22px;
    font-size: 19px;
  }
  .industry-card > svg {
    width: 25px;
  }
  .usecase-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .usecase-card {
    padding: 26px;
  }
  .usecase-card .card-top {
    margin-bottom: 28px;
  }
  .usecase-card h3 {
    font-size: 25px;
  }
  .usecase-card p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .remaining-cases {
    gap: 18px;
    font-size: 10px;
  }
  .remaining-cases a {
    font-size: 10px;
    gap: 10px;
  }
  .why-layout {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .why-photo {
    height: 330px;
  }
  .why-photo > div {
    font-size: 31px;
    left: 25px;
    bottom: 27px;
  }
  .reason p {
    font-size: 13px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .step {
    display: grid;
    grid-template-columns: 57px 1fr;
    gap: 10px 24px;
    padding: 25px 0;
    border-top: 1px solid #d7e0ec;
  }
  .step-number {
    grid-row: 1/4;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 37px;
    line-height: 1;
  }
  .step-number span {
    display: none;
  }
  .step h3 {
    margin: 0;
    font-size: 25px;
  }
  .step p {
    grid-column: 2;
    font-size: 13px;
  }
  .step-note {
    grid-column: 2;
    margin-top: 0;
  }
  .failure-strip {
    margin-top: 35px;
    padding-top: 30px;
  }
  .failure-list {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 12px;
  }
  .failure-strip h3 {
    font-size: 26px;
  }
  .founder {
    grid-template-columns: 100px 1fr;
    gap: 23px;
    align-items: start;
  }
  .founder-monogram {
    height: 140px;
    font-size: 67px;
  }
  .founder-monogram span {
    font-size: 5px;
    left: 10px;
  }
  .founder h3 {
    font-size: 26px;
    margin: 8px 0 12px;
  }
  .founder p {
    font-size: 11px;
  }
  .founder .mini-label {
    font-size: 8px;
  }
  .cta-section {
    padding: 55px 0;
  }
  .cta-section h2 {
    font-size: 37px;
  }
  .cta-section .button {
    font-size: 11px;
    gap: 12px;
    padding: 15px 17px;
    max-width: 100%;
  }
  .cta-section p {
    font-size: 12px;
  }
  .cta-note {
    font-size: 9px;
  }
  .contact-form {
    padding: 24px 19px;
  }
  .form-title h3 {
    font-size: 23px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    font-size: 16px;
    padding: 12px;
    min-height: 48px;
  }
  .form-grid label {
    font-size: 12px;
  }
  .consent {
    font-size: 11px;
  }
  .form-note {
    font-size: 9px;
  }
  .contact-layout {
    gap: 35px;
  }
  .contact-layout > div > p {
    font-size: 13px;
  }
  .session-list li {
    font-size: 12px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 36px;
  }
  .footer-conversation {
    grid-column: auto;
  }
  .footer-wordmark {
    font-size: 32px;
  }
  .footer-top .mini-label {
    margin-bottom: 16px;
  }
  .footer-nav {
    gap: 16px;
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 18px;
  }
  .footer-bottom > div {
    gap: 28px;
  }
  .page-hero {
    padding: 25px 0 53px;
  }
  .breadcrumb {
    margin-bottom: 35px;
    font-size: 9px;
  }
  .page-hero h1 {
    font-size: 39px;
    line-height: 1.17;
  }
  .page-hero p {
    font-size: 13px;
    margin-top: 23px;
  }
  .page-hero-art {
    right: -420px;
  }
  .service-detail {
    grid-template-columns: 40px 1fr;
    gap: 23px;
    padding: 35px 0;
  }
  .service-detail-index {
    font-size: 29px;
    gap: 25px;
  }
  .service-detail h2 {
    font-size: 28px;
  }
  .service-detail p {
    font-size: 13px;
  }
  .deliverable {
    grid-column: 1/-1;
    padding: 23px;
  }
  .detail-block h2 {
    font-size: 28px;
  }
  .detail-block p {
    font-size: 14px;
  }
  .detail-block .eyebrow {
    font-size: 8px;
  }
  .detail-layout aside h3 {
    font-size: 27px;
  }
  .check-list li {
    font-size: 13px;
  }
  .filters {
    gap: 8px;
  }
  .filter {
    font-size: 10px;
    padding: 9px 13px;
  }
  .approach-details {
    margin-top: 40px;
  }
  .approach-details article {
    grid-template-columns: 52px 1fr;
    gap: 25px;
    padding: 30px 0;
  }
  .big-number {
    font-size: 46px;
  }
  .approach-details h2 {
    font-size: 29px;
  }
  .approach-details p {
    font-size: 13px;
  }
  .story-layout .large-copy {
    font-size: 23px;
  }
  .brand-mantra {
    font-size: 16px;
  }
  .brand-mantra span {
    margin: 0 8px;
  }
  .partner-grid article {
    padding: 23px;
    gap: 12px 15px;
  }
  .partner-grid h3 {
    font-size: 22px;
  }
  .partner-grid p {
    font-size: 12px;
  }
  .prose h2 {
    font-size: 25px;
  }
  .prose p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 370px) {
  .header .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .logo {
    width: 175px;
  }
  .hero {
    min-height: 660px;
  }
}

.navy .subtle-note {
  color: #a0b4d0 !important;
}
