:root {
  --yellow: #ffff00;
  --orange: #ff7900;
  --black: #000;
  --white: #fff;
  --browser-chrome-color: #000;
  --page-pad: clamp(14px, 4vw, 34px);
  --mobile-ticker-height: 34px;
  --mobile-rights-size: 44px;
  --mobile-rights-bottom: calc(max(18px, env(safe-area-inset-bottom)) + var(--mobile-ticker-height) + 8px);
  --mobile-viewport-height: 100dvh;
  --gate-viewport-height: 100svh;
  --subpage-bottom-space: 24px;
  --mobile-header-name-height: max(44px, clamp(39.44px, calc(20px + 6.048vw), 56.72px));
  --mobile-home-top-space: calc(max(12px, env(safe-area-inset-top)) + var(--mobile-header-name-height));
  --mobile-subpage-guard-height: calc(var(--mobile-header-height, 138px) + 78px);
  --shadow: 0 12px 22px rgba(0, 0, 0, .22), 0 2px 5px rgba(0, 0, 0, .16);
  --shadow-soft: 0 8px 18px rgba(0, 0, 0, .16), 0 1px 4px rgba(0, 0, 0, .13);
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text-band-line-height: 2;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
}

html.mobile-standalone {
  --mobile-viewport-height: 100vh;
  --gate-viewport-height: 100vh;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  height: auto;
  min-height: var(--mobile-viewport-height, 100dvh);
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--browser-chrome-color);
  color-scheme: light;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  scrollbar-color: #000 transparent;
  -webkit-text-size-adjust: 100%;
}

*::-webkit-scrollbar-thumb { background-color: #000; }

body {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 280px;
  min-height: var(--mobile-viewport-height, 100dvh);
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 0, .07), transparent 28rem),
    var(--white);
  color: var(--black);
  font-family: var(--font);
  font-weight: 700;
}

body[data-mobile-route="visitors-choice"] {
  --chart-ink: #5b1c8b;
  background: #f5f5f0;
}
body[data-mobile-route="visitors-choice"].hitparade-top-open { background: var(--white); }
body[data-mobile-route="movie-aide"],
body[data-mobile-route="movie-rescue"],
body[data-mobile-route="movie-heart"] { background: var(--black); }

body.is-gated {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #000;
}

noscript .seoNoScript {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: auto;
  padding: max(24px, env(safe-area-inset-top)) var(--page-pad) max(24px, env(safe-area-inset-bottom));
  background: #fff;
  color: #000;
  font: 700 18px/1.45 var(--font);
}

noscript .seoNoScript h1 {
  margin: 0 0 18px;
  padding: 16px;
  background: #000;
  color: var(--yellow);
  font-size: clamp(22px, 7vw, 38px);
  line-height: 1.05;
}

noscript .seoNoScript p { margin: 0 0 14px; }

.portraitLock { display: none; }

.portraitLock__card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: min(90vw, 800px);
  align-items: center;
  gap: clamp(20px, 5vw, 58px);
  padding: clamp(16px, 4vh, 34px) clamp(18px, 4vw, 40px);
  background: #fff;
  box-shadow: 0 22px 38px rgba(0,0,0,.34), 0 4px 8px rgba(0,0,0,.2);
  transform: rotate(-.7deg);
}

.portraitLock__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -13px 7% 12px -12px;
  background: var(--orange);
  box-shadow: var(--shadow);
  transform: rotate(2.2deg);
}

.portraitLock__device {
  position: relative;
  display: grid;
  width: clamp(112px, 23vw, 190px);
  aspect-ratio: 1.65;
  place-items: center;
  border: clamp(8px, 1.5vw, 13px) solid #000;
  border-radius: 12px;
  background: var(--yellow);
  box-shadow: var(--shadow);
  transform: rotate(-7deg);
}

.portraitLock__device::before {
  content: "↻";
  color: #000;
  font-size: clamp(46px, 9vw, 82px);
  font-weight: 900;
  line-height: 1;
}

.portraitLock__device::after {
  content: "";
  position: absolute;
  right: -9px;
  width: 5px;
  height: 24%;
  border-radius: 4px;
  background: var(--orange);
}

.portraitLock__device span {
  position: absolute;
  bottom: 5px;
  width: 16%;
  height: 4px;
  border-radius: 4px;
  background: #000;
}

.portraitLock__copy { display: grid; justify-items: start; gap: clamp(8px, 2vh, 15px); }

.portraitLock__note {
  padding: 7px 10px;
  box-shadow: var(--shadow-soft);
  font-size: clamp(9px, 1.8vw, 14px);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.1;
}

.portraitLock__note { justify-self: end; background: var(--yellow); color: #000; transform: rotate(1deg); }

.portraitLock__title {
  display: grid;
  justify-items: start;
  gap: 5px;
  font-size: clamp(27px, 6vw, 58px);
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1;
}

.portraitLock__title span { padding: 6px 10px; box-shadow: var(--shadow-soft); }
.portraitLock__title span:first-child { background: #000; color: var(--yellow); transform: rotate(-1deg); }
.portraitLock__title span:last-child { margin-left: 8%; background: var(--orange); color: #000; transform: rotate(.8deg); }

button, a {
  font: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button { border: 0; }
a { color: inherit; }
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.band,
.line,
.navItem,
.chip {
  box-shadow: var(--shadow-soft);
  font-weight: 850;
  letter-spacing: .115em;
  line-height: 1.08;
  text-transform: uppercase;
}

.band {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
}

.band--black { background: var(--black); color: var(--yellow); }
.band--yellow { background: var(--yellow); color: var(--black); }
.band--orange { background: var(--orange); color: var(--yellow); }

.gate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  touch-action: none;
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .7s;
}

.gate.is-ready {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.gate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .34);
}

.gate__image {
  position: absolute;
  inset: 0;
  background: #000 url("../images/derived/baldiga_199-crop-900.jpg") center 42% / cover no-repeat;
  filter: grayscale(1) contrast(1.4);
  opacity: .96;
}

.gate__stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: min(92vw, 620px);
  padding: clamp(20px, 5vw, 38px) clamp(16px, 4vw, 34px);
  background: var(--yellow);
  box-sizing: border-box;
}

.gate__name,
.gate__enter {
  width: auto;
  min-width: 0;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.gate__name {
  font-size: clamp(18px, 6.6vw, 28px);
  letter-spacing: .22em;
  white-space: nowrap;
}

.gate__enter {
  padding-inline: 18px;
  font-size: clamp(14px, 4.8vw, 22px);
  letter-spacing: .42em;
  white-space: nowrap;
  cursor: pointer;
}

.gate[hidden] { display: none; }

html.mobile-gate-open .gate { display: none; }
html.mobile-gate-open .app { opacity: 1; }

body:not(.is-gated) .gate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.app {
  width: 100%;
  min-height: var(--mobile-viewport-height, 100dvh);
  overflow-x: hidden;
  overflow-y: visible;
  overscroll-behavior: none;
  touch-action: pan-y;
  opacity: 0;
  transition: opacity .7s ease .12s;
}

.app::before {
  content: "";
  display: block;
  height: 1px;
}

body.is-gated .app { overflow: hidden; }

body:not(.is-gated) .app { opacity: 1; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  display: grid;
  gap: 8px;
  padding: max(12px, env(safe-area-inset-top)) var(--page-pad) 10px;
  background: transparent;
  grid-template-columns: minmax(0, 1fr);
}

.header__title {
  min-width: 0;
  margin: 0;
  font: inherit;
}

.header__name {
  position: relative;
  grid-area: 1 / 1;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: clamp(18px, 5.6vw, 34px);
  letter-spacing: clamp(.16em, 1.8vw, .34em);
  white-space: nowrap;
}

.header__name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--page-pad));
  z-index: 0;
  width: 100vw;
  background: var(--orange);
  pointer-events: none;
  transform: translate3d(var(--menu-header-x, 100%), 0, 0);
  transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.header__name > span { position: relative; z-index: 1; }
body.menu-open .header__name::before { transform: translate3d(var(--menu-header-x, 0px), 0, 0); }
body.menu-intro-entering .header__name::before { transition-duration: .9s; }
body.menu-gesturing .header__name::before { transition: none; }
body.menu-settling .header__name::before { transition-duration: .48s; }
body.menu-gesture-resetting .header__name::before { visibility: hidden; transition: none; }

.ticker {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  padding-bottom: max(18px, env(safe-area-inset-bottom));
  touch-action: none;
}

.ticker__track {
  width: max-content;
  padding: 10px 16px;
  background: var(--orange);
  color: var(--yellow);
  box-shadow: var(--shadow);
  font-size: clamp(12px, 3.5vw, 17px);
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate3d(100vw, 0, 0);
  animation: none;
  backface-visibility: hidden;
  will-change: transform;
}

.ticker__track.is-running { animation: tickerRun 72s linear 1 both; }
.ticker__track.is-running.is-paused { animation-play-state: paused; }

.ticker__track.is-restarting {
  animation: none;
  transform: translate3d(100vw, 0, 0);
}

@keyframes tickerRun {
  from { transform: translate3d(100vw, 0, 0); }
  to { transform: translate3d(-100%, 0, 0); }
}

.home {
  margin-top: 0;
  padding: var(--mobile-home-top-space) 0 calc(160px + env(safe-area-inset-bottom));
}

body[data-mobile-route="home"] { overscroll-behavior-y: none; }

body[data-mobile-route="home"]:not(.gallery-selected-from-menu) .home__toolbar,
body[data-mobile-route="home"].menu-open .home__toolbar { visibility: hidden; }

body.is-gate-preview .home__toolbar,
body.is-gate-preview .footer {
  visibility: hidden;
}

body[data-mobile-route="home"].menu-open .home {
  position: relative;
  z-index: 10;
  display: block !important;
  background: #fff;
}

body[data-mobile-route="home"].menu-open .view,
body[data-mobile-route="home"].menu-open .footer {
  visibility: hidden;
}

body[data-mobile-route="movie-aide"] .home,
body[data-mobile-route="movie-rescue"] .home,
body[data-mobile-route="movie-heart"] .home {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block !important;
  overflow: hidden;
  padding-top: 0;
  background: #fff;
  filter: blur(4px) brightness(.32);
  transform: scale(1.015);
}

body[data-mobile-route="movie-aide"] .view,
body[data-mobile-route="movie-aide"] .footer,
body[data-mobile-route="movie-rescue"] .view,
body[data-mobile-route="movie-heart"] .view,
body[data-mobile-route="movie-rescue"] .footer,
body[data-mobile-route="movie-heart"] .footer {
  position: relative;
  z-index: 20;
  filter: none;
}

.line {
  display: inline-block;
  padding: 8px 11px;
  font-size: clamp(11px, 3.4vw, 16px);
}

.line--yellow { background: var(--yellow); color: var(--black); }
.line--black { background: var(--black); color: var(--yellow); }

.home__collage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(22px, 7vw, 52px);
  overflow: visible;
  overflow-anchor: none;
  padding: 0 0 64px;
}

.photoCard {
  position: relative;
  overflow: hidden;
  width: min(94%, 720px);
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-2.4deg);
}

.photoCard:nth-child(2n) { align-self: flex-end; width: min(88%, 680px); transform: rotate(2.7deg); }
.photoCard:nth-child(3n) { align-self: flex-start; width: min(91%, 700px); transform: rotate(-1.8deg); }
.photoCard:nth-child(4n) { width: min(96%, 740px); transform: rotate(1.65deg); }
.photoCard:nth-child(5n) { width: min(84%, 650px); transform: rotate(-3deg); }

.photoCard.photoCard--final {
  align-self: center;
  width: min(100%, 760px);
  transform: rotate(1.4deg);
}

.photoCard img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.04);
}

.photoCard--final img { filter: none; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px var(--page-pad) calc(22px + env(safe-area-inset-bottom));
  background: #000;
  color: var(--yellow);
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mobileRightsShortcut {
  position: absolute;
  z-index: 2;
  right: var(--page-pad);
  bottom: var(--mobile-rights-bottom);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--mobile-rights-size);
  height: var(--mobile-rights-size);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--yellow);
  color: #000;
  box-shadow: var(--shadow-soft);
  transition: color .14s ease;
}

.mobileRightsShortcut__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 850;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
}

.mobileRightsShortcut:hover,
.mobileRightsShortcut:focus-visible {
  color: var(--orange);
  outline: none;
}

.menuDrawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: grid;
  height: auto;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 0;
  background: rgba(0,0,0,.84);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform .62s var(--motion-ease), opacity .44s ease, visibility 0s linear .62s;
}

body[data-mobile-route="home"] .menuDrawer {
  background: rgba(0,0,0,.66);
}

body[data-mobile-route="home"].gallery-selected-from-menu .menuDrawer {
  background:
    linear-gradient(rgba(255,121,0,.035), rgba(255,121,0,.035)),
    rgba(0,0,0,.66);
}

.menuDrawer__scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: calc(var(--mobile-header-height, 138px) + 18px) var(--page-pad) 24px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.menuDrawer__scroll::before {
  content: "";
  display: block;
  height: 1px;
}

.menuDrawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.menuDrawer.is-intro-entering {
  transition: transform .9s cubic-bezier(.22, 1, .36, 1), opacity .72s ease, visibility 0s;
  will-change: transform, opacity;
}

.menuDrawer.is-gesturing,
.menuDrawer.is-settling {
  opacity: var(--menu-gesture-opacity);
  visibility: visible;
  transform: translate3d(var(--menu-gesture-x), 0, 0);
  will-change: transform, opacity;
}

.menuDrawer.is-gesturing {
  overflow-y: hidden;
  transition: none;
}

.menuDrawer.is-settling {
  transition: transform .56s var(--motion-ease), opacity .46s ease;
}

.menuDrawer.is-gesture-resetting {
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.menuDrawer__top {
  display: none;
}

.squareButton {
  position: relative;
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  background: var(--yellow);
  color: #000;
  box-shadow: var(--shadow);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.view__toolbar .squareButton::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  bottom: -10px;
  left: -8px;
}

.navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: start;
  gap: 11px;
}

.navSeparator {
  display: block;
  padding: 0 12px;
  color: #000;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.navGroup {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 7px;
  max-width: 100%;
}

.navGroup__trigger,
.navItem {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 0 12px;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.navGroup__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--yellow);
  color: #000;
  box-shadow: var(--shadow-soft);
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.08;
  text-transform: uppercase;
}

.navGroup__trigger::after { content: "+"; font-size: 20px; }
.navGroup.is-open .navGroup__trigger::after { content: "−"; }

.navGroup__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 7px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height .45s ease, opacity .3s ease, visibility 0s linear .45s;
}

.navGroup.is-open > .navGroup__items {
  max-height: 1400px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.navItem {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  margin-left: 12px;
  width: fit-content;
  max-width: calc(100% - 12px);
  background: #000;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: var(--yellow);
  font-size: clamp(12px, 3.5vw, 16px);
  text-decoration: none;
}

.navItem--current { color: var(--orange); }

.navItem--nested { margin-left: 28px; width: fit-content; max-width: calc(100% - 28px); }
.navItem--standalone { margin-left: 0; max-width: 100%; }
.navItem--icon {
  justify-content: center;
  width: 44px;
  min-width: 44px;
  padding: 0;
  background: var(--yellow);
  color: #000;
}

.navItem--icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.navItem--xtra {
  position: absolute;
  z-index: 3;
  right: clamp(52px, 18vw, 140px);
  bottom: calc(var(--mobile-rights-bottom) + var(--mobile-rights-size) + 28px);
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 44px;
  max-height: none;
  margin: 0;
  padding: 7px 10px 8px;
  background: var(--orange);
  color: #5b1c8b;
  box-shadow: var(--shadow-soft);
  font-size: clamp(18px, 5.6vw, 34px);
  font-weight: 850;
  letter-spacing: clamp(.16em, 1.8vw, .34em);
  line-height: 1;
  transform: rotate(-5.4deg);
}

.navItem--xtra.navItem--current { color: #5b1c8b; }
.navItem--status {
  color: var(--yellow);
  background: var(--orange);
  border: 0;
  pointer-events: none;
}

.navSubgroup { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: start; gap: 7px; max-width: 100%; }
.navItem--submenuTrigger { justify-content: space-between; }
.navItem--submenuTrigger::after { content: "+"; margin-left: auto; font-size: 20px; }
.navSubgroup.is-open .navItem--submenuTrigger::after { content: "−"; }
.navSubgroup__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 7px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height .35s ease, opacity .25s ease, visibility 0s linear .35s;
}
.navSubgroup.is-open > .navSubgroup__items {
  max-height: 360px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.navGroup:not(.is-open) > .navGroup__items *,
.navSubgroup:not(.is-open) > .navSubgroup__items * {
  visibility: hidden;
  pointer-events: none;
}

.view {
  min-height: calc(var(--mobile-viewport-height, 100dvh) - 124px);
  padding: calc(var(--mobile-header-height, 138px) + 78px) var(--page-pad) var(--subpage-bottom-space);
}

.view::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 65;
  height: var(--mobile-subpage-guard-height);
  background: linear-gradient(to bottom, rgba(255, 255, 255, .76), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body[data-mobile-route="movie-aide"] .view::before,
body[data-mobile-route="movie-rescue"] .view::before,
body[data-mobile-route="movie-heart"] .view::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
}

body[data-mobile-route="visitors-choice"] .view::before { display: none; }
body[data-mobile-route="visitors-choice"] .view__toolbar { display: none; }

@keyframes viewIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.view__toolbar {
  position: fixed;
  top: calc(var(--mobile-header-height, 138px) + 14px);
  right: var(--page-pad);
  left: var(--page-pad);
  z-index: 70;
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 18px;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform .5s var(--motion-ease), opacity .36s ease;
}

.view__toolbar > * { pointer-events: auto; }
body.subpage-toolbar-hidden .view__toolbar {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, var(--mobile-toolbar-hidden-y, -110px), 0);
}

body.subpage-toolbar-hidden .choiceVotingReturn {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, var(--mobile-toolbar-hidden-y, -110px), 0);
}
.view__label {
  min-height: 44px;
  border-radius: 0;
  font-size: clamp(12px, 3.3vw, 16px);
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.view__content {
  min-width: 0;
  overflow-anchor: none;
  animation: viewIn .64s var(--motion-ease) both;
}

.sectionLead {
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 24px;
  padding: 4px 7px;
  font-size: clamp(19px, 5.8vw, 28px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: var(--text-band-line-height);
  text-transform: uppercase;
}

.sectionLead--banded {
  color: var(--yellow);
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.22));
}

.sectionLead--banded span {
  padding: 3px 2px;
  background: #000;
  box-shadow: 7px 0 0 #000, -7px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.copyBlock {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.copyBlock--spacious { gap: 18px; }
.copyBlock--spacious .copyLine { line-height: var(--text-band-line-height); }

.copyLine {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 4px 7px;
  background: transparent;
  color: var(--yellow);
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.22));
  font-size: clamp(14px, 3.9vw, 18px);
  font-weight: 750;
  letter-spacing: .025em;
  line-height: var(--text-band-line-height);
}

.copyLine span,
.quote span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.copyLine span {
  padding: 3px 2px;
  background: #000;
  box-shadow: 7px 0 0 #000, -7px 0 0 #000;
}

.copyLine--yellow { color: #000; }
.copyLine--yellow span {
  background: var(--yellow);
  box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow);
}

.photoStream {
  display: grid;
  gap: clamp(38px, 12vw, 68px);
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 62px;
}

.photoStream img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .38);
  background: #fff;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .13), 0 1px 3px rgba(0, 0, 0, .1);
}

body[data-mobile-route="halle"] .view,
body[data-mobile-route="cordova"] .view,
body[data-mobile-route="different-ones"] .view {
  padding-right: 8px;
  padding-left: 8px;
}

.exhibitionPageHeader {
  position: relative;
  display: grid;
  max-width: 760px;
  gap: 15px;
  margin: 8px auto 36px;
  padding: 0 clamp(7px, 2.5vw, 18px) 26px;
  border-bottom: 3px solid #000;
}

.exhibitionPageHeader::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: clamp(7px, 2.5vw, 18px);
  width: 56px;
  height: 3px;
  background: var(--orange);
}

.exhibitionPageHeader__title {
  display: grid;
  justify-items: start;
  gap: 4px;
  margin: 0;
  font-size: clamp(13px, 3.75vw, 18px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
}

.exhibitionPageHeader__title span {
  max-width: 100%;
  padding: 5px 7px;
  background: #000;
  color: var(--yellow);
  overflow-wrap: anywhere;
}

.exhibitionPageHeader__meta {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.exhibitionPageHeader__venue {
  max-width: 100%;
  padding: 4px 6px;
  background: var(--yellow);
  color: #000;
  font-size: clamp(13px, 3.75vw, 18px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.exhibitionPageHeader__dates {
  padding-left: 8px;
  border-left: 3px solid var(--orange);
  color: #4f4f4f;
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 750;
  letter-spacing: .055em;
  line-height: 1.3;
}

.exhibitionPageHeader__credits {
  display: grid;
  gap: 6px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, .22);
}

.exhibitionPageHeader__credit {
  display: flex;
  flex-wrap: wrap;
  gap: .25em .55em;
  margin: 0;
  font-size: clamp(10px, 2.8vw, 13px);
  letter-spacing: .06em;
  line-height: 1.3;
}

.exhibitionPageHeader__credit span { color: #666; font-weight: 750; }
.exhibitionPageHeader__credit strong { color: #000; font-weight: 900; }

.exhibitionEssay {
  display: grid;
  max-width: 760px;
  gap: 17px;
  margin: 4px auto 0;
  padding: 30px clamp(8px, 3vw, 24px) var(--subpage-bottom-space);
  border-top: 3px solid #000;
}

.exhibitionEssay__label {
  width: fit-content;
  margin: 0 0 6px;
  padding: 5px 7px;
  background: #000;
  color: var(--yellow);
  font-size: clamp(10px, 2.8vw, 13px);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
}

.exhibitionEssay__label span { display: block; }

.exhibitionEssay__label--title {
  font-size: clamp(13px, 3.7vw, 17px);
  line-height: 1.35;
}

.exhibitionEssay__paragraph {
  max-width: 68ch;
  margin: 0;
  color: #202020;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: 650;
  letter-spacing: .005em;
  line-height: 1.62;
}

.exhibitionEssay__byline {
  color: #5a5a5a;
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.actionLink {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  padding: 9px 13px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow);
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.08;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-mobile-route="visitors-choice"] .view {
  padding-top: var(--mobile-home-top-space);
  padding-right: clamp(10px, 3vw, 20px);
  padding-left: clamp(10px, 3vw, 20px);
  background: #f5f5f0;
}

body[data-mobile-route="visitors-choice"] .header__name {
  background: var(--yellow);
  color: #000;
  box-shadow: 4px 4px 0 #ff3c8f, 8px 8px 0 #75d7ff;
  transform: rotate(-.3deg);
}

body[data-mobile-route="visitors-choice"] .view__label {
  background: var(--orange);
  color: #000;
}

.view__content[data-route="visitors-choice"] { animation: none; }

.visitorsChoice {
  position: relative;
  display: grid;
  max-width: 780px;
  margin: 0 auto;
  overflow-anchor: none;
}

.choiceStatusLive {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.choiceSummaryButton {
  position: fixed;
  top: auto;
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 14px));
  right: auto;
  left: var(--page-pad);
  z-index: 72;
  display: flex;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 44px;
  align-items: stretch;
  padding: 0;
  background: transparent;
  color: #000;
  box-shadow: none;
  filter: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transform: translate3d(-12px, 0, 0) rotate(-2deg);
  transition:
    opacity .2s ease,
    visibility 0s linear .2s,
    transform .32s cubic-bezier(.22, 1, .36, 1);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

body[data-mobile-route="visitors-choice"] .choiceSummaryButton {
  isolation: isolate;
}

body[data-mobile-route="visitors-choice"] .choiceSummaryButton::before,
body[data-mobile-route="visitors-choice"] .choiceSummaryButton::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body[data-mobile-route="visitors-choice"] .choiceSummaryButton::before {
  background: #75d7ff;
  transform: translate(8px, 8px) rotate(1.2deg);
}

body[data-mobile-route="visitors-choice"] .choiceSummaryButton::after {
  background: #ff3c8f;
  transform: translate(4px, 4px) rotate(-.7deg);
}

.choiceSummaryButton__label {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 44px;
  place-items: center;
  box-shadow: var(--shadow-soft);
  line-height: 1;
}

.choiceSummaryButton__label {
  padding: 0 14px;
  background: var(--yellow);
  color: #000;
  font-size: clamp(12px, 3.3vw, 16px);
  font-weight: 850;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.choiceSummaryButton.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) rotate(-2deg);
  transition-delay: 0s;
}

.choiceSummaryButton[hidden] { display: none; }

.choiceSummaryButton.is-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.choiceSummaryButton:focus { outline: none; }
.choiceSummaryButton:focus-visible .choiceSummaryButton__label { outline: 4px solid #000; }
.choiceSummaryButton:active { transform: rotate(-2deg) scale(.95); }
body.menu-open .choiceSummaryButton,
body.menu-open .choiceVotingReturn { opacity: 0; visibility: hidden; pointer-events: none; }

.choiceVotingReturn {
  position: fixed;
  top: calc(var(--mobile-header-height, 138px) + 14px);
  right: var(--page-pad);
  z-index: 72;
  display: flex;
  min-height: 44px;
  align-items: stretch;
  padding: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(12px, 0, 0);
  transition: opacity .2s ease, visibility 0s linear .2s, transform .3s cubic-bezier(.22,1,.36,1);
}

.choiceVotingReturn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.choiceVotingReturn__label,
.choiceVotingReturn__arrow {
  display: grid;
  min-height: 44px;
  place-items: center;
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  line-height: 1;
}

.choiceTopTenCallout {
  position: absolute;
  top: clamp(150px, 30svh, 320px);
  right: 0;
  left: 0;
  z-index: 6;
  display: grid;
  width: 100%;
  justify-items: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 8px, 0) rotate(2deg) scale(.94);
  transition: opacity .2s ease, visibility 0s linear .2s, transform .34s cubic-bezier(.22,1,.36,1);
}

.choiceTopTenCallout.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
  transition-delay: 0s;
}

.choiceTopTenCallout.is-visible.is-pinned {
  position: fixed;
  top: calc(var(--mobile-header-height, 138px) + 40px);
  z-index: 72;
  transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
}

.choiceTopTenCallout.is-open,
body.menu-open .choiceTopTenCallout { opacity: 0; visibility: hidden; }

.choiceTopTenCallout__lead {
  margin: 0 0 -2px;
  padding: 5px 9px;
  background: #ff3c8f;
  color: #000;
  font-size: clamp(10px, 2.9vw, 13px);
  font-weight: 950;
  letter-spacing: .13em;
  line-height: 1;
}

.choiceTopTenCallout__title {
  padding: 6px 11px 7px;
  background: #2bc7ff;
  color: #000;
  box-shadow: 4px 4px 0 var(--orange), 7px 7px 0 var(--yellow);
  font-size: clamp(26px, 8vw, 38px);
  font-weight: 950;
  letter-spacing: .06em;
  line-height: .92;
}

.choiceVotingReturn__label {
  padding: 0 12px;
  background: var(--orange);
  color: #000;
  font-size: clamp(12px, 3.3vw, 16px);
  letter-spacing: .115em;
}

.choiceVotingReturn__arrow {
  width: 44px;
  background: var(--yellow);
  color: #000;
  font-size: 26px;
}

.choiceVotingReturn:focus-visible .choiceVotingReturn__label { outline: 4px solid #000; }

.choiceWinnersOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  overflow: hidden;
  padding: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .48s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .48s;
  overscroll-behavior: none;
  touch-action: pan-y;
}

.choiceWinnersOverlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.choiceWinnersOverlay .choiceWinners {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding:
    calc(var(--mobile-header-height, 138px) + 60px)
    var(--page-pad)
    calc(34px + env(safe-area-inset-bottom));
  overscroll-behavior: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.choiceWinners {
  position: relative;
  display: grid;
  grid-template-rows: max-content max-content;
  align-content: start;
  gap: 42px;
  padding: 0 2px 34px;
  overflow-anchor: none;
}

.choiceWinners__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 780px);
  margin: 0 auto;
  justify-items: center;
  gap: clamp(128px, 38vw, 170px);
}

.choiceWinner {
  position: relative;
  --chart-accent: var(--orange);
  --chart-second: var(--yellow);
  --rank-background: var(--chart-accent);
  --rank-ink: var(--chart-ink);
  --rank-shadow: var(--chart-second);
  min-width: 0;
  width: min(95%, 700px);
  margin: 0;
  padding: 0;
  isolation: isolate;
}

.choiceWinner::before,
.choiceWinner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.choiceWinner::before {
  background: var(--chart-second);
  transform: translate(10px, 10px);
}

.choiceWinner::after {
  background: var(--chart-accent);
  transform: translate(5px, 5px);
}

.choiceWinner:nth-child(4n + 1) { --chart-accent: #ff3c8f; --chart-second: var(--yellow); }
.choiceWinner:nth-child(4n + 2) { --chart-accent: #2bc7ff; --chart-second: var(--orange); }
.choiceWinner:nth-child(4n + 3) { --chart-accent: var(--orange); --chart-second: #ff3c8f; }
.choiceWinner:nth-child(3n + 2) { justify-self: start; width: min(93%, 680px); transform: rotate(.55deg); }
.choiceWinner:nth-child(3n) { justify-self: end; width: min(96%, 710px); transform: rotate(-.4deg); }
.choiceWinner--10 {
  justify-self: center;
  width: min(95%, 700px);
  transform: rotate(.3deg);
}
.choiceWinner--1 {
  --chart-accent: var(--yellow);
  --chart-second: var(--orange);
  justify-self: center;
  width: min(99%, 740px);
  transform: rotate(-.45deg);
}
.choiceWinner img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: none;
  object-fit: initial;
  filter: grayscale(1) contrast(1.045);
}

.choiceWinner__rank,
.choiceWinner__count {
  position: absolute;
  z-index: 2;
  padding: 5px 7px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
}

.choiceWinner__rank {
  top: auto;
  bottom: calc(100% - 10px);
  left: -10px;
  padding: 7px 11px 8px;
  background: var(--chart-accent);
  color: #000;
  font-size: clamp(38px, 12vw, 58px);
  box-shadow: 4px 4px 0 var(--chart-second);
  transform: rotate(-3deg);
}

.choiceWinner--10 { --rank-background: var(--yellow); --rank-ink: var(--orange); --rank-shadow: #ff3c8f; }
.choiceWinner--9 { --rank-background: #2bc7ff; --rank-ink: #5b1c8b; --rank-shadow: var(--orange); }
.choiceWinner--8 { --rank-background: var(--orange); --rank-ink: #2bc7ff; --rank-shadow: #ff3c8f; }
.choiceWinner--7 { --rank-background: var(--yellow); --rank-ink: #ff3c8f; --rank-shadow: #2bc7ff; }
.choiceWinner--6 { --rank-background: #2bc7ff; --rank-ink: var(--orange); --rank-shadow: var(--yellow); }
.choiceWinner--5 { --rank-background: #ff3c8f; --rank-ink: var(--yellow); --rank-shadow: var(--orange); }
.choiceWinner--4 { --rank-background: var(--orange); --rank-ink: #5b1c8b; --rank-shadow: #2bc7ff; }
.choiceWinner--3 { --rank-background: var(--yellow); --rank-ink: #2bc7ff; --rank-shadow: #ff3c8f; }
.choiceWinner--2 { --rank-background: #2bc7ff; --rank-ink: #ff3c8f; --rank-shadow: var(--yellow); }
.choiceWinner--1 { --rank-background: #ff3c8f; --rank-ink: #2bc7ff; --rank-shadow: #2bc7ff; }

.choiceWinner--10 .choiceWinner__rank {
  background: #2bc7ff;
  box-shadow: 4px 4px 0 var(--orange), 8px 8px 0 #ff3c8f;
  font-size: clamp(38px, 12vw, 58px);
}
.choiceWinner--9 .choiceWinner__rank { font-size: clamp(39.9px, 12.6vw, 60.9px); }
.choiceWinner--8 .choiceWinner__rank { font-size: clamp(42.6px, 13.4vw, 65px); }
.choiceWinner--7 .choiceWinner__rank { font-size: clamp(45.6px, 14.4vw, 69.6px); }
.choiceWinner--6 .choiceWinner__rank { font-size: clamp(49.4px, 15.6vw, 75.4px); }
.choiceWinner--5 .choiceWinner__rank { font-size: clamp(54px, 17vw, 82.4px); }
.choiceWinner--4 .choiceWinner__rank { font-size: clamp(58.9px, 18.6vw, 89.9px); }
.choiceWinner--3 .choiceWinner__rank { font-size: clamp(64.2px, 20.3vw, 98px); }
.choiceWinner--2 .choiceWinner__rank { font-size: clamp(69.9px, 22.1vw, 106.7px); }
.choiceWinner--1 .choiceWinner__rank { font-size: clamp(76px, 24vw, 116px); }

.choiceWinner__count {
  right: -10px;
  bottom: -20px;
  padding: 9px 12px;
  background: var(--rank-shadow);
  color: #000;
  box-shadow: 4px 4px 0 var(--rank-background);
  font-size: clamp(18px, 5.8vw, 27px);
  transform: rotate(1.5deg);
}

.choiceWinners__loading {
  position: relative;
  display: grid;
  width: min(94vw, 740px);
  min-height: min(58vh, 560px);
  margin: 2vh auto 0;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  gap: 15px;
  padding: 10vh 7vw;
  background:
    linear-gradient(118deg, transparent 0 58%, rgba(255,115,0,.92) 58% 72%, transparent 72%),
    repeating-linear-gradient(-13deg, var(--yellow) 0 34px, #ff3c8f 34px 38px, var(--yellow) 38px 72px);
  box-shadow: 8px 8px 0 #ff3c8f;
  isolation: isolate;
  transform: rotate(-.45deg);
}

.choiceWinners__loading::before {
  content: "10  9  8  7  6  5  4  3  2  1";
  position: absolute;
  z-index: -1;
  inset: 8% -35%;
  display: grid;
  align-content: center;
  color: rgba(255,121,0,.24);
  font-size: clamp(58px, 22vw, 150px);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .76;
  white-space: nowrap;
  transform: rotate(-12deg);
  animation: choiceChartNumbers 2.8s linear infinite;
}

.choiceWinners__loading::after {
  content: "★  COUNTING  ★  SORTING  ★  COUNTING  ★  SORTING  ★";
  position: absolute;
  right: -35%;
  bottom: 8%;
  min-width: 150%;
  padding: 8px 0;
  background: var(--orange);
  color: #000;
  font-size: clamp(10px, 3vw, 14px);
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
  animation: choiceLoadingTicker 3.8s linear infinite;
}

.choiceWinners__loading__signal {
  position: relative;
  z-index: 2;
  padding: 10px 13px;
  background: #ff3c8f;
  color: #000;
  box-shadow: 6px 6px 0 var(--yellow);
  font-size: clamp(25px, 9vw, 48px);
  font-weight: 950;
  letter-spacing: .09em;
  line-height: .92;
  transform: rotate(-2.5deg);
  animation: choiceOnAirPulse 1.15s ease-in-out infinite alternate;
}

.choiceWinners__loading__detail {
  position: relative;
  z-index: 2;
  max-width: 88%;
  padding: 8px 11px;
  background: var(--yellow);
  color: #000;
  box-shadow: 5px 5px 0 #75d7ff;
  font-size: clamp(14px, 4.4vw, 21px);
  font-weight: 950;
  letter-spacing: .11em;
  line-height: 1.12;
  text-align: center;
  transform: rotate(1deg);
}

.choiceWinners.is-updating .choiceWinner { animation: choiceWinnerIn .48s ease both; }
.choiceWinners.is-updating .choiceWinner:nth-child(3n + 2) { animation-delay: .04s; }
.choiceWinners.is-updating .choiceWinner:nth-child(3n) { animation-delay: .08s; }

@keyframes choiceWinnerIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.visitorsChoice__gallery {
  display: grid;
  justify-items: center;
  gap: clamp(58px, 17vw, 94px);
  overflow-anchor: none;
  padding: 0 0 calc(72px + env(safe-area-inset-bottom));
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity .76s ease, transform .86s var(--motion-ease);
}

.visitorsChoice__gallery[hidden] { display: none; }
.visitorsChoice__gallery.is-revealed { opacity: 1; transform: translate3d(0, 0, 0); }

.choiceVoteAgain {
  display: grid;
  grid-template-columns: auto 58px;
  min-height: 60px;
  justify-self: center;
  align-items: stretch;
  margin: 20px 0 calc(46px + env(safe-area-inset-bottom));
  padding: 5px;
  background: var(--yellow);
  color: #000;
  box-shadow: 7px 7px 0 var(--orange), 12px 12px 0 #ff3c8f;
  cursor: pointer;
  transform: rotate(-2.8deg);
  transition: transform .24s cubic-bezier(.22,1,.36,1);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.choiceVoteAgain[hidden] { display: none; }

.choiceVoteAgain__label,
.choiceVoteAgain__arrow {
  display: grid;
  min-height: 54px;
  place-items: center;
  font-weight: 950;
  line-height: 1;
}

.choiceVoteAgain__label {
  padding: 0 18px;
  background: var(--orange);
  color: #000;
  font-size: clamp(19px, 6vw, 28px);
  letter-spacing: .085em;
}

.choiceVoteAgain__arrow {
  width: 58px;
  background: var(--orange);
  color: #000;
  font-size: 36px;
}

.choiceVoteAgain:focus-visible { outline: 4px solid #000; outline-offset: 8px; }
.choiceVoteAgain:active { transform: rotate(-2.8deg) scale(.95); }

.choiceDeckLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  place-content: center;
  justify-items: stretch;
  gap: clamp(14px, 4vh, 28px);
  padding: calc(var(--mobile-header-height, 84px) + 34px) var(--page-pad) max(34px, env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(144deg, transparent 0 22%, #000 22% 24%, transparent 24%),
    linear-gradient(-27deg, transparent 0 72%, var(--orange) 72% 78%, transparent 78%),
    linear-gradient(117deg, transparent 0 87%, #a9004d 87% 90%, transparent 90%),
    #f4f2e9;
  color: #000;
  animation: choiceDeckLoadingIn .42s var(--motion-ease) both;
  transition: opacity .56s ease;
}

.choiceDeckLoading::before {
  content: "★  ★  ★  ★  ★";
  position: absolute;
  right: -13vw;
  bottom: 11vh;
  color: var(--yellow);
  font-size: clamp(48px, 17vw, 120px);
  font-weight: 950;
  letter-spacing: .08em;
  line-height: .7;
  opacity: .84;
  white-space: nowrap;
  transform: rotate(-8deg);
}

.choiceDeckLoading::after {
  content: "★  ★  ★  ★  ★  ★  ★  ★";
  position: absolute;
  top: 14vh;
  left: -9vw;
  color: var(--yellow);
  font-size: clamp(38px, 12vw, 88px);
  font-weight: 950;
  letter-spacing: .08em;
  line-height: .7;
  opacity: .84;
  white-space: nowrap;
  transform: rotate(8deg);
}

.choiceDeckLoading.is-leaving {
  opacity: 0;
  pointer-events: none;
}

@keyframes choiceDeckLoadingIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.choiceDeckLoading__title {
  position: relative;
  justify-self: center;
  z-index: 1;
  min-width: 6.8em;
  margin: 0 0 clamp(10px, 2.5vh, 20px);
  padding: 8px 12px 9px;
  background: var(--orange);
  color: var(--yellow);
  box-shadow: 7px 7px 0 var(--chart-ink);
  font-size: clamp(32px, 10vw, 52px);
  font-weight: 950;
  letter-spacing: .13em;
  line-height: 1;
  transform: rotate(1.2deg);
  transition: transform .32s var(--motion-ease), box-shadow .32s ease;
}

.choiceDeckLoading__title.is-configured {
  box-shadow: 7px 7px 0 var(--chart-ink);
  transform: rotate(-3deg);
}

.choiceDeckLoading__text {
  width: min(100%, 680px);
  min-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: rgba(244,242,233,.95);
  border: 0;
  color: var(--chart-ink);
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 4vw, 19px);
  font-weight: 720;
  letter-spacing: .025em;
  line-height: 1.42;
  white-space: pre-line;
  transform: none;
}

.choiceDeckLoading__cursor {
  display: inline-block;
  margin-left: .08em;
  color: var(--orange);
  animation: choiceTypingCursor .82s steps(1, end) infinite;
}

@keyframes choiceTypingCursor {
  50% { opacity: 0; }
}

.choiceDeckLoading__progress {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  height: 5px;
  overflow: hidden;
  background: #ff3c8f;
  box-shadow: 3px 3px 0 #a9004d;
}

.choiceDeckLoading__progressFill {
  display: block;
  width: 0;
  height: 100%;
  background: #75d7ff;
  transition: width .18s linear;
}

@keyframes choiceLoadingTicker {
  from { translate: 0 0; }
  to { translate: -18% 0; }
}

@keyframes choiceOnAirPulse {
  from { transform: rotate(.6deg) scale(.99); }
  to { transform: rotate(-.4deg) scale(1.012); }
}

@keyframes choiceChartNumbers {
  from { translate: 7% 0; }
  to { translate: -7% 0; }
}

body.hitparade-top-open .visitorsChoice { visibility: hidden; }
html.hitparade-top-open { overflow-y: hidden; }
body.hitparade-top-open .header {
  visibility: visible;
}
body.hitparade-top-open .view__toolbar,
body.hitparade-top-open .choiceVotingReturn {
  visibility: hidden;
  pointer-events: none;
}

.choiceVoteAgain--winners {
  position: relative;
  z-index: 2;
  display: grid;
  width: fit-content;
  margin: clamp(128px, 38vw, 170px) auto calc(48px + env(safe-area-inset-bottom));
  visibility: visible;
  opacity: 1;
}

.choiceCard {
  position: relative;
  --choice-tilt: 0deg;
  width: min(94%, 710px);
  margin: 0;
  transform: rotate(var(--choice-tilt));
}

.choiceCard--layout-1 { --choice-tilt: -1.8deg; justify-self: start; width: min(91%, 680px); }
.choiceCard--layout-2 { --choice-tilt: 2deg; justify-self: end; width: min(86%, 650px); }
.choiceCard--layout-3 { --choice-tilt: -.8deg; justify-self: center; width: min(95%, 720px); }
.choiceCard--layout-4 { --choice-tilt: 1.3deg; justify-self: start; width: min(88%, 660px); }

.choiceCard__body { display: grid; }

.choiceCard__stage {
  position: relative;
  background: #fff;
  box-shadow: var(--shadow);
  transition: box-shadow .4s ease, transform .4s ease;
  touch-action: manipulation;
}

.choiceCard__stage > img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.045);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.choiceCard__controls {
  position: absolute;
  right: -5px;
  bottom: -23px;
  display: flex;
  align-items: stretch;
  filter: drop-shadow(0 6px 7px rgba(0,0,0,.24));
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(.94);
  transition:
    opacity .46s ease,
    transform .56s cubic-bezier(.22, 1, .36, 1);
}

.choiceCard.is-vote-ready .choiceCard__controls {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.choiceCard.is-finalized .choiceCard__controls { display: none; }

.choiceCard__voted {
  position: absolute;
  top: 12px;
  right: -6px;
  z-index: 2;
  padding: 6px 9px;
  background: #2bc7ff;
  color: #000;
  box-shadow: 4px 4px 0 #ff3c8f, 7px 7px 0 var(--orange);
  font-size: clamp(9px, 2.8vw, 12px);
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(8px, -4px, 0) rotate(2deg);
  transition: opacity .2s ease, visibility 0s linear .2s, transform .3s cubic-bezier(.22,1,.36,1);
}

.choiceCard.is-chosen .choiceCard__voted {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) rotate(-2deg);
  transition-delay: 0s;
}

.choiceCard__tally {
  display: grid;
  min-width: 72px;
  min-height: 58px;
  align-content: center;
  justify-items: center;
  padding: 4px 8px;
  background: #ff3c8f;
  color: #000;
}

.choiceCard__tallyLabel {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
}

.choiceCard__tallyCount {
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1.05;
}

.choiceCard__star {
  position: relative;
  display: grid;
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  background: var(--yellow);
  color: #000;
  cursor: pointer;
  touch-action: manipulation;
  transition: background .2s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
  -webkit-tap-highlight-color: transparent;
}

.choiceCard__star::before {
  content: "";
  position: absolute;
  inset: -14px;
}

.choiceCard__star > * { pointer-events: none; }

.choiceCard__star:focus-visible { outline: 4px solid var(--orange); outline-offset: 3px; }
.choiceCard__star:active { transform: scale(.9) rotate(-6deg); }
.choiceCard__star:disabled { cursor: default; }

.choiceCard__voteBurst {
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 50%;
  padding: 4px 6px;
  background: #ff3c8f;
  color: #000;
  box-shadow: 3px 3px 0 var(--yellow);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--vote-burst-x, 0px)), 8px, 0) rotate(-4deg) scale(.8);
}

.choiceCard__voteBurst.is-visible { animation: choiceVoteBurst .72s cubic-bezier(.18,.78,.2,1) both; }

@keyframes choiceVoteBurst {
  0% { opacity: 0; transform: translate3d(calc(-50% + var(--vote-burst-x, 0px)), 8px, 0) rotate(-4deg) scale(.8); }
  25% { opacity: 1; transform: translate3d(calc(-50% + var(--vote-burst-x, 0px)), -8px, 0) rotate(3deg) scale(1.12); }
  100% { opacity: 0; transform: translate3d(calc(-50% + var(--vote-burst-x, 0px)), -36px, 0) rotate(7deg) scale(.94); }
}

.choiceStar {
  width: 35px;
  height: 35px;
  overflow: visible;
}

.choiceStar__shape {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
  transition: fill .25s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
  transform-box: fill-box;
  transform-origin: center;
}

.choiceCard.is-chosen .choiceCard__star { background: var(--orange); }
.choiceCard.is-chosen .choiceStar__shape { fill: currentColor; transform: scale(1.06) rotate(6deg); }
.choiceCard.is-maxed .choiceCard__star { background: var(--orange); color: #000; }
.choiceCard.is-finalized .choiceCard__star { background: var(--orange); color: #000; }
.choiceCard.is-committing .choiceStar__shape { animation: choiceStarPop .62s cubic-bezier(.18,.78,.2,1); }

/* HITPARADE: coloured type across voting and chart views. */
body[data-mobile-route="visitors-choice"] .header__name,
body[data-mobile-route="visitors-choice"] .view__toolbar .squareButton,
body[data-mobile-route="visitors-choice"] .view__label,
body[data-mobile-route="visitors-choice"] .choiceSummaryButton__label,
body[data-mobile-route="visitors-choice"] .choiceVotingReturn__label,
body[data-mobile-route="visitors-choice"] .choiceVotingReturn__arrow,
body[data-mobile-route="visitors-choice"] .choiceTopTenCallout__lead,
body[data-mobile-route="visitors-choice"] .choiceTopTenCallout__title,
body[data-mobile-route="visitors-choice"] .choiceWinner__rank,
body[data-mobile-route="visitors-choice"] .choiceWinner__count,
body[data-mobile-route="visitors-choice"] .choiceVoteAgain__label,
body[data-mobile-route="visitors-choice"] .choiceVoteAgain__arrow,
body[data-mobile-route="visitors-choice"] .choiceDeckLoading,
body[data-mobile-route="visitors-choice"] .choiceDeckLoading__text,
body[data-mobile-route="visitors-choice"] .choiceWinners__loading__signal,
body[data-mobile-route="visitors-choice"] .choiceWinners__loading__detail,
body[data-mobile-route="visitors-choice"] .choiceWinners__loading::after,
body[data-mobile-route="visitors-choice"] .choiceCard__voted,
body[data-mobile-route="visitors-choice"] .choiceCard__tally,
body[data-mobile-route="visitors-choice"] .choiceCard__star,
body[data-mobile-route="visitors-choice"] .choiceCard.is-maxed .choiceCard__star,
body[data-mobile-route="visitors-choice"] .choiceCard.is-finalized .choiceCard__star,
body[data-mobile-route="visitors-choice"] .choiceCard__voteBurst {
  color: var(--chart-ink);
}

body[data-mobile-route="visitors-choice"] .choiceSummaryButton__label {
  box-shadow: none;
}

body[data-mobile-route="visitors-choice"] .header *,
body[data-mobile-route="visitors-choice"] .visitorsChoice *,
body[data-mobile-route="visitors-choice"] .choiceWinnersOverlay * {
  color: var(--chart-ink) !important;
}

body[data-mobile-route="visitors-choice"] .choiceVoteAgain--winners {
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--orange), 12px 12px 0 #ff3c8f;
}

body[data-mobile-route="visitors-choice"] .choiceVoteAgain--winners .choiceVoteAgain__label {
  background: #2bc7ff;
  color: #5b1c8b !important;
}

body[data-mobile-route="visitors-choice"] .choiceVoteAgain--winners .choiceVoteAgain__arrow {
  background: #ff3c8f;
  color: var(--yellow) !important;
}

body[data-mobile-route="visitors-choice"] .choiceCard__voted {
  color: var(--yellow) !important;
}

body[data-mobile-route="visitors-choice"] .choiceWinner--10 .choiceWinner__rank {
  background: #2bc7ff;
  color: #ff3c8f !important;
  box-shadow: 4px 4px 0 #ff3c8f, 8px 8px 0 var(--orange);
}

body[data-mobile-route="visitors-choice"] .choiceWinner--9 .choiceWinner__rank {
  background: #ff3c8f;
  color: var(--yellow) !important;
  box-shadow: 4px 4px 0 #75d7ff, 8px 8px 0 var(--yellow);
}

body[data-mobile-route="visitors-choice"] .choiceWinner--2 .choiceWinner__rank {
  background: var(--orange);
  color: #2bc7ff !important;
  box-shadow: 4px 4px 0 #75d7ff, 8px 8px 0 #ff3c8f;
}

body[data-mobile-route="visitors-choice"] .choiceDeckLoading__title {
  color: var(--yellow) !important;
}

body[data-mobile-route="visitors-choice"] .choiceDeckLoading__cursor {
  color: var(--orange) !important;
}

body[data-mobile-route="visitors-choice"] .choiceWinner__rank {
  background: var(--rank-background);
  color: var(--rank-ink) !important;
  box-shadow: 4px 4px 0 var(--rank-shadow);
}

@keyframes choiceStarPop {
  0% { transform: scale(.78) rotate(-12deg); }
  45% { transform: scale(1.28) rotate(14deg); }
  100% { transform: scale(1.06) rotate(6deg); }
}

.bookWorks {
  display: grid;
  max-width: 760px;
  gap: 72px;
  margin: 0 auto;
  padding: 10px 0 var(--subpage-bottom-space);
}

.bookWork {
  position: relative;
  display: grid;
  gap: 18px;
  isolation: isolate;
}

.bookWork__stage {
  position: relative;
  width: min(88%, 620px);
  margin: 0;
  isolation: isolate;
  transform: rotate(-1deg);
}

.bookWork:nth-child(even) .bookWork__stage { justify-self: end; transform: rotate(1deg); }

.bookWork__stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13px -13px -12px 14px;
  background: var(--orange);
  box-shadow: var(--shadow-soft);
  transform: rotate(2deg);
}

.bookWork:nth-child(even) .bookWork__stage::before {
  inset: 12px 14px -13px -13px;
  transform: rotate(-2deg);
}

.bookWork__cover {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .46);
  background: #fff;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .14), 0 1px 3px rgba(0, 0, 0, .12);
}

.bookWork__title,
.bookWork__copy {
  width: fit-content;
  max-width: 94%;
  margin: 0;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.2));
}

.bookWork__title {
  color: var(--yellow);
  font-size: clamp(17px, 4.8vw, 25px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.62;
  transform: rotate(.35deg);
}

.bookWork__title span {
  padding: 4px 3px;
  background: #000;
  box-shadow: 8px 0 0 #000, -8px 0 0 #000;
  white-space: pre-line;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.bookWork__copy {
  color: #000;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: 750;
  letter-spacing: .015em;
  line-height: 1.72;
}

.bookWork__copy span {
  padding: 3px;
  background: var(--yellow);
  box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.bookWork:nth-child(even) .bookWork__title,
.bookWork:nth-child(even) .bookWork__copy { justify-self: end; }

.breitseiteFeature,
.pionierFeature {
  display: grid;
  max-width: 760px;
  gap: 26px;
  margin: 0 auto;
  padding: 8px 0 var(--subpage-bottom-space);
  isolation: isolate;
}

.breitseiteFeature__intro {
  position: relative;
  display: grid;
  min-height: 120px;
  align-content: start;
  justify-items: start;
  gap: 16px;
  padding-top: 12px;
}

.breitseiteFeature__intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 2%;
  width: 46%;
  height: 112px;
  background: var(--orange);
  box-shadow: var(--shadow-soft);
  transform: rotate(4deg);
}

.breitseiteFeature__kicker,
.breitseiteFeature__stamp,
.breitseiteFeature__caption {
  width: fit-content;
  padding: 8px 10px;
  box-shadow: var(--shadow-soft);
  font-size: clamp(10px, 2.9vw, 14px);
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.2;
}

.breitseiteFeature__kicker { justify-self: end; background: #000; color: var(--yellow); transform: rotate(1deg); }

.breitseiteFeature__title {
  max-width: 92%;
  margin: 0;
  color: var(--yellow);
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.22));
  font-size: clamp(27px, 8vw, 48px);
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1.4;
  transform: rotate(-1deg);
}

.breitseiteFeature__title span {
  padding: 5px 4px;
  background: #000;
  box-shadow: 9px 0 0 #000, -9px 0 0 #000;
}

.breitseiteFeature__stage {
  position: relative;
  width: min(91%, 620px);
  justify-self: center;
  margin: 5px 0 24px;
  isolation: isolate;
}

.breitseiteFeature__stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px -12px -15px 13px;
  background: #000;
  box-shadow: var(--shadow);
  transform: rotate(1.8deg);
}

.breitseiteFeature__stage::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 18%;
  width: 38%;
  height: 18px;
  background: var(--yellow);
  box-shadow: var(--shadow-soft);
  transform: rotate(-3deg);
}

.breitseiteFeature__cover {
  width: 100%;
  height: auto;
  border: 3px solid #000;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-.65deg);
}

.breitseiteFeature__caption {
  position: absolute;
  right: -9px;
  bottom: -17px;
  max-width: 90%;
  background: #000;
  color: var(--yellow);
  transform: rotate(1deg);
}

.breitseiteFeature__copy {
  width: fit-content;
  max-width: 94%;
  margin: 0;
  color: #000;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.2));
  font-size: clamp(16px, 4.5vw, 22px);
  font-weight: 800;
  line-height: 1.7;
}

.breitseiteFeature__copy span {
  padding: 4px 3px;
  background: var(--yellow);
  box-shadow: 8px 0 0 var(--yellow), -8px 0 0 var(--yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.pionierFeature__intro {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 13px 0 7px;
}

.pionierFeature__intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -4px;
  width: 54%;
  height: 104%;
  background: var(--orange);
  box-shadow: var(--shadow-soft);
  transform: rotate(-4deg);
}

.pionierFeature__kicker {
  justify-self: end;
  padding: 8px 10px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  font-size: clamp(10px, 2.9vw, 14px);
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.1;
  transform: rotate(1deg);
}

.pionierFeature__title {
  display: grid;
  justify-items: start;
  gap: 5px;
  margin: 0;
  font-size: clamp(28px, 8.6vw, 52px);
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
}

.pionierFeature__title span { padding: 7px 10px; box-shadow: var(--shadow); }
.pionierFeature__title span:first-child { background: #000; color: var(--yellow); transform: rotate(-1deg); }
.pionierFeature__title span:last-child { margin-left: 17%; background: var(--yellow); color: #000; transform: rotate(1deg); }

.pionierFeature__stage {
  position: relative;
  width: min(94%, 650px);
  justify-self: center;
  margin: 5px 0 18px;
  isolation: isolate;
}

.pionierFeature__stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13px -12px -13px 12px;
  background: var(--orange);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.pionierFeature__cover {
  width: 100%;
  height: auto;
  border: 4px solid #000;
  background: #000;
  box-shadow: var(--shadow);
  transform: rotate(-.55deg);
}

.pionierFeature__caption {
  position: absolute;
  bottom: -17px;
  left: -8px;
  max-width: 88%;
  padding: 8px 10px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  font-size: clamp(10px, 2.9vw, 14px);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  transform: rotate(-1deg);
}

.pionierFeature__copy {
  width: fit-content;
  max-width: 94%;
  margin: 0;
  color: #000;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.2));
  font-size: clamp(16px, 4.45vw, 22px);
  font-weight: 800;
  line-height: 1.7;
}

.pionierFeature__copy span {
  padding: 4px 3px;
  background: var(--yellow);
  box-shadow: 8px 0 0 var(--yellow), -8px 0 0 var(--yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.pionierFeature__listen {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 20px 14px 16px;
  background: #000;
  box-shadow: var(--shadow);
}

.pionierFeature__listen::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 8%;
  width: 46%;
  height: 17px;
  background: var(--orange);
  transform: rotate(2deg);
}

.pionierFeature__listenLabel {
  width: fit-content;
  padding: 8px 10px;
  background: var(--yellow);
  color: #000;
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
}

.pionierFeature__player {
  display: block;
  width: 100%;
  height: 82px;
  border: 3px solid var(--yellow);
  background: #000;
  filter: grayscale(1) contrast(1.15);
  opacity: .42;
}

.pionierFeature__playerFrame {
  position: relative;
  min-height: 112px;
  isolation: isolate;
}

.pionierFeature__playerNotice {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 4%;
  display: grid;
  width: min(92%, 540px);
  min-height: 100px;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 11px 13px 12px;
  border: 3px solid var(--yellow);
  background: var(--orange);
  box-shadow: var(--shadow);
  color: #000;
  transform: rotate(-1deg);
}

.pionierFeature__playerNotice::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 8%;
  width: 34%;
  height: 14px;
  background: #000;
  transform: rotate(2deg);
}

.pionierFeature__playerNoticeKicker,
.pionierFeature__playerNoticeCopy {
  width: fit-content;
  padding: 4px 6px;
  font-size: clamp(8px, 2.35vw, 11px);
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.05;
}

.pionierFeature__playerNoticeKicker { background: #000; color: var(--yellow); }

.pionierFeature__playerNoticeTitle {
  font-size: clamp(31px, 9.3vw, 50px);
  font-weight: 950;
  letter-spacing: .035em;
  line-height: .86;
}

.pionierFeature__playerNoticeCopy { background: var(--yellow); color: #000; }

@media (max-width: 330px) {
  .pionierFeature__playerNotice { left: 2%; width: 96%; padding-inline: 9px; }
}

.pionierFeature__listen .actionLink {
  justify-self: end;
  background: var(--orange);
  color: #000;
}

.exhibitionsFeature {
  display: grid;
  max-width: 760px;
  gap: 48px;
  margin: 0 auto;
  padding: 8px 0 var(--subpage-bottom-space);
}

.exhibitionsIntro {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding-bottom: 24px;
}

.exhibitionsIntro__title {
  margin: 0;
  font-size: clamp(27px, 7.5vw, 46px);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.04;
  text-transform: uppercase;
}

.exhibitionsIntro__title span { display: block; }
.exhibitionsIntro__title span:last-child { color: #353535; white-space: nowrap; }

.exhibitionList { display: grid; gap: 52px; }

.yearGroup {
  position: relative;
  display: grid;
  border-top: 3px solid #000;
}

.yearGroup__header {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0 10px;
}

.yearLabel {
  position: relative;
  width: fit-content;
  margin: 0;
  color: #000;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1;
}

.yearLabel::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--orange);
}

.exhibition {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 18px 4px 21px 0;
  border-top: 1px solid rgba(0, 0, 0, .24);
}

.exhibition--link {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.exhibition--link:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.exhibition--link:focus-visible .exhibition__title { color: #b84f00; }

.exhibition__title,
.exhibition__detail { display: grid; gap: 4px; }

.exhibition__line {
  min-width: 0;
  line-height: inherit;
}

.exhibition__title span,
.exhibition__detail span {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.exhibition__title {
  color: #000;
  font-size: clamp(13px, 3.75vw, 18px);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.18;
}

.exhibition__title span {
  padding: 5px 7px;
  background: #000;
  color: var(--yellow);
}

.exhibition__detail {
  color: #4b4b4b;
  font-size: clamp(13px, 3.55vw, 17px);
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.34;
}

.exhibition__line--location { margin: 1px 0; }

.exhibition__detail .is-location {
  padding: 4px 6px;
  background: var(--yellow);
  color: #000;
  font-size: clamp(13px, 3.75vw, 18px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
}

.exhibition__detail .is-context { color: #555; }

.exhibition__detail .is-solo {
  padding: 4px 6px;
  background: var(--orange);
  color: #000;
  font-size: .72em;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
}

@media (max-width: 300px) {
  .exhibitionsIntro__title { font-size: 25px; }
}

.differentViews {
  display: grid;
  max-width: 900px;
  gap: 54px;
  margin: 0 auto;
  padding: 7px 0 var(--subpage-bottom-space);
}

.differentViews__figure {
  display: grid;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}

.differentViews__stage {
  border: 1px solid rgba(0, 0, 0, .42);
  background: #fff;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .14), 0 1px 3px rgba(0, 0, 0, .12);
}

.differentViews__image {
  display: block;
  width: 100%;
  height: auto;
  background: #e8e8e4;
}

.differentViews__caption {
  display: grid;
  justify-items: start;
  gap: 5px;
  margin: 0;
  padding: 13px 4px 0 10px;
  border-left: 4px solid var(--orange);
  color: #000;
  text-transform: uppercase;
}

.differentViews__captionTitle {
  padding: 5px 7px;
  background: #000;
  color: var(--yellow);
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
  white-space: pre-line;
}

.differentViews__captionLocation {
  padding: 4px 6px;
  background: var(--yellow);
  color: #000;
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.18;
}

.movieFeature {
  position: relative;
  display: grid;
  gap: 20px;
  min-height: calc(var(--mobile-viewport-height, 100dvh) - 230px);
  padding: 12px 0 var(--subpage-bottom-space);
  isolation: isolate;
}

.movieFeature::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: calc(-1 * var(--page-pad));
  width: min(48vw, 220px);
  height: 178px;
  background: var(--orange);
  box-shadow: var(--shadow);
  transform: rotate(5deg);
}

.movieFeature__intro {
  display: grid;
  gap: 15px;
  align-items: start;
}

.movieFeature__title {
  max-width: 94%;
  margin: 0;
  font-size: clamp(27px, 8.4vw, 48px);
  letter-spacing: .065em;
  line-height: 1.35;
  transform: rotate(-1.2deg);
}

.movieFeature__meta {
  justify-self: end;
  max-width: 92%;
  font-size: clamp(12px, 3.55vw, 17px);
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.65;
  transform: rotate(.7deg);
}

.movieFeature__screen {
  position: relative;
  width: 100vw;
  margin: 10px 0 22px calc(-1 * var(--page-pad));
  padding: 8px var(--page-pad);
  transform: rotate(-.65deg);
}

.movieFeature__screen::before {
  content: "";
  position: absolute;
  inset: -8px 8px 7px -8px;
  background: var(--orange);
  box-shadow: var(--shadow);
  transform: rotate(1.7deg);
}

.videoFrame {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 4px solid #000;
  background: #000;
  box-shadow: 0 18px 30px rgba(0, 0, 0, .42), 0 3px 7px rgba(0, 0, 0, .28);
}

.movieFeature__preview {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: var(--page-pad);
  bottom: 8px;
  left: var(--page-pad);
  overflow: hidden;
  padding: 0;
  border: 4px solid #000;
  background: #000;
  box-shadow: 0 18px 30px rgba(0, 0, 0, .42), 0 3px 7px rgba(0, 0, 0, .28);
  color: var(--yellow);
  cursor: pointer;
  transition: opacity .24s ease, visibility 0s linear .24s;
}

.movieFeature__preview::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 28%, transparent 72%, rgba(0, 0, 0, .5)),
    linear-gradient(105deg, rgba(255, 121, 0, .15), transparent 48%, rgba(255, 255, 0, .12));
  pointer-events: none;
}

.movieFeature__preview.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.movieFeature__previewBackdrop,
.movieFeature__previewImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.movieFeature__previewBackdrop {
  z-index: 0;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(.7) contrast(1.12) brightness(.46);
  transform: scale(1.06);
}

.movieFeature__previewImage {
  z-index: 2;
  padding: 5px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, .72));
}

.movieFeature__previewKicker,
.movieFeature__previewTitle,
.movieFeature__previewPlay {
  position: absolute;
  z-index: 3;
}

.movieFeature__previewKicker {
  top: 11px;
  left: 10px;
  padding: 6px 8px;
  background: #000;
  font-size: clamp(9px, 2.7vw, 12px);
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  transform: rotate(-1deg);
}

.movieFeature__previewTitle {
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 9px;
  background: #000;
  font-size: clamp(18px, 6.2vw, 34px);
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-align: right;
  transform: rotate(.7deg);
}

.movieFeature__previewPlay {
  top: 50%;
  left: 56%;
  width: clamp(54px, 17vw, 78px);
  aspect-ratio: 1;
  background: var(--yellow);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .9);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.movieFeature__previewPlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #000;
  transform: translate(-50%, -50%);
}

.movieFeature__preview:active .movieFeature__previewPlay {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .9);
  transform: translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(-3deg);
}

.quoteGrid { display: grid; gap: 9px; margin-top: 18px; }
.quote { margin: 0; padding: 4px 7px; background: transparent; color: #000; filter: drop-shadow(0 8px 10px rgba(0,0,0,.22)); font-size: 14px; line-height: var(--text-band-line-height); }
.quote span { padding: 3px 2px; background: var(--yellow); box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow); }

.movieFeature__quotes {
  gap: 16px;
  margin-top: 0;
}

.movieFeature__quotes .quote {
  width: 92%;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 800;
  transform: rotate(-.6deg);
}

.movieFeature__quotes .quote:nth-child(even) {
  justify-self: end;
  transform: rotate(.7deg);
}

.movieFeature__quotes .quote:nth-child(3n) { width: 84%; }

.diaryIntro {
  position: relative;
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: calc(var(--mobile-viewport-height, 100dvh) - 230px);
  padding: 14px 0 var(--subpage-bottom-space);
}

.diaryIntro__lead {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 3px solid var(--orange);
  color: #000;
  font-size: clamp(14px, 3.7vw, 17px);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.28;
  text-wrap: balance;
}

.diaryIntro__lead span {
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
  white-space: normal;
}

.diaryIntro__copy {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px 18px 24px;
  border-left: 6px solid var(--orange);
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 18px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.08);
}

.diaryIntro__copy::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 44px;
  height: 8px;
  background: var(--orange);
}

.diaryIntro__paragraph {
  margin: 0;
  font-size: clamp(15px, 4.1vw, 19px);
  font-weight: 700;
  letter-spacing: .004em;
  line-height: 1.52;
}

.diaryIntro__actions {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.diaryIntro__actions .actionLink {
  max-width: 100%;
  padding: 0 0 0 13px;
}

.diaryIntro__actions .actionLink::after {
  content: "→";
  display: grid;
  align-self: stretch;
  width: 44px;
  min-height: 44px;
  place-items: center;
  margin-left: 13px;
  background: var(--yellow);
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.diaryIntro__actions .actionLink:nth-child(2) {
  margin-left: clamp(18px, 7vw, 46px);
}

.view__content[data-route="diaries-intro"],
.view__content[data-route="diary-fragments"],
.view__content[data-route="diary-random"] {
  position: relative;
  isolation: isolate;
  min-height: calc(var(--mobile-viewport-height, 100dvh) - 230px);
}

body[data-mobile-route="diaries-intro"] .view,
body[data-mobile-route="diary-fragments"] .view,
body[data-mobile-route="diary-random"] .view {
  --diary-paper-wash: rgba(255,255,255,.91);
  background-color: #fff;
  background-image:
    linear-gradient(var(--diary-paper-wash), var(--diary-paper-wash)),
    image-set(
      url("../images/derived/TB-600.jpg") 1x,
      url("../images/derived/TB-900.jpg") 2x
    );
  background-position: center, center top;
  background-size: 100% 100%, 100% auto;
  background-repeat: no-repeat, repeat-y;
}

body[data-mobile-route="diary-fragments"] .view { --diary-paper-wash: rgba(255,255,255,.88); }
body[data-mobile-route="diary-random"] .view {
  --diary-paper-wash: rgba(255,255,255,.93);
  min-height: var(--mobile-viewport-height, 100dvh);
}

body[data-mobile-route="diary-random"] #backButton {
  color: transparent;
}

body[data-mobile-route="diary-random"] .footer { display: none; }
.view__content[data-route="diary-random"] {
  position: relative;
  min-height: 0;
}

.diaryEntries { display: grid; gap: 72px; padding: 24px 0 calc(var(--subpage-bottom-space) + 8px); }
.diaryEntries__finalImage { width: 100%; height: auto; }
.diaryEntry {
  display: grid;
  min-width: 0;
  max-width: 100%;
  gap: 12px;
  contain: layout style;
}
.diaryEntries .diaryEntry:nth-child(5n + 1) .diaryEntry__text { margin-right: 6vw; }
.diaryEntries .diaryEntry:nth-child(5n + 2) .diaryEntry__date,
.diaryEntries .diaryEntry:nth-child(5n + 2) .diaryEntry__text { margin-left: 5vw; }
.diaryEntries .diaryEntry:nth-child(5n + 3) .diaryEntry__date { margin-left: 2vw; }
.diaryEntries .diaryEntry:nth-child(5n + 3) .diaryEntry__text { margin-right: 3vw; margin-left: 2vw; }
.diaryEntries .diaryEntry:nth-child(5n + 4) .diaryEntry__date,
.diaryEntries .diaryEntry:nth-child(5n + 4) .diaryEntry__text { margin-left: 7vw; }
.diaryEntries .diaryEntry:nth-child(5n) .diaryEntry__text { margin-right: 4vw; }
.diaryEntry__date {
  width: fit-content;
  padding: 7px 14px;
  background: #000;
  color: var(--yellow);
  box-shadow: 3px 3px 0 var(--orange), var(--shadow-soft);
  letter-spacing: .15em;
  transform: translateX(-7px);
}
.diaryEntry__text {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  white-space: pre-line;
  font-size: clamp(19px, 5.3vw, 28px);
  font-weight: 750;
  line-height: var(--text-band-line-height);
}
.diaryEntry__text span {
  background: var(--yellow);
  box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.diaryEntries .diaryEntry__text { line-height: 1.58; }

.randomDiary {
  position: relative;
  display: grid;
  height: max(240px, calc(var(--mobile-viewport-height, 100dvh) - var(--mobile-header-height, 138px) - 104px));
  min-height: 0;
  overflow: hidden;
  padding: 8px 0;
  place-items: center;
  touch-action: none;
}
.randomDiary .diaryEntry {
  width: fit-content;
  max-width: calc(100% - 14px);
  justify-items: start;
  opacity: 0;
}
.randomDiary.is-entry-ready .diaryEntry {
  animation: randomDiaryEntryFadeIn .5s ease-out both;
}
.randomDiary .diaryEntry__date {
  justify-self: end;
  margin: 0;
  padding: 5px 10px;
  font-size: clamp(12px, 3.4vw, 14px);
  letter-spacing: .12em;
  transform: translateX(7px);
}
.randomDiary .diaryEntry__text {
  display: grid;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  justify-items: start;
  gap: .34em;
  font-size: clamp(21px, 5.8vw, 30px);
  line-height: 1.52;
  text-align: left;
  white-space: normal;
}
.randomDiary .diaryEntry--md .diaryEntry__text { font-size: clamp(22px, 6.2vw, 32px); }
.randomDiary .diaryEntry--lg .diaryEntry__text { font-size: clamp(26px, 7.4vw, 38px); }
.randomDiary .diaryEntry--xl .diaryEntry__text { font-size: clamp(31px, 9.3vw, 46px); }
.randomDiary .diaryEntry__paragraph {
  max-width: 100%;
  background: none;
  box-shadow: none;
}
.randomDiary .diaryEntry__paragraphText {
  padding: .08em .06em;
  box-shadow: 10px 0 0 var(--yellow), -10px 0 0 var(--yellow);
  white-space: pre-line;
}
@keyframes randomDiaryEntryFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.selbstauskunftFeature {
  position: relative;
  display: grid;
  gap: 30px;
  min-height: calc(var(--mobile-viewport-height, 100dvh) - 230px);
  padding: 8px 0 var(--subpage-bottom-space);
  isolation: isolate;
}

.selbstauskunftFeature__intro {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: start;
  justify-items: start;
  padding-top: 20px;
}

.selbstauskunftFeature__intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  right: -8px;
  width: min(48vw, 210px);
  height: 172px;
  background: var(--orange);
  box-shadow: var(--shadow);
  transform: rotate(5deg);
}

.selbstauskunftFeature__kicker {
  position: relative;
  z-index: 2;
  justify-self: end;
  margin-right: 8px;
  padding: 8px 11px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  font-size: clamp(10px, 2.9vw, 14px);
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.15;
  transform: rotate(1.5deg);
}

.selbstauskunftFeature__title {
  position: relative;
  z-index: 2;
  max-width: 92%;
  margin: 20px 0 0;
  color: var(--yellow);
  filter: drop-shadow(0 9px 11px rgba(0,0,0,.24));
  font-size: clamp(24px, 7.7vw, 46px);
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.45;
  transform: rotate(-1.3deg);
}

.selbstauskunftFeature__title span {
  padding: 5px 3px;
  background: #000;
  box-shadow: 9px 0 0 #000, -9px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.selbstauskunftFeature__year {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: -9px;
  color: #000;
  font-size: clamp(64px, 22vw, 118px);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .8;
  text-decoration: none;
  transform: rotate(2.2deg);
}

.selbstauskunftFacts {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.selbstauskunftFact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  width: 96%;
  align-items: start;
  gap: 8px;
  margin: 0;
  color: #000;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.18));
  font-size: clamp(13px, 3.8vw, 18px);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.72;
  transform: rotate(-.35deg);
}

.selbstauskunftFact::before {
  content: "";
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 5px 3px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
}

.selbstauskunftFact span {
  min-width: 0;
  padding: 4px 3px;
  background: var(--yellow);
  box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow);
  overflow-wrap: anywhere;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.selbstauskunftFact:nth-child(even) {
  justify-self: end;
  transform: rotate(.45deg);
}

.selbstauskunftFact:nth-child(4) span,
.selbstauskunftFact:nth-child(7) span {
  background: #000;
  color: var(--yellow);
  box-shadow: 7px 0 0 #000, -7px 0 0 #000;
}

.selbstauskunftFact:nth-child(4)::before,
.selbstauskunftFact:nth-child(7)::before {
  background: var(--orange);
  color: #000;
}

.selbstauskunftFinale {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 15px;
  margin: 10px calc(-1 * var(--page-pad)) 0;
  padding: 31px var(--page-pad) 35px;
  background: var(--orange);
  box-shadow: var(--shadow);
}

.selbstauskunftFinale::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 10%;
  width: 42%;
  height: 17px;
  background: #000;
  transform: rotate(2deg);
}

.selbstauskunftFinale__setup,
.selbstauskunftFinale__quote,
.selbstauskunftFinale__signature {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.2));
  font-weight: 850;
  letter-spacing: .025em;
  line-height: 1.68;
}

.selbstauskunftFinale__setup {
  color: var(--yellow);
  font-size: clamp(12px, 3.5vw, 16px);
}

.selbstauskunftFinale__quote {
  color: #000;
  font-size: clamp(20px, 5.8vw, 31px);
  font-style: normal;
  letter-spacing: .01em;
  line-height: 1.58;
  transform: rotate(.7deg);
}

.selbstauskunftFinale__signature {
  justify-self: end;
  color: var(--yellow);
  font-size: clamp(12px, 3.4vw, 16px);
  letter-spacing: .1em;
  white-space: nowrap;
}

.selbstauskunftFinale__setup span,
.selbstauskunftFinale__signature span {
  padding: 4px 3px;
  background: #000;
  box-shadow: 7px 0 0 #000, -7px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.selbstauskunftFinale__quote span {
  padding: 4px 3px;
  background: var(--yellow);
  box-shadow: 8px 0 0 var(--yellow), -8px 0 0 var(--yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body[data-mobile-route="movie-rescue"] .movieFeature__title { font-size: clamp(25px, 7.4vw, 42px); }

.rights {
  display: grid;
  max-width: 760px;
  gap: 26px;
  margin: 0 auto;
  padding: 8px 0 var(--subpage-bottom-space);
  color: #171717;
}

.rights__header {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 2px solid #000;
}

.rights__header::before {
  content: "";
  width: 64px;
  height: 6px;
  background: var(--orange);
  transform: rotate(-1.5deg);
}

.rights__kicker {
  color: #5a5a5a;
  font-size: clamp(10px, 2.8vw, 13px);
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
}

.rights__title {
  width: fit-content;
  margin: 0;
  padding: 6px 8px;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  font-size: clamp(28px, 7.8vw, 46px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  transform: rotate(-.55deg);
}

.rights__list { display: grid; gap: 3px; }

.rights__item {
  display: grid;
  gap: 8px;
  padding: 18px 0 20px;
}

.rights__item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .24) 82%, var(--orange) 82%, var(--orange) 94%, var(--yellow) 94%, var(--yellow) 100%);
}

.rights__item:first-child { padding-top: 0; }

.rights__itemTitle {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #1b1b1b;
  font-size: clamp(10px, 2.8vw, 13px);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
}

.rights__itemTitle::before {
  content: "";
  width: 18px;
  height: 4px;
  flex: 0 0 auto;
  background: var(--yellow);
  box-shadow: 6px 0 0 var(--orange);
  transform: rotate(-2deg);
}

.rights__copy {
  max-width: 38ch;
  margin: 0;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: 650;
  letter-spacing: .005em;
  line-height: 1.55;
  text-wrap: pretty;
}

.rights__line {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.rights__name {
  font-weight: 800;
  white-space: nowrap;
}

.rights__footer {
  display: grid;
  justify-items: start;
  gap: 20px;
  padding-top: 4px;
}

.rights .actionLink,
.rights .actionLink:visited {
  border: 2px solid #000;
  background: #000;
  color: var(--yellow);
  box-shadow: var(--shadow-soft);
  transform: rotate(-.4deg);
}

.rights .actionLink:hover,
.rights .actionLink:focus-visible,
.rights .actionLink:active { color: var(--orange); }

.rights__designLink {
  color: #5a5a5a;
  font-size: clamp(10px, 2.7vw, 12px);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
  text-decoration: none;
}

@media (min-width: 700px) {
  :root { --page-pad: clamp(28px, 5vw, 68px); }
  .home__collage { gap: 48px; }
  .view__content { max-width: 1050px; margin: 0 auto; }
  .menuDrawer__top { max-width: 1050px; margin: 0 auto 8px; }
  .navigation { max-width: 1050px; margin: 0 auto; }
  .diaryEntry__text { font-size: clamp(24px, 3.4vw, 34px); }
  .selbstauskunftFeature__intro { min-height: 250px; }
  .selbstauskunftFinale { width: 100%; margin-right: auto; margin-left: auto; }
  body[data-mobile-route="on-view"] .view,
  body[data-mobile-route="halle"] .view,
  body[data-mobile-route="cordova"] .view,
  body[data-mobile-route="different-ones"] .view {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (orientation: landscape) {
  .portraitLock {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    overflow: hidden;
    place-items: center;
    padding: max(16px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    background: var(--yellow);
    isolation: isolate;
  }

  .portraitLock::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -34%;
    right: -5%;
    width: 48%;
    height: 168%;
    background: var(--orange);
    box-shadow: var(--shadow);
    transform: rotate(9deg);
  }

  .portraitLock::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -4%;
    bottom: 8%;
    width: 36%;
    height: 22px;
    background: #000;
    transform: rotate(-4deg);
  }

  .portraitLock__card { z-index: 2; }
}

@media (orientation: landscape) and (max-height: 340px) {
  .portraitLock__card { gap: 16px; padding: 13px 18px; }
  .portraitLock__device { width: 104px; border-width: 8px; }
  .portraitLock__device::before { font-size: 44px; }
  .portraitLock__copy { gap: 6px; }
  .portraitLock__note { padding: 6px 8px; font-size: 9px; }
  .portraitLock__title { gap: 3px; font-size: clamp(24px, 5.5vw, 38px); }
  .portraitLock__title span { padding: 5px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
