.kbhs,
.kbhs * {
  box-sizing: border-box;
}

.kbhs {
  --kbhs-red: #c91f2a;
  --kbhs-ink: #171617;
  --kbhs-paper: #f4f1eb;
  --kbhs-cream: #fffaf1;
  width: 100vw;
  max-width: none;
  height: min(690px, calc(100vh - 86px));
  min-height: 570px;
  margin: 0 0 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  color: var(--kbhs-ink);
  background: #9f101c;
  isolation: isolate;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  outline: 0;
}

.kbhs h1,
.kbhs h2,
.kbhs p {
  margin: 0;
  padding: 0;
}

.kbhs a {
  color: inherit;
  text-decoration: none;
}

.kbhs button,
.kbhs a {
  -webkit-tap-highlight-color: transparent;
}

.kbhs button:focus-visible,
.kbhs a:focus-visible,
.kbhs:focus-visible {
  outline: 3px solid #ffbf69;
  outline-offset: 3px;
}

.kbhs-slides,
.kbhs-slide {
  position: absolute;
  inset: 0;
}

.kbhs-slide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(3%);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 700ms;
  pointer-events: none;
}

.kbhs-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
}

.kbhs-slide-inner {
  width: min(1380px, calc(100% - clamp(44px, 8vw, 144px)));
  height: 100%;
  margin: 0 auto;
  padding-bottom: 54px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(30px, 5vw, 86px);
}

.kbhs-slide-red {
  color: #fff;
  background:
    radial-gradient(circle at 78% 46%, rgba(255, 211, 178, 0.2), transparent 27%),
    linear-gradient(118deg, #a70f1d 0%, #cb202a 56%, #b51420 100%);
}

.kbhs-slide-red::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(95, 2, 13, 0.22), transparent 48%);
  pointer-events: none;
}

.kbhs-copy {
  max-width: 620px;
  position: relative;
  z-index: 4;
}

.kbhs-eyebrow {
  margin: 0 0 22px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kbhs-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.kbhs h1,
.kbhs h2 {
  max-width: 680px;
  color: inherit;
  font-size: clamp(48px, 5.9vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 780;
}

.kbhs-description {
  max-width: 570px;
  margin-top: 28px !important;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  opacity: 0.88;
}

.kbhs-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.kbhs-button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.kbhs-button:hover {
  transform: translateY(-2px);
}

.kbhs-button-light {
  color: var(--kbhs-ink) !important;
  background: #fff;
}

.kbhs-button-light:hover {
  background: var(--kbhs-cream);
}

.kbhs-button-dark {
  margin-top: 34px;
  color: #fff !important;
  background: var(--kbhs-ink);
}

.kbhs-button-dark:hover {
  background: var(--kbhs-red);
}

.kbhs-text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.kbhs-product-stage {
  height: 510px;
  position: relative;
}

.kbhs-product-stage::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 0;
  bottom: 38px;
  height: 65px;
  border-radius: 50%;
  background: rgba(66, 0, 9, 0.34);
  filter: blur(25px);
}

.kbhs-kit-composition {
  width: 130%;
  aspect-ratio: 1000 / 268;
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-48%);
  filter: drop-shadow(0 28px 24px rgba(48, 0, 7, 0.32));
}

.kbhs-kit-piece {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  user-select: none;
}

.kbhs-kit-piece img {
  position: absolute;
  top: 0;
  max-width: none !important;
  height: auto !important;
  pointer-events: none;
}

.kbhs-kit-piece-one {
  --kbhs-delay: 120ms;
  --kbhs-from-x: -120px;
  --kbhs-from-y: 24px;
  width: 14.5%;
  left: 2%;
  z-index: 1;
}

.kbhs-kit-piece-one img {
  width: 689.655% !important;
  left: -13.793%;
}

.kbhs-kit-piece-two {
  --kbhs-delay: 850ms;
  --kbhs-from-x: -78px;
  --kbhs-from-y: 54px;
  width: 22%;
  left: 16.5%;
  z-index: 2;
}

.kbhs-kit-piece-two img {
  width: 454.545% !important;
  left: -75%;
}

.kbhs-kit-piece-three {
  --kbhs-delay: 1580ms;
  --kbhs-from-x: 0px;
  --kbhs-from-y: 100px;
  width: 16%;
  left: 38.5%;
  z-index: 4;
}

.kbhs-kit-piece-three img {
  width: 625% !important;
  left: -240.625%;
}

.kbhs-kit-piece-four {
  --kbhs-delay: 2310ms;
  --kbhs-from-x: 78px;
  --kbhs-from-y: 54px;
  width: 21.5%;
  left: 54.5%;
  z-index: 3;
}

.kbhs-kit-piece-four img {
  width: 465.116% !important;
  left: -253.488%;
}

.kbhs-kit-piece-five {
  --kbhs-delay: 3040ms;
  --kbhs-from-x: 120px;
  --kbhs-from-y: 24px;
  width: 22%;
  left: 76%;
  z-index: 2;
}

.kbhs-kit-piece-five img {
  width: 454.545% !important;
  left: -345.455%;
}

.kbhs-slide.is-active .kbhs-kit-piece {
  animation: kbhs-kit-in 650ms var(--kbhs-delay) both cubic-bezier(0.2, 0.72, 0.24, 1);
}

@keyframes kbhs-kit-in {
  from {
    opacity: 0;
    transform: translate3d(var(--kbhs-from-x), var(--kbhs-from-y), 0) scale(0.84);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.kbhs-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.kbhs-orbit-one {
  width: 420px;
  height: 420px;
  right: 4%;
  top: 40px;
}

.kbhs-orbit-two {
  width: 300px;
  height: 300px;
  left: 6%;
  top: 110px;
}

.kbhs-stage-note {
  position: absolute;
  right: 1%;
  top: 54px;
  z-index: 5;
  padding: 14px 17px;
  color: var(--kbhs-ink);
  background: var(--kbhs-cream);
  box-shadow: 0 16px 36px rgba(56, 0, 8, 0.2);
}

.kbhs-stage-note strong,
.kbhs-stage-note span {
  display: block;
}

.kbhs-stage-note strong {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kbhs-stage-note span {
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.66;
}

.kbhs-slide-paper {
  background: var(--kbhs-paper);
}

.kbhs-slide-paper::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: 52vw;
  min-width: 690px;
  min-height: 690px;
  right: -10vw;
  top: -17vw;
  border: 1px solid rgba(23, 22, 23, 0.1);
  border-radius: 50%;
}

.kbhs-copy-dark .kbhs-eyebrow {
  color: var(--kbhs-red);
}

.kbhs-configuration-grid {
  height: 520px;
  position: relative;
  z-index: 2;
}

.kbhs-configuration {
  position: absolute;
  overflow: visible;
  background: transparent;
}

.kbhs-configuration > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 8px 10px 7px 12px;
  color: var(--kbhs-ink);
  background: rgba(244, 241, 235, 0.92);
  border-left: 3px solid var(--kbhs-red);
  box-shadow: 0 8px 22px rgba(55, 43, 35, 0.08);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kbhs-configuration img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(55, 43, 35, 0.2));
}

.kbhs-configuration-vertical {
  width: 45%;
  height: 100%;
  left: -3%;
  top: -1%;
  z-index: 3;
}

.kbhs-configuration-horizontal {
  width: 66%;
  height: 64%;
  right: -8%;
  top: 1%;
  z-index: 1;
}

.kbhs-configuration-integrated {
  width: 47%;
  height: 67%;
  right: 2%;
  bottom: -4%;
  z-index: 2;
}

.kbhs-configuration-horizontal > span {
  left: auto;
  right: 2%;
}

.kbhs-configuration-integrated > span {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0;
}

.kbhs-slide.is-active .kbhs-configuration-vertical {
  animation: kbhs-config-left 900ms 100ms both cubic-bezier(0.22, 0.65, 0.25, 1);
}

.kbhs-slide.is-active .kbhs-configuration-horizontal {
  animation: kbhs-config-right 900ms 1150ms both cubic-bezier(0.22, 0.65, 0.25, 1);
}

.kbhs-slide.is-active .kbhs-configuration-integrated {
  animation: kbhs-config-bottom 900ms 2200ms both cubic-bezier(0.22, 0.65, 0.25, 1);
}

@keyframes kbhs-config-left {
  from { opacity: 0; transform: translateX(-110px) scale(0.9); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes kbhs-config-right {
  from { opacity: 0; transform: translateX(120px) scale(0.9); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes kbhs-config-bottom {
  from { opacity: 0; transform: translateY(110px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.kbhs-patent-word {
  position: absolute;
  left: 4vw;
  bottom: -0.22em;
  color: rgba(23, 22, 23, 0.035);
  font-size: clamp(90px, 14vw, 230px);
  font-weight: 850;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.kbhs-slide-photo {
  color: #fff;
  background: #191716;
}

.kbhs-photo-panel {
  position: absolute;
  inset: 0 43% 0 0;
  overflow: hidden;
}

.kbhs-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 15, 14, 0.2), rgba(17, 15, 14, 0.82));
}

.kbhs-photo-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.1);
  transform: scale(1.07);
}

.kbhs-slide-inner-photo {
  grid-template-columns: 1fr 1fr;
}

.kbhs-copy-photo {
  grid-column: 2;
  align-self: end;
  margin-bottom: 72px;
}

.kbhs-copy-photo .kbhs-eyebrow {
  color: #e19366;
}

.kbhs-copy-photo h2 {
  font-size: clamp(47px, 5.3vw, 82px);
}

.kbhs-controls {
  width: min(1380px, calc(100% - clamp(44px, 8vw, 144px)));
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 12;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  color: #fff;
}

.kbhs-count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-variant-numeric: tabular-nums;
}

.kbhs-count strong {
  font-size: 21px;
}

.kbhs-count span {
  font-size: 11px;
  opacity: 0.66;
}

.kbhs-dots {
  justify-self: center;
  display: flex;
  gap: 8px;
}

.kbhs-dots button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.kbhs-dots button span {
  width: 100%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.35);
  transition: background 180ms ease, transform 180ms ease;
}

.kbhs-dots button.is-active span {
  background: #fff;
  transform: scaleY(2);
}

.kbhs-arrows {
  display: flex;
  gap: 8px;
}

.kbhs-arrows button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  color: #fff;
  background: rgba(10, 10, 10, 0.12);
  box-shadow: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.kbhs-arrows button:hover {
  color: var(--kbhs-ink);
  background: #fff;
}

.kbhs-count,
.kbhs-dots,
.kbhs-arrows {
  mix-blend-mode: difference;
}

.kbhs-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 14;
  background: rgba(255, 255, 255, 0.14);
}

.kbhs-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transform-origin: left;
  animation: kbhs-progress 4s linear both;
}

.kbhs.is-paused .kbhs-progress span {
  animation-play-state: paused;
}

@keyframes kbhs-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 1000px) {
  .kbhs-slide-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1.1fr);
    gap: 15px;
  }

  .kbhs-product-stage {
    height: 430px;
  }

  .kbhs-configuration-grid {
    height: 450px;
  }

  .kbhs h1,
  .kbhs h2 {
    font-size: clamp(45px, 7vw, 68px);
  }

  .kbhs-copy-photo {
    grid-column: 1 / -1;
    width: 58%;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .kbhs {
    height: 760px;
    min-height: 0;
  }

  .kbhs-slide-inner {
    width: calc(100% - 40px);
    padding-top: 48px;
    padding-bottom: 88px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
  }

  .kbhs-copy {
    max-width: 100%;
  }

  .kbhs-eyebrow {
    margin-bottom: 15px !important;
    font-size: 10px;
  }

  .kbhs h1,
  .kbhs h2,
  .kbhs-copy-photo h2 {
    max-width: 520px;
    font-size: clamp(42px, 12vw, 60px);
  }

  .kbhs-description {
    margin-top: 18px !important;
    font-size: 15px;
  }

  .kbhs-actions,
  .kbhs-button-dark {
    margin-top: 22px;
  }

  .kbhs-text-link {
    display: none;
  }

  .kbhs-product-stage {
    width: 100%;
    height: 320px;
  }

  .kbhs-orbit-one {
    width: 300px;
    height: 300px;
  }

  .kbhs-orbit-two,
  .kbhs-stage-note {
    display: none;
  }

  .kbhs-kit-composition {
    width: 112%;
    left: -6%;
    top: 54%;
  }

  .kbhs-configuration-grid {
    width: 100%;
    height: 330px;
    margin-top: 12px;
  }

  .kbhs-configuration-vertical {
    width: 44%;
    height: 98%;
    left: -4%;
  }

  .kbhs-configuration-horizontal {
    width: 64%;
    height: 61%;
    right: -8%;
  }

  .kbhs-configuration-integrated {
    width: 44%;
    height: 65%;
    right: 4%;
    bottom: -5%;
  }

  .kbhs-configuration > span {
    padding: 6px 7px 5px 9px;
    font-size: 8px;
  }

  .kbhs-patent-word {
    display: none;
  }

  .kbhs-photo-panel {
    inset: 0;
  }

  .kbhs-photo-panel::after {
    background: linear-gradient(180deg, rgba(17, 15, 14, 0.55), rgba(17, 15, 14, 0.94));
  }

  .kbhs-slide-inner-photo {
    justify-content: flex-end;
  }

  .kbhs-copy-photo {
    width: 100%;
    margin: 0 0 70px;
  }

  .kbhs-controls {
    width: calc(100% - 40px);
    grid-template-columns: 80px 1fr auto;
    bottom: 16px;
  }

  .kbhs-dots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kbhs *,
  .kbhs *::before,
  .kbhs *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}


/* Enlarge only the vertical kit image in the second slide */
.kbhs-configuration-vertical img {
  transform: scale(1.3);
  transform-origin: center center;
}
