.kl-product-tech-slider-section {
  background: #f8f5ef;
  color: #07182f;
  padding: clamp(56px, 8vw, 108px) max(18px, calc((100vw - 1200px) / 2));
}

.kl-product-tech-slider-section__header {
  display: grid;
  gap: 10px;
  margin: 0 auto 28px;
  max-width: 1200px;
}

.kl-product-tech-slider-section__eyebrow {
  color: #9b7442;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.kl-product-tech-slider-section__title {
  color: #07182f;
  font-family: Title, Inter, sans-serif;
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
  max-width: 820px;
}

.kl-product-tech-slider.bes-embla {
  --bes-embla-current-slide-size: 100%;
  --bes-embla-slide-size-desktop: 100%;
  --bes-embla-slide-size-tablet: 100%;
  --bes-embla-slide-size-mobile: 100%;
  --bes-embla-slide-size-mobile-landscape: 100%;
  --bes-embla-slide-size-mobile-portrait: 100%;
  --bes-embla-current-gap: 20px;
  --bes-embla-gap-desktop: 20px;
  --bes-embla-gap-tablet: 16px;
  --bes-embla-gap-mobile: 12px;
  margin: 0 auto;
  max-width: 1200px;
}

.kl-product-tech-slider .bes-embla__viewport {
  border-radius: 8px;
  overflow: hidden;
}

.kl-product-tech-slide {
  aspect-ratio: 1200 / 630;
  background: #111;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.kl-product-tech-slide__media,
.kl-product-tech-slide__placeholder {
  display: block;
  inset: 0;
  position: absolute;
}

.kl-product-tech-slide__image {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 650ms ease;
  width: 100%;
}

.kl-product-tech-slide:hover .kl-product-tech-slide__image,
.kl-product-tech-slide:focus-within .kl-product-tech-slide__image {
  transform: scale(1.045);
}

.kl-product-tech-slide__placeholder {
  background:
    radial-gradient(circle at 20% 10%, rgba(184, 149, 95, 0.38), transparent 35%),
    linear-gradient(135deg, #07182f, #1f2f45 58%, #4b3825);
}

.kl-product-tech-slide__shade {
  background:
    linear-gradient(180deg, rgba(7, 24, 47, 0) 34%, rgba(7, 24, 47, 0.58) 70%, rgba(7, 24, 47, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 24, 47, 0.34), rgba(7, 24, 47, 0) 52%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.kl-product-tech-slide__content {
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 12px;
  left: 0;
  max-width: 760px;
  padding: clamp(22px, 4vw, 52px);
  position: absolute;
  z-index: 1;
}

.kl-product-tech-slide__title {
  color: #fff;
  font-family: Title, Inter, sans-serif;
  font-size: clamp(25px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
}

.kl-product-tech-slide__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kl-product-tech-slide__chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 30px;
  padding: 0 11px;
  text-decoration: none;
}

.kl-product-tech-slide__chip:hover,
.kl-product-tech-slide__chip:focus {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.kl-product-tech-slide__desc {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.6;
  max-width: 620px;
}

.kl-product-tech-slide__desc > :first-child {
  margin-top: 0;
}

.kl-product-tech-slide__desc > :last-child {
  margin-bottom: 0;
}

.kl-product-tech-slide__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #07182f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.kl-product-tech-slide__button:hover,
.kl-product-tech-slide__button:focus {
  background: #fff;
  color: #07182f;
}

.kl-product-tech-slider .bes-embla__controls--builtin {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 16px;
}

.kl-product-tech-slider .bes-embla__arrows {
  display: flex;
  gap: 8px;
}

.kl-product-tech-slider .bes-embla__button {
  background: #fff;
  border: 1px solid rgba(7, 24, 47, 0.14);
  border-radius: 999px;
  color: #07182f;
  height: 42px;
  width: 42px;
}

.kl-product-tech-slider .bes-embla__indicator {
  flex: 1;
  max-width: 420px;
}

.kl-product-tech-slider .bes-embla__dots {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.kl-product-tech-slider .bes-embla__dot {
  background: rgba(7, 24, 47, 0.2);
  border: 0;
  border-radius: 999px;
  height: 3px;
  min-width: 32px;
  padding: 0;
}

.kl-product-tech-slider .bes-embla__dot.is-selected {
  background: #b8955f;
}

.kl-product-editorial-story {
  --kl-editorial-bleed-width: 100vw;
  background: #f8f5ef;
  box-sizing: border-box;
  color: #07182f;
  margin-left: calc(50% - (var(--kl-editorial-bleed-width) / 2));
  margin-right: calc(50% - (var(--kl-editorial-bleed-width) / 2));
  overflow-x: clip;
  padding: 80px max(18px, calc((var(--kl-editorial-bleed-width) - 1200px) / 2)) 40px;
  --kl-editorial-inner-max-width: 1200px;
  width: var(--kl-editorial-bleed-width);
}

@supports (width: 100dvw) {
  .kl-product-editorial-story {
    --kl-editorial-bleed-width: 100dvw;
  }
}

.kl-product-editorial-story__inner {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  margin: 0 auto;
  max-width: var(--kl-editorial-inner-max-width);
}

.kl-product-editorial-story__intro,
.kl-product-editorial-story__body,
.kl-product-editorial-story__text-stack,
.kl-product-editorial-story__block {
  display: grid;
}

.kl-product-editorial-story__intro {
  gap: clamp(22px, 4vw, 40px);
}

.kl-product-editorial-story__intro-copy {
  display: grid;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.kl-product-editorial-story__title,
.kl-product-editorial-story__block h3,
.kl-product-editorial-media-slide__caption h4 {
  font-family: Title, Inter, sans-serif;
  font-weight: 500;
  margin: 0;
}

.kl-product-editorial-story__title {
  background: linear-gradient(112deg, #06142a 0%, #0b2d5d 42%, #1d5f95 72%, #07182f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #07182f;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  text-align: center;
}

.kl-product-editorial-story__lead,
.kl-product-editorial-story__block-text {
  color: rgba(7, 24, 47, 0.78);
  line-height: 1.78;
}

.kl-product-editorial-story__lead {
  font-size: clamp(16px, 1.35vw, 19px);
  max-width: 650px;
}

.kl-product-editorial-story__lead > :first-child,
.kl-product-editorial-story__block-text > :first-child {
  margin-top: 0;
}

.kl-product-editorial-story__lead > :last-child,
.kl-product-editorial-story__block-text > :last-child {
  margin-bottom: 0;
}

.kl-product-editorial-story__hero-media {
  aspect-ratio: 1200 / 630;
  background: #e8dfd2;
  border-radius: 8px;
  border: 1px solid rgba(184, 149, 95, 0.22);
  box-shadow: 0 18px 44px rgba(7, 24, 47, 0.07);
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
  width: 100%;
}

.kl-product-editorial-story__hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kl-product-editorial-story__body {
  gap: clamp(34px, 5vw, 64px);
}

.kl-product-editorial-story__text-stack {
  gap: 22px;
  max-width: none;
}

.kl-product-editorial-story__block {
  gap: clamp(18px, 3vw, 34px);
  width: 100%;
}

.kl-product-editorial-story__block h3 {
  color: #07182f;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.12;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.kl-product-editorial-story__block-text {
  font-size: clamp(15px, 1.2vw, 18px);
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  position: relative;
  width: 100%;
}

.kl-product-editorial-story__continuation {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 260px), rgba(0, 0, 0, 0.86) calc(100% - 182px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 260px), rgba(0, 0, 0, 0.86) calc(100% - 182px), rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  max-height: 30em;
  overflow: hidden;
  position: relative;
  transition: max-height 320ms ease;
  width: 100%;
}

.kl-product-editorial-story__continuation::after {
  content: none;
}

.kl-product-editorial-story__continuation.is-expanded {
  -webkit-mask-image: none;
  mask-image: none;
  max-height: none;
}

.kl-product-editorial-story__continuation.is-expanded::after {
  display: none;
}

.kl-product-editorial-story__continuation-content {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.kl-product-editorial-story__continuation-wrap {
  display: grid;
  justify-items: center;
  width: 100%;
}

.kl-product-editorial-story__readmore.kl-button.bricks-button {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  justify-self: center;
  margin: 20px auto 0;
  min-width: 180px;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.kl-product-editorial-story__readmore-icon {
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.kl-product-editorial-story__readmore[aria-expanded="true"] .kl-product-editorial-story__readmore-icon {
  transform: rotate(180deg);
}

.kl-product-editorial-story__readmore:hover,
.kl-product-editorial-story__readmore:focus {
  background: #0b2d5d;
  color: #fff;
}

.kl-product-editorial-media-slider.bes-embla {
  --kl-editorial-media-width: 920px;
  --bes-embla-current-slide-size: 100%;
  --bes-embla-slide-size-desktop: 100%;
  --bes-embla-slide-size-tablet: 100%;
  --bes-embla-slide-size-mobile: 100%;
  --bes-embla-slide-size-mobile-landscape: 100%;
  --bes-embla-slide-size-mobile-portrait: 100%;
  --bes-embla-current-gap: 20px;
  --bes-embla-gap-desktop: 20px;
  --bes-embla-gap-tablet: 16px;
  --bes-embla-gap-mobile: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, var(--kl-editorial-media-width));
  width: 100%;
}

.kl-product-editorial-media-slider--featured.bes-embla {
  max-width: min(100%, var(--kl-editorial-media-width));
}

.kl-product-editorial-media-slider .bes-embla__viewport {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.kl-product-editorial-media-slider--static .bes-embla__viewport,
.kl-product-editorial-media-slider--static .bes-embla__container {
  cursor: default;
}

.kl-product-editorial-media-slide {
  background: transparent;
  display: grid;
  gap: 10px;
  min-width: 0;
  position: relative;
}

.kl-product-editorial-media-slide__media {
  aspect-ratio: 1200 / 630;
  background: #eef0f3;
  border: 1px solid rgba(7, 24, 47, 0.1);
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(7, 24, 47, 0.055);
  display: block;
  overflow: hidden;
  position: relative;
}

.kl-product-editorial-media-slide__media .kl-product-tech-slide__placeholder {
  display: block;
  inset: 0;
  position: absolute;
}

.kl-product-editorial-media-slide__media .kl-product-tech-slide__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kl-product-editorial-media-slide__shade {
  background:
    linear-gradient(180deg, rgba(7, 24, 47, 0) 38%, rgba(7, 24, 47, 0.48) 72%, rgba(7, 24, 47, 0.78) 100%),
    linear-gradient(90deg, rgba(7, 24, 47, 0.28) 0%, rgba(7, 24, 47, 0.08) 52%, rgba(7, 24, 47, 0.34) 100%);
  border-radius: 7px;
  bottom: 0;
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.kl-product-editorial-media-slide__caption {
  align-items: center;
  bottom: 24px;
  color: #fff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.kl-product-editorial-media-slide__caption h4 {
  color: rgba(255, 255, 255, 0.92);
  flex: 1 1 auto;
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 1.08vw, 15.5px);
  font-weight: 600;
  line-height: 1.45;
  min-width: 0;
}

.kl-product-editorial-media-slide__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  justify-self: start;
  line-height: 1;
  min-height: 0;
  padding: 7px 12px 8px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.kl-product-editorial-media-slide__button:hover,
.kl-product-editorial-media-slide__button:focus {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.kl-product-editorial-media-slider .bes-embla__controls--builtin {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.kl-product-editorial-media-slider .bes-embla__controls--dots-only {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.kl-product-editorial-media-slider .bes-embla__arrows {
  display: flex;
  gap: 8px;
}

.kl-product-editorial-media-slider .bes-embla__button {
  background: #fff;
  border: 1px solid rgba(7, 24, 47, 0.14);
  border-radius: 999px;
  color: #07182f;
  height: 42px;
  width: 42px;
}

.kl-product-editorial-media-slider .bes-embla__indicator {
  flex: 0 1 auto;
  max-width: none;
}

.kl-product-editorial-media-slider .bes-embla__dots {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: center;
}

.kl-product-editorial-media-slider .bes-embla__dot {
  background: rgba(7, 24, 47, 0.22);
  border: 0;
  border-radius: 50%;
  height: 8px;
  min-width: 8px;
  padding: 0;
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: 8px;
}

.kl-product-editorial-media-slider .bes-embla__dot.is-selected,
.kl-product-editorial-media-slider .bes-embla__dot.is-active {
  background: #ad8c60;
  border-radius: 2px;
  opacity: 1;
  transform: rotate(45deg) scale(1.08);
}

@media (max-width: 767px) {
  .kl-product-tech-slider-section {
    padding: 44px 16px;
  }

  .kl-product-tech-slide {
    aspect-ratio: 4 / 5;
  }

  .kl-product-tech-slide__shade {
    background: linear-gradient(180deg, rgba(7, 24, 47, 0.04) 20%, rgba(7, 24, 47, 0.68) 58%, rgba(7, 24, 47, 0.96) 100%);
  }

  .kl-product-tech-slide__content {
    padding: 22px;
  }

  .kl-product-tech-slide__desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .kl-product-tech-slider .bes-embla__controls--builtin {
    align-items: flex-start;
    flex-direction: column;
  }

  .kl-product-tech-slider .bes-embla__indicator {
    max-width: none;
    width: 100%;
  }

  .kl-product-tech-slider .bes-embla__dots {
    justify-content: flex-start;
  }

  .kl-product-editorial-story {
    padding: 44px 16px;
  }

  .kl-product-editorial-story__hero-media,
  .kl-product-editorial-media-slide__media {
    aspect-ratio: 4 / 5;
  }

  .kl-product-editorial-media-slide__shade {
    display: none;
  }

  .kl-product-editorial-media-slider .bes-embla__controls--builtin {
    align-items: center;
    flex-direction: column;
  }

  .kl-product-editorial-media-slider .bes-embla__indicator {
    max-width: none;
    width: 100%;
  }

  .kl-product-editorial-media-slider .bes-embla__dots {
    justify-content: center;
  }

  .kl-product-editorial-media-slide__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
