.jp-home-hero {
  padding: 0 0 22px;
  background: #fff;
}
.jp-home-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.jp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.jp-home-split-hero {
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.jp-home-split-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 0;
  align-items: stretch;
  width: min(100%, 1920px);
  max-width: none;
  margin: 0 auto;
}
.jp-home-split-hero__services,
.jp-home-split-hero__portfolio {
  position: relative;
  height: clamp(460px, 27vw, 500px);
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f6f8f4;
}
.jp-home-split-hero__services {
  display: grid;
  align-content: end;
  padding:
    clamp(28px, 3.2vw, 52px)
    clamp(24px, 3.6vw, 76px)
    clamp(22px, 2.6vw, 42px);
}
.jp-home-split-hero__services-bg,
.jp-home-split-hero__portfolio > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-home-split-hero__services-bg {
  object-position: right center;
  opacity: 0.78;
}
.jp-home-split-hero__services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.93) 52%, rgba(255, 255, 255, 0.42) 100%);
  pointer-events: none;
}
.jp-home-split-hero__copy,
.jp-home-service-carousel,
.jp-home-split-hero__trust {
  position: relative;
  z-index: 1;
}
.jp-home-split-hero__copy {
  display: grid;
  gap: 10px;
  max-width: 500px;
  margin-bottom: clamp(16px, 1.8vw, 24px);
}
.jp-home-split-hero__copy h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.jp-home-split-hero__copy p {
  margin: 0;
  max-width: 470px;
  color: #344054;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.22;
}
.jp-home-split-hero__copy .jp-btn {
  width: fit-content;
}
.jp-home-service-carousel {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  gap: 8px;
  align-items: center;
  margin: 0 -8px;
}
.jp-home-service-carousel__viewport {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 6px 2px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
}
.jp-home-service-carousel__viewport.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
}
.jp-home-service-carousel__viewport.is-dragging .jp-home-service-tile {
  pointer-events: none;
}
.jp-home-service-carousel__viewport::-webkit-scrollbar {
  display: none;
}
.jp-home-service-carousel__nav {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #101828;
  font-size: 28px;
  line-height: 1;
  opacity: 0.74;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
  cursor: pointer;
  transition: opacity 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.jp-home-service-carousel:hover .jp-home-service-carousel__nav,
.jp-home-service-carousel:focus-within .jp-home-service-carousel__nav {
  opacity: 1;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.1);
}
.jp-home-service-carousel__nav:disabled {
  opacity: 0.28;
  cursor: default;
}
.jp-home-service-tile {
  position: relative;
  flex: 0 0 124px;
  display: grid;
  grid-template-rows: 56px minmax(42px, auto);
  gap: 8px;
  align-items: center;
  justify-items: center;
  min-height: 130px;
  padding: 12px 10px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #101828;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05);
  scroll-snap-align: start;
  touch-action: pan-x pan-y;
}
.jp-home-service-tile__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f4f7;
}
.jp-home-service-tile__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-home-service-tile__title {
  color: #101828;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.12;
}
.jp-home-service-tile__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.jp-home-service-tile__badge--green {
  background: #24583a;
}
.jp-home-service-strip {
  overflow: hidden;
  padding: 14px 0 36px;
  background: #fff;
}
.jp-home-service-strip--plain {
  padding: 0;
}
.jp-home-service-strip__head {
  align-items: center;
  margin-bottom: 18px;
}
.jp-home-service-strip__head .jp-page-card-shortcode__head-copy {
  max-width: 620px;
}
.jp-home-service-strip__head h2 {
  font-size: clamp(30px, 2.7vw, 40px);
}
.jp-home-service-strip__head .jp-btn {
  min-height: 42px;
  border-color: #d0d5dd;
  background: #fff;
  color: #182230;
}
.jp-home-service-carousel--standalone {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
}
.jp-home-service-carousel--standalone::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 74px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 86%);
  pointer-events: none;
}
.jp-home-service-carousel--standalone .jp-home-service-carousel__viewport {
  align-items: stretch;
  gap: 14px;
  padding: 4px 2px 8px;
}
.jp-home-service-carousel--standalone .jp-home-service-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  align-self: auto;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border-color: rgba(16, 24, 40, 0.08);
  background: #fff;
  color: #101828;
  font-size: 34px;
  opacity: 0;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
}
.jp-home-service-carousel--standalone .jp-home-service-carousel__nav:hover {
  border-color: rgba(255, 103, 0, 0.3);
  color: #ff6700;
}
.jp-home-service-carousel--standalone [data-home-service-prev] {
  left: -24px;
}
.jp-home-service-carousel--standalone [data-home-service-next] {
  right: -24px;
}
.jp-home-service-carousel--standalone:focus-within .jp-home-service-carousel__nav {
  opacity: 0;
}
.jp-home-service-carousel--standalone:hover .jp-home-service-carousel__nav,
.jp-home-service-carousel--standalone .jp-home-service-carousel__nav:focus-visible {
  opacity: 1;
}
.jp-home-service-carousel--standalone .jp-home-service-carousel__nav:disabled {
  opacity: 0;
  pointer-events: none;
}
.jp-home-service-carousel--standalone .jp-home-service-tile {
  flex: 0 0 206px;
  grid-template-rows: 178px minmax(52px, auto);
  gap: 7px;
  min-height: 274px;
  padding: 18px 14px 16px;
  border-color: #e8ebef;
  background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.jp-home-service-carousel--standalone .jp-home-service-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 24, 40, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.jp-home-service-carousel--standalone .jp-home-service-tile__icon {
  width: 100%;
  height: 178px;
  border-radius: 6px;
  background: transparent;
}
.jp-home-service-carousel--standalone .jp-home-service-tile__icon img {
  object-fit: contain;
  -webkit-user-drag: none;
}
.jp-home-service-carousel--standalone .jp-home-service-tile__title {
  display: grid;
  align-items: center;
  min-height: 50px;
  color: #182230;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.jp-home-service-carousel--standalone .jp-home-service-tile__badge {
  top: 16px;
  right: 12px;
  padding: 6px 10px;
  max-width: calc(100% - 24px);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(255, 103, 0, 0.16);
}
.jp-home-split-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #101828;
  font-size: 14px;
  font-weight: 600;
}
.jp-home-split-hero__trust li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: #2f7a1f;
  vertical-align: 0.12em;
}
.jp-home-split-hero__portfolio {
  display: block;
  color: #101828;
  text-decoration: none;
}
.jp-home-split-hero__portfolio::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 5px;
  background: #ff6700;
  pointer-events: none;
}
.jp-home-split-hero__portfolio-copy {
  position: absolute;
  left: clamp(20px, 3.2vw, 52px);
  bottom: clamp(24px, 3vw, 42px);
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: min(340px, calc(100% - 40px));
  padding: clamp(16px, 1.4vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(10px);
}
.jp-home-split-hero__portfolio-title {
  color: var(--jp-text);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.jp-home-split-hero__portfolio-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #344054;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.25;
}
.jp-home-split-hero__portfolio .jp-btn {
  width: fit-content;
  border-color: #f97316;
  background: #f97316;
  color: #fff;
  min-height: 42px;
  padding-inline: 18px;
  font-size: 15px;
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.24);
}
.jp-home-showcase-hero {
  padding: 12px 0 24px;
  background: #fff;
}
.jp-home-showcase-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 366px);
  gap: 12px;
  height: 500px;
}
.jp-home-showcase-hero__main,
.jp-home-showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f5f0;
}
.jp-home-showcase-hero__main {
  display: grid;
  gap: clamp(18px, 1.8vw, 26px);
  align-content: center;
  min-width: 0;
  padding: clamp(26px, 3vw, 44px);
}
.jp-home-showcase-hero__bg,
.jp-home-showcase-card > img {
  position: absolute;
  inset: 0;
  height: 100%;
}
.jp-home-showcase-card > img {
  width: 100%;
  object-fit: cover;
}
.jp-home-showcase-hero__bg {
  inset: 0 0 0 auto;
  width: auto;
  max-width: none;
  object-fit: unset;
  opacity: 0.72;
}
.jp-home-showcase-hero__main--bg-cover .jp-home-showcase-hero__bg {
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
.jp-home-showcase-hero__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--jp-home-showcase-overlay-strong, rgba(255, 255, 255, 0.98)) 0%,
    var(--jp-home-showcase-overlay-medium, rgba(255, 255, 255, 0.9)) 54%,
    var(--jp-home-showcase-overlay-faint, rgba(255, 255, 255, 0.34)) 100%
  );
  pointer-events: none;
}
.jp-home-showcase-hero__main--no-overlay::after {
  display: none;
}
.jp-home-showcase-hero__main-copy,
.jp-home-showcase-hero__search {
  position: relative;
  z-index: 1;
}
.jp-home-showcase-hero__main-copy {
  display: grid;
  gap: clamp(12px, 1.2vw, 18px);
  max-width: 620px;
}
.jp-home-showcase-hero__eyebrow {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 103, 0, 0.12);
  color: #9a3f00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.jp-home-showcase-hero__main-copy h1 {
  margin: 0;
  max-width: 620px;
  color: #101828;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}
.jp-home-showcase-hero__main-copy p {
  margin: 0;
  max-width: 590px;
  color: #344054;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.28;
}
.jp-home-showcase-hero .jp-home-banner-search {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  box-sizing: border-box;
  max-width: min(100%, 780px);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
}
.jp-home-showcase-hero .jp-home-banner-search__ticker {
  background: rgba(255, 255, 255, 0.8);
}
.jp-home-showcase-hero__side {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}
.jp-home-showcase-card {
  display: block;
  min-height: 0;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
.jp-home-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.7) 0%, rgba(16, 24, 40, 0.34) 34%, rgba(16, 24, 40, 0.06) 100%),
    linear-gradient(180deg, rgba(16, 24, 40, 0.46) 0%, rgba(16, 24, 40, 0.08) 76%);
  pointer-events: none;
  transition: background 0.2s ease;
}
.jp-home-showcase-card:hover::after {
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.76) 0%, rgba(16, 24, 40, 0.36) 34%, rgba(16, 24, 40, 0.04) 100%),
    linear-gradient(180deg, rgba(16, 24, 40, 0.5) 0%, rgba(16, 24, 40, 0.06) 76%);
}
.jp-home-showcase-card--image-only::after,
.jp-home-showcase-card--image-only:hover::after,
.jp-home-showcase-card--no-overlay::after,
.jp-home-showcase-card--no-overlay:hover::after {
  background: transparent;
}
.jp-home-showcase-card > img {
  z-index: 0;
  transition: transform 0.24s ease;
}
.jp-home-showcase-card:hover > img {
  transform: scale(1.035);
}
.jp-home-showcase-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1f2937 0%, #32513c 100%);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}
.jp-home-showcase-card__copy {
  position: absolute;
  inset: 18px auto auto 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: 46%;
  min-width: 148px;
  max-width: 180px;
}
.jp-home-showcase-card__label {
  width: fit-content;
  margin-top: 2px;
  padding: 5px 9px;
  border-radius: 8px;
  background: #ff6700;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.jp-home-showcase-card--secondary .jp-home-showcase-card__label {
  background: #10a64a;
}
.jp-home-showcase-card__copy strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  font-family: var(--jp-font-heading);
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.08;
  letter-spacing: 0;
}
.jp-home-showcase-card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.24;
}
.jp-home-showcase-card--text-on-dark .jp-home-showcase-card__copy strong,
.jp-home-showcase-card--text-on-dark .jp-home-showcase-card__text {
  text-shadow: 0 1px 8px rgba(16, 24, 40, 0.28);
}
.jp-home-showcase-card--text-on-light .jp-home-showcase-card__copy strong {
  color: #101828;
  text-shadow: none;
}
.jp-home-showcase-card--text-on-light .jp-home-showcase-card__text {
  color: #344054;
  text-shadow: none;
}
.jp-home-catalog-search {
  overflow: visible;
  padding: 40px 0 24px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(112deg, #ff6700 0%, #d99a18 42%, #0ece0e 100%);
  color: #fff;
}
.jp-home-catalog-search__inner {
  display: grid;
  gap: 22px;
}
.jp-home-catalog-search__copy {
  width: min(100%, 1180px);
  container-type: inline-size;
}
.jp-home-catalog-search__copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 48px;
  font-size: clamp(34px, 4.05cqw, 48px);
  line-height: 1.02;
  white-space: nowrap;
}
.jp-home-catalog-search__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  font-size: clamp(16px, 1.86cqw, 22px);
  line-height: 1.25;
  white-space: nowrap;
}
.jp-home-catalog-search__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(100%, 1180px);
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.18);
}
.jp-home-catalog-search__field {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  color: #667085;
}
.jp-home-catalog-search__icon svg {
  width: 24px;
  height: 24px;
}
.jp-home-catalog-search__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font: inherit;
  font-size: clamp(18px, 2vw, 28px);
}
.jp-home-catalog-search__field input::placeholder {
  color: #98a2b3;
}
.jp-home-catalog-search__form .jp-btn {
  min-width: 160px;
  min-height: 58px;
  justify-content: center;
  font-size: 22px;
}
.jp-home-catalog-search__suggestions {
  top: calc(100% + 8px);
  z-index: 30;
  color: #101828;
  border-radius: 8px;
}
.jp-home-catalog-search__suggestions .jp-catalog-search__suggestion-source {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6fb;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.jp-home-catalog-search__ticker {
  width: min(100%, 1180px);
  border: 0;
  background: transparent;
}
.jp-home-catalog-search__ticker .jp-home-banner-search__ticker-track {
  padding: 0;
}
.jp-home-catalog-search__ticker a {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.7vw, 24px);
  box-shadow: none;
}
.jp-home-catalog-search__ticker span,
.jp-home-catalog-search__ticker strong {
  color: #fff;
}
@media (max-width: 900px) {
  .jp-home-showcase-hero__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .jp-home-showcase-hero__main {
    min-height: 500px;
  }
  .jp-home-showcase-hero__side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(220px, 1fr);
  }
  .jp-home-showcase-card {
    min-height: 220px;
  }
  .jp-home-service-strip__head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
  }
  .jp-home-service-strip__head .jp-page-card-shortcode__cta {
    display: flex;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
    justify-self: stretch;
    align-self: stretch;
    margin-bottom: 0;
  }
  .jp-home-catalog-search__copy h2,
  .jp-home-catalog-search__copy p {
    white-space: normal;
  }
}
.jp-home-slider {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  --jp-slider-height-desktop: 620px;
  --jp-slider-height-mobile: 420px;
}
.jp-home-slider__viewport {
  position: relative;
  height: var(--jp-slider-height-desktop);
  overflow: hidden;
}
.jp-home-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.64s ease;
}
.jp-home-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.jp-home-slider__footer {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.jp-home-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
.jp-home-slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d0d5dd;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}
.jp-home-slider__dots button.is-active {
  width: 28px;
  background: #101828;
}
.jp-home-slider__controls {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}
.jp-home-slider__control {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--jp-border);
  border-radius: 999px;
  background: #fff;
  color: var(--jp-text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.jp-home-slider__control:hover {
  background: var(--jp-bg-soft);
}
.jp-home-slider__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jp-home-slider__tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #d6e4f0;
  border-radius: 999px;
  background: #f8fbff;
  font-size: 14px;
  font-weight: 600;
}
.jp-home-slider__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.jp-home-slider__stats div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid #f3d5b5;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff8ef, #fff);
}
.jp-home-slider__stats strong {
  font-size: 28px;
  line-height: 1;
}
.jp-home-slider__stats span {
  color: var(--jp-muted);
  font-size: 14px;
}
.jp-home-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
  gap: 18px;
  align-items: center;
  min-height: 286px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
}
.jp-home-banner--full-image {
  position: relative;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.jp-home-banner--slider {
  position: relative;
  grid-template-columns: 1fr;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: var(--jp-slide-bg-desktop);
  background-position: var(--jp-slide-bg-position, right center);
  background-repeat: no-repeat;
  background-size: var(--jp-slide-bg-size, cover);
  box-shadow: none;
  --jp-slide-overlay-enabled: 1;
  --jp-slide-overlay-rgb: 12, 18, 28;
  --jp-slide-overlay-opacity: 0.6;
}
.jp-home-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(var(--jp-slide-overlay-rgb), calc(var(--jp-slide-overlay-opacity) * var(--jp-slide-overlay-enabled))) 0%,
      rgba(var(--jp-slide-overlay-rgb), calc(var(--jp-slide-overlay-opacity) * 0.35 * var(--jp-slide-overlay-enabled))) 38%,
      rgba(var(--jp-slide-overlay-rgb), calc(var(--jp-slide-overlay-opacity) * 0.04 * var(--jp-slide-overlay-enabled))) 72%,
      rgba(var(--jp-slide-overlay-rgb), 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(var(--jp-slide-overlay-rgb), calc(var(--jp-slide-overlay-opacity) * 0.08 * var(--jp-slide-overlay-enabled))) 0%,
      rgba(var(--jp-slide-overlay-rgb), calc(var(--jp-slide-overlay-opacity) * 0.16 * var(--jp-slide-overlay-enabled))) 100%
    );
}
.jp-home-banner__cover-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.jp-home-banner__semantic {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.jp-home-banner__background {
  position: absolute;
  inset: 0;
}
.jp-home-banner__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 239, 0.94) 0%, rgba(255, 248, 239, 0.82) 30%, rgba(255, 248, 239, 0.32) 62%, rgba(255, 248, 239, 0.08) 100%);
}
.jp-home-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.jp-home-banner--warm {
  background: linear-gradient(135deg, #fff 0%, #fff8ef 42%, #fdf0df 100%);
}
.jp-home-banner--cool {
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 45%, #ebf3ff 100%);
}
.jp-home-banner--neutral {
  background: linear-gradient(135deg, #fff 0%, #f7f7f7 100%);
}
.jp-home-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  max-width: 620px;
}
.jp-home-banner--slider .jp-home-banner__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 1680px);
  height: 100%;
  margin-inline: auto;
  padding-inline: clamp(28px, 4vw, 76px);
}
.jp-home-banner--slider .jp-home-banner__content {
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  padding:
    min(42px, calc(var(--jp-slider-height-desktop) * 0.08))
    0;
  max-width: 700px;
}
.jp-home-banner--with-search .jp-home-banner__content {
  padding-bottom: min(132px, calc(var(--jp-slider-height-desktop) * 0.22));
}
.jp-home-banner-search {
  position: absolute;
  right: clamp(28px, 4vw, 76px);
  bottom: clamp(26px, 4vw, 54px);
  left: clamp(28px, 4vw, 76px);
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.18);
  backdrop-filter: blur(14px);
}
.jp-home-banner-search__field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #667085;
}
.jp-home-banner-search__field svg {
  width: 20px;
  height: 20px;
}
.jp-home-banner-search__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--jp-text);
  font: inherit;
}
.jp-home-banner-search__field input::placeholder {
  color: #667085;
}
.jp-home-banner-search .jp-btn {
  min-height: 46px;
  white-space: nowrap;
}
.jp-home-banner-search__chips {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jp-home-banner-search__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #344054;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.jp-home-banner-search__chips a:hover {
  border-color: rgba(128, 180, 24, 0.36);
  background: rgba(128, 180, 24, 0.1);
  color: var(--jp-text);
}
.jp-home-banner-search__ticker {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}
.jp-home-banner-search__ticker-track {
  display: flex;
  width: max-content;
  gap: 8px;
  padding: 6px;
  animation: jp-home-stock-ticker var(--jp-home-stock-ticker-duration, 160s) linear infinite;
  will-change: transform;
}
.jp-home-banner-search__ticker:hover .jp-home-banner-search__ticker-track {
  animation-play-state: paused;
}
.jp-home-banner-search__ticker a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 5px 10px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #344054;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.jp-home-banner-search__ticker span {
  color: #2f7a1f;
  font-weight: 700;
}
.jp-home-banner-search__ticker strong {
  color: #93370d;
  font-weight: 800;
}
@keyframes jp-home-stock-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .jp-home-banner-search__ticker-track {
    width: auto;
    flex-wrap: wrap;
    animation: none;
  }
}
.jp-home-banner--slider .jp-home-banner__content > * {
  opacity: 0;
  transition: opacity 0.64s ease;
}
.jp-home-slider__slide.is-active .jp-home-banner__content > * {
  opacity: 1;
}
.jp-home-slider__slide.is-active .jp-home-banner__content > *:nth-child(1) {
  transition-delay: 0.04s;
}
.jp-home-slider__slide.is-active .jp-home-banner__content > *:nth-child(2) {
  transition-delay: 0.12s;
}
.jp-home-slider__slide.is-active .jp-home-banner__content > *:nth-child(3) {
  transition-delay: 0.2s;
}
.jp-home-slider__slide.is-active .jp-home-banner__content > *:nth-child(4) {
  transition-delay: 0.28s;
}
.jp-home-banner--slider .jp-home-banner__content--left {
  margin-right: auto;
  text-align: left;
  justify-items: start;
}
.jp-home-banner--slider .jp-home-banner__content--center {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}
.jp-home-banner--slider .jp-home-banner__content--right {
  margin-left: auto;
  text-align: right;
  justify-items: end;
}
.jp-home-banner__content h1,
.jp-home-banner__content h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}
.jp-home-banner--slider .jp-home-banner__content h1,
.jp-home-banner--slider .jp-home-banner__content h2 {
  max-width: 700px;
  font-size: var(--jp-slide-title-size, clamp(34px, 5vw, 66px));
  line-height: .98;
}
.jp-home-banner__content p {
  max-width: 520px;
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.55;
}
.jp-home-banner--slider .jp-home-banner__content p,
.jp-home-banner--slider .jp-home-process-card__eyebrow {
  color: inherit;
}
.jp-home-banner--slider .jp-home-banner__content p {
  max-width: 620px;
  font-size: var(--jp-slide-text-size, clamp(16px, 1.6vw, 20px));
  line-height: 1.6;
}
.jp-home-process-card__eyebrow {
  display: inline-flex;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.jp-home-text-switch__mobile {
  display: none;
}
.jp-home-banner__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.12;
}
.jp-home-banner__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: #475467;
  font-size: 12px;
}
.jp-home-banner__facts span::before {
  content: "●";
  margin-right: 8px;
  color: #16a34a;
  font-size: 10px;
}
.jp-home-banner__visual {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 18px;
}
.jp-home-banner__visual--image {
  border: 1px solid rgba(16, 24, 40, 0.04);
  background: #fff;
}
.jp-home-banner__visual--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
}
.jp-home-banner__visual--kit,
.jp-home-banner__visual--tech {
  display: grid;
  place-items: center;
}
.jp-home-banner__mock {
  position: absolute;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.14);
}
.jp-home-banner__mock::after {
  content: "";
  position: absolute;
  inset: auto auto 12px 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 35%, #22c55e 0 38%, #f97316 39% 76%, #fff 77% 100%);
}
.jp-home-banner__mock--box {
  inset: 32% 8% 4% 2%;
  border-radius: 26px;
}
.jp-home-banner__mock--bottle {
  width: 78px;
  height: 176px;
  top: 2%;
  left: 14%;
  transform: rotate(-14deg);
}
.jp-home-banner__mock--mug {
  width: 126px;
  height: 136px;
  right: 4%;
  bottom: 18%;
}
.jp-home-banner__mock--notebook {
  width: 142px;
  height: 176px;
  top: 8%;
  right: 14%;
  transform: rotate(10deg);
}
.jp-home-banner__plate,
.jp-home-banner__panel {
  position: absolute;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #eef4ff);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}
.jp-home-banner__plate {
  width: 250px;
  height: 300px;
  transform: rotate(-10deg);
}
.jp-home-banner__panel {
  width: 230px;
  height: 170px;
  bottom: 14%;
  right: 0;
  transform: rotate(8deg);
}
.jp-home-banner__badge {
  position: absolute;
  top: 18%;
  right: 18%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.jp-home-banner__badge--alt {
  top: auto;
  bottom: 12%;
  left: 12%;
  background: #2563eb;
}
.jp-home-banner__visual--route {
  display: grid;
  align-content: center;
  gap: 14px;
}
.jp-home-banner__step {
  position: relative;
  padding: 16px 18px;
  border: 1px solid #d0d5dd;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
  font-weight: 700;
}
.jp-home-banner__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -13px;
  width: 2px;
  height: 14px;
  background: #d0d5dd;
}
.jp-home-section {
  padding: 60px 0;
}
.jp-home-section--soft {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.jp-home-section--cta {
  padding-top: 28px;
  padding-bottom: 74px;
}
.jp-section-head--home {
  margin-bottom: 24px;
}
.jp-section-head--home h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
}
.jp-section-head--home p {
  max-width: 720px;
}
.jp-home-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.jp-home-direction-card {
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--jp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--jp-shadow);
  color: inherit;
  text-decoration: none;
}
.jp-home-direction-card--accent {
  background: linear-gradient(145deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 1));
}
.jp-home-direction-card strong {
  font-size: 24px;
  line-height: 1.12;
}
.jp-home-direction-card p {
  margin: 0;
  color: var(--jp-muted);
  line-height: 1.6;
}
.jp-home-tech-grid,
.jp-home-process-grid,
.jp-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.jp-home-tech-card,
.jp-home-process-step,
.jp-home-trust-card {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--jp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--jp-shadow);
}
.jp-home-tech-card strong,
.jp-home-process-step strong,
.jp-home-trust-card strong {
  font-size: 22px;
  line-height: 1.15;
}
.jp-home-tech-card p,
.jp-home-process-step p,
.jp-home-trust-card span {
  margin: 0;
  color: var(--jp-muted);
  line-height: 1.6;
}
.jp-home-category-grid,
.jp-home-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.jp-home-category-section + .jp-home-category-section {
  margin-top: 34px;
}
.jp-home-category-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.jp-home-category-section__head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.jp-home-category-section__head a {
  color: var(--jp-orange);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.jp-home-category-section__head a:hover {
  text-decoration: underline;
}
.jp-home-category-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.jp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.jp-home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jp-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--jp-shadow);
}
.jp-product-card__body {
  padding: 20px;
}
.jp-product-card__body h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.jp-product-card__body p {
  margin: 0;
  color: var(--jp-muted);
}
.jp-product-card__meta {
  color: var(--jp-muted);
  font-size: 13px;
  margin-bottom: 12px;
}
.jp-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px;
  border-top: 1px solid var(--jp-border);
}
.jp-home-category-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  padding: 10px 10px 12px;
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.jp-home-category-card:hover {
  transform: translateY(-2px);
  border-color: #d6dbe3;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.1);
}
.jp-home-category-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 7 / 8;
  min-height: 0;
  padding: 4px;
}
.jp-home-category-card__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: center;
}
.jp-home-category-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff7ed, #fff);
  color: #b45309;
  font-weight: 700;
  text-align: center;
}
.jp-home-category-card strong {
  display: block;
  min-height: 2.6em;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}
.jp-product-card--home {
  min-height: 290px;
  border-radius: 24px;
}
.jp-home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  border: 1px solid #fcd7aa;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff7ed, #fff);
  box-shadow: 0 24px 50px rgba(16, 24, 40, 0.08);
}
.jp-home-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
}
.jp-home-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--jp-muted);
  line-height: 1.65;
}
.jp-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .jp-home-direction-grid,
  .jp-home-tech-grid,
  .jp-home-process-grid,
  .jp-home-trust-grid,
  .jp-home-product-grid,
  .jp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-home-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .jp-home-banner,
  .jp-home-cta {
    grid-template-columns: 1fr;
    display: grid;
  }
  .jp-home-banner--warm {
    grid-template-columns: 1fr;
  }
  .jp-home-banner__background::after {
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.92) 0%, rgba(255, 248, 239, 0.78) 34%, rgba(255, 248, 239, 0.32) 68%, rgba(255, 248, 239, 0.16) 100%);
  }
  .jp-home-banner__visual {
    min-height: 220px;
  }
  .jp-home-slider__stats {
    grid-template-columns: 1fr;
  }
  .jp-home-banner--slider .jp-home-banner__inner {
    width: min(100%, 1520px);
    padding-inline: clamp(24px, 3.2vw, 48px);
  }
  .jp-home-banner--slider .jp-home-banner__content {
    padding:
      min(36px, calc(var(--jp-slider-height-desktop) * 0.08))
      0;
  }
}

@media (max-width: 720px) {
  .jp-home-hero {
    padding-top: 0;
  }
  .jp-home-split-hero {
    padding-top: 0;
  }
  .jp-home-split-hero__inner {
    grid-template-columns: 1fr;
  }
  .jp-home-split-hero__services {
    height: auto;
    min-height: 380px;
  }
  .jp-home-split-hero__portfolio {
    height: auto;
    min-height: 340px;
  }
  .jp-home-split-hero__portfolio::before {
    inset: 0 0 auto;
    width: auto;
    height: 5px;
  }
  .jp-home-split-hero__services {
    padding: 22px 18px;
  }
  .jp-home-split-hero__services::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 62%, rgba(255, 255, 255, 0.26));
  }
  .jp-home-split-hero__copy {
    max-width: 360px;
    margin-bottom: 18px;
  }
  .jp-home-service-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }
  .jp-home-service-carousel--standalone {
    grid-template-columns: minmax(0, 1fr);
  }
  .jp-home-service-strip__head {
    flex-direction: column;
    align-items: stretch;
  }
  .jp-home-service-strip__head .jp-page-card-shortcode__cta {
    flex: 0 0 auto;
    align-self: stretch;
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  .jp-home-service-carousel__nav {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .jp-home-service-carousel--standalone .jp-home-service-carousel__nav {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }
  .jp-home-service-carousel--standalone::after {
    display: none;
  }
  .jp-home-service-tile {
    flex-basis: 112px;
    min-height: 124px;
  }
  .jp-home-service-carousel--standalone .jp-home-service-tile {
    flex-basis: clamp(132px, calc((100% - 58px) / 2), 168px);
    grid-template-rows: 146px minmax(48px, auto);
    min-height: 232px;
    padding: 13px 10px 14px;
  }
  .jp-home-service-carousel--standalone .jp-home-service-tile__icon {
    height: 146px;
  }
  .jp-home-service-carousel--standalone .jp-home-service-tile__title {
    min-height: 46px;
    font-size: 16px;
    line-height: 1.22;
  }
  .jp-home-service-carousel--standalone .jp-home-service-tile__badge {
    top: 12px;
    right: 8px;
    max-width: calc(100% - 16px);
    padding: 5px 8px;
    font-size: 10px;
  }
  .jp-home-service-carousel--standalone .jp-home-service-carousel__nav {
    display: none;
  }
  .jp-home-service-carousel--standalone .jp-home-service-carousel__viewport {
    margin-inline: 0;
    padding-inline: 0 18px;
    scroll-padding-inline: 0;
  }
  .jp-home-split-hero__trust {
    gap: 10px 14px;
    font-size: 13px;
  }
  .jp-home-showcase-hero {
    padding-bottom: 18px;
  }
  .jp-home-showcase-hero__main {
    align-content: center;
    justify-items: center;
    min-height: 540px;
    gap: 18px;
    padding: 22px 18px;
  }
  .jp-home-showcase-hero__main::after {
    background:
      linear-gradient(
        180deg,
        var(--jp-home-showcase-overlay-strong, rgba(255, 255, 255, 0.96)) 0%,
        var(--jp-home-showcase-overlay-medium, rgba(255, 255, 255, 0.9)) 44%,
        var(--jp-home-showcase-overlay-soft, rgba(255, 255, 255, 0.62)) 100%
      ),
      linear-gradient(
        90deg,
        var(--jp-home-showcase-overlay-strong, rgba(255, 255, 255, 0.98)) 0%,
        var(--jp-home-showcase-overlay-medium, rgba(255, 255, 255, 0.72)) 72%,
        var(--jp-home-showcase-overlay-faint, rgba(255, 255, 255, 0.3)) 100%
      );
  }
  .jp-home-showcase-hero__main--no-overlay::after {
    display: block;
  }
  .jp-home-showcase-hero__main-copy {
    width: min(100%, 420px);
    max-width: 100%;
    justify-self: center;
    justify-items: start;
    text-align: left;
  }
  .jp-home-showcase-hero__main-copy h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.8vw, 36px);
    overflow-wrap: break-word;
  }
  .jp-home-showcase-hero__main-copy p {
    max-width: 100%;
    font-size: 15px;
  }
  .jp-home-showcase-hero .jp-home-banner-search {
    grid-template-columns: 1fr;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 420px);
    max-width: 100%;
    justify-self: center;
    margin-inline: auto;
    padding: 8px;
  }
  .jp-home-showcase-hero .jp-home-banner-search__ticker {
    max-width: 100%;
    min-width: 0;
  }
  .jp-home-showcase-hero .jp-home-banner-search .jp-btn {
    width: 100%;
  }
  .jp-home-showcase-hero__side {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .jp-home-showcase-card {
    min-height: 230px;
  }
  .jp-home-catalog-search {
    padding: 28px 0 18px;
  }
  .jp-home-catalog-search__form {
    grid-template-columns: 1fr;
    padding: 8px;
  }
  .jp-home-catalog-search__field {
    min-height: 50px;
  }
  .jp-home-catalog-search__form .jp-btn {
    width: 100%;
    min-height: 50px;
    font-size: 18px;
  }
  .jp-home-catalog-search__ticker a {
    font-size: 17px;
  }
  .jp-home-slider__viewport {
    height: var(--jp-slider-height-mobile);
  }
  .jp-home-slider__footer {
    display: none;
  }
  .jp-home-banner {
    min-height: 440px;
    padding: 20px;
    border-radius: 18px;
  }
  .jp-home-banner--slider {
    height: 100%;
    padding: 0;
    border-radius: 0 !important;
    background-image: var(--jp-slide-bg-mobile, var(--jp-slide-bg-desktop));
  }
  .jp-home-banner--slider .jp-home-banner__inner {
    width: 100%;
    padding-inline: 18px;
  }
  .jp-home-banner--slider .jp-home-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding:
      min(8px, calc(var(--jp-slider-height-mobile) * 0.025))
      0;
    width: 100%;
    max-width: none;
    gap: 10px;
  }
  .jp-home-banner--with-search .jp-home-banner__content {
    padding-bottom: 124px;
  }
  .jp-home-banner-search {
    right: 14px;
    bottom: 16px;
    left: 14px;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 8px;
  }
  .jp-home-banner-search__field {
    min-height: 42px;
  }
  .jp-home-banner-search .jp-btn {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }
  .jp-home-banner-search__chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -2px;
    padding: 0 2px 2px;
    scrollbar-width: none;
  }
  .jp-home-banner-search__chips::-webkit-scrollbar {
    display: none;
  }
  .jp-home-banner-search__chips a {
    flex: 0 0 auto;
  }
  .jp-home-banner--slider .jp-home-banner__content--mobile-top {
    justify-content: flex-start;
  }
  .jp-home-banner--slider .jp-home-banner__content--mobile-center {
    justify-content: flex-start;
    padding-top: min(22px, calc(var(--jp-slider-height-mobile) * 0.055));
  }
  .jp-home-banner--slider .jp-home-banner__content--mobile-bottom {
    justify-content: flex-start;
    padding-top: min(38px, calc(var(--jp-slider-height-mobile) * 0.09));
  }
  .jp-home-banner__content h1,
  .jp-home-banner__content h2 {
    font-size: clamp(24px, 7vw, 34px);
  }
  .jp-home-banner--slider .jp-home-banner__content h1,
  .jp-home-banner--slider .jp-home-banner__content h2 {
    max-width: none;
    font-size: clamp(28px, calc(var(--jp-slide-title-size, 44px) * 0.56), 40px);
    line-height: 1.02;
  }
  .jp-home-banner--slider .jp-home-banner__content p {
    max-width: none;
    font-size: clamp(14px, calc(var(--jp-slide-text-size, 20px) * 0.72), 17px);
    line-height: 1.5;
  }
  .jp-home-banner--slider .jp-home-process-card__eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .jp-home-text-switch .jp-home-text-switch__default {
    display: none;
  }
  .jp-home-text-switch .jp-home-text-switch__mobile {
    display: inline;
  }
  .jp-home-banner--slider p.jp-home-text-switch .jp-home-text-switch__mobile {
    display: block;
  }
  .jp-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
  }
  .jp-home-hero__actions .jp-btn {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }
  .jp-home-banner__visual {
    min-height: 180px;
  }
  .jp-home-banner__list,
  .jp-home-direction-grid,
  .jp-home-tech-grid,
  .jp-home-process-grid,
  .jp-home-trust-grid,
  .jp-home-product-grid,
  .jp-product-grid {
    grid-template-columns: 1fr;
  }
  .jp-home-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .jp-home-category-card {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    gap: 12px;
    min-height: 112px;
    padding: 12px 16px 12px 12px;
  }
  .jp-home-category-card__media {
    grid-column: 1;
    grid-row: 1;
    width: 112px;
    height: 88px;
    aspect-ratio: auto;
    padding: 0;
  }
  .jp-home-category-card__media img {
    transform: scale(1.02);
  }
  .jp-home-category-card strong {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    min-height: 0;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
  }
  .jp-home-category-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .jp-home-section {
    padding: 46px 0;
  }
}
