/* Home hero: Intrio title layout, fullscreen */

.ogi-hero__stage {
  min-height: 100vh;
  height: 100vh;
  max-height: none;
}

.ogi-hero__swiper,
.ogi-hero__swiper .swiper-wrapper,
.ogi-hero__swiper .swiper-slide,
.ogi-hero__swiper .swiper-inner {
  height: 100% !important;
  min-height: 100vh;
  width: 100% !important;
}

.ogi-hero__swiper .swiper-inner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.ogi-hero__overlay.sw-overlay,
.ogi-hero .sw-overlay.ogi-hero__overlay {
  opacity: 1 !important;
  background:
    linear-gradient(
      180deg,
      rgba(20, 16, 12, 0.52) 0%,
      rgba(20, 16, 12, 0.34) 38%,
      rgba(42, 34, 24, 0.42) 68%,
      rgba(13, 13, 13, 0.68) 100%
    ) !important;
}

/* Keep template title markup; center the group in the hero */
.ogi-hero__copy {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: 100vh;
    height: 100vh;
  }

  /* Same staggered layout as desktop, scaled for phone */
  .ogi-hero__copy {
    padding: 4.5rem 0 6.5rem;
    align-items: center;
    justify-content: center;
  }

  .ogi-hero__copy .container {
    padding-bottom: 0;
  }

  .ogi-hero__copy .row,
  .ogi-hero__copy .col-lg-12,
  .ogi-hero__copy .col-lg-4,
  .ogi-hero__copy .text-start,
  .ogi-hero__copy .text-lg-end {
    text-align: left !important;
  }

  .ogi-hero__copy .text-start {
    text-align: left !important;
  }

  .ogi-hero__copy .text-lg-end {
    text-align: right !important;
  }

  .ogi-hero__copy .col-lg-4 {
    margin-left: 8.333% !important;
    margin-right: 0 !important;
    max-width: 83.333%;
    flex: 0 0 83.333%;
  }

  .ogi-hero__copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.25rem) !important;
    line-height: 0.95 !important;
  }

  .ogi-hero__copy .text-start h1 {
    text-align: left !important;
  }

  .ogi-hero__copy .text-lg-end h1 {
    text-align: right !important;
    margin-bottom: 1rem !important;
  }

  .ogi-hero__copy p {
    max-width: 28rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0.15rem;
    font-size: clamp(0.92rem, 3.4vw, 1.05rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.94);
    text-align: left !important;
  }

  .ogi-hero__labels {
    display: block !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .ogi-hero__labels-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.35rem;
    text-align: left;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }

  .ogi-hero__labels-row > div {
    flex: 1 1 0;
    min-width: 0;
  }

  .ogi-hero__labels-row > div:nth-child(2) {
    text-align: center;
  }

  .ogi-hero__labels-row > div:nth-child(3) {
    text-align: right;
  }

  .ogi-hero__overlay.sw-overlay,
  .ogi-hero .sw-overlay.ogi-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(20, 16, 12, 0.38) 0%,
        rgba(20, 16, 12, 0.18) 38%,
        rgba(20, 16, 12, 0.36) 62%,
        rgba(13, 13, 13, 0.78) 100%
      ) !important;
  }
}
