.hero-word[data-astro-cid-74yslsmo] {
  display: inline-block;
  text-align: center;
}
.hero-word[data-astro-cid-74yslsmo]:after {
  content: "";
  display: inline-block;
  width: 0.045em;
  height: 0.86em;
  margin-left: 0.08em;
  background: currentColor;
  animation: hero-caret 0.9s steps(2, start) infinite;
  vertical-align: -0.04em;
}
@keyframes hero-caret {
  50% {
    opacity: 0;
  }
}
.product-marquee[data-astro-cid-grt2k22x] {
  --card-width: clamp(8.75rem, 16vw, 12.75rem);
  --card-gap: clamp(1rem, 2vw, 1.5rem);
  contain: layout paint;
  overflow: hidden;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
  width: 100%;
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 7%,
    #000 93%,
    transparent 100%
  );
}
.product-marquee__track[data-astro-cid-grt2k22x] {
  display: flex;
  width: max-content;
  gap: var(--card-gap);
  transform: translateZ(0);
  will-change: transform;
}
.product-marquee__card[data-astro-cid-grt2k22x] {
  position: relative;
  contain: layout paint;
  display: flex;
  width: var(--card-width);
  aspect-ratio: 0.82;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 12px 32px #16426814;
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease;
}
.product-marquee__card[data-astro-cid-grt2k22x]:hover {
  transform: translateY(-0.18rem);
  box-shadow: 0 16px 38px #16426821;
}
.product-marquee__image[data-astro-cid-grt2k22x] {
  position: relative;
  z-index: 1;
  width: 82%;
  height: 82%;
  object-fit: contain;
}
.product-marquee__tooltip[data-astro-cid-grt2k22x] {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate3d(-999px, -999px, 0);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0.5rem;
  background: #164268f0;
  box-shadow: 0 14px 32px #0a1e2e2e;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  padding: 0.55rem 0.7rem;
  transition: opacity 0.16s ease;
  white-space: nowrap;
}
.product-marquee__tooltip[data-astro-cid-grt2k22x].is-visible {
  opacity: 1;
}
@media (max-width: 1023px) {
  .product-marquee__tooltip[data-astro-cid-grt2k22x] {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-marquee__track[data-astro-cid-grt2k22x] {
    transform: none !important;
  }
}
.value-header[data-astro-cid-seynovzj] {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
.value-title[data-astro-cid-seynovzj] {
  max-width: 25ch;
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 1.12;
}
.value-copy[data-astro-cid-seynovzj] {
  max-width: 43rem;
  color: #164268f0;
}
.value-card[data-astro-cid-seynovzj] {
  display: block;
  height: 100%;
  border-radius: 0.55rem;
  background: #dce4ea;
  padding: clamp(1.1rem, 1.7vw, 1.35rem);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}
.value-card[data-astro-cid-seynovzj]:hover {
  transform: translateY(-0.2rem);
  background: #d5dee5;
  box-shadow: 0 16px 36px #16426817;
}
.value-card__icon[data-astro-cid-seynovzj] {
  display: block;
  width: clamp(2.3rem, 3vw, 2.8rem);
  height: clamp(2.3rem, 3vw, 2.8rem);
  margin-bottom: 1.25rem;
}
.value-grid[data-astro-cid-seynovzj] {
  align-items: stretch;
}
@media (min-width: 768px) {
  .value-header[data-astro-cid-seynovzj] {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
    gap: clamp(3rem, 7vw, 7rem);
  }
  .value-title[data-astro-cid-seynovzj] {
    max-width: 27ch;
    font-size: clamp(2.15rem, 3.25vw, 3.15rem);
  }
  .value-copy[data-astro-cid-seynovzj] {
    justify-self: end;
    max-width: 38rem;
    border-left: 3px solid rgba(22, 66, 104, 0.22);
    padding-left: clamp(1rem, 2vw, 1.5rem);
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .value-title[data-astro-cid-seynovzj] {
    max-width: 29ch;
  }
}
.work-process[data-astro-cid-2gq7gwxd] {
  overflow: hidden;
  padding: 2.5rem 2rem 4rem;
}
.work-process__inner[data-astro-cid-2gq7gwxd] {
  display: grid;
  width: 100%;
  max-width: 112rem;
  margin-inline: auto;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}
.work-process__intro[data-astro-cid-2gq7gwxd] {
  position: relative;
  display: grid;
  min-height: clamp(19rem, 38vw, 30rem);
  place-items: center;
  text-align: center;
}
.work-process__symbol[data-astro-cid-2gq7gwxd],
.work-process__symbol-fallback[data-astro-cid-2gq7gwxd] {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(74vw, 27rem);
  max-height: 90%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
}
.work-process__symbol[data-astro-cid-2gq7gwxd] {
  z-index: 1;
  height: auto;
}
.work-process__symbol-fallback[data-astro-cid-2gq7gwxd] {
  z-index: 0;
  aspect-ratio: 0.72;
  border: clamp(2.35rem, 6vw, 4.8rem) solid rgba(255, 255, 255, 0.17);
  border-right-width: clamp(3rem, 7vw, 5.8rem);
  border-radius: 45% 0 48% 42%;
  mask-image: linear-gradient(140deg, #000 18%, transparent 76%);
}
.work-process__copy[data-astro-cid-2gq7gwxd] {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 34rem;
  flex-direction: column;
  align-items: center;
}
.work-process__title[data-astro-cid-2gq7gwxd] {
  max-width: 16ch;
  color: #fff;
}
.work-process__lead[data-astro-cid-2gq7gwxd] {
  margin-top: 1.45rem;
  max-width: 32rem;
  color: #ffffffe6;
}
.work-process__actions[data-astro-cid-2gq7gwxd] {
  margin-top: 2.25rem;
}
.work-process__timeline[data-astro-cid-2gq7gwxd] {
  --process-number-size: clamp(3.35rem, 11.5vw, 4.25rem);
  --process-step-gap: clamp(0.9rem, 2.5vw, 1.55rem);
  position: relative;
  display: grid;
  width: min(100%, 44rem);
  gap: clamp(1.1rem, 2vw, 1.5rem);
  margin: 0;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
.work-process__timeline[data-astro-cid-2gq7gwxd]:before {
  content: none;
}
.work-process__step[data-astro-cid-2gq7gwxd] {
  position: relative;
  display: grid;
  width: min(100%, 44rem);
  grid-template-columns: var(--process-number-size) minmax(0, 1fr);
  gap: var(--process-step-gap);
  align-items: center;
  margin-inline: auto;
  isolation: isolate;
}
.work-process__step[data-astro-cid-2gq7gwxd]:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: calc(var(--process-number-size) / 2 - 1px);
  width: 2px;
  height: calc(100% + clamp(1.1rem, 2vw, 1.5rem));
  border-radius: 999px;
  background: #ffffffc2;
}
.work-process__step[data-astro-cid-2gq7gwxd]:last-child:after {
  content: none;
}
.work-process__number[data-astro-cid-2gq7gwxd] {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--process-number-size);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 10px 22px #0514211f,
    0 0 #fff0;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: clamp(1.62rem, 4.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
  transition:
    color 0.26s ease,
    box-shadow 0.26s ease,
    transform 0.26s ease;
  animation: process-number-glow 5s linear infinite;
  animation-delay: calc(var(--step-index) * 0.18s);
}
.work-process__step-copy[data-astro-cid-2gq7gwxd] {
  animation: process-copy-focus 5s linear infinite;
  animation-delay: calc(var(--step-index) * 0.18s);
  color: #ffffffa8;
  transition: color 0.26s ease;
}
.work-process__timeline[data-astro-cid-2gq7gwxd]:hover
  .work-process__number[data-astro-cid-2gq7gwxd],
.work-process__timeline[data-astro-cid-2gq7gwxd]:hover
  .work-process__step-copy[data-astro-cid-2gq7gwxd] {
  animation: none;
}
.work-process__step[data-astro-cid-2gq7gwxd]:hover
  .work-process__number[data-astro-cid-2gq7gwxd] {
  transform: translateY(-0.1rem);
  box-shadow:
    0 14px 30px #05142126,
    0 0 0 7px #ffffff24,
    0 0 24px #ffffff38;
}
.work-process__step[data-astro-cid-2gq7gwxd]:hover
  .work-process__step-copy[data-astro-cid-2gq7gwxd] {
  color: #fff;
}
.work-process__step-copy[data-astro-cid-2gq7gwxd] h3[data-astro-cid-2gq7gwxd] {
  margin: 0;
  color: inherit;
}
.work-process__step-copy[data-astro-cid-2gq7gwxd] p[data-astro-cid-2gq7gwxd] {
  margin: 0.45rem 0 0;
  color: inherit;
}
@keyframes process-number-glow {
  0%,
  13%,
  to {
    transform: translateY(0);
    box-shadow:
      0 10px 22px #0514211f,
      0 0 #fff0;
  }
  4% {
    transform: translateY(-0.06rem);
    box-shadow:
      0 12px 26px #05142124,
      0 0 0 5px #ffffff1a,
      0 0 18px #ffffff29;
  }
  7% {
    transform: translateY(-0.08rem);
    box-shadow:
      0 14px 30px #05142126,
      0 0 0 7px #ffffff24,
      0 0 24px #ffffff38;
  }
  10% {
    transform: translateY(-0.04rem);
    box-shadow:
      0 12px 26px #05142124,
      0 0 0 4px #ffffff14,
      0 0 14px #ffffff1f;
  }
}
@keyframes process-copy-focus {
  0%,
  13%,
  to {
    color: #ffffffa8;
  }
  4%,
  7%,
  10% {
    color: #fff;
  }
}
@media (min-width: 640px) {
  .work-process[data-astro-cid-2gq7gwxd] {
    padding-inline: 3rem;
  }
}
@media (min-width: 768px) {
  .work-process[data-astro-cid-2gq7gwxd] {
    padding: 3.25rem 2rem 5rem;
  }
  .work-process__inner[data-astro-cid-2gq7gwxd] {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 21rem), 1fr));
    gap: clamp(1.5rem, 3.4vw, 2.5rem);
    align-items: center;
  }
  .work-process__intro[data-astro-cid-2gq7gwxd] {
    min-height: clamp(22rem, 42vw, 28rem);
  }
  .work-process__symbol[data-astro-cid-2gq7gwxd],
  .work-process__symbol-fallback[data-astro-cid-2gq7gwxd] {
    width: min(33vw, 22rem);
  }
  .work-process__copy[data-astro-cid-2gq7gwxd] {
    max-width: 24rem;
  }
  .work-process__lead[data-astro-cid-2gq7gwxd] {
    max-width: 23rem;
  }
  .work-process__timeline[data-astro-cid-2gq7gwxd] {
    --process-number-size: clamp(3.25rem, 5.5vw, 3.85rem);
    --process-step-gap: clamp(1rem, 2.2vw, 1.35rem);
    width: min(100%, 39rem);
    justify-self: center;
  }
  .work-process__step[data-astro-cid-2gq7gwxd] {
    width: 100%;
  }
  .work-process__step-copy[data-astro-cid-2gq7gwxd] {
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  .work-process[data-astro-cid-2gq7gwxd] {
    padding: 3.5rem 5rem 6rem;
  }
  .work-process__inner[data-astro-cid-2gq7gwxd] {
    grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
    gap: clamp(3rem, 6vw, 5.5rem);
  }
  .work-process__intro[data-astro-cid-2gq7gwxd] {
    min-height: clamp(25rem, 38vw, 30rem);
  }
  .work-process__symbol[data-astro-cid-2gq7gwxd],
  .work-process__symbol-fallback[data-astro-cid-2gq7gwxd] {
    width: min(34vw, 27rem);
  }
  .work-process__copy[data-astro-cid-2gq7gwxd] {
    max-width: 34rem;
  }
  .work-process__lead[data-astro-cid-2gq7gwxd] {
    max-width: 32rem;
  }
  .work-process__timeline[data-astro-cid-2gq7gwxd] {
    --process-number-size: clamp(3.85rem, 4.25vw, 4.25rem);
    --process-step-gap: clamp(0.9rem, 2.5vw, 1.55rem);
    width: min(100%, 44rem);
    justify-self: stretch;
  }
  .work-process__step[data-astro-cid-2gq7gwxd] {
    width: min(100%, 44rem);
  }
}
@media (min-width: 1280px) {
  .work-process[data-astro-cid-2gq7gwxd] {
    padding-inline: 7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-process__number[data-astro-cid-2gq7gwxd] {
    animation: none;
  }
}
