.block--home-hero {
  position: relative;
  background-color: var(--wp--preset--color--white);
  color: white;
  overflow: hidden;
}

.block--home-hero--inner {
  position: relative;
  min-height: 820px;
  padding: 180px 0 160px;
  z-index: 3;
}

@media screen and (max-width: 1280px) {
  .block--home-hero--inner {
    padding: 104px 0;
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .block--home-hero--inner {
    padding: 104px 0 64px;
  }
}

.block--home-hero .grid-row {
  align-items: center;
}

.block--home-hero--content {
  grid-column: 1 / 7;
}

@media screen and (max-width: 768px) {
  .block--home-hero--content {
    grid-column: 1 / 13;
    margin-bottom: 40px;
  }
}

.block--home-hero p {
  max-width: 520px;
}

.block--home-hero .wp-block-buttons {
  margin-top: 40px;
}

.block--home-hero--media {
  position: relative;
  grid-column: 7 / 13;
}

@media screen and (max-width: 768px) {
  .block--home-hero--media {
    grid-column: 1 / 13;
  }
}

.block--home-hero--media--wrapper {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 0px 100px 20px rgba(100, 81, 226, 0.2);
  z-index: 1;
}

.block--home-hero--media--wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.block--home-hero--media--wrapper figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}

.block--home-hero--media--wrapper figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
  user-select: none;
  pointer-events: none;
}

.block--home-hero--background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.block--home-hero--background::after {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    270deg,
    #05eadf 0%,
    #127d7c 47.24%,
    #6451e2 94.49%
  );
  z-index: 1;
  mix-blend-mode: multiply;
  /* filter: brightness(0.75); */
}

.block--home-hero--background figure {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  filter: brightness(0.7);
  z-index: 2;
}

.block--home-hero--background figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  user-select: none;
  pointer-events: none;
}

.block--home-hero--background--side {
  position: absolute;
  display: grid;
  grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(
      8,
      [col-start] minmax(0, 173px) [col-end]
    ) [center-end] minmax(40px, 1fr) [full-end];
  inset: 0;
}

.block--home-hero--background--side .ojama-green {
  grid-column: col-start 7 / full-end;
  background-color: var(--wp--preset--color--turquoise);
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .block--home-hero--background--side .ojama-green {
    display: none;
  }
}

.block--home-hero--media--lines {
  position: absolute;
  top: 0;
  z-index: 0;
  transform: scale(1.5);
  user-select: none;
  pointer-events: none;
}

.block--home-hero--background--video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
  object-fit: cover;
  mix-blend-mode: lighten;
  user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .block--home-hero--background--video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
