/* Home hero: Orchid 88vh stage (not fullscreen). Images fill the frame. */

.ogi-hero__stage {
  position: relative;
  width: 100%;
  min-height: 88vh;
  height: 88vh;
  max-height: none;
  overflow: hidden;
  z-index: 0;
}

.ogi-hero__swiper {
  will-change: transform;
  transform-origin: 50% 42%;
  backface-visibility: hidden;
  z-index: 0;
}

.ogi-hero__swiper,
.ogi-hero__swiper .swiper-wrapper,
.ogi-hero__swiper .swiper-slide,
.ogi-hero__swiper .swiper-inner {
  height: 100% !important;
  min-height: 88vh;
  width: 100% !important;
}

.ogi-hero__swiper .swiper-inner {
  position: relative;
  background: #0d0d0d;
  overflow: hidden;
}

.ogi-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  z-index: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.ogi-hero__overlay.sw-overlay,
.ogi-hero .sw-overlay.ogi-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1 !important;
  background:
    linear-gradient(
      105deg,
      rgba(8, 8, 8, 0.4) 0%,
      rgba(8, 8, 8, 0.12) 48%,
      rgba(8, 8, 8, 0.2) 100%
    ) !important;
}

.ogi-hero__copy {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}

.ogi-hero__copy .container {
  pointer-events: auto;
  width: 100%;
}

.ogi-hero__copy h1 {
  color: #fff !important;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.3);
}

.ogi-hero__copy p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.ogi-hero__labels {
  padding-bottom: clamp(1.25rem, 3vh, 2rem);
}

.ogi-hero__labels-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  .ogi-hero__stage,
  .ogi-hero__swiper,
  .ogi-hero__swiper .swiper-wrapper,
  .ogi-hero__swiper .swiper-slide,
  .ogi-hero__swiper .swiper-inner {
    min-height: 86vh;
    height: 86vh;
  }
}
