.hero-cinematic {
  min-height: 840px;
}

.hero-cinematic::before {
  content: "";
  position: absolute;
  z-index: -4;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(241, 238, 227, .98) 0%, rgba(241, 238, 227, .9) 27%, rgba(241, 238, 227, .46) 48%, rgba(241, 238, 227, .06) 76%),
    linear-gradient(0deg, var(--paper) 0%, transparent 19%),
    url("assets/vale-land-intelligence-hero-v1.webp") center / cover no-repeat;
}

.hero-cinematic::after {
  width: 58%;
  height: 70%;
  right: -5%;
  top: 9%;
  background:
    radial-gradient(circle at 44% 38%, rgba(184, 216, 120, .18), transparent 45%),
    radial-gradient(circle at 69% 66%, rgba(188, 118, 88, .12), transparent 42%);
}

.hero-cinematic h1,
.hero-cinematic .hero-copy,
.hero-cinematic .eyebrow,
.hero-cinematic .hero-actions,
.hero-cinematic .country-ribbon {
  position: relative;
  z-index: 3;
}

.hero-cinematic .hero-copy {
  max-width: 530px;
}

.hero-cinematic .hero-map {
  opacity: .2;
  mix-blend-mode: multiply;
}

.hero-cinematic .hero-layer-key {
  right: 12px;
  top: 155px;
}

.hero-cinematic .hero-layer-key span {
  background: rgba(241, 238, 227, .74);
  border-color: rgba(23, 32, 25, .22);
  box-shadow: 0 8px 24px rgba(23, 32, 25, .08);
}

.hero-cinematic .country-ribbon {
  max-width: 900px;
  background: rgba(241, 238, 227, .62);
  backdrop-filter: blur(10px);
  padding: 15px 16px;
  border: 1px solid rgba(23, 32, 25, .14);
}

@media (max-width: 900px) {
  .hero-cinematic::before {
    background:
      linear-gradient(90deg, rgba(241, 238, 227, .94) 0%, rgba(241, 238, 227, .75) 57%, rgba(241, 238, 227, .18) 100%),
      linear-gradient(0deg, var(--paper) 0%, transparent 22%),
      url("assets/vale-land-intelligence-hero-v1.webp") 58% center / cover no-repeat;
  }

  .hero-cinematic .hero-map {
    display: none;
  }
}

@media (max-width: 590px) {
  .hero-cinematic {
    min-height: 780px;
  }

  .hero-cinematic::before {
    opacity: .9;
    background:
      linear-gradient(180deg, rgba(241, 238, 227, .89) 0%, rgba(241, 238, 227, .72) 56%, var(--paper) 100%),
      url("assets/vale-land-intelligence-hero-v1.webp") 62% center / cover no-repeat;
  }

  .hero-cinematic .country-ribbon {
    max-height: 82px;
    overflow: hidden;
  }
}
