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

.z5ht {
  --z5ht-highlight-active-color: #fff;
  --z5ht-highlight-inactive-color: #524a4e;
  position: relative;
  width: 100%;
  overflow: clip;
  isolation: isolate;
  background: #171214;
}

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

.z5ht__hero,
.z5ht__intro {
  position: relative;
  width: 100%;
}

.z5ht__hero {
  min-height: 100svh;
  color: #fff;
}

.z5ht__start {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 12px 12px;
  pointer-events: none;
}

.z5ht__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  isolation: isolate;
  background: #242124;
  will-change: transform, width, height, border-radius;
  transform: translateZ(0) rotate(0.001deg);
  z-index: 1;
  pointer-events: none;
}

.z5ht__media-visual,
.z5ht__media-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  will-change: transform;
}

.z5ht__media-visual source {
  display: none;
}


.z5ht__image-carousel {
  overflow: hidden;
  isolation: isolate;
  background: #242124;
}

.z5ht__image-carousel-slide,
.z5ht__image-carousel-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.z5ht__image-carousel-slide {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  overflow: hidden;
  will-change: opacity;
}

.z5ht__image-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.z5ht__image-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: inherit;
  will-change: transform, opacity;
  transform-origin: center center;
}

.z5ht__bunny-bg {
  pointer-events: none;
  color: #fff;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateX(0);
}

.z5ht__bunny-video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.z5ht__bunny-placeholder {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity .3s linear, visibility .3s linear;
  z-index: 1;
}

[data-bunny-background-init][data-player-status="playing"] .z5ht__bunny-placeholder,
[data-bunny-background-init][data-player-activated="true"][data-player-status="paused"] .z5ht__bunny-placeholder,
[data-bunny-background-init][data-player-activated="true"][data-player-status="ready"] .z5ht__bunny-placeholder {
  opacity: 0;
  visibility: hidden;
}

.z5ht__bunny-loading {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.33);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  transition: opacity .3s linear, visibility .3s linear;
}

.z5ht__bunny-loading-svg {
  width: 6em;
  max-width: 18vw;
}

[data-bunny-background-init][data-player-status="loading"] .z5ht__bunny-loading {
  opacity: 1;
  visibility: visible;
}

.z5ht__bunny-playpause {
  appearance: none;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
  z-index: 5;
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 0;
}

.z5ht__bunny-btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  cursor: pointer;
  background-color: rgba(100,100,100,.30);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .8125em;
  display: flex;
  position: relative;
}

.z5ht__bunny-pause-svg {
  display: none;
}

[data-bunny-background-init][data-player-status="playing"] .z5ht__bunny-play-svg,
[data-bunny-background-init][data-player-status="loading"] .z5ht__bunny-play-svg {
  display: none;
}

[data-bunny-background-init][data-player-status="playing"] .z5ht__bunny-pause-svg,
[data-bunny-background-init][data-player-status="loading"] .z5ht__bunny-pause-svg {
  display: block;
}

.z5ht__media-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 68% 28%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #171214 0%, #5a151d 52%, #c92028 100%);
  color: rgba(255,255,255,.85);
  font: 700 clamp(1rem, 2vw, 1.5rem)/1 sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.z5ht__media-overlay,
.z5ht__media-dark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.z5ht__media-overlay {
  z-index: 2;
  background: #000;
  opacity: .22;
}

.z5ht__media-dark {
  z-index: 3;
  background: #0e0b0d;
  opacity: 0;
  will-change: opacity;
}

.z5ht__hero-content-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: inherit;
  padding: 80px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}

.z5ht__hero-content {
  --z5ht-hero-offset-y: 0px;
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  gap: 18px;
  text-align: left;
  pointer-events: auto;
  will-change: transform, opacity;
}

.z5ht__hero-label,
.z5ht__intro-label {
  display: inline-flex;
  width: fit-content;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.z5ht__hero-title,
.z5ht__intro-title,
.z5ht__hero-text,
.z5ht__intro-text {
  margin: 0;
}

.z5ht.has-highlight-text .z5ht__intro-title {
  color: var(--z5ht-highlight-inactive-color, #524a4e);
}

.z5ht.has-highlight-text .z5ht__intro-title .word,
.z5ht.has-highlight-text .z5ht__intro-title .char {
  color: inherit;
}

.z5ht__hero-title {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.z5ht__hero-text {
  max-width: 54ch;
  color: #fff;
  font-size: clamp(.95rem, 1.2vw, 1.125rem);
  line-height: 1.55;
}

.z5ht__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 14px 22px;
  gap: 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
  cursor: pointer;
  transition: color .28s ease, background-color .28s ease, border-color .28s ease, transform .28s ease;
}

.z5ht__button:hover,
.z5ht__button:focus-visible {
  transform: translateY(-2px);
}

.z5ht__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.z5ht__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 14px;
}

.z5ht__button-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.z5ht__button--hero {
  color: #fff;
  border-color: #fff;
}

.z5ht__button--hero:hover,
.z5ht__button--hero:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.z5ht__scroll-indicator {
  position: absolute;
  left: 64px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  pointer-events: none;
  will-change: opacity, transform;
}

.z5ht__scroll-line {
  width: 1px;
  height: 28px;
  background: currentColor;
  transform-origin: top;
}

.z5ht__scroll-text {
  font-size: 12px;
  line-height: 1.2;
}

.z5ht__intro {
  min-height: 115svh;
  padding: 120px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #171214;
}

.z5ht__intro-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 54px;
}

.z5ht__end {
  position: relative;
  flex: none;
  width: 320px;
  aspect-ratio: 16 / 9;
  border-radius: 999px;
  pointer-events: none;
}

.z5ht__intro-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.z5ht__intro-label {
  color: #fff;
}

.z5ht__intro-title {
  color: var(--z5ht-highlight-active-color, #fff);
  max-width: 17ch;
  font-size: clamp(2.75rem, 5vw, 5.5rem);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.z5ht__intro-text {
  max-width: 67ch;
  color: #d8d2d4;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.6;
}

.z5ht__intro-button-wrap {
  display: flex;
  justify-content: inherit;
}

.z5ht__button--intro {
  color: #fff;
  border-color: #fff;
}

.z5ht__button--intro:hover,
.z5ht__button--intro:focus-visible {
  color: #171214;
  background: #fff;
  border-color: #fff;
}

.z5ht.is-static-flow .z5ht__end {
  display: none;
}

.z5ht.is-static-flow .z5ht__intro-content,
.z5ht.is-static-flow [data-z5ht-reveal] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.z5ht.is-static-flow .z5ht__media,
.z5ht.is-static-flow .z5ht__media-visual,
.z5ht.is-static-flow .z5ht__hero-content,
.z5ht.is-static-flow .z5ht__scroll-indicator {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-editor-active .z5ht {
  min-height: 200vh;
}

@media (max-width: 1024px) {
  .z5ht__bunny-playpause {
    bottom: 1em;
    right: 1em;
  }

  .z5ht__hero-content-wrap {
    padding: 72px 36px 48px;
  }

  .z5ht__scroll-indicator {
    left: 36px;
  }

  .z5ht__intro {
    min-height: 110svh;
    padding: 100px 32px;
  }

  .z5ht__end {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .z5ht__hero-content-wrap {
    padding: 88px 20px 28px;
  }

  .z5ht__hero-title {
    max-width: 11ch;
  }

  .z5ht__hero-text {
    max-width: 100%;
  }

  .z5ht__scroll-indicator {
    display: none;
  }

  .z5ht__intro {
    min-height: 105svh;
    padding: 88px 20px;
  }

  .z5ht__intro-inner {
    gap: 38px;
  }

  .z5ht__end {
    width: 72vw;
  }

  .z5ht__intro-title {
    max-width: 13ch;
  }

  .z5ht__button {
    min-height: 46px;
  }
}

/* Dedicated laptop typography layer; tablet/mobile and large desktop stay untouched. */
@media (min-width: 1025px) and (max-width: 1366px) {
  .z5ht.has-small-screen-typography .z5ht__hero-title {
    max-width: min(100%, var(--z5ht-small-hero-title-width, 12ch)) !important;
    font-size: var(--z5ht-small-hero-title-size, 72px) !important;
    line-height: var(--z5ht-small-hero-title-line, .94em) !important;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .z5ht.has-small-screen-typography .z5ht__intro-title {
    max-width: min(100%, var(--z5ht-small-intro-title-width, 16ch)) !important;
    font-size: var(--z5ht-small-intro-title-size, 68px) !important;
    line-height: var(--z5ht-small-intro-title-line, .96em) !important;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .z5ht.has-small-screen-typography .z5ht__hero-text,
  .z5ht.has-small-screen-typography .z5ht__intro-text {
    max-width: 100% !important;
    font-size: var(--z5ht-small-body-size, 16px) !important;
    overflow-wrap: break-word;
  }

  .z5ht.has-small-screen-typography .z5ht__hero-label,
  .z5ht.has-small-screen-typography .z5ht__intro-label {
    max-width: 100% !important;
    font-size: var(--z5ht-small-label-size, 11px) !important;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .z5ht.has-small-screen-typography .z5ht__hero-content,
  .z5ht.has-small-screen-typography .z5ht__intro-content {
    gap: var(--z5ht-small-content-gap, 18px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .z5ht__button {
    transition-duration: .01ms;
  }
}

/* Stable handoff layer for the next ZoneFive section transition. */
.z5ht__transition-parallax-layer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
}

.z5ht__transition-parallax-layer[data-z5-transition-parallax-layer] {
  will-change: transform;
}
