.magazine-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(72px, 9vh, 112px) 0;
  background: #060a10;
}

.magazine-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.magazine-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 8, 13, .94) 0%, rgba(4, 8, 13, .82) 30%, rgba(4, 8, 13, .52) 47%, rgba(4, 8, 13, .12) 67%, transparent 82%);
}

.magazine-hero .hero-grid {
  width: calc(100% - clamp(96px, 9vw, 176px));
  max-width: 1500px;
  margin-right: auto;
  margin-left: clamp(48px, 4.5vw, 88px);
  grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
  gap: 42px;
}

.magazine-hero .hero-grid > .reveal {
  position: relative;
  z-index: 1;
  max-width: 680px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .42);
}

.magazine-hero .page-lead {
  color: rgba(247, 241, 231, .84);
}

.magazine-hero .v3-system-visual {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 1040px) {
  .magazine-hero-media {
    object-position: 62% center;
  }

  .magazine-hero::after {
    background: linear-gradient(90deg, rgba(4, 8, 13, .95) 0%, rgba(4, 8, 13, .83) 46%, rgba(4, 8, 13, .42) 72%, rgba(4, 8, 13, .12) 100%);
  }

  .magazine-hero .hero-grid {
    width: calc(100% - 64px);
    margin-left: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .38fr);
    gap: 24px;
  }
}

@media (max-width: 700px) {
  .magazine-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 60px 0 54px;
  }

  .magazine-hero-media {
    object-position: 58% center;
  }

  .magazine-hero::after {
    background: linear-gradient(90deg, rgba(4, 8, 13, .94) 0%, rgba(4, 8, 13, .82) 58%, rgba(4, 8, 13, .48) 100%);
  }

  .magazine-hero .hero-grid {
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .magazine-hero .hero-grid > .reveal {
    max-width: 100%;
  }

  .magazine-hero .page-lead {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .magazine-hero-media {
    transform: none;
  }
}
