/* ============================================================
   THE EMPIRE BEAUTY BAR — HOME PAGE STYLES
   Editorial Luxury Experience with Video Frame Scrubbing
   ============================================================ */

/* ============================================================
   HERO SECTION (Sticky Frame-Scrubber Stage for salon.mp4)
   ============================================================ */

.hero-spacer {
  position: relative;
  height: 650vh;
  width: 100%;
  background: var(--plum-deep);
}

.hero-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--plum-deep);
  color: var(--bone);
  z-index: 10;
}

.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}

.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(29, 15, 23, 0.08) 0%,
      rgba(29, 15, 23, 0.32) 80%,
      rgba(15, 8, 12, 0.65) 100%
    ),
    linear-gradient(
      180deg,
      rgba(29, 15, 23, 0.4) 0%,
      transparent 18%,
      transparent 80%,
      rgba(29, 15, 23, 0.7) 100%
    );
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px
    );
  background-size: 3px 3px;
  z-index: 3;
}

/* ============================================================
   SCROLL CUE INDICATOR
   ============================================================ */

.hero-scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
  z-index: 20;
  pointer-events: none;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hero-scroll-cue.scrolled-out {
  opacity: 0;
  transform: translate(-50%, 14px);
}

.scroll-indicator-line {
  width: 1px;
  height: 38px;
  background: rgba(201, 166, 107, 0.35);
  position: relative;
  overflow: hidden;
}

.scroll-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: var(--gold);
  animation: scrollPulse 2.2s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes scrollPulse {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(320%);
    opacity: 0;
  }
}

/* ============================================================
   SERVICES / MENU SECTION
   ============================================================ */

.menu-panel {
  background: var(--bone);
  position: relative;
  padding: 130px 0;
}

.menu-panel-layout {
  position: relative;
  z-index: 2;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0 44px;
}

.teaser-card {
  background: #FAF5EC;
  border: 1px solid var(--line);
  padding: 38px 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  transition: transform 0.45s var(--ease-luxury), box-shadow 0.45s var(--ease-luxury), border-color 0.45s ease;
}

.teaser-card .tc-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
}

.teaser-card .tc-num {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.teaser-card .tc-index {
  font-family: var(--display);
  font-size: 1.45rem;
  color: var(--plum);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.teaser-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 0;
}

.tc-hover-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.45s var(--ease-luxury);
}

.teaser-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(43, 22, 32, 0.09);
  border-color: var(--gold);
}

.teaser-card:hover .tc-hover-line {
  width: 100%;
}

.menu-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.menu-image-sources {
  display: none !important;
}

/* ============================================================
   ABOUT + BROCHURE SECTION
   ============================================================ */

.about-teaser {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: stretch;
}

.about-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3A1F2B 0%, #1D0F17 100%);
  border: 1px solid var(--line);
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-visual::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(201, 166, 107, 0.15);
  pointer-events: none;
}

.about-copy h2 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.8vw, 3.1rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--bone);
  margin: 16px 0 22px;
}

.about-copy p {
  color: #C9BAC2;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 34px;
  max-width: 520px;
}

.about-brochure {
  background: rgba(201, 166, 107, 0.05);
  border: 1px solid var(--line);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about-brochure::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(201, 166, 107, 0.15);
  pointer-events: none;
}

.about-brochure h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--bone);
  margin: 16px 0 16px;
}

.about-catalog-text {
  font-size: 0.95rem;
  color: #C9BAC2;
  line-height: 1.7;
  margin-bottom: 34px;
}

/* ============================================================
   EXPERIENCE BAND (INSTAGRAM + BOOKING)
   ============================================================ */

.experience-band {
  background: var(--bone);
  padding: 130px 0;
  border-top: 1px solid var(--line-dim);
}

.experience-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 48px;
  align-items: flex-end;
}

.experience-content {
  display: flex;
  flex-direction: column;
  gap: 52px;
  padding-bottom: 24px;
}

.experience-item h2 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--plum);
  margin: 14px 0 18px;
}

.experience-item p {
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 26px;
  max-width: 480px;
}

/* ============================================================
   FULL-HEIGHT AUTOMATIC ROTATING MODEL SHOWCASE
   ============================================================ */

.models-showcase-stage {
  position: relative;
  width: 100%;
  height: 680px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.model-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96) translateY(12px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.2s;
  pointer-events: none;
}

.model-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.model-cutout-img {
  width: auto;
  height: 100%;
  max-height: 680px;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  filter: drop-shadow(0 24px 52px rgba(43, 22, 32, 0.16));
  -webkit-mask-image: linear-gradient(to bottom, black 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 86%, transparent 100%);
  transition: transform 0.6s var(--ease-luxury), filter 0.6s ease;
}

.model-slide:hover .model-cutout-img {
  transform: scale(1.03) translateY(-6px);
  filter: drop-shadow(0 30px 60px rgba(43, 22, 32, 0.22));
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (HOME PAGE)
   ============================================================ */

@media (max-width: 1100px) {
  .teaser-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-teaser {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .experience-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .models-showcase-stage {
    height: 520px;
  }

  .model-cutout-img {
    max-height: 520px;
  }
}

@media (max-width: 768px) {
  .hero-spacer {
    height: 500vh;
  }

  .teaser-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .menu-panel,
  .experience-band {
    padding: 85px 0;
  }

  .about-visual,
  .about-brochure {
    padding: 44px 26px;
  }

  .models-showcase-stage {
    height: 420px;
    margin-top: 10px;
  }

  .model-cutout-img {
    max-height: 420px;
  }
}

@media (max-width: 480px) {
  .models-showcase-stage {
    height: 330px;
  }

  .model-cutout-img {
    max-height: 330px;
  }
}