.theme-luxury .luxury-threshold {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #181512;
  isolation: isolate;
}

.theme-luxury .luxury-threshold__stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #1d1815;
  transform-origin: 50% 52%;
}

.theme-luxury .luxury-depth-layer {
  position: absolute;
  inset: -7%;
  transform-origin: 50% 54%;
}

.theme-luxury .luxury-depth-layer svg {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-luxury .luxury-depth-layer--room {
  z-index: 1;
}

.theme-luxury .luxury-depth-layer--light {
  z-index: 2;
  transform-origin: 72% 48%;
}

.theme-luxury .luxury-depth-layer--curtain {
  z-index: 3;
  transform-origin: 84% 35%;
}

.theme-luxury .luxury-depth-layer--furniture {
  z-index: 4;
  transform-origin: 52% 70%;
}

.theme-luxury .luxury-depth-layer--frame {
  z-index: 5;
  transform-origin: 50% 50%;
}

.theme-luxury .luxury-threshold__shade {
  position: absolute;
  z-index: 6;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 12, 10, 0.78) 0%, rgba(15, 12, 10, 0.38) 36%, rgba(15, 12, 10, 0.05) 66%, rgba(15, 12, 10, 0.24) 100%);
  box-shadow: inset 0 0 180px rgba(10, 8, 7, 0.68);
  pointer-events: none;
}

.theme-luxury .luxury-threshold__content {
  position: relative;
  z-index: 7;
  min-height: 100vh;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(90px, 12vh, 150px) 0 clamp(72px, 9vh, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.65fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.theme-luxury .luxury-threshold__intro {
  max-width: 690px;
}

.theme-luxury .luxury-threshold__eyebrow {
  color: #c8ae97;
}

.theme-luxury .luxury-threshold__intro h2 {
  max-width: 10ch;
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: clamp(52px, 7.2vw, 108px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.theme-luxury .luxury-threshold__sequence {
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-luxury .luxury-threshold__line {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(240, 233, 223, 0.28);
}

.theme-luxury .luxury-threshold__line:last-child {
  border-bottom: 1px solid rgba(240, 233, 223, 0.28);
}

.theme-luxury .luxury-threshold__line > span {
  color: #c8ae97;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.theme-luxury .luxury-threshold__line p {
  margin: 0;
  color: #f0e9df;
  font-family: var(--display);
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.28;
}

.theme-luxury .luxury-threshold__line strong {
  font-weight: 400;
  color: #c8ae97;
}

@media (max-width: 800px) {
  .theme-luxury .luxury-threshold {
    min-height: auto;
  }

  .theme-luxury .luxury-threshold__stage {
    position: relative;
    min-height: 58vh;
  }

  .theme-luxury .luxury-depth-layer {
    inset: -3%;
  }

  .theme-luxury .luxury-threshold__shade {
    background: linear-gradient(180deg, rgba(15, 12, 10, 0.06) 0%, rgba(15, 12, 10, 0.34) 70%, rgba(15, 12, 10, 0.76) 100%);
    box-shadow: inset 0 0 90px rgba(10, 8, 7, 0.58);
  }

  .theme-luxury .luxury-threshold__content {
    min-height: auto;
    width: calc(100% - 30px);
    padding: 58px 0 76px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .theme-luxury .luxury-threshold__intro h2 {
    max-width: 12ch;
    font-size: clamp(46px, 12vw, 72px);
  }

  .theme-luxury .luxury-threshold__sequence {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .theme-luxury .luxury-threshold__stage {
    min-height: 48vh;
  }

  .theme-luxury .luxury-threshold__content {
    width: calc(100% - 32px);
  }

  .theme-luxury .luxury-threshold__line {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-luxury .luxury-threshold__stage,
  .theme-luxury .luxury-depth-layer,
  .theme-luxury .luxury-threshold__line {
    will-change: auto;
  }
}
