:root {
  --navy: #1e324d;
  --ivory: #ebe6dc;
  --paper: #f7f4ee;
  --orange: #d76532;
  --line: rgba(30, 50, 77, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1320px, calc(100% - 64px));
  margin: auto;
}
.nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1.7px;
}
.brand img {
  width: 34px;
  height: 34px;
}
.nav nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.actions button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.pill {
  border: 1px solid var(--navy);
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 13px;
}
.hero {
  height: calc(100vh - 110px);
  min-height: 650px;
  padding-top: 8vh;
  position: relative;
  overflow: hidden;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.19em;
  font-weight: 700;
  margin: 0 0 28px;
}
.hero h1,
h2 {
  font-size: clamp(72px, 10vw, 148px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  margin: 0;
  font-weight: 520;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--orange);
}
.intro {
  max-width: 560px;
  margin: 45px 0 0 52%;
  font-size: 19px;
  line-height: 1.55;
  position: relative;
  z-index: 2;
}
.hero-weave {
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 70%;
  height: 62%;
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
}
.hero > :not(.hero-weave) {
  position: relative;
  z-index: 2;
}
.hero-weave .accent {
  display: none;
}
.weave {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.weave path,
.symbol path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  opacity: 0.38;
}
.weave circle,
.symbol circle {
  fill: currentColor;
}
.weave .accent,
.symbol .accent {
  fill: var(--orange);
}
.dark {
  background: var(--navy);
  color: var(--ivory);
}
.approach {
  padding: 150px 0 130px;
}
.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12vw;
  align-items: end;
}
.orange {
  color: var(--orange);
}
h2 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.copy {
  font-size: 19px;
  line-height: 1.6;
  opacity: 0.78;
}
.stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  border-top: 1px solid rgba(235, 230, 220, 0.22);
}
.stages article {
  padding: 25px 45px 0 0;
  border-right: 1px solid rgba(235, 230, 220, 0.22);
  min-height: 340px;
}
.stages article + article {
  padding-left: 45px;
}
.stages article:last-child {
  border: 0;
}
.stages small {
  color: var(--orange);
}
.stages h3 {
  font-size: 28px;
  margin: 28px 0 12px;
}
.stages p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.65;
}
.symbol {
  height: 145px;
  margin-top: 20px;
}
.symbol svg {
  width: 100%;
  height: 100%;
}
.platforms {
  padding: 150px 0;
}
.platforms h2 {
  max-width: 820px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--line);
}
.grid > a {
  padding: 35px 30px 40px 0;
  border-right: 1px solid var(--line);
  position: relative;
  min-height: 340px;
  transition: 0.3s;
}
.grid > a + a {
  padding-left: 30px;
}
.grid > a:hover {
  background: rgba(235, 230, 220, 0.45);
  transform: translateY(-5px);
}
.grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}
.grid .product-logo {
  width: 72px;
  height: 72px;
}
.grid h3 {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 145px 0 12px;
}
.grid img + h3 {
  margin-top: 73px;
}
.grid h3 b {
  color: var(--orange);
}
.grid p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.67;
  max-width: 210px;
}
.belief {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.implementation {
  padding: 150px 0;
  background: var(--ivory);
}
.implementation-intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 10vw;
  align-items: end;
}
.implementation-intro h2 {
  max-width: 880px;
}
.implementation-copy {
  font-size: 18px;
  line-height: 1.6;
}
.enterprise-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 650;
}
.implementation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--line);
}
.implementation-steps article {
  min-height: 260px;
  padding: 28px 35px 35px 0;
  border-right: 1px solid var(--line);
}
.implementation-steps article + article {
  padding-left: 35px;
}
.implementation-steps article:last-child {
  border-right: 0;
}
.implementation-steps small {
  color: var(--orange);
}
.implementation-steps h3 {
  margin: 80px 0 12px;
  font-size: 27px;
}
.implementation-steps p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  opacity: .7;
}
.belief > [data-weave] {
  position: absolute;
  inset: 0;
  width: 110%;
  height: 100%;
  left: -5%;
  opacity: 0.3;
}
.belief .shell {
  position: relative;
  z-index: 1;
}
.belief h2 {
  max-width: 1050px;
}
.contact {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
}
.contact > div:last-child {
  align-self: end;
}
.contact a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 25px 0 12px;
  font-size: 26px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 45px 0 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer p {
  font-size: 12px;
  line-height: 1.7;
  margin: 4px 0;
  opacity: 0.67;
}
footer p:last-child {
  text-align: right;
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 36px);
  }
  .nav {
    height: 82px;
  }
  .nav nav,
  .pill {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 730px;
    padding-top: 12vh;
  }
  .hero h1 {
    font-size: clamp(62px, 19vw, 90px);
  }
  .intro {
    margin: 42px 0 0;
    max-width: 92%;
  }
  .hero-weave {
    width: 118%;
    height: 38%;
    right: -38%;
    bottom: -14%;
    opacity: 0.42;
  }
  .hero-weave circle {
    display: none;
  }
  .split,
  .contact {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .approach,
  .platforms,
  .implementation,
  .contact {
    padding: 100px 0;
  }
  .implementation-intro,
  .implementation-steps {
    grid-template-columns: 1fr;
  }
  .implementation-intro {
    gap: 45px;
  }
  .implementation-steps {
    margin-top: 65px;
  }
  .implementation-steps article,
  .implementation-steps article + article {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .implementation-steps h3 {
    margin-top: 45px;
  }
  .stages {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .stages article,
  .stages article + article {
    border-right: 0;
    border-bottom: 1px solid rgba(235, 230, 220, 0.22);
    padding: 28px 0;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .grid > a {
    min-height: 290px;
    padding: 25px 20px 25px 0;
  }
  .grid > a + a {
    padding-left: 20px;
  }
  .belief {
    min-height: 650px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer p:nth-child(2) {
    display: none;
  }
}
