.narrative-page .article-hero {
  padding-bottom: clamp(3rem, 6vw, 6rem) !important;
}

.narrative-page .article-hero h1 {
  width: 100% !important;
  max-width: 1200px !important;
  font-size: clamp(2.43rem, 4.86vw, 5.22rem) !important;
  line-height: 0.96 !important;
  overflow-wrap: anywhere;
  hyphens: none;
}

.narrative-deck {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.narrative-hero-feature {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 900px;
  margin: 2.5rem auto 0;
  text-align: left;
}

.narrative-hero-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.narrative-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 1px;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.narrative-gallery figure {
  min-width: 0;
  height: clamp(320px, 46vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #080808;
}

.narrative-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.narrative-gallery figure:first-child img {
  object-position: center 25%;
}

.narrative-page .article-body-grid {
  width: min(900px, calc(100% - 80px)) !important;
}

.narrative-content > [data-narrative-language] > p {
  max-width: 760px;
  margin: 0 auto 1.45rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.86;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.narrative-content h2 {
  max-width: 820px;
  margin: clamp(4.5rem, 8vw, 7rem) auto 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
  hyphens: none;
}

.narrative-content blockquote {
  max-width: 820px;
  margin: clamp(2.5rem, 5vw, 4rem) auto;
  padding: 1.8rem 0 1.8rem clamp(1.25rem, 3vw, 2.5rem);
  border-left: 2px solid #d30b32;
}

.narrative-content blockquote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 650;
  line-height: 1.34;
  letter-spacing: -0.025em;
  white-space: pre-line;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

.narrative-content a {
  color: #fff;
  text-decoration-color: #d30b32;
  text-underline-offset: 0.2em;
}

.narrative-inline-image {
  width: min(100%, 820px);
  margin: clamp(3.5rem, 7vw, 6rem) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #080808;
}

.narrative-inline-image img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center;
}

.narrative-inline-image:first-of-type img {
  object-position: center 25%;
}

.narrative-image-with-text {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: min(100%, 820px);
  margin: clamp(3.5rem, 7vw, 6rem) auto;
}

.narrative-image-with-text figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #080808;
}

.narrative-image-with-text img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.narrative-image-with-text:first-child img {
  object-position: center 25%;
}

.narrative-image-with-text > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.86;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.narrative-image-with-text > blockquote {
  margin: 0;
  align-self: center;
}

.narrative-release {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: min(100%, 900px);
  margin: clamp(4rem, 8vw, 7rem) auto;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #080808;
}

.narrative-release > img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.narrative-release-content h2 {
  margin: .65rem 0 .4rem;
  padding: 0;
  border: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.15rem);
  hyphens: none;
}

.narrative-release-kicker,
.narrative-release-artist,
.narrative-release-content time {
  margin: 0;
}

.narrative-release-kicker {
  color: #d30b32;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.narrative-release-artist {
  color: #fff;
  font-size: 1.05rem;
}

.narrative-release-content time {
  display: block;
  margin-top: .35rem;
  color: rgba(255, 255, 255, .58);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.narrative-release ol {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.narrative-release li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .75rem;
  padding: .8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.narrative-release li > span,
.narrative-release li small {
  color: rgba(255, 255, 255, .52);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.narrative-release li strong,
.narrative-release li small {
  display: block;
}

.editorial-image-placeholder {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 40%, rgba(211, 11, 50, 0.16), transparent 34%), #080808;
}

@media (max-width: 760px) {
  .narrative-page .article-hero-inner,
  .narrative-page .article-body-grid,
  .narrative-gallery {
    width: calc(100% - 32px) !important;
  }

  .narrative-gallery {
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: repeat(2, minmax(180px, 46vw));
    margin-bottom: 3.5rem;
  }

  .narrative-gallery figure {
    height: auto;
  }

  .narrative-gallery figure:first-child {
    grid-row: 1 / 3;
  }

  .narrative-page .article-hero h1 {
    font-size: clamp(2.12rem, 9.9vw, 3.42rem) !important;
  }

  .narrative-deck {
    text-align: left;
  }

  .narrative-hero-feature {
    grid-template-columns: 1fr;
  }

  .narrative-hero-feature img {
    aspect-ratio: 4 / 3;
  }

  .narrative-content h2 {
    margin-top: 4rem;
  }

  .narrative-release {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .narrative-image-with-text {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .narrative-image-with-text img {
    aspect-ratio: 4 / 3;
  }
}
