/* Header layout shared by Live and Dev; responsive video source selection lives in index.html. */
.home-page--alisha-hero .hero-video {
  min-height: clamp(650px, 76vh, 820px);
  background: #d8d1c8;
}

.home-page--alisha-hero .hero-video::after {
  background:
    linear-gradient(180deg, rgba(10, 20, 27, .08) 0%, rgba(10, 20, 27, .12) 42%, rgba(10, 20, 27, .5) 100%),
    linear-gradient(90deg, rgba(10, 20, 27, .4) 0%, rgba(10, 20, 27, .16) 58%, rgba(10, 20, 27, .08) 100%);
}

.home-page--alisha-hero .hero-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.home-page--alisha-hero .hero-content {
  display: flex;
  align-items: flex-end;
  min-height: clamp(650px, 76vh, 820px);
  padding-top: 110px;
  padding-bottom: clamp(42px, 6vh, 68px);
}

.home-page--alisha-hero .hero-main-layout--single {
  width: min(100%, 730px);
  max-width: none;
}

.home-page--alisha-hero .hero-copy {
  max-width: 730px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 28px;
  background: rgba(16, 35, 42, .74);
  box-shadow: 0 22px 54px rgba(10, 20, 27, .28);
}

.home-page--alisha-hero .hero-copy h1 {
  max-width: 680px;
  margin: 0 0 16px;
  font-size: clamp(2.65rem, 4.7vw, 4.7rem);
  line-height: 1.01;
  text-wrap: balance;
}

.home-page--alisha-hero .hero-copy .lead {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.5;
}

.home-page--alisha-hero .hero-product-peek {
  right: 18px;
  bottom: clamp(42px, 6vh, 68px);
}

.home-page--alisha-hero .hero-product-peek-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #2f8d92, #49aaa9);
  box-shadow: 0 14px 30px rgba(10, 20, 27, .3);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  pointer-events: auto;
}

.home-page--alisha-hero .hero-product-peek-shop:hover,
.home-page--alisha-hero .hero-product-peek-shop:focus-visible {
  color: #fff;
  background: linear-gradient(145deg, #286f74, #3b9293);
  transform: translateY(-1px);
}

.home-page--alisha-hero .hero-mobile-shop {
  display: none;
}

@media (max-width: 820px) {
  .home-page--alisha-hero .hero-video {
    --ryb-mobile-hero-media-height: clamp(340px, 56vh, 470px);
    height: auto;
    min-height: 0;
    background: linear-gradient(180deg, #ece6de 0%, #fffaf5 100%);
  }

  .home-page--alisha-hero .hero-video::after {
    inset: 0 0 auto;
    height: var(--ryb-mobile-hero-media-height);
    background: linear-gradient(180deg, rgba(10, 20, 27, .02) 0%, rgba(10, 20, 27, .05) 68%, rgba(10, 20, 27, .2) 100%);
  }

  .home-page--alisha-hero .hero-bg {
    inset: 0 0 auto;
    height: var(--ryb-mobile-hero-media-height);
    object-position: 52% center;
  }

  .home-page--alisha-hero .hero-motifs {
    display: none;
  }

  .home-page.home-page--alisha-hero .hero-content {
    display: block;
    min-height: 0;
    padding: calc(var(--ryb-mobile-hero-media-height) - 34px) 12px 28px;
  }

  .home-page--alisha-hero .hero-main-layout {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }

  .home-page--alisha-hero .hero-copy {
    width: 100%;
    padding: 24px 22px 22px;
    border-color: rgba(39, 83, 89, .12);
    border-radius: 26px;
    color: #183b44;
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 20px 48px rgba(36, 53, 63, .16);
  }

  .home-page.home-page--alisha-hero .hero-copy h1 {
    margin: 0 0 10px;
    color: #183b44;
    font-size: clamp(1.8rem, 8vw, 2.28rem);
    line-height: 1.08;
  }

  .home-page--alisha-hero .hero-copy .lead {
    color: #52656b;
    font-size: clamp(.98rem, 4.2vw, 1.08rem);
    line-height: 1.42;
  }

  .home-page--alisha-hero .hero-mobile-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, #2f8d92, #49aaa9);
    box-shadow: 0 14px 28px rgba(47, 141, 146, .24);
    font-weight: 900;
    text-decoration: none;
  }

  .home-page--alisha-hero .hero-mobile-shop:hover,
  .home-page--alisha-hero .hero-mobile-shop:focus-visible {
    color: #fff;
    background: linear-gradient(145deg, #286f74, #3b9293);
  }
}
