.landing-page {
  --services-content-width: 1080px;
  overflow: visible;
}

.landing-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition: opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.landing-reveal.is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.landing-page #above__the__fold {
  min-height: 90vh;
}

.landing-page #above__the__fold .content__wrapper {
  min-height: 90vh;
  padding-top: clamp(92px, 12vw, 150px);
  padding-bottom: clamp(86px, 10vw, 130px);
}

.landing-page #above__the__fold .content__wrapper .about__description .hero__actions a:first-child {
  display: none;
}

.landing-page #above__the__fold .content__wrapper .hero__display-title {
  max-width: 800px;
  font-size: clamp(2.5rem, 7.5vw, 5.5rem);
  line-height: 95%;
  text-align: center;
  text-wrap: balance;
  margin: 0 auto;
  letter-spacing: -1.8px;
}

.landing-page #above__the__fold .content__wrapper .hero__display-title span {
  margin: 0;
}

.landing-page #above__the__fold .content__wrapper .hero__display-title span:nth-child(5) {
  animation-delay: 0.6s;
}

.landing-page #above__the__fold .content__wrapper .hero__display-title .hero__display-title-emphasis {
  margin: 0;
  font-size: 50%;
  top: -8px;
}

.landing-page #above__the__fold .content__wrapper .hero__display-title .hero__display-title-break {
  display: block;
}

.landing-page #above__the__fold .content__wrapper .about__description .landing-hero__description {
  font-size: 2rem;
  font-weight: 400;
  color: #5a5a5a;
  max-width: 600px;
  line-height: 150%;
  margin: 0 auto;
  animation: move-text 1s forwards 0.5s;
}

.landing-page #above__the__fold .content__wrapper .about__description .landing-hero__description em {
  font-size: 120%;
}

@media only screen and (max-width: 600px) {
  .landing-page #above__the__fold .content__wrapper .hero__display-title {
    width: min(calc(100vw - 20px), 560px);
    margin-left: 50%;
    font-size: clamp(2.05rem, 8.6vw, 3.35rem);
    line-height: 88%;
    transform: translateX(-50%);
  }

  .landing-page #above__the__fold .content__wrapper .hero__display-title .hero__display-title-emphasis {
    margin: 0;
    top: -4px;
  }

  .landing-page #above__the__fold .content__wrapper .about__description .landing-hero__description {
    font-size: 1.6rem;
  }
}

.landing-hero-scroll {
  position: absolute;
  right: auto;
  bottom: clamp(22px, 3vw, 42px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  left: 50%;
  float: none;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 12px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 999px;
  color: #101010;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
}

.landing-hero-scroll i {
  display: block;
  width: 7px;
  height: 18px;
  border-radius: 999px;
  background: #101010;
  animation: landing-scroll-pulse 1.4s ease-in-out infinite;
}

@keyframes landing-scroll-pulse {
  0%,
  100% {
    transform: translateY(-3px);
    opacity: 0.42;
  }

  50% {
    transform: translateY(3px);
    opacity: 1;
  }
}

.landing-page .services-page__section {
  position: relative;
  margin-top: 0;
  padding: 160px 0 120px;
  border: 5px solid #131313;
  border-bottom: none;
  border-radius: 35px;
  background: #000;
  color: #f4f4f4;
}

.landing-page footer {
  border-color: #131313;
  background-color: #b1b1b1;
}

.landing-page footer .content__wrapper ul li {
  color: #000;
}

.landing-page footer .content__wrapper ul {
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .landing-page footer .footer__folio-credit {
    display: none;
  }

  .landing-page footer .content__wrapper ul li {
    width: 50%;
  }
}

.landing-page .hero-marquee {
  display: none;
}

.landing-page #about {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(140px, 14vw, 220px);
}

.landing-page #about .content__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.landing-page #about .col2-3 {
  float: none;
  clear: both;
  width: min(100%, 740px);
  margin-right: 0;
  margin-left: 0;
}

.landing-page #about .about__title,
.landing-page #about .about__content,
.landing-page #about .about__services-copy {
  text-align: left;
}

.landing-page #about .about__title h2,
.landing-page #about .about__content p,
.landing-page #about .about__services-copy {
  max-width: 740px;
  margin-left: 0;
}

.landing-page #about .about__content p span em {
  color: #707070;
}

.landing-page #about .about__stack-dock-label {
  color: rgba(0, 0, 0, 0.55);
}

.landing-page #contact .contact__cta-note {
  color: #3f3f3f;
}

.landing-page #about .about__title h2 {
  font-size: 3.2rem;
}

.landing-page #about .about__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  margin: 38px auto 0;
}

.landing-page #about .about__stats div {
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.landing-page #about .about__stats dt {
  color: #101010;
  font-size: clamp(3.4rem, 4vw, 5rem);
  font-weight: 500;
  line-height: 100%;
}

.landing-page #about .about__stats dd {
  margin: 0;
  color: #5f5f5f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.landing-page #about .about__stack-dock {
  max-width: 420px;
  margin: 18px auto 0;
}

.landing-page #about .about__stack-dock-list {
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .landing-page #about .about__stack-dock-item,
  .landing-page #about .about__stack-dock-item:hover,
  .landing-page #about .about__stack-dock-item:focus,
  .landing-page #about .about__stack-dock-item:active {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: none;
    transform: none;
  }

  .landing-page #about .about__stack-dock-item:hover + .about__stack-dock-item,
  .landing-page #about .about__stack-dock-item:has(+ .about__stack-dock-item:hover) {
    transform: none;
  }

  .landing-page #about .about__stack-dock-item img,
  .landing-page #about .about__stack-dock-item:hover img,
  .landing-page #about .about__stack-dock-item:focus img,
  .landing-page #about .about__stack-dock-item:active img {
    filter: grayscale(1) contrast(1.05);
    opacity: 0.75;
    transform: none;
  }
}

.landing-faq-section {
  padding: 120px 0;
  border: 5px solid #131313;
  border-bottom: none;
  border-radius: 35px 35px 0 0;
  background: #000;
  color: #f4f4f4;
}

.landing-work {
  position: relative;
  padding: clamp(110px, 10vw, 150px) 0 clamp(90px, 9vw, 130px);
  border: 5px solid #131313;
  border-bottom: none;
  border-radius: 35px 35px 0 0;
  background: #131313;
  color: #f4f4f4;
  overflow: hidden;
}

.landing-work .content__wrapper {
  display: grid;
  gap: clamp(38px, 5vw, 70px);
}

.landing-work__head {
  display: grid;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.landing-work__head h2 {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(3.4rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -1px;
  white-space: nowrap;
}

.landing-page #contact .contact__title h2 {
  font-size: clamp(3.6rem, 6.4vw, 6.5rem);
}

@media only screen and (max-width: 420px) {
  .landing-page #contact .contact__title h2 {
    max-width: 320px;
    margin-inline: auto;
    white-space: normal;
    text-wrap: balance;
  }

  .landing-page #contact #contact-title .follow__text {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .landing-page #contact #contact-title .follow__text {
    display: none;
  }
}

.landing-page #contact .contact__inner {
  position: relative;
  isolation: isolate;
}

.landing-page #contact .contact__title,
.landing-page #contact .contact__body {
  position: relative;
  z-index: 2;
}

.landing-page #contact .contact__title p {
  max-width: 800px;
  margin: 22px auto 0;
  color: #050505;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 150%;
  text-align: center;
}

.landing-page #contact .start-project-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 12px 20px;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #f4f4f4;
  text-align: center;
}

.landing-page #contact .contact__cta {
  width: min(100%, 320px);
}

.landing-page #contact .contact__cta-note {
  order: 2;
  margin: 12px 0 0;
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 140%;
  text-align: center;
}

.landing-page #contact .start-project-card-cta__orb {
  display: none;
}

.landing-page #contact .start-project-card-cta__copy {
  display: block;
}

.landing-page footer .footer__privacy-link {
  color: #000;
}

.landing-page footer .footer__privacy-link:hover,
.landing-page footer .footer__privacy-link:focus-visible {
  color: #3a3a3a;
}

.landing-page #contact .start-project-card-cta__title {
  font-size: clamp(1.6rem, 1.8vw, 1.9rem);
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .landing-page #contact .start-project-card-cta:hover,
  .landing-page #contact .start-project-card-cta:focus-visible {
    border-color: #050505;
    background: #1b1b1b;
  }
}

nav.main__nav.main__nav--landing {
  box-sizing: border-box;
  width: min(calc(100% - 16px), 410px);
  max-width: none;
  padding: 8px 12px;
  overflow: visible;
}

.main__nav--landing .main__nav__wrapper {
  width: 100%;
}

.main__nav--landing .main__nav__wrapper .main__nav__item {
  box-sizing: border-box;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding: 0 2px;
}

.main__nav--landing .main__nav__wrapper .main__nav__item a {
  padding-inline: 8px;
  white-space: nowrap;
}

.landing-services__card-head span small {
  font-size: 0.72em;
  font-weight: inherit;
}

@media only screen and (max-width: 600px) {
  nav.main__nav.main__nav--landing {
    width: calc(100% - 12px);
    padding: 8px;
  }

  .main__nav--landing .main__nav__wrapper .main__nav__item a {
    padding-inline: 2px;
    font-size: 1.05rem;
  }
}

.landing-work__grid {
  display: grid;
  gap: 0;
  width: 100%;
  min-width: 0;
}

@media (min-width: 1001px) {
  .landing-work__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .landing-work__card:nth-child(1),
  .landing-work__card:nth-child(4) {
    grid-column: span 3;
  }

  .landing-work__card:nth-child(2),
  .landing-work__card:nth-child(3) {
    grid-column: span 2;
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .landing-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .landing-work__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.landing-work__card {
  position: relative;
  display: grid;
  align-content: start;
  width: 100%;
  min-width: 0;
  gap: 22px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 28px;
  background: transparent;
  color: #f4f4f4;
  transform: scale(1);
  transform-origin: center;
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.landing-work__card::before {
  content: none;
}

.landing-work__card-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.34s ease,
    transform 0.44s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.landing-work__card:hover,
.landing-work__card:focus-within {
  transform: scale(1.018);
}

.landing-work__card:hover .landing-work__card-title,
.landing-work__card:focus-within .landing-work__card-title {
  opacity: 1;
  transform: translateY(0);
}

.landing-work__card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.landing-work__card h3 {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 1.45vw, 2rem);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  text-wrap: balance;
}

.landing-work__card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.landing-work__logo {
  display: inline-flex;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background-color: #7d7d7d;
  background-image: url("../images/common/_01.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 500%;
  will-change: background-position;
  -webkit-mask-image: var(--logo-url);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: var(--logo-url);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.landing-work__media {
  position: relative;
  aspect-ratio: 1.14 / 1;
  border-radius: 22px;
  background: transparent;
  overflow: visible;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
}

.landing-work__media.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.landing-work__media.is-dragging img {
  pointer-events: none;
}

.landing-work__slide {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  background: #050505;
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-work__slide--active {
  opacity: 1;
}

.landing-work__slide img,
.landing-work__slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.landing-work__dots {
  position: absolute;
  right: 50%;
  bottom: 14px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6px;
  min-height: 22px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translate(50%, 6px);
  pointer-events: none;
  transition:
    opacity 0.26s ease,
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.landing-work__card:hover .landing-work__dots,
.landing-work__card:focus-within .landing-work__dots {
  opacity: 1;
  transform: translate(50%, 0);
  pointer-events: auto;
}

.landing-work__dot {
  display: block;
  width: 8.4px;
  height: 8.4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition:
    width 0.22s ease,
    background-color 0.22s ease;
}

.landing-work__dot--active {
  width: 21.6px;
  border-radius: 999px;
  background: #fff;
}

.landing-work__description {
  min-height: 4em;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.5rem;
  line-height: 145%;
}

.landing-work__proof-list {
  display: grid;
  gap: 8px;
  margin: -6px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.25rem;
  line-height: 135%;
  list-style: none;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.28s ease,
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.landing-work__card:hover .landing-work__proof-list,
.landing-work__card:focus-within .landing-work__proof-list {
  opacity: 1;
  transform: translateY(0);
}

.landing-work__proof-list li {
  position: relative;
  padding-left: 16px;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.24s ease,
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.landing-work__card:hover .landing-work__proof-list li,
.landing-work__card:focus-within .landing-work__proof-list li {
  opacity: 1;
  transform: translateY(0);
}

.landing-work__proof-list li:nth-child(1) {
  transition-delay: 0.04s;
}

.landing-work__proof-list li:nth-child(2) {
  transition-delay: 0.12s;
}

.landing-work__proof-list li:nth-child(3) {
  transition-delay: 0.2s;
}

.landing-work__proof-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.landing-work__card:not(:hover):not(:focus-within) .landing-work__proof-list li {
  transition-delay: 0s;
}

@media (max-width: 1024px) {
  .landing-work__proof-list {
    display: none;
  }
}

@media (max-width: 1000px) {
  .landing-work__card:hover,
  .landing-work__card:focus-within {
    border-color: transparent;
    background: transparent;
    transform: none;
  }

  .landing-work__card-title,
  .landing-work__card:hover .landing-work__card-title,
  .landing-work__card:focus-within .landing-work__card-title {
    opacity: 1;
    transform: none;
  }

  .landing-work__dots,
  .landing-work__card:hover .landing-work__dots,
  .landing-work__card:focus-within .landing-work__dots {
    opacity: 1;
    transform: translate(50%, 0);
    pointer-events: auto;
  }

  .landing-work__proof-list,
  .landing-work__card:hover .landing-work__proof-list,
  .landing-work__card:focus-within .landing-work__proof-list,
  .landing-work__proof-list li,
  .landing-work__card:hover .landing-work__proof-list li,
  .landing-work__card:focus-within .landing-work__proof-list li {
    opacity: 1;
    transform: none;
    transition-delay: 0s;
  }
}

.landing-work__card--cta {
  place-items: center;
  min-height: clamp(520px, 44vw, 680px);
  padding: clamp(32px, 4vw, 54px);
  border-color: #f4f4f4;
  background: #f4f4f4;
  color: #101010;
  scroll-snap-align: end;
}

.landing-work__card--cta:hover,
.landing-work__card--cta:focus-within {
  border-color: #f4f4f4;
  background: #fff;
}

.landing-work__cta-content {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 360px;
  margin: auto;
  text-align: center;
}

.landing-work__card--cta h3 {
  max-width: 340px;
  color: #101010;
  font-size: clamp(2.35rem, 2.6vw, 3.45rem);
  line-height: 102%;
}

@media only screen and (max-width: 800px) {
  .landing-work__head h2 {
    white-space: normal;
  }

  .landing-page #contact .contact__title h2 {
    font-size: clamp(3.4rem, 10.5vw, 5.4rem);
  }

}

.landing-work__card--cta p {
  margin: 0;
  color: rgba(16, 16, 16, 0.68);
  font-size: 1.45rem;
  line-height: 145%;
}

.landing-work__card--cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 11px 18px;
  border: 1px solid #101010;
  border-radius: 999px;
  background: #101010;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.24s ease,
    color 0.24s ease;
}

.landing-work__card--cta a:hover,
.landing-work__card--cta a:focus-visible {
  background: transparent;
  color: #101010;
}

.landing-work__indicator {
  --scroll-progress: 0;
  --scroll-progress-width: 8%;
  position: relative;
  width: min(240px, 44vw);
  height: 10px;
  margin: 20px auto 0;
  border: 1px solid #050505;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.landing-work__indicator span {
  position: absolute;
  inset: 1px auto 1px 1px;
  width: var(--scroll-progress-width);
  min-width: 18px;
  border-radius: inherit;
  background: #f4f4f4;
  transition: width 0.16s ease-out;
}

.landing-work-marquee {
  display: grid;
  gap: clamp(14px, 1.4vw, 22px);
  width: 100vw;
  margin-top: clamp(34px, 5vw, 76px);
  overflow: hidden;
}

.landing-work-marquee__viewport {
  width: 100%;
  overflow: hidden;
}

.landing-work-marquee__track {
  display: flex;
  gap: clamp(14px, 1.4vw, 22px);
  width: max-content;
  padding: 0 clamp(14px, 1.4vw, 22px);
  will-change: transform;
}

.landing-work-marquee__item {
  flex: 0 0 clamp(320px, 32vw, 560px);
  aspect-ratio: 1.65 / 1;
  margin: 0;
  border-radius: clamp(18px, 1.6vw, 28px);
  background: #050505;
  overflow: hidden;
}

.landing-work-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

@media (max-width: 700px) {
  .landing-work-marquee__item {
    flex-basis: clamp(180px, 56vw, 260px);
  }
}

.services-page__intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.services-page__section-head {
  max-width: 560px;
  margin: 0 auto 42px;
  text-align: center;
}

.services-page__kicker {
  margin: 0 0 24px;
  color: #8f8f8f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.services-page__intro h1 {
  max-width: 940px;
  margin: 0 auto;
  color: #f4f4f4;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -2px;
  text-wrap: balance;
}

.services-page__section-head h2,
.services-page__cta h2 {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(3.4rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1px;
  text-wrap: balance;
}

.services-page__section-head p {
  max-width: 680px;
  margin: 22px auto 0;
  color: #b8b8b8;
  font-size: 1.6rem;
  line-height: 150%;
  text-wrap: balance;
}

.services-page__faq .services-page__section-head h2 {
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
}

.services-page__intro > p:last-child {
  max-width: 720px;
  margin: 28px auto 0;
  color: #b8b8b8;
  font-size: 1.8rem;
  line-height: 150%;
  text-wrap: balance;
}

.landing-services {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
  width: 100%;
}

.landing-services__heading {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}

.landing-services__heading p {
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

.landing-services__layout {
  position: relative;
  display: grid;
  justify-items: center;
  gap: clamp(24px, 4vw, 40px);
}

.landing-services__list {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  width: min(100%, 980px);
  margin: 0 auto;
  padding-bottom: 0;
}

.landing-services__group {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  width: 100%;
}

.landing-services__step {
  --follow-border-size: 3px;
  --follow-border-opacity: 0;
  position: relative;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 26px;
  width: 100%;
  padding: clamp(28px, 4vw, 48px);
  border: 0;
  border-radius: 28px;
  background: transparent;
  color: #f4f4f4;
  opacity: 1;
  text-align: left;
  isolation: isolate;
  will-change: transform, opacity;
}

@media (min-width: 801px) {
  .landing-services__group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .landing-services__step[data-landing-service-step],
  .landing-services__group[data-landing-service-step] {
    position: sticky;
    top: clamp(78px, 13vh, 144px);
    z-index: var(--service-stack-index);
    margin-bottom: clamp(160px, 30vh, 360px);
    background: #131313;
  }

  .landing-services__group {
    position: relative;
  }

  .landing-services__group .landing-services__step {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .landing-services__group {
    display: none;
  }
}

.landing-services__step .landing-services__orb {
  position: absolute;
  top: clamp(22px, 3vw, 36px);
  right: clamp(22px, 3vw, 36px);
  left: auto;
  bottom: auto;
  width: clamp(64px, 7vw, 96px);
  z-index: 1;
  pointer-events: none;
}

/* Each service keeps the CTA orb's noise and depth, with a distinct liquid-metal palette. */
.landing-services__orb--1 {
  background:
    radial-gradient(ellipse at 18% 16%, rgba(245, 255, 255, 0.98), rgba(245, 255, 255, 0) 16%),
    radial-gradient(ellipse at 68% 14%, rgba(73, 235, 255, 0.94), rgba(73, 235, 255, 0) 26%),
    radial-gradient(ellipse at 22% 64%, rgba(35, 64, 238, 0.98), rgba(35, 64, 238, 0) 39%),
    radial-gradient(ellipse at 62% 72%, rgba(255, 182, 63, 0.94), rgba(255, 182, 63, 0) 33%),
    radial-gradient(ellipse at 84% 76%, rgba(74, 255, 201, 0.85), rgba(74, 255, 201, 0) 31%),
    conic-gradient(from 210deg at 50% 50%, #0c0d35, #2759e8, #40e7f3, #ffd05d, #6850d9, #0c0d35);
}

.landing-services__orb--2 {
  background:
    radial-gradient(ellipse at 20% 14%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 16%),
    radial-gradient(ellipse at 74% 20%, rgba(215, 94, 255, 0.95), rgba(215, 94, 255, 0) 28%),
    radial-gradient(ellipse at 22% 70%, rgba(45, 74, 255, 0.92), rgba(45, 74, 255, 0) 38%),
    radial-gradient(ellipse at 62% 72%, rgba(255, 81, 179, 0.9), rgba(255, 81, 179, 0) 33%),
    radial-gradient(ellipse at 86% 70%, rgba(128, 255, 222, 0.76), rgba(128, 255, 222, 0) 27%),
    conic-gradient(from 225deg at 50% 50%, #16113b, #3155ff, #b459ff, #ff58b8, #8effde, #16113b);
}

.landing-services__orb--3 {
  background:
    radial-gradient(ellipse at 18% 16%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 16%),
    radial-gradient(ellipse at 78% 18%, rgba(61, 245, 214, 0.88), rgba(61, 245, 214, 0) 28%),
    radial-gradient(ellipse at 22% 64%, rgba(31, 39, 168, 0.98), rgba(31, 39, 168, 0) 40%),
    radial-gradient(ellipse at 54% 77%, rgba(255, 115, 91, 0.9), rgba(255, 115, 91, 0) 33%),
    radial-gradient(ellipse at 84% 70%, rgba(255, 218, 93, 0.78), rgba(255, 218, 93, 0) 27%),
    conic-gradient(from 210deg at 50% 50%, #11143d, #2438bf, #35cfc1, #ff9a70, #ffe06b, #11143d);
}

.landing-services__orb::before {
  background:
    radial-gradient(ellipse at 22% 11%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(ellipse at 80% 30%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 19%),
    linear-gradient(151deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.55) 45%, rgba(185, 240, 255, 0.26) 51%, rgba(0, 0, 0, 0) 64%),
    conic-gradient(from 45deg at 52% 52%, rgba(255, 255, 255, 0), rgba(99, 255, 240, 0.58), rgba(78, 104, 255, 0.48), rgba(255, 91, 208, 0.48), rgba(255, 219, 94, 0.46), rgba(255, 255, 255, 0));
  filter: blur(7px) saturate(1.38) contrast(1.18);
  opacity: 0.94;
}

.landing-services__step:hover .landing-services__orb,
.landing-services__step:focus-within .landing-services__orb {
  transform: scale(1);
}

.landing-services__step.is-active,
.landing-services__group.is-active .landing-services__step {
  opacity: 1;
  --follow-border-opacity: 0.95;
}

.landing-services__step::before {
  transition: opacity 0.24s ease;
}

.landing-services__card-head {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.landing-services__card h3,
.landing-services__step h3 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 3.8vw, 4.8rem);
  font-weight: 500;
  line-height: 102%;
  letter-spacing: -1px;
  text-wrap: balance;
}

.landing-services__title {
  background-image: none;
  -webkit-text-fill-color: #fff;
}

.landing-services__step.is-active .landing-services__title,
.landing-services__group.is-active .landing-services__title {
  background-image: url("../images/common/_01.jpg");
  background-position: var(--follow-border-x, 50%) var(--follow-border-y, 50%);
  background-repeat: repeat;
  background-size: 500%;
  -webkit-text-fill-color: transparent;
}

.landing-services__card-head span {
  color: rgba(255, 255, 255, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.landing-services__step > p {
  max-width: 680px;
  margin: 0;
  color: #b8b8b8;
  font-size: 1.62rem;
  line-height: 150%;
}

.landing-services__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  width: min(100%, 360px);
  margin: 2px 0 0;
  padding: 0;
  color: #d8d8d8;
  font-size: 1.28rem;
  line-height: 135%;
  text-align: left;
  list-style: none;
}

.landing-services__items li {
  position: relative;
  padding-left: 18px;
}

.landing-services__items li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.landing-services__accordions {
  display: grid;
  gap: 2px;
  margin-top: clamp(6px, 2vw, 18px);
  max-width: 720px;
  width: 100%;
  text-align: left;
}

.landing-services__accordion {
  overflow: hidden;
  border: 1px solid #262626;
  border-radius: 18px;
  background: #151515;
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.landing-services__accordion:hover,
.landing-services__accordion:focus-within {
  border-color: rgba(255, 255, 255, 0.22);
  background: #1d1d1d;
}

.landing-services__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: #f1f1f1;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.14s cubic-bezier(0.23, 1, 0.32, 1);
}

.landing-services__accordion-trigger:hover {
  color: #fff;
}

.landing-services__accordion-trigger:active,
.landing-services__cta:active,
.services-page__way-card-cta:active,
.landing-work__card--cta a:active {
  transform: scale(0.97);
}

.landing-services__accordion-trigger:focus-visible,
.landing-services__cta:focus-visible,
.services-page__way-card-cta:focus-visible,
.landing-work__card--cta a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.landing-services__accordion-trigger::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #292929;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 2px, 2px 10px;
  color: #f1f1f1;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    background-size 0.22s ease;
}

.landing-services__accordion.accordion__active .landing-services__accordion-trigger::after {
  background-size: 10px 2px, 0 2px;
}

.landing-services__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.landing-services__accordion-content p {
  margin: 0;
  padding: 0 18px 18px;
  color: #c8c8c8;
  font-size: 1.25rem;
  line-height: 145%;
  white-space: pre-line;
}

.landing-services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #f4f4f4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease;
}

.landing-services__step.is-active .landing-services__cta,
.landing-services__group.is-active .landing-services__cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.landing-services__cta:hover,
.landing-services__cta:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #101010;
}

.services-page__process-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(32px, 5vw, 58px);
  width: min(100%, 960px);
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.services-page__process-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.services-page__process-heading p {
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

.services-page__process-area {
  min-width: 0;
}

.services-page__process {
  position: relative;
  max-width: none;
  margin-top: 0;
  padding: 44px 0 26px;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
}

.services-page__process > * {
  position: relative;
  z-index: 2;
}

.services-page__process-shell {
  position: relative;
  margin: 0;
  overflow: visible;
}

.services-page__process-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 56px;
}

.services-page__process-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease;
}

.services-page__process-tab span {
  color: rgba(255, 255, 255, 0.47);
  font-weight: 500;
}

.services-page__process-tab.is-active {
  border-bottom-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}

.services-page__process-tab.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.services-page__process-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 8px;
}

.services-page__process-panels {
  position: relative;
  touch-action: pan-y;
}

.services-page__process-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.7fr);
  gap: 24px;
  align-items: stretch;
}

.services-page__process-panel.is-tab-entering .services-page__process-card,
.services-page__process-panel.is-tab-entering .services-page__process-media {
  animation: process-panel-enter 0.58s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.services-page__process-panel.is-tab-entering .services-page__process-media {
  animation-delay: 0.08s;
}

@keyframes process-panel-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.services-page__process-panel[hidden] {
  display: none;
}

.services-page__process-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(320px, 38vw, 520px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background-color: #111;
  background-image: radial-gradient(circle, #2a2a2a 1.2px, transparent 1.2px);
  background-size: 15px 15px;
  overflow: hidden;
}

.services-page__process-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: url("../images/atf/pattern-noise.gif");
  background-repeat: repeat;
  background-size: 50px;
  opacity: 0.06;
  pointer-events: none;
}

.process-illustration {
  position: relative;
  z-index: 1;
  width: min(86%, 680px);
  aspect-ratio: 3 / 2;
  color: rgba(217, 217, 217, 0.68);
}

.process-illustration__diagram {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.process-illustration__diagram {
  z-index: 2;
  overflow: visible;
}

.process-illustration__diagram * {
  vector-effect: non-scaling-stroke;
}

.diagram-holo {
  opacity: 0.86;
  pointer-events: none;
  transform-box: view-box;
  transform-origin: var(--diagram-holo-origin, center);
}

.diagram-node,
.diagram-frame,
.diagram-orbit,
.diagram-line,
.diagram-line-draw {
  transform-box: fill-box;
  transform-origin: center;
}

.diagram-line,
.diagram-frame,
.diagram-orbit,
.diagram-node {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diagram-line-draw {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diagram-line--accent {
  color: rgba(255, 255, 255, 0.86);
}

.diagram-line-draw {
  pointer-events: none;
}

[data-process-animation-ready] .diagram-holo {
  opacity: 0;
  transform: scale(0.94);
  transition:
    opacity 500ms ease,
    transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-process-animation-ready] .diagram-node,
[data-process-animation-ready] .diagram-frame,
[data-process-animation-ready] .diagram-orbit {
  opacity: 0.42;
  transform: scale(1);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    color 420ms ease;
}

[data-process-animation-ready] .diagram-inputs .diagram-node {
  opacity: 0;
  color: rgba(255, 255, 255, 0.46);
  transform: scale(0);
  transition:
    opacity 1000ms ease,
    transform 1000ms cubic-bezier(0.55, 0, 0.18, 1),
    color 300ms ease;
}

[data-process-animation-ready] .diagram-line {
  opacity: 0;
  color: rgba(255, 255, 255, 0.34);
  stroke-dasharray: 5 9;
  stroke-dashoffset: 14;
  transition: none;
}

[data-process-animation-ready] .diagram-line-draw {
  opacity: 0;
  color: rgba(255, 255, 255, 0.98);
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  transition: none;
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-node,
[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-frame,
[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-orbit {
  opacity: 1;
  transform: scale(1);
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-inputs .diagram-node {
  opacity: 1;
  transform: scale(1);
}

[data-process-animation-ready] .services-page__process-panel.is-inputs-lit .diagram-inputs .diagram-node {
  color: rgba(255, 255, 255, 0.96);
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-structure .diagram-orbit {
  transition-delay: 160ms;
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-core .diagram-node,
[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-core .diagram-frame {
  color: rgba(255, 255, 255, 0.9);
  transition-delay: 660ms;
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-output .diagram-node,
[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-output .diagram-frame {
  transition-delay: 720ms;
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-line {
  opacity: 0.36;
}

[data-process-animation-ready] .services-page__process-panel.is-animated .diagram-line-draw {
  opacity: 1;
  color: rgba(255, 255, 255, 0.98);
}

[data-process-animation-ready] .services-page__process-panel.is-holo-lit .diagram-holo {
  opacity: 0.96;
  transform: scale(1);
}

.services-page__process-card {
  --follow-border-size: 2px;
  --follow-border-opacity: 0.9;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  height: 100%;
  min-height: auto;
  padding: 0 2px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  color: #f3f3f3;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 70px rgba(0, 0, 0, 0.12);
  isolation: isolate;
  overflow: hidden;
}

.services-page__process-card-border {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #111;
  pointer-events: none;
  overflow: hidden;
}

.services-page__process-card-border::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background-image: url("../images/atf/pattern-noise.gif");
  background-repeat: repeat;
  background-size: 50px;
  opacity: 0.11;
  mix-blend-mode: screen;
  pointer-events: none;
}

.services-page__process-card > * {
  position: relative;
  z-index: 1;
}

.services-page__process-card > .services-page__process-card-border {
  position: absolute;
  z-index: 0;
}

.services-page__process-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 28px;
  background: #131313;
}

.services-page__process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 30px;
  margin-left: auto;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #2a2a2a;
  color: rgba(255, 255, 255, 0.76);
  font-family: "IBM Plex Mono", monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.services-page__process-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  background: #d7d7d7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -10px 18px rgba(0, 0, 0, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.1);
}

.services-page__process-symbol {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.services-page__process-title {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.services-page__process-card h3 {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(2rem, 2vw, 2.55rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-wrap: balance;
}

.services-page__process-card p {
  margin: 0;
  color: #a8a8a8;
  font-size: 1.35rem;
  line-height: 145%;
}

.services-page__process-card-section {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  padding: 18px 16px;
  border: 1px solid #000;
  border-radius: 28px;
  background: #131313;
}

.services-page__process-card-section ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: auto 0 0;
  padding: 60px 0 0;
  list-style: none;
}

.services-page__process-card-section li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 3px 7px;
  border: 0;
  border-radius: 999px;
  background: #a2a2a2;
  color: rgba(0, 0, 0, 0.86);
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.05rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.services-page__process-card-section li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.72;
}

.services-page__way-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.services-page__ways {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 42px;
  width: min(100%, 960px);
  margin: clamp(56px, 8vw, 104px) auto 0;
}

.services-page__ways .services-page__section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.services-page__ways .services-page__section-head p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}

.services-page__ways-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.services-page__way-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid #292929;
  border-radius: 34px;
  background: #101010;
  color: #d8d8d8;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.34s ease,
    background-color 0.34s ease,
    transform 0.44s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-page__way-card:hover,
.services-page__way-card:focus-within {
  border-color: rgba(255, 255, 255, 0.28);
  background: #151515;
  transform: scale(0.992);
}

.services-page__way-card-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
  background:
    url("../images/common/holographic-foil-shader.avif") center / cover no-repeat,
    #121212;
  opacity: 0;
  transform: scale(1.08);
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  transition:
    opacity 0.38s ease,
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-page__way-card-cover .about__whatido-shader,
.services-page__way-card-cover canvas {
  position: absolute;
  inset: -8%;
  display: block;
  width: 116% !important;
  height: 116% !important;
  opacity: 0.64;
  filter: blur(4px) contrast(2.25) saturate(5.2);
  transform: translate3d(0, 0, 0) scale(1.06) rotate(0deg);
  transform-origin: center;
}

.services-page__way-card--team .services-page__way-card-cover .about__whatido-shader,
.services-page__way-card--team .services-page__way-card-cover canvas {
  transform: translate3d(0, 0, 0) scale(1.06) rotate(-180deg);
}

.services-page__way-card:hover .services-page__way-card-cover,
.services-page__way-card:focus-within .services-page__way-card-cover {
  opacity: 1;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.08);
}

.services-page__way-card-cover::before,
.services-page__way-card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.services-page__way-card-cover::before {
  inset: -12%;
  background-size: 145% 145%;
  background-position: 50% 50%;
  filter: blur(14px) saturate(1.32) contrast(1.12);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.38s ease;
}

.services-page__way-card--end-to-end .services-page__way-card-cover::before {
  background:
    radial-gradient(ellipse at 19% 15%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.42) 7%, rgba(255, 255, 255, 0) 19%),
    radial-gradient(ellipse at 77% 18%, rgba(146, 238, 248, 0.88), rgba(146, 238, 248, 0) 32%),
    radial-gradient(ellipse at 21% 70%, rgba(118, 127, 255, 0.82), rgba(118, 127, 255, 0) 45%),
    radial-gradient(ellipse at 58% 76%, rgba(255, 202, 130, 0.84), rgba(255, 202, 130, 0) 40%),
    radial-gradient(ellipse at 86% 68%, rgba(157, 255, 216, 0.7), rgba(157, 255, 216, 0) 32%),
    radial-gradient(ellipse at 42% 42%, rgba(237, 169, 255, 0.42), rgba(237, 169, 255, 0) 38%),
    conic-gradient(from 218deg at 50% 50%, #272a55, #8693ee, #a8f2f2, #ffe0a7, #c5a6e9, #272a55);
}

.services-page__way-card--team .services-page__way-card-cover::before {
  background:
    radial-gradient(ellipse at 20% 15%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 7%, rgba(255, 255, 255, 0) 19%),
    radial-gradient(ellipse at 78% 19%, rgba(218, 174, 255, 0.86), rgba(218, 174, 255, 0) 32%),
    radial-gradient(ellipse at 20% 71%, rgba(128, 154, 255, 0.82), rgba(128, 154, 255, 0) 45%),
    radial-gradient(ellipse at 61% 76%, rgba(255, 166, 203, 0.8), rgba(255, 166, 203, 0) 39%),
    radial-gradient(ellipse at 86% 68%, rgba(160, 255, 225, 0.7), rgba(160, 255, 225, 0) 32%),
    radial-gradient(ellipse at 45% 42%, rgba(255, 234, 157, 0.38), rgba(255, 234, 157, 0) 37%),
    conic-gradient(from 222deg at 50% 50%, #302953, #91a8f4, #d7aff3, #ffc2da, #b2f6df, #302953);
}

.services-page__way-card-cover::after {
  background:
    url("../images/atf/pattern-noise.gif") 0 0 / 42px 42px repeat,
    radial-gradient(ellipse at center, transparent 37%, rgba(7, 8, 15, 0.14) 61%, rgba(7, 8, 15, 0.82) 100%),
    linear-gradient(145deg, transparent 30%, rgba(255, 255, 255, 0.7) 44%, rgba(193, 246, 255, 0.36) 51%, transparent 66%);
  background-blend-mode: soft-light, normal, screen;
  opacity: 0;
  mix-blend-mode: normal;
  transition: opacity 0.38s ease;
}

.services-page__way-card:hover .services-page__way-card-cover::before,
.services-page__way-card:focus-within .services-page__way-card-cover::before {
  opacity: 0.92;
  animation: landing-way-color-flow 7.2s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

.services-page__way-card:hover .services-page__way-card-cover::after,
.services-page__way-card:focus-within .services-page__way-card-cover::after {
  opacity: 0.1;
  animation: landing-way-noise-drift 5.6s steps(6) infinite;
}

.services-page__way-card-blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease-out;
}

.services-page__way-card-blob {
  position: absolute;
  width: 72%;
  aspect-ratio: 1.25;
  border-radius: 48% 52% 42% 58% / 55% 45% 55% 45%;
  filter: blur(28px) saturate(1.45);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translate3d(0, 0, 0) scale(0.72) rotate(-8deg);
}

.services-page__way-card-blob::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url("../images/atf/pattern-noise.gif") 0 0 / 50px 50px repeat;
  mix-blend-mode: soft-light;
  opacity: 0.07;
}

.services-page__way-card-blob--one {
  top: -24%;
  right: -18%;
  background: radial-gradient(ellipse at 35% 42%, rgba(164, 255, 239, 0.96), rgba(105, 198, 255, 0.36) 42%, transparent 72%);
}

.services-page__way-card-blob--two {
  bottom: -24%;
  left: -22%;
  background: radial-gradient(ellipse at 48% 42%, rgba(133, 130, 255, 0.9), rgba(245, 169, 255, 0.42) 42%, transparent 72%);
}

.services-page__way-card-blob--three {
  top: 34%;
  left: 27%;
  width: 58%;
  background: radial-gradient(ellipse at 48% 42%, rgba(255, 218, 135, 0.9), rgba(255, 166, 198, 0.4) 45%, transparent 72%);
}

.services-page__way-card--team .services-page__way-card-blob--one {
  background: radial-gradient(ellipse at 35% 42%, rgba(229, 177, 255, 0.92), rgba(135, 192, 255, 0.38) 42%, transparent 72%);
}

.services-page__way-card--team .services-page__way-card-blob--two {
  background: radial-gradient(ellipse at 48% 42%, rgba(117, 168, 255, 0.9), rgba(122, 255, 224, 0.4) 42%, transparent 72%);
}

.services-page__way-card--team .services-page__way-card-blob--three {
  background: radial-gradient(ellipse at 48% 42%, rgba(255, 172, 209, 0.9), rgba(255, 239, 146, 0.42) 45%, transparent 72%);
}

.services-page__way-card:hover .services-page__way-card-blobs,
.services-page__way-card:focus-within .services-page__way-card-blobs {
  opacity: 1;
}

.services-page__way-card:hover .services-page__way-card-blob--one,
.services-page__way-card:focus-within .services-page__way-card-blob--one {
  animation: landing-way-blob-one 7.6s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

.services-page__way-card:hover .services-page__way-card-blob--two,
.services-page__way-card:focus-within .services-page__way-card-blob--two {
  animation: landing-way-blob-two 8.8s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

.services-page__way-card:hover .services-page__way-card-blob--three,
.services-page__way-card:focus-within .services-page__way-card-blob--three {
  animation: landing-way-blob-three 6.8s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

@keyframes landing-way-color-flow {
  from {
    background-position: 35% 44%;
    transform: translate3d(-3%, 2%, 0) scale(1.02);
  }
  48% {
    background-position: 58% 53%;
    transform: translate3d(3%, -2%, 0) scale(1.09);
  }
  to {
    background-position: 66% 59%;
    transform: translate3d(6%, -5%, 0) scale(1.13);
  }
}

@keyframes landing-way-noise-drift {
  from { background-position: 0 0, center, center; }
  to { background-position: 42px -36px, center, center; }
}

@keyframes landing-way-blob-one {
  from { transform: translate3d(-6%, 5%, 0) scale(0.76) rotate(-12deg); }
  to { transform: translate3d(8%, -8%, 0) scale(1.1) rotate(12deg); }
}

@keyframes landing-way-blob-two {
  from { transform: translate3d(7%, -5%, 0) scale(0.76) rotate(10deg); }
  to { transform: translate3d(-8%, 7%, 0) scale(1.08) rotate(-12deg); }
}

@keyframes landing-way-blob-three {
  from { transform: translate3d(-5%, 7%, 0) scale(0.72) rotate(-7deg); }
  to { transform: translate3d(7%, -6%, 0) scale(1.12) rotate(11deg); }
}

.services-page__way-card > *:not(.services-page__way-card-cover):not(.services-page__way-card-blobs) {
  position: relative;
  z-index: 2;
}

.services-page__way-card-head {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 28px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.services-page__way-card h3 {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(2.6rem, 2.65vw, 3.75rem);
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -1px;
  text-wrap: balance;
}

.services-page__way-card p {
  margin: 0;
  color: #b8b8b8;
  font-size: 1.55rem;
  line-height: 150%;
}

.services-page__way-card:hover p,
.services-page__way-card:focus-within p {
  color: #090909;
}

.services-page__way-card:hover h3,
.services-page__way-card:focus-within h3,
.services-page__way-card:hover li,
.services-page__way-card:focus-within li,
.services-page__way-card:hover .services-page__way-card-note,
.services-page__way-card:focus-within .services-page__way-card-note {
  color: #090909 !important;
}

.services-page__way-card:hover li,
.services-page__way-card:focus-within li {
  border-color: rgba(9, 9, 9, 0.34);
}

.services-page__way-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  column-gap: clamp(18px, 2.5vw, 34px);
  row-gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  list-style: none;
}

.services-page__way-card li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  min-height: 100%;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #dcdcdc;
  font-size: 1.32rem;
  line-height: 135%;
}

.services-page__way-card li::before {
  content: none;
}

.services-page__way-card-footer {
  display: grid;
  align-items: end;
  justify-items: start;
  gap: 18px;
  margin-top: auto;
}

.services-page__way-card-note-block {
  width: min(100%, 420px);
  opacity: 0;
  filter: blur(5px);
  transform: translateY(8px);
  transition:
    opacity 0.32s ease,
    filter 0.42s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-page__way-card:hover .services-page__way-card-note-block,
.services-page__way-card:focus-within .services-page__way-card-note-block {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.services-page__way-card-note {
  max-width: none;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f1f1f1 !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2rem !important;
  line-height: 145% !important;
  text-transform: uppercase;
}

.services-page__way-card-cta {
  position: relative !important;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 0.24s ease,
    color 0.24s ease;
}

.services-page__way-card:hover .services-page__way-card-cta,
.services-page__way-card:focus-within .services-page__way-card-cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.services-page__way-card-cta:hover,
.services-page__way-card-cta:focus-visible {
  background: #fff;
  color: #101010;
}

.services-page__way-features {
  display: grid;
  grid-column: 1 / -1;
  padding: 10px 0;
  border-radius: 28px;
  color: #d8d8d8;
}

.services-page__way-features ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-page__way-features li {
  --follow-border-size: 1px;
  display: grid;
  align-content: space-between;
  gap: clamp(36px, 5vw, 72px);
  min-height: clamp(210px, 22vw, 260px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #101010;
  color: rgba(255, 255, 255, 0.74);
}

.services-page__way-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 2rem;
  line-height: 1;
}

.services-page__way-feature-copy {
  display: grid;
  gap: 10px;
}

.services-page__way-feature-copy strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.services-page__way-feature-copy span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 138%;
}

.services-page__way-features-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.services-page__way-features-cta .services-page__way-card-cta {
  margin-top: 0;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.services-page__faq {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(32px, 5vw, 56px);
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #d8d8d8;
}

.services-page__faq .services-page__section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.services-page__faq-list {
  display: grid;
  gap: 2px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.services-page__faq-item {
  overflow: hidden;
  border: 1px solid #262626;
  border-radius: 26px;
  background: #141414;
}

.services-page__faq-item.is-hidden {
  display: none;
}

.services-page__faq-item + .services-page__faq-item {
  margin-top: 0;
}

.services-page__faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 28px 30px;
  border: 0;
  background: transparent;
  color: #f1f1f1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 0.22s ease,
    color 0.22s ease;
}

.services-page__faq-item:hover .services-page__faq-trigger,
.services-page__faq-item:focus-within .services-page__faq-trigger {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.services-page__faq-trigger::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #292929;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 2px, 2px 12px;
  color: #f1f1f1;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    background-size 0.22s ease;
}

.services-page__faq-item:hover .services-page__faq-trigger::after,
.services-page__faq-item:focus-within .services-page__faq-trigger::after {
  background-color: #f1f1f1;
  color: #101010;
}

.services-page__faq-item.accordion__active .services-page__faq-trigger::after {
  background-size: 12px 2px, 0 2px;
}

.services-page__faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.services-page__faq-content p {
  max-width: 900px;
  margin: 0;
  padding: 0 30px 18px;
  color: #c8c8c8;
  font-size: 1.6rem;
  line-height: 150%;
}

.services-page__faq-content p:first-child,
.services-page__faq-content ul:first-child {
  padding-top: 10px;
}

.services-page__faq-content p:last-child {
  padding-bottom: 30px;
}

.services-page__faq-content ul {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 0;
  padding: 0 30px 22px;
  list-style: none;
}

.services-page__faq-content li {
  position: relative;
  padding-left: 16px;
  color: #d8d8d8;
  font-size: 1.45rem;
  line-height: 140%;
}

.services-page__faq-content li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1f1f1;
}

.services-page__faq-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.services-page__faq-more .archive__load-more-button {
  margin-bottom: 0;
}

.services-page__cta {
  max-width: var(--services-content-width);
  margin: 90px auto 0;
  padding: 42px;
  border: 2px solid #101010;
  border-radius: 30px;
  background: #101010;
  color: #d8d8d8;
  text-align: center;
}

.services-page__cta h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.services-page__cta .services-page__kicker,
.services-page__cta h2 {
  color: #fff;
}

.services-page__cta p:not(.services-page__kicker) {
  max-width: 540px;
  margin: 22px auto 0;
  color: #b8b8b8;
  font-size: 1.6rem;
  line-height: 150%;
  text-wrap: balance;
}

.services-page__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.24s ease,
    color 0.24s ease;
}

.services-page__cta a:hover,
.services-page__cta a:focus-visible {
  background: #fff;
  color: #101010;
}

@media only screen and (max-width: 800px) {
  .services-page__ways {
    display: none;
  }

  .landing-work__card-title {
    opacity: 1;
    transform: none;
  }

  .services-page__ways,
  .services-page__faq,
  .services-page__process-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .services-page__ways .services-page__section-head,
  .services-page__faq .services-page__section-head,
  .services-page__process-heading {
    max-width: 720px;
    text-align: center;
  }

  .services-page__process-heading p {
    margin-right: auto;
    margin-left: auto;
  }

  .landing-services__layout {
    gap: 28px;
  }

  .landing-services__step {
    position: relative;
    margin-bottom: 28px;
    will-change: auto;
  }

  .landing-services__cta {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .services-page__process-shell {
    margin: 0;
  }

  .services-page__process-tabs {
    gap: 14px;
    margin-bottom: 36px;
  }

  .services-page__process-panel {
    grid-template-columns: 1fr;
  }

  .services-page__process-media {
    min-height: clamp(260px, 52vw, 420px);
  }

  .services-page__way-card {
    grid-template-columns: 1fr;
  }

  .services-page__way-card:hover,
  .services-page__way-card:focus-within {
    border-color: #292929;
    background: #101010;
    transform: none;
  }

  .services-page__way-card-cover {
    display: none;
  }

  .services-page__way-card-blobs {
    display: none;
  }

  .services-page__way-card:hover p,
  .services-page__way-card:focus-within p,
  .services-page__way-card:active p {
    color: #b8b8b8;
  }

  .services-page__way-card:hover h3,
  .services-page__way-card:focus-within h3,
  .services-page__way-card:active h3 {
    color: #f5f5f5 !important;
  }

  .services-page__way-card:hover li,
  .services-page__way-card:focus-within li,
  .services-page__way-card:active li {
    border-color: rgba(255, 255, 255, 0.28);
    color: #dcdcdc !important;
  }

  .services-page__way-card:hover .services-page__way-card-note,
  .services-page__way-card:focus-within .services-page__way-card-note,
  .services-page__way-card:active .services-page__way-card-note {
    color: #f1f1f1 !important;
  }

  .services-page__ways-grid {
    grid-template-columns: 1fr;
  }

  .services-page__way-features ul {
    grid-template-columns: 1fr;
  }

  .services-page__way-card h3 {
    font-size: clamp(2.1rem, 7vw, 3rem);
    letter-spacing: -1px;
  }

  .services-page__way-card-note {
    max-width: 100%;
  }

  .services-page__way-card-note-block {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }

  .services-page__way-card-cta {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .landing-page .services-page__section {
    padding: 120px 0 80px;
  }

  .services-page__intro h1 {
    font-size: clamp(3.4rem, 12vw, 5.2rem);
    letter-spacing: 0;
  }

  .services-page__faq,
  .services-page__process-heading,
  .services-page__ways,
  .services-page__cta {
    margin-top: 64px;
  }

  .services-page__ways {
    margin-top: 0;
  }

  .landing-faq-section {
    padding-top: 64px;
  }

  .services-page__faq {
    margin-top: 0;
  }

  .services-page__ways-grid {
    grid-template-columns: 1fr;
  }

  .services-page__way-card ul {
    grid-template-columns: 1fr;
  }

  .services-page__way-card-head {
    gap: 14px;
  }

  .services-page__way-card {
    padding: 28px;
    border-radius: 28px;
  }

  .services-page__way-card-note {
    padding-right: 0;
  }

  .services-page__way-card-footer {
    justify-items: start;
  }

  .landing-page #about .about__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-page__way-card-cta {
    justify-self: start;
    margin-top: 6px;
  }

  .services-page__process-shell {
    margin: 0;
  }

  .services-page__process-tabs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .services-page__process-card {
    height: auto;
    min-height: auto;
    padding: 0 2px;
    border-radius: 26px;
  }

  .services-page__process-card-head {
    border-radius: 24px;
  }

  .services-page__process-card h3 {
    letter-spacing: 0;
  }

  .services-page__faq {
    padding: 0;
    border-radius: 0;
  }

  .services-page__faq-trigger {
    padding: 20px;
    font-size: 1.6rem;
  }

  .services-page__faq-item p {
    padding: 0 20px 22px;
    font-size: 1.5rem;
  }

  .services-page__cta {
    padding: 34px 24px;
  }

  .landing-page #about {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .landing-page #about .about__title h2 {
    font-size: clamp(2.15rem, 7vw, 2.8rem);
    line-height: 112%;
  }

  .landing-page #contact .contact__title h2 {
    font-size: clamp(2.2rem, 8.8vw, 3.8rem);
    line-height: 96%;
  }

  .landing-work {
    padding: 96px 0 76px;
  }

  .landing-work__head {
  }

  .landing-work__track {
    gap: 14px;
    padding-bottom: 8px;
  }

  .landing-work__card {
    flex-basis: min(88vw, 420px);
    gap: 16px;
    padding: 16px 0;
    border-radius: 24px;
  }

  .landing-work__card::before {
    border-radius: 22px;
  }

  .landing-work__media {
    border-radius: 18px;
  }

  .landing-work__description {
    min-height: 0;
    font-size: 1.4rem;
  }
}
