.page-service {
  background: #ffffff;
  color: #333333;
}

.page-service main {
  overflow: hidden;
}

.service-content-shell {
  margin: 0 auto;
  width: calc(100% - 6rem);
  max-width: 72rem;
}

.service-hero {
  padding: 8.72rem 0 15rem;
}

.service-hero .service-content-shell {
  max-width: none;
  padding-left: 3.7rem;
  padding-right: 3.8125rem;
  width: 100%;
}

.service-hero h1 {
  color: #000000;
  font-family: var(--font-display);
  font-size: 3.75rem;
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 0;
  text-transform: capitalize;
}

.service-workflow__list {
  display: flex;
  gap: 3.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 1.5rem;
}

.service-workflow__list::-webkit-scrollbar {
  display: none;
}

.service-workflow__list.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.service-workflow .service-content-shell {
  width: 100%;
  max-width: none;
  padding-left: 3.8125rem;
  padding-bottom: 2.75rem;
  padding-right: 3.8125rem;
  position: relative;
}

.service-workflow__drag-hint {
  align-items: center;
  background: #3b6afd;
  border-radius: 0.159rem;
  bottom: 0.5rem;
  box-shadow: 0 0 0.318rem rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: inline-flex;
  gap: 0.318rem;
  left: 50%;
  padding: 0.318rem 0.477rem;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.service-workflow__drag-label {
  color: inherit;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.service-workflow__drag-arrow {
  align-items: center;
  display: inline-flex;
  height: 0.667875rem;
  justify-content: center;
  width: 0.28625rem;
}

.service-workflow__drag-arrow img {
  display: block;
  height: 100%;
  width: 100%;
}

.service-workflow__drag-arrow--prev img {
  transform: rotate(-90deg);
}

.service-workflow__drag-arrow--next img {
  transform: rotate(90deg);
}

.service-step-card {
  align-content: start;
  display: grid;
  flex-shrink: 0;
  justify-self: start;
  min-height: 18.1875rem;
  max-width: 23.5625rem;
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
}

.service-step-card__divider {
  display: block;
  height: 0.72rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 19.5625rem;
}

.service-step-card__head {
  align-items: start;
  display: grid;
  gap: 1.375rem;
  grid-template-columns: minmax(0, 11.375rem) 9.3125rem;
}

.service-step-card__title {
  color: #333333;
  display: block;
  font-family: var(--font-body);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.service-step-card__icon {
  align-self: start;
  height: 9.3125rem;
  justify-self: end;
  width: 9.3125rem;
}

.service-step-card__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.service-step-card__index {
  color: #333333;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.2307692308;
  margin: 0;
  padding-top: 0.0625rem;
}

.service-step-card__summary {
  color: #333333;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.25rem 0 0;
  max-width: 100%;
  overflow: hidden;
}

.service-step-card__summary-line {
  display: block;
  white-space: nowrap;
}


.service-showcase {
  padding: 0;
}

.service-showcase__media {
  background: #dbe1e8;
  height: 30rem;
  overflow: hidden;
}

.service-showcase__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 60.3% 50%;
  width: 100%;
}

@media (max-width: 75rem) {
  .service-content-shell {
    width: calc(100% - 4rem);
    max-width: 60rem;
  }

  .service-hero {
    padding-top: 8.5rem;
  }

  .service-workflow__list {
    gap: 3rem;
  }

  .service-step-card__head {
    grid-template-columns: minmax(0, 1fr) 8rem;
  }

  .service-step-card__icon {
    height: 8rem;
    width: 8rem;
  }
}

@media (max-width: 62rem) {
  .service-content-shell {
    width: calc(100% - 3rem);
    max-width: 35rem;
  }

  .service-hero {
    padding: 8rem 0 4.5rem;
  }

  .service-hero .service-content-shell {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 3rem);
    max-width: 35rem;
  }

  .service-workflow .service-content-shell {
    width: calc(100% - 3rem);
    max-width: 35rem;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-workflow__list {
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: visible;
    cursor: default;
    scroll-behavior: auto;
    padding-left: 0;
  }

  .service-workflow__drag-hint {
    display: none;
  }

  .service-step-card {
    flex-shrink: unset;
    padding-left: 0;
  }

  .service-step-card__divider {
    display: none;
  }

  .service-step-card__title {
    font-size: 1.625rem;
  }

  .service-step-card__summary {
    font-size: 0.875rem;
    line-height: 1.3;
  }

  .service-showcase__media,
  .service-showcase__media img {
    height: 24rem;
  }
}

@media (max-width: 46rem) {
  .service-content-shell {
    width: calc(100% - 2rem);
    max-width: 22.0625rem;
  }

  .service-hero {
    padding: 8.75rem 0 5rem;
  }

  .service-hero h1 {
    font-size: 2rem;
  }

  .service-workflow {
    padding-bottom: 2.0625rem;
  }

  .service-workflow__list {
    gap: 5.25rem;
  }

  .service-step-card__head {
    grid-template-columns: minmax(0, 1fr) 9.3125rem;
  }

  .service-step-card {
    min-height: 16.1875rem;
  }

  .service-step-card__title {
    font-size: 1.75rem;
  }

  .service-step-card__icon {
    height: 6rem;
    width: 6rem;
  }

  .service-step-card__summary {
    font-size: 0.875rem;
    line-height: 1.3;
  }

  .service-showcase__media,
  .service-showcase__media img {
    height: 30rem;
  }
}
