/* Orvelia — sadece ana sayfa (index): hero + Three.js izolasyon */

.home1-banner-section,
.banner-footer {
  display: none !important;
}

.ov-main-hero {
  position: relative;
  height: 100vh;
  background: #0b0f10;
  overflow: hidden;
}

.ov-first-shop-section {
  padding-top: clamp(2.75rem, 5.5vw, 4.5rem);
}

.ov-first-shop-section .section-title {
  margin-top: 0;
}

.ov-main-hero .ov-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 1rem 2rem;
  pointer-events: none;
  perspective: 1400px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ov-main-canvas-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ov-spotlight-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.18s ease;
  will-change: opacity;
}

.ov-spotlight-overlay .ov-beam {
  position: absolute;
  top: 0;
  left: 50%;
  width: 520px;
  height: 86%;
  transform: translateX(-50%);
  display: none;
  opacity: 0.7;
  transition: left 0.1s linear;
  filter: blur(26px) saturate(1);
  clip-path: none;
  border-radius: 50% 50% 42% 42%;
  background:
    radial-gradient(
      ellipse 52% 20% at 50% 0%,
      rgba(255, 253, 240, 0.52) 0%,
      rgba(255, 248, 220, 0.3) 26%,
      rgba(255, 244, 210, 0.15) 50%,
      rgba(255, 240, 205, 0.06) 66%,
      rgba(255, 240, 205, 0) 82%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 252, 235, 0.15) 0%,
      rgba(255, 248, 220, 0.1) 26%,
      rgba(255, 244, 210, 0.06) 50%,
      rgba(255, 240, 205, 0.03) 72%,
      rgba(255, 240, 205, 0) 100%
    );
  box-shadow:
    0 0 86px rgba(255, 248, 220, 0.09),
    0 0 210px rgba(255, 248, 220, 0.07);
}

.ov-spotlight-overlay .ov-top-spot {
  display: none;
}

.ov-main-hero.ov-hovering .ov-spotlight-overlay {
  opacity: 1;
}

.ov-main-hero.ov-hovering .ov-spotlight-overlay .ov-beam {
  display: block;
}

#ov-main-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ov-category-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 11;
}

/* Yatay konum: ov-main.js; sıra = PHP $ov_hero_items (Three.js dokuları ile aynı) */
.ov-category-label {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  color: #f6e6b7;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.85);
  pointer-events: auto;
  text-decoration: none;
  cursor: pointer;
}

.ov-mobile-hero-section {
  display: none;
}

@media (max-width: 991px) {
  .mobile-bottom-wrapper {
    display: block !important;
  }
  .ov-mobile-hero-section {
    display: block;
    position: relative;
    min-height: 78vh;
    background: #090d0f;
  }
  .ov-mobile-hero-swiper,
  .ov-mobile-hero-swiper .swiper-wrapper,
  .ov-mobile-hero-swiper .swiper-slide {
    min-height: 78vh;
  }
  .ov-mobile-hero-slide {
    min-height: 78vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding: 5.25rem 1rem 1.75rem;
  }
  .ov-mobile-hero-content {
    color: #fff;
    width: 100%;
    max-width: 28rem;
  }
  .ov-mobile-hero-content h2 {
    margin: 0 0 .55rem;
    font-size: 1.45rem;
    line-height: 1.25;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .ov-mobile-hero-content p {
    margin: 0 0 1rem;
    font-size: .92rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
  }
  .ov-mobile-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .72rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0e1113;
    background: #d4af37;
    font-weight: 700;
  }
  .ov-mobile-hero-pagination {
    bottom: 1rem !important;
  }
}
