.hero--0 {
  gap: 0;
}

.hero--0 .component__content {
  grid-row: 2 / span 1;
  grid-column: 2 / -2;
  place-content: center;
  position: relative;
  z-index: 1;
}

.hero--0 .component__assets {
  grid-row: 3 / span 1;
  grid-column: 7 / 14;
  position: relative;
  z-index: 1;
}

.hero--0 .component__background {
  grid-row: 1 / span 4;
  grid-column: 1 / -1;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

.hero--0 .component__background video {
  width: 100%;
  height: 962px;
  object-fit: cover;
}

.hero--0 .component__background::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.8) 4.63%, rgba(20, 20, 20, 0) 53.53%);
}

.hero--0 .component__background::after {
}

.hero--0 .eyebrow,
.hero--0 .heading--primary,
.hero--0 .lead {
  color: var(--clr-white);
}

.hero--0 .eyebrow,
.hero--0 .heading {
  font-size: 3.375rem;
  line-height: 4.063rem;
}

.hero--0 .eyebrow {
  font-family: var(--ff-heading-800);
  font-weight: 800;
}

.hero--0 .heading {
  font-family: var(--ff-heading-400);
  font-weight: 400;
}

.hero--0 .lead {
  font-family: var(--ff-base-300);
  font-size: 1.125rem;
  line-height: 1.688rem;
  margin-block: 1.875rem;
}

.hero--0 .button {
  background: linear-gradient(92.05deg, #b19d60 1.28%, #87764d 100%);
}

.hero--0 .button:hover,
.hero--0 .button:focus {
  background: linear-gradient(91.67deg, #b19d60 1.32%, #6e5d32 59.65%);
}

@media (max-width: 1199px) {
}

@media (min-width: 1200px) {
  .hero--0 .component__content {
    grid-column: 2 / 7;
  }
  .hero--0 .component__assets {
    grid-row: 2 / span 1;
  }
  .hero--0 .component__background {
    grid-row: 1 / span 3;
  }
}

@media (min-width: 1440px) {
}
