/* Preserve the approved ink, hatching and paper layers independently of typography. */
body.v2 :is(.anime-cast,.anime-elsewhere,.anime-listen,.arcade-selector,.cast-chapter,.person-intro,.person-sheet,.wardrobe-notes,.riot-manifesto,.riot-sheets,.riot-notes,.sh-story-premise,.sh-dossiers,.sh-red-moon,.sh-history,.sh-pair-gallery,.mina-stories,.companions,.screenings,.v2-footer){
  position:relative;isolation:isolate;
  --surface-ink-opacity:.5;--surface-ink-filter:none;--surface-grain-blend:multiply;
}
body.v2 :is(.anime-cast,.anime-elsewhere,.anime-listen,.arcade-selector,.cast-chapter,.person-intro,.person-sheet,.wardrobe-notes,.riot-manifesto,.riot-sheets,.riot-notes,.sh-story-premise,.sh-dossiers,.sh-red-moon,.sh-history,.sh-pair-gallery,.mina-stories,.companions,.screenings,.v2-footer)::before{
  content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:url('/assets/editorial-ink-marks.webp') left top/1200px 1000px repeat-y;
  opacity:var(--surface-ink-opacity);filter:var(--surface-ink-filter);mask-image:none;mix-blend-mode:normal;
}
body.v2 :is(.anime-cast,.anime-elsewhere,.anime-listen,.arcade-selector,.cast-chapter,.person-intro,.person-sheet,.wardrobe-notes,.riot-manifesto,.riot-sheets,.riot-notes,.sh-story-premise,.sh-dossiers,.sh-red-moon,.sh-history,.sh-pair-gallery,.mina-stories,.companions,.screenings,.v2-footer)::after{
  content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:url('/assets/editorial-grain.webp') left top/180px 180px repeat;
  opacity:.32;mix-blend-mode:var(--surface-grain-blend);
}
body.v2 :is(.anime-elsewhere,.anime-listen,.arcade-selector,.sh-history,.mina-stories,.companions,.v2-footer){
  --surface-ink-filter:invert(1);--surface-ink-opacity:.38;--surface-grain-blend:soft-light;
}
body.v2 :is(.anime-elsewhere,.anime-listen,.sh-history,.v2-footer)::before{background-position:right top}
body.v2 .anime-cast{background-image:repeating-linear-gradient(110deg,transparent 0 170px,#342b1914 171px,transparent 172px 345px)}
.brand-imprint{display:block;overflow:hidden;pointer-events:none;mix-blend-mode:multiply}
.cast-copy,.riot-copy{position:relative;isolation:isolate}
.sirens-imprint{position:absolute;width:290px;height:286px;right:-42px;top:8px;z-index:-1;opacity:.18;transform:rotate(-14deg)}
.riot-imprint{position:absolute;width:210px;height:204px;right:-15px;top:20px;z-index:-1;opacity:.18;transform:rotate(11deg)}
.riot-wave-imprint{width:83px;height:44px;margin-top:25px;opacity:.7;transform:rotate(-7deg)}
@media(max-width:760px){
  body.v2 :is(.anime-cast,.anime-elsewhere,.anime-listen,.arcade-selector,.cast-chapter,.person-intro,.person-sheet,.wardrobe-notes,.riot-manifesto,.riot-sheets,.riot-notes,.sh-story-premise,.sh-dossiers,.sh-red-moon,.sh-history,.sh-pair-gallery,.mina-stories,.companions,.screenings,.v2-footer)::before{background-size:780px 900px}
  .sirens-imprint{width:220px;height:217px;right:-8px;top:0}
  .riot-imprint{width:170px;height:165px;right:0;top:15px}
  .riot-wave-imprint{width:68px;height:36px;margin-top:22px}
}
