.landing-hero {
  position: relative;
  min-height: 100svh;
  color: #f7f8f4;
  overflow: hidden;
  background: #111513;
  isolation: isolate;
}

.landing-hero__viewport {
  position: relative;
  min-height: inherit;
}

.landing-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease, visibility 1s ease;
  --hero-overlay-strength: 0.44;
  --hero-overlay-left: 0.12;
  --hero-content-width: 760px;
  --hero-content-pad: clamp(0px, 22vw, 320px);
  --hero-note-width: 360px;
  --hero-note-offset: 24px;
}

.landing-hero__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.landing-hero__media,
.landing-hero__overlay {
  position: absolute;
  inset: 0;
}

.landing-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 7s ease;
}

.landing-hero__slide.is-active .landing-hero__media img {
  transform: scale(1.07);
}

.landing-hero__overlay {
  background:
    linear-gradient(90deg, rgba(16, 19, 17, 0.64) 0%, rgba(16, 19, 17, 0.32) 36%, rgba(16, 19, 17, 0.14) 58%, rgba(16, 19, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(16, 19, 17, var(--hero-overlay-left)) 0%, rgba(16, 19, 17, 0.24) 48%, rgba(16, 19, 17, var(--hero-overlay-strength)) 100%),
    linear-gradient(180deg, rgba(246, 246, 241, 0) 72%, rgba(246, 246, 241, 0.9) 100%);
}

.landing-hero__shell {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 132px 0 132px;
}

.landing-hero__layout {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 72svh, 760px);
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  max-width: min(var(--hero-content-width), 100%);
  padding-right: var(--hero-content-pad);
}

.landing-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(247, 248, 244, 0.88);
}

.landing-hero__eyebrow::before {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.landing-hero__title {
  margin: 0;
  max-width: 10ch;
  color: #f7f8f4;
  font-size: clamp(3.8rem, 7.6vw, 7.6rem);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-shadow: 0 12px 32px rgba(16, 19, 17, 0.22);
  text-wrap: balance;
}

.landing-hero__subtitle {
  max-width: 32rem;
  margin: 22px 0 0;
  color: rgba(247, 248, 244, 0.9);
  text-shadow: 0 8px 22px rgba(16, 19, 17, 0.14);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.7;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.landing-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: 54px;
  padding-inline: 24px;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-hero__actions .btn i {
  font-size: 0.92rem;
  line-height: 1;
}

.landing-hero__actions .btn-primary {
  box-shadow: 0 18px 38px rgba(16, 19, 17, 0.18);
}

.landing-hero__actions .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #f7f8f4;
}

.landing-hero__aside {
  position: absolute;
  right: 0;
  bottom: var(--hero-note-offset);
  display: grid;
  gap: 18px;
  justify-items: end;
  width: min(100%, var(--hero-note-width));
  z-index: 2;
}

.landing-hero__badge {
  margin: 0;
}

.landing-hero__badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(247, 248, 244, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.landing-hero__note {
  width: min(100%, 360px);
  padding: 24px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0 24px 72px rgba(23, 27, 23, 0.12);
  backdrop-filter: blur(20px);
}

.landing-hero__badge span i {
  font-size: 0.82rem;
  line-height: 1;
}

.landing-hero__note-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: rgba(247, 248, 244, 0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.landing-hero__note-label::before {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.landing-hero__note-copy {
  margin: 0;
  color: rgba(247, 248, 244, 0.76);
  font-size: 0.94rem;
  line-height: 1.72;
}

.landing-hero__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.landing-hero__dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.landing-hero__dot {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  transition: transform .24s ease, background-color .24s ease;
}

.landing-hero__dot.is-active {
  transform: scaleX(1.06);
  background: rgba(255, 255, 255, 0.92);
}

.landing-hero__nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.landing-hero__arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f7f8f4;
  backdrop-filter: blur(16px);
  transition: background-color .24s ease, border-color .24s ease;
}

.landing-hero__arrow:hover,
.landing-hero__arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
}

.landing-hero__slide.is-active .landing-hero__eyebrow,
.landing-hero__slide.is-active .landing-hero__title,
.landing-hero__slide.is-active .landing-hero__subtitle,
.landing-hero__slide.is-active .landing-hero__actions,
.landing-hero__slide.is-active .landing-hero__badge,
.landing-hero__slide.is-active .landing-hero__note {
  animation: landingHeroFadeUp .8s ease both;
}

.landing-hero__slide.is-active .landing-hero__title {
  animation-delay: .08s;
}

.landing-hero__slide.is-active .landing-hero__subtitle {
  animation-delay: .16s;
}

.landing-hero__slide.is-active .landing-hero__actions {
  animation-delay: .24s;
}

.landing-hero__slide.is-active .landing-hero__badge {
  animation-delay: .16s;
}

.landing-hero__slide.is-active .landing-hero__note {
  animation-delay: .28s;
}

.landing-hero__slide--campaign {
  --hero-content-width: 760px;
  --hero-content-pad: clamp(0px, 23vw, 340px);
  --hero-note-width: 356px;
  --hero-note-offset: 34px;
}

.landing-hero__slide--product {
  --hero-overlay-strength: 0.5;
  --hero-overlay-left: 0.18;
  --hero-content-width: 700px;
  --hero-content-pad: clamp(0px, 18vw, 250px);
  --hero-note-width: 320px;
  --hero-note-offset: 64px;
}

.landing-hero__slide--showroom {
  --hero-overlay-strength: 0.46;
  --hero-content-width: 735px;
  --hero-content-pad: clamp(0px, 24vw, 360px);
  --hero-note-width: 372px;
  --hero-note-offset: 18px;
}

@keyframes landingHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .landing-hero__shell {
    padding: 120px 0 124px;
  }

  .landing-hero__content {
    max-width: 100%;
    padding-right: 0;
  }

  .landing-hero__aside {
    position: relative;
    right: auto;
    bottom: auto;
    justify-items: start;
    width: 100%;
    margin-top: 32px;
  }

  .landing-hero__badge,
  .landing-hero__note {
    width: 100%;
  }

  .landing-hero__badge span {
    width: auto;
  }
}

@media (max-width: 767px) {
  .landing-hero__shell {
    min-height: auto;
    padding: 108px 0 116px;
  }

  .landing-hero__layout {
    min-height: auto;
  }

  .landing-hero__title {
    line-height: 0.94;
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .landing-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-hero__actions .btn,
  .landing-hero__actions .button {
    width: 100%;
  }

  .landing-hero__controls {
    bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-hero__dots,
  .landing-hero__nav {
    padding: 8px 10px;
  }

  .landing-hero__dot {
    width: 26px;
  }
}

