/* Shared full-width portraits for the interactive worlds and character pages. */
.nls-saga-hero--aelwen {
  --saga-image: url('home-aelwen-v118.webp');
  --saga-position: center 28%;
  --saga-inset: 0;
}
.nls-saga-hero--bjorn {
  --saga-image: url('home-bjorn-v118.webp');
  --saga-position: center 10%;
  --saga-inset: 20%;
}
.nls-saga-hero--morrigan {
  --saga-image: url('home-morrigan-v118.webp');
  --saga-position: center 14%;
  --saga-inset: 20%;
}
.nls-saga-hero.nls-saga-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 620px !important;
  overflow: hidden;
  background: #030609;
}
.nls-saga-hero.nls-saga-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0 0 0 var(--saga-inset);
  pointer-events: none;
  background: var(--saga-image) var(--saga-position) / cover no-repeat;
}
.nls-saga-hero.nls-saga-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  height: auto;
  opacity: 1;
  pointer-events: none;
  animation: none;
  background:
    linear-gradient(90deg, #030609 4%, rgba(2, 5, 8, .92) 26%, rgba(2, 5, 8, .76) 48%, rgba(2, 5, 8, .16) 78%),
    linear-gradient(180deg, transparent 52%, #030609 100%);
}
.nls-saga-hero.nls-saga-hero > :is(.bp17-hero-inner, .ap19-hero-inner, .mp-hero-content, .hero-inner) {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 0;
  width: min(1300px, calc(100% - 8vw)) !important;
  margin-inline: auto;
  padding: 110px 0 78px !important;
}
.nls-saga-hero :is(.bp17-hero-copy, .ap19-hero-copy) {
  max-width: 760px !important;
}
.nls-saga-hero.nls-saga-hero h1 {
  font-size: clamp(46px, 6.4vw, 88px) !important;
  line-height: 1.04 !important;
  letter-spacing: .025em;
  overflow-wrap: normal;
}
.nls-saga-hero.nls-saga-hero h1 span {
  line-height: 1.35;
  letter-spacing: .16em;
}
.nls-saga-hero :is(.bp17-quote, .ap19-quote, .mp-hero-sub) {
  max-width: 700px;
  color: #eee8e0;
  text-shadow: 0 2px 12px #030609;
}
.nls-saga-hero > :is(.bp17-protect, .ap19-protect) {
  z-index: 2;
  max-width: calc(100% - 32px);
}
@media (max-width: 700px) {
  .nls-saga-hero.nls-saga-hero {
    --saga-inset: 0;
    --saga-position: center top;
    min-height: 660px !important;
  }
  .nls-saga-hero--aelwen.nls-saga-hero { --saga-position: 62% top; }
  .nls-saga-hero.nls-saga-hero::after {
    background:
      linear-gradient(180deg, rgba(2, 5, 8, .08) 10%, rgba(2, 5, 8, .28) 28%, rgba(2, 5, 8, .85) 52%, #030609 91%),
      linear-gradient(90deg, rgba(2, 5, 8, .22), transparent 70%);
  }
  .nls-saga-hero.nls-saga-hero > :is(.bp17-hero-inner, .ap19-hero-inner, .mp-hero-content, .hero-inner) {
    width: calc(100% - 32px) !important;
    padding: 300px 0 62px !important;
  }
  .nls-saga-hero.nls-saga-hero h1 {
    font-size: clamp(34px, 9.6vw, 60px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }
  .nls-saga-hero.nls-saga-hero h1 span {
    font-size: .4em !important;
    letter-spacing: .12em;
  }
  .nls-saga-hero .kicker { margin-top: 26px; }
  .nls-saga-hero :is(.bp17-actions, .ap19-actions, .mp-actions, .actions) {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .nls-saga-hero :is(.bp17-actions, .ap19-actions, .mp-actions, .actions) > * {
    width: 100% !important;
    min-width: 0;
    min-height: 48px;
    height: auto;
    white-space: normal;
    text-align: center;
    justify-content: center;
    padding-block: 12px;
  }
}
