/* Bright editorial homepage hero inspired by Jenni-Anne's approved concept. */
.hero.hero-luxe {
  position: relative;
  display: block;
  isolation: isolate;
  height: clamp(560px, calc(100svh - var(--nav-h) - 28px), 790px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #221f1d;
  text-align: left;
  background: #fffaf7;
}

.hero.hero-luxe .hero-bright-shell {
  display: grid;
  grid-template-columns: minmax(440px, 46%) minmax(0, 54%);
  width: 100%;
  height: 100%;
}

.hero.hero-luxe .hero-inner.hero-luxe-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 42px 48px 42px max(40px, calc((100vw - 1440px) / 2 + 48px));
  background: #fffaf7;
}

.hero.hero-luxe .hero-brand-lockup {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: end;
  gap: 14px;
  width: min(100%, 540px);
  /* Pacifico's long descenders render below its line box. */
  margin: 0 0 50px;
}

.hero.hero-luxe .hero-rhino {
  display: block;
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.hero.hero-luxe .ls-hero-wordmark {
  max-width: none;
  margin: 0 0 4px;
  color: #221f1d;
  font-family: "Pacifico", cursive;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  text-shadow: none;
  white-space: nowrap;
}

.hero.hero-luxe .ls-hero-wordmark .ls-letter {
  display: inline-block;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  animation: none !important;
  transform-origin: 50% 100%;
}

.hero.hero-luxe .ls-hero-wordmark .ls-letter.is-pink {
  color: #e85a6f;
}

.hero.hero-luxe .ls-hero-wordmark .ls-letter.is-ink {
  color: #221f1d;
}

.hero.hero-luxe .hero-eyebrow {
  margin: 0 0 24px;
  color: #34302e;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero.hero-luxe .hero-tagline {
  max-width: 560px;
  margin: 0;
  color: #292522;
  font-family: "Fraunces", Georgia, serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero.hero-luxe .hero-tagline em {
  color: #dc5369;
  font: inherit;
}

.hero.hero-luxe .hero-lede {
  max-width: 535px;
  margin: 20px 0 0;
  color: #5b5551;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}

.hero.hero-luxe .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.hero.hero-luxe .btn.hero-primary,
.hero.hero-luxe .btn.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
  padding: 0 22px;
  border-radius: 3px;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  transform: none;
}

.hero.hero-luxe .btn.hero-primary {
  color: #ffffff;
  background: #e85a6f;
  border: 1px solid #e85a6f;
}

.hero.hero-luxe .btn.hero-primary:hover,
.hero.hero-luxe .btn.hero-primary:focus-visible {
  color: #ffffff;
  background: #cf4058;
  border-color: #cf4058;
  box-shadow: 0 8px 24px rgba(89, 43, 50, 0.18);
  transform: translateY(-1px);
}

.hero.hero-luxe .btn.hero-secondary {
  color: #292522;
  background: transparent;
  border: 1px solid #4b4541;
  backdrop-filter: none;
}

.hero.hero-luxe .btn.hero-secondary:hover,
.hero.hero-luxe .btn.hero-secondary:focus-visible {
  color: #ffffff;
  background: #292522;
  border-color: #292522;
  transform: translateY(-1px);
}

.hero.hero-luxe .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 25px 0 0;
  color: #5e5753;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero.hero-luxe .hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero.hero-luxe .hero-proof span::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e85a6f;
}

.hero.hero-luxe .hero-proof span + span::before {
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 50%;
  background: #55a8a1;
}

.hero.hero-luxe .hero-luxe-media {
  position: relative;
  inset: auto;
  width: auto;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(89, 69, 59, 0.1);
  background: #eef4ed;
}

.hero.hero-luxe .hero-luxe-picture,
.hero.hero-luxe .hero-luxe-picture img,
.hero.hero-luxe .hero-luxe-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero.hero-luxe .hero-luxe-picture {
  z-index: 0;
  display: block;
  overflow: hidden;
}

.hero.hero-luxe .hero-luxe-picture img {
  display: block;
  object-fit: cover;
  object-position: 100% 50%;
  filter: none;
  transform: none;
}

.hero.hero-luxe .hero-luxe-veil {
  z-index: 2;
  background: transparent;
  pointer-events: none;
}

.hero-luxe + .ls-rhino-lights {
  display: none;
}

.page-home .admin-link {
  display: none;
}

.page-home .site-nav {
  background: rgba(255, 250, 247, 0.98);
  border-bottom-color: rgba(73, 58, 51, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.page-home .shop {
  padding-top: 22px;
  background: #fffaf7;
}

@media (min-width: 721px) and (max-width: 1100px) {
  .hero.hero-luxe .hero-bright-shell {
    grid-template-columns: minmax(390px, 48%) minmax(0, 52%);
  }

  .hero.hero-luxe .hero-inner.hero-luxe-copy {
    padding: 34px 34px 34px 32px;
  }

  .hero.hero-luxe .hero-brand-lockup {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 64px;
  }

  .hero.hero-luxe .hero-rhino {
    width: 82px;
    height: 82px;
  }

  .hero.hero-luxe .ls-hero-wordmark {
    font-size: 45px;
  }

  .hero.hero-luxe .hero-eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .hero.hero-luxe .hero-tagline {
    font-size: 43px;
  }

  .hero.hero-luxe .hero-lede {
    margin-top: 16px;
    font-size: 14px;
  }

  .hero.hero-luxe .hero-proof {
    margin-top: 20px;
  }
}

@media (max-width: 720px) {
  .hero.hero-luxe {
    height: calc(100svh - var(--nav-h) - 20px);
    min-height: 0;
    max-height: 780px;
  }

  .hero.hero-luxe .hero-bright-shell {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(320px, 58%) minmax(0, 42%);
  }

  .hero.hero-luxe .hero-inner.hero-luxe-copy {
    justify-content: center;
    width: 100%;
    padding: 18px 22px 16px;
  }

  .hero.hero-luxe .hero-brand-lockup {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 9px;
    width: 100%;
    margin-bottom: 68px;
  }

  .hero.hero-luxe .hero-rhino {
    width: 56px;
    height: 56px;
  }

  .hero.hero-luxe .ls-hero-wordmark {
    margin-bottom: 1px;
    font-size: 31px;
  }

  .hero.hero-luxe .hero-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.35;
  }

  .hero.hero-luxe .hero-tagline {
    max-width: 350px;
    font-size: 38px;
    line-height: 1.04;
  }

  .hero.hero-luxe .hero-lede {
    max-width: 350px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.42;
  }

  .hero.hero-luxe .hero-ctas {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    width: min(100%, 350px);
    gap: 8px;
    margin-top: 14px;
  }

  .hero.hero-luxe .btn.hero-primary,
  .hero.hero-luxe .btn.hero-secondary {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hero.hero-luxe .hero-proof {
    gap: 8px 14px;
    margin-top: 13px;
    font-size: 11px;
  }

  .hero.hero-luxe .hero-luxe-media {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(89, 69, 59, 0.1);
    border-left: 0;
  }

  .hero.hero-luxe .hero-luxe-picture img {
    object-position: 100% 51%;
    transform: none;
  }

  .page-home .shop {
    padding-top: 8px;
  }
}

@media (max-width: 720px) and (max-height: 700px) {
  .hero.hero-luxe .hero-bright-shell {
    grid-template-rows: minmax(286px, 61%) minmax(0, 39%);
  }

  .hero.hero-luxe .hero-inner.hero-luxe-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero.hero-luxe .hero-brand-lockup {
    grid-template-columns: 48px minmax(0, 1fr);
    margin-bottom: 44px;
  }

  .hero.hero-luxe .hero-rhino {
    width: 48px;
    height: 48px;
  }

  .hero.hero-luxe .ls-hero-wordmark {
    font-size: 29px;
  }

  .hero.hero-luxe .hero-eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .hero.hero-luxe .hero-tagline {
    font-size: 31px;
  }

  .hero.hero-luxe .hero-lede {
    margin-top: 7px;
    font-size: 11px;
  }

  .hero.hero-luxe .hero-ctas {
    margin-top: 9px;
  }

  .hero.hero-luxe .hero-proof {
    display: none;
  }

  .hero.hero-luxe .hero-luxe-picture img {
    transform: scale(1.3);
    transform-origin: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-luxe .hero-luxe-media,
  .hero.hero-luxe .hero-luxe-picture,
  .hero.hero-luxe .hero-reveal,
  .hero.hero-luxe .ls-letter,
  .hero.hero-luxe .hero-cta-arrow {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
