/* Content 06 retains four independently moving header panels. */
.content-gallery-other .content-tile-plain > .content-tile-reveal { overflow: visible; }
.content-gallery-other .other-stuff-intro-crop {
  position: absolute; inset: 0; display: block; overflow: hidden;
}
/* Only the grey extends across each join. Text retains its exact quarter crop. */
.content-gallery-other .content-tile-plain:nth-child(-n+3) > .content-tile-reveal::before {
  content: ""; position: absolute; top: 0; bottom: 0; right: -1px; width: 2px;
  background: rgb(58.799744%, 63.899231%, 61.199951%); pointer-events: none;
}
.content-gallery-other .other-stuff-intro-art { width: 400%; max-width: none; }
.content-gallery-other .content-tile:nth-child(17) { --entry-delay: 1.08s; --entry-duration: .80s; }
.content-gallery-other .content-tile:nth-child(18) { --entry-delay: 1.22s; --entry-duration: .83s; }
.content-gallery-other .content-tile:nth-child(19) { --entry-delay: 1.15s; --entry-duration: .78s; }
.content-gallery-other .content-tile:nth-child(20) { --entry-delay: 1.32s; --entry-duration: .81s; }
.other-stuff-accessible-copy {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

#other-stuff-host {
  position: fixed; inset: 0; z-index: 20000;
  overflow: hidden; background: #fff; color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
#other-stuff-host[hidden], #other-stuff-host [hidden] { display: none !important; }
.other-stuff-view {
  position: absolute; inset: 0; display: block; border: 0;
  width: 100%; height: 100%; background: #fff;
}
.other-stuff-loading {
  position: absolute; inset: 0; z-index: 1; background: #fff;
  display: grid; place-content: center;
  gap: 16px; padding: 80px 24px; text-align: center;
}
.other-stuff-loading p { margin: 0; font-size: 15px; line-height: 1.5; }
.other-stuff-host-close {
  position: absolute; z-index: 1;
  top: max(16px, env(safe-area-inset-top, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
  width: 48px; height: 48px; border: 0; padding: 0;
  background: transparent; color: #000; cursor: pointer;
}
.other-stuff-host-close svg { display: block; width: 100%; height: 100%; }
.other-stuff-host-close:hover, .other-stuff-host-close:focus-visible { color: #ff00a8; }
.other-stuff-host-close:active { color: #f00; }
.other-stuff-host-close:focus-visible { outline: 2px solid #ff00a8; outline-offset: 3px; border-radius: 50%; }
.other-stuff-retry {
  justify-self: center; border: 1px solid #999; border-radius: 18px;
  padding: 8px 18px; background: #fff; color: #000; font: inherit; cursor: pointer;
}
