.hero {
  position: relative;
  min-height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 76px)));
  overflow: hidden;
  isolation: isolate;
  background: #080705;
}

.hero__bg,
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  z-index: 0;
}

.hero__video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero__video {
  opacity: 1;
  transition: opacity 900ms ease;
}

.hero__video.is-ready,
.hero--video-ready .hero__video {
  opacity: 1;
}

.hero__overlay-v,
.hero__overlay-h,
.hero__overlay-radial {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__overlay-v {
  background: linear-gradient(180deg, rgba(7, 5, 2, .16) 0%, rgba(7, 5, 2, .34) 52%, rgba(7, 5, 2, .86) 100%);
}

.hero__overlay-h {
  background: linear-gradient(90deg, rgba(7, 5, 2, .78) 0%, rgba(7, 5, 2, .28) 42%, rgba(7, 5, 2, .18) 64%, rgba(7, 5, 2, .72) 100%);
}

.hero__overlay-radial {
  background:
    radial-gradient(circle at 25% 68%, rgba(250, 194, 10, .16), transparent 26%),
    radial-gradient(circle at 76% 22%, rgba(250, 194, 10, .12), transparent 24%);
}

.hero__content {
  position: relative;
  z-index: 2;
  min-height: inherit;
}

.hero__content-grid {
  width: min(100% - 72px, 1420px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(52px, 6vw, 84px) 0 clamp(54px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(520px, 1fr) clamp(170px, 17vw, 250px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.hero__copy {
  max-width: min(820px, 58vw);
  display: grid;
  justify-items: start;
  gap: 24px;
}

.hero__title {
  margin: 0;
  color: var(--lo-figma-gold, #fac20a);
  font-size: clamp(3.2rem, 5.8vw, 6.4rem);
  line-height: .9;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero__title-gold,
.hero__title-white {
  display: block;
}

.hero__title-gold {
  color: var(--lo-figma-gold, #fac20a);
}

.hero__title-white {
  color: var(--lo-figma-cream, #f6f0db);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(250, 194, 10, .58);
  border-radius: 999px;
  background: var(--lo-figma-gold, #fac20a);
  color: #080705;
  font-size: .82rem;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(250, 194, 10, .18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(250, 194, 10, .24);
}

.hero__claim-card {
  justify-self: end;
  width: clamp(170px, 17vw, 250px);
  display: grid;
  padding: 8px;
  border: 1px solid rgba(250, 194, 10, .42);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(10, 8, 4, .80), rgba(14, 11, 5, .88)),
    rgba(250, 194, 10, .025);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(250, 194, 10, .10);
}

.hero__claim-link {
  display: block;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
}

.hero__claim-link:focus-visible {
  outline: 2px solid rgba(250, 194, 10, .88);
  outline-offset: 6px;
}

.hero__claim-link:hover .hero__claim-image,
.hero__claim-link:focus-visible .hero__claim-image {
  transform: scale(1.025);
}

.hero__claim-frame {
  padding: 0;
  border-radius: 10px;
  background: transparent;
}

.hero__claim-frame-inner {
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 1 / 1;
  background: rgba(21, 17, 10, .72);
}

.hero__claim-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

@media (max-width: 899px) {
  .hero {
    min-height: calc(100svh - var(--lo-site-header-height, var(--headerHeight, 72px)));
  }

  .hero__overlay-v {
    background: linear-gradient(180deg, rgba(7, 5, 2, .2) 0%, rgba(7, 5, 2, .48) 48%, rgba(7, 5, 2, .9) 100%);
  }

  .hero__overlay-h {
    background: linear-gradient(90deg, rgba(7, 5, 2, .64), rgba(7, 5, 2, .28), rgba(7, 5, 2, .64));
  }

  .hero__content-grid {
    width: 100%;
    min-height: inherit;
    padding: clamp(30px, 8vw, 52px) 0 clamp(72px, 15vw, 98px);
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 0;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero__content-grid::-webkit-scrollbar {
    display: none;
  }

  .hero__copy,
  .hero__claim-card {
    grid-row: 1;
    width: min(100% - 34px, 430px);
    justify-self: center;
    scroll-snap-align: center;
  }

  .hero__copy {
    grid-column: 1;
    text-align: center;
    justify-items: center;
  }

  .hero__claim-card {
    grid-column: 2;
    width: min(100% - 34px, 360px);
    justify-self: center;
    padding: clamp(16px, 4vw, 22px);
    text-align: center;
  }

  .hero__title {
    max-width: 10.8ch;
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: .92;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__claim-frame {
    width: min(100%, 286px);
    margin: 0 auto;
  }

  .hero__claim-image {
    max-height: min(42svh, 300px);
    object-fit: contain;
  }

}

@media (max-width: 520px) {
  .hero__content-grid {
    padding-top: 24px;
  }

  .hero__title {
    font-size: clamp(2.45rem, 11.5vw, 3.5rem);
  }

  .hero__claim-card {
    width: min(100% - 28px, 350px);
  }

}
