@font-face {
  font-family: 'Oracle Triple';
  src: url('../fonts/ABCOracleTriple-RegularItalic.woff2') format('woff2'),
      url('../fonts/ABCOracleTriple-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oracle Triple';
  src: url('../fonts/ABCOracleTriple-Regular.woff2') format('woff2'),
      url('../fonts/ABCOracleTriple-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Oracle Triple', monospace;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
}
@media (min-width: 900px) and (pointer: fine) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .mob-only {
    display: none !important;
  }
}
.body-classes {
  display: none;
}
img {
  max-width: 100%;
}
video {
  max-width: 100%;
}
li {
  list-style-type: none;
}
/* main layout */
.content {
  min-height: 100dvh;
  background-image: linear-gradient(to right top, #0e0b18, #0c0b17, #0a0a15, #080a13, #070911, #0b0a11, #0e0c12, #110d12, #171013, #1c1313, #1f1613, #201a13);
  background-image: linear-gradient(to right top, #11101b, #121019, #131018, #141016, #141015, #161115, #181316, #191416, #1d1617, #211816, #241a15, #251d14);
  transition: filter .5s linear, -webkit-filter .5s linear;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 100;
}
.header nav {
  cursor: pointer;
}
.header a {
  text-decoration: none;
}
.header h1,
.header h2 {
  padding: 0 10px;
  z-index: 100;
  position: relative;
  cursor: default;
}
nav > ul {
  position: relative;
}
nav > ul > li {
  z-index: 100;
  padding: 0 10px;
  position: relative;
  color: white;
}
.close-menu {
  text-align: right;
  cursor: pointer;
}
.header h1,
.header h2,
nav > ul > li {
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(15px);
  line-height: 22px;
}
.header a {
  color: inherit;
  display: block;
}
.header span {
  color: #FFFFFF;
  /* opacity: 0.8; */
  /* transition: color .2s linear; */
  user-select: none;
}
.header h1,
.header h2 {
  color: #FFFFFF;
  height: 22px;
  transition: height .5s linear;
}
nav > ul > li {
  display: block;
  height: 22px;
  overflow: hidden;
  transition: height .5s linear, background-color .3s, color .2s;
}
.showWorks {
  overflow: hidden;
}
body.showMenu .menu-works li.active-filter span {
  color: #aaa;
}
.menu-works li span {
  transition: color .3s linear;
}
.showWorks .header h2 {
  height: 0px;
}
.showMenu .header h2 {
  height: 0px;
}
@media (max-width: 899px), (pointer: coarse) {
  .header h1,
  .header h2,
  .header span,
  .header a,
  .footer a,
  nav > ul > li {
    /* color: #333; */
    /* text-shadow: rgba(255,255,255,0.3) 0 0 20px; */
  }
  .header h1 {
    cursor: pointer;
  }
  li.has-submenu {
    display: contents;
  }
  li.has-submenu span {
    padding: 0 10px;
  }
  li.has-submenu > span,
  li.has-submenu li {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(15px);
    line-height: 22px;
    height: 0;
    overflow: hidden;
    z-index: 100;
    position: relative;
    transition: height .5s linear, padding-left .5s linear;
  }
  .showMenu li.has-submenu span,
  .showMenu li.has-submenu li {
    height: 22px;
  }
  body:not(.showMenu) li.current {
    height: 22px;
  }
  body:not(.showMenu) li li.current {
    padding-left: 0;
  }

  li.has-submenu li {
    padding-left: 30px;
  }
  .showWorks:not(.showMenu) .header h1 {
    height: 0px;
  }
  .showWorks:not(.showMenu) li li:not(.active-filter, .mode-switch) {
    height: 0px;
  }

  .showWorks li li.mode-switch {
    display: block;
    width: auto;
    position: absolute;
    top: 22px;
    right: -10px;
    height: 22px;
  }
  .showWorks li li.mode-switch span {
    color: white;
  }
  
  .showWorks:not(.showMenu) li li.active-filter {
    padding-left: 0px;
  }
  .showWorks .menu-works span,
  .showWorks .menu-works .active-filter {
    height: 22px;
  }
}

@media (min-width: 900px) and (pointer: fine) {
  .header li li:hover span,
  .header li li.active-filter span {
    color: black;
  }
  nav li ul {
    display: none;
  }
  nav ul ul li {
    padding: 0 10px;
    margin-right: 18px;
  }
  nav > ul > li:hover,
  .showWorks nav > ul > li {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    /* -webkit-backdrop-filter: blur(15px); */
  }
  .showWorks nav > ul > li {
    mix-blend-mode: difference;
  }

  .showWorks .header h1 {
    height: 0px;
  }
  nav > ul > li:hover span,
  .showWorks nav > ul > li span {
    color: #505050;
  }
  nav > ul > li:hover ul,
  .showWorks nav > ul > li ul {
    /* background: rgb(27,27,27); */
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 0.8; */
  }
  nav > ul > li.has-submenu:hover > span,
  .showWorks nav > ul > li.has-submenu > span {
    display: none;
  }
  body:not(.showMenu) .current-parent {
    height: 22px;
  }
  body:not(.showMenu) .current-parent > span {
    display: none;
  }
  body:not(.showMenu) .current-parent > ul {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body:not(.showMenu) .current-parent > ul li:not(.current) {
    display: none;
  }
}


body:not(.showMenu, .showWorks, .showInfo) nav > ul > li {
  height: 0;
}
body nav > ul > li.current {
  height: 22px;
}
body:not(.showWorks) .header .works-list {
  display: none;
}
.menu-works li {
  cursor: pointer;
}
.showWorks .content {
  filter: blur(20px)
}
.showWorks:not(.showMenu) .header nav > ul > li:not(.menu-works) {
  display: none;
}
.showWorks .works-list-wrapper {
  height: 100dvh;
  width: 100vw;
  position: absolute;
  overflow: auto;
  top: 0;
  padding-top: 44px;
  z-index: 1;
}
.works-list {
  position: relative;
  z-index: inherit;
  min-height: calc(100dvh - 44px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 22px;
}
.works-list ul {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .works-list span { */
.works-list span {
  color: white;
}
@media (max-width: 899px), (pointer: coarse) {
  .mode-img .works-list ul {
    gap: 24px;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .showWorks .works-list-wrapper {
    padding-top: 22px;
  }
  .works-list {
    min-height: calc(100vh - 22px);
  }
  .works-list ul {
    font-size: 37px;
    line-height: 35px;
    letter-spacing: -2px;
  }
  .showWorks.showMenu nav li:not(.menu-works) {
    height: 0;
  }
}
.works-list li {
  position: relative;
  transition: filter .2s linear;
}
.mode-switch {
  margin-left: auto;
  margin-right: 10px;
}
.mode-switch span {
  padding: 0 10px;
  position: relative;
  user-select: none;
}
.mode-switch:before {
  display: block;
  content: "";
  background-color: white;
  position: absolute;
  left: 22px;
  top: -5px;
  width: 60px;
  height: 32px;
  opacity: 1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 1;
  transition: left .3s ease-in-out;
  z-index: -1;
}
body:not(.showWorks) .mode-switch {
  display: none;
}
body.mode-img .mode-switch:before {
  left: 82px;
}
body.mode-img .mode-switch .switch-img {
  color: black;
}
body:not(.mode-img) .mode-switch .switch-txt {
  color: black;
}
body.mode-img .mode-switch .switch-img {
  color: black;
}
/* .works-list.mode-img . */
body:not(.mode-img) .works-list .images img {
  display: none;
}
body:not(.mode-img) .works-list ul {
  padding: 5px 0;
}
body.mode-img .works-list .text-info span {
  display: none;
}
.works-list .images {
  display: flex;
  /* justify-content: center; */
  max-width: 100%;

}
.works-list .images img {
  height: 260px;
  width: auto;
  transition: filter .2s linear;
  /* margin: auto; */
}
.works-list .images img:first-of-type {
  margin-left: auto;
}
.works-list .images img:last-of-type {
  margin-right: auto;
}
.works-list .bottom-bar {
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: inherit;
  backdrop-filter: blur(15px);
  cursor: pointer;
  padding: 0 10px;
  line-height: 22px;
  text-align: right;
}
@media (max-width: 899px), (pointer: coarse) {
  .works-list li {
    min-height: 25px;
  }
  body.mode-img .works-list .text-info span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    width: 100%;
  }
  .works-list .images {
    overflow: auto;
    padding-left: 10px;
  }
  .showWorks.showMenu .mode-switch {
    display: none;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  body:not(.mode-img) .works-list ul:hover li:not(:hover) {
    /* filter: blur(5px); */
  }
  body:not(.mode-img) .works-list li:hover {
    z-index: 5;
  }
  body:not(.mode-img) .works-list li:hover .images img:first-of-type {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
  }
  .mode-switch {
    position: relative;
    margin-right: -10px;
  }
  .mode-switch:before {
    z-index: -1;
    /* mix-blend-mode: difference; */
    height: 36px;
    left: 1px;
    background-color: black;
  }
  body.mode-img .mode-switch .switch-img,
  body:not(.mode-img) .mode-switch .switch-txt {
    color: white;
  }
  body.mode-img .mode-switch:before {
    left: 54px;
  }
  body.mode-img .works-list li:hover .images img {
    filter: blur(15px);
    z-index: -1;
    position: relative;
  }
  body.mode-img .works-list li:hover span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
  }
  .works-list .images {
    overflow: auto;
  }
  .works-list .bottom-bar {
    color: black;
    background: rgba(0, 0, 0, 1);
    mix-blend-mode: difference;
  }
}


/* filters */
.works-list .filtered[data-active-filter="film"] li:not([data-category="film"]),
.works-list .filtered[data-active-filter="sculpture"] li:not([data-category="sculpture"]),
.works-list .filtered[data-active-filter="drawings"] li:not([data-category="drawings"]),
.works-list .filtered[data-active-filter="performance"] li:not([data-category="performance"]),
.works-list .filtered[data-active-filter="paintings"] li:not([data-category="paintings"]),
.works-list .filtered[data-active-filter="publications"] li:not([data-category="publications"]) {
  display: none;
}

/* footer */
.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;

  z-index: 100;
  
  color: black;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  mix-blend-mode: difference;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer > * {
  padding: 0 10px;
  z-index: 100;
  position: relative;
  /* color: white;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); */
  line-height: 22px;
}

/* home */
.home .header,
.home nav,
.home nav > ul {
  display: contents;
}

.content-home {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.slider {
  height: 100dvh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
}
.slide.current {
  z-index: 2;
}
.slide.next {
  z-index: 3;
  transform: translateX(100vw);
}
.slider-progress {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 22px;
  z-index: 51;
  mix-blend-mode: difference;
  user-select: none;
  pointer-events: none;
}
.slider-progress .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #FFFFFF;
}
.slide-details {
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(15px);
  /* -webkit-backdrop-filter: blur(15px); */
  z-index: 5;
  position: relative;
  /* mix-blend-mode: difference; */
  color: #555;
  line-height: 22px;
  height: 22px;
}
.slide-details.current {
  order: 1;
}
.slide-details:not(.current) {
  height: 0px;
  overflow: hidden;
  cursor: pointer;
}
.slider:not(.no-animation) .slide-details:not(.current) {
  transition: height .5s linear, background-color .3s linear, color .2s linear, -webkit-backdrop-filter .1s;
}
.show-details:not(.show-details-timeout) .slide-details {
  height: 22px;
  backdrop-filter: blur(15px);
  /* -webkit-backdrop-filter: blur(15px); */
}
.slide-details > * {
  padding: 0 10px;
  /* opacity: .8; */
  user-select: none;
}
.slide-details .title {
  font-style: italic;
  display: inline-block;
}
.slide-details:last-of-type {
  margin-bottom: 22px;
}
.slide-details.current .title {
  padding-left: 22px;
  position: relative;
}
.slide-details.current .title:before {
  display: block;
  content: "▲";
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  font-size: 17px;
  font-style: normal;
  user-select: 0;
  filter: blur(1px);
}
@media (max-width: 899px), (pointer: coarse) {
  .slide-details > *:not(.slide-details-title) {
    display: none;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .home nav > ul > li:hover {
    background-color: white;
    mix-blend-mode: difference;
  }
  .slide-details {
    display: flex;
  }
  .slide-details > * {
    width: 25%;
  }
  .slider:not(.show-details-timeout) .slide-details:not(.current):hover {
    background-color: white;
    color: #505050;
    mix-blend-mode: difference;
  }
  .slide-details:hover > * {
    /* mix-blend-mode: normal; */
  }
  .slider:not(.show-details-timeout) .slide-details:hover .title:before {
    display: block;
    content: "▲";
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    font-size: 17px;
    font-style: normal;
    user-select: 0;
    filter: blur(1px);
  }
  .slider:not(.show-details-timeout) .slide-details:hover .title {
    padding-left: 22px;
    position: relative;
  }
}

/* slide controls */
.slide-controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
.slide.next .slide-controls {
  display: none;
}
.slide-controls > * {
  min-width: calc(100% / 3);
  /* opacity: 0; */
  transition: opacity .2s linear;
  position: relative;
  /* color: white; */
  cursor: none;
}
.cursor {
  mix-blend-mode: difference;
  display: none;
  width: 80px;
  height: 90px;
  pointer-events: none;
}
.slide-prev .cursor,
.slide-link .cursor,
.slide-next .cursor {
  position: fixed;
}
.slide-next .link-title,
.slide-prev .link-title {
  display: none;
}
.slide-prev .cursor {
  background-image: url(../img/left.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
}
.slide-link .cursor {
  background-image: url(../img/look.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
}
.slide-next .cursor {
  background-image: url(../img/right.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
}
.slide-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: none;
}

.slide-content {
  height: 100%;
  width: 100%;
}
.slide img,
.slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-type-stills .slide-content {
  display: flex;
  flex-wrap: wrap;
}
.slide-type-stills .still {
  width: 50%;
  height: calc(100% / 6);
}
@media (orientation: landscape) {
  .slide-type-stills .still {
    width: calc(100% / 3);
    height: 25%;  
  }
}
@media screen and (min-width: 900px) and (pointer: fine) {
  .slide-prev:hover .cursor,
  .slide-link:hover .cursor,
  .slide-next:hover .cursor {
    display: block;
  }
}

/* works */
/* .work nav,
.work nav ul {
  display: contents;
  cursor: default;
} */
.work .content {
  min-height: 100dvh;
  /* position: fixed; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.work .main-header {
  /* display: none; */
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  /* filter: blur(50px); */
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.work .blocks {
  background: rgba(0, 0, 0, 0.06);
  scroll-snap-type: y mandatory;
  height: 100%;
  width: 100vw;
  overflow-y: auto;
}
.work-header {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.infobar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  max-height: 22px;
  line-height: 22px;
  padding: 0 10px;
  backdrop-filter: blur(15px);
  clip-path: inset(0);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear, max-height .8s linear;
}
.work-slider .infobar {
  min-height: 22px;
}
.infobar.expanded {
  max-height: 110px;
}
.infobar .counter {
  position: absolute;
  top: 0;
  right: 10px;
}
.show-infobar .infobar {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 899px), (pointer: coarse) {
  .work-header .info-link {
    position: absolute;
    bottom: -22px;
    background: none;
    padding: 0 10px;
    width: 100vw;
    backdrop-filter: blur(15px);
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .infobar:hover {
    max-height: 110px;
  }

  .work-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    mix-blend-mode: difference;
    line-height: 22px;
    cursor: unset;
    user-select: none;
    max-height: 22px;
  }
  .work-header .work-info {
    display: flex;
  }
  .work-header h2,
  .work-header .work-info div {
    width: 25vw;
    flex-shrink: 0;
  }
  .work-header .info-link {
    display: none;
  }
  .work-header h2,
  .work-header h2 span,
  .work-header li {
    color: #505050;
    color: black;
  }
}
/* blocks */
.work .blocks > * {
  height: 100dvh;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
}
.work-text {
  text-align: center;
}
.work-text-wrapper {
  display: table-cell;
  max-height: 100%;
  overflow: auto;
  padding-top: 44px;
  max-width: 1304px;
}
.work-text p {
  margin-bottom: 1em;
}
.bigtext {
  font-size: 24px;
  line-height: 24px;
}
.smalltext {
  font-size: 16px;
  line-height: 17px;
}
.work-image {
  flex-direction: column;
}
.work-image img {
  max-height: 100%;
}
.work-slider-slider {
  overflow: auto;
  max-width: 100vw;
  display: flex;
  justify-content: flex-start;
  position: relative;
  scroll-snap-type: x mandatory;
}
.work-slider-slide {
  width: 100vw;
  height: 100dvh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  scroll-snap-align: start;
}
.work-slider-slide img {
  max-width: 100%;
  max-height: 100%;
}
.work-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  display: contents;
  pointer-events: none;
}
.work-slider-controls > * {
  opacity: 0;
  mix-blend-mode: difference;
  transition: opacity .2s linear;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.work-slider-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url(../img/left.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
  transform: translateY(-50%);
}
.work-slider-next {
  position: absolute;
  right: 20px;
  top: 50%;
  background-image: url(../img/right.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 90px;
  transform: translateY(-50%);
}
.work-video {
}
.work-video-controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  height: 22px;
  /* background: rgba(255,255,255,0.9); */
  mix-blend-mode: difference;
  backdrop-filter: blur(15px);
  color: fff;
  line-height: 21px;
}
.work-video-controls span {
  opacity: .8;
}
.work-video-controls > * {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}
.video-time {
  width: 100px;
}
.video-current-time {
  margin-right: 7px;
}
.video-mute {
  width: 100px;
  cursor: pointer;
  justify-content: flex-end;
}
.video-buttons {
  margin: 0 auto;
  cursor: pointer;
}
.video-play,
.video-pause {
  padding-left: 24px;
  position: relative;
}
.work-video:not(.playing) .video-pause {
  display: none
}
.work-video.playing .video-play {
  display: none
}
.work-video:not(.muted) .video-mute .unmute {
  display: none
}
.work-video.muted .video-mute .mute {
  display: none
}
.video-play:before {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 1.5px;
  content: '';
  background-image: url(../img/play.png);
  background-size: 17px;
  background-repeat: no-repeat;
}
.video-pause:before {
  display: block;
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 2.5px;
  content: '';
  background-image: url(../img/pause.png);
  background-size: 15px;
  background-repeat: no-repeat;
}
.video-progress {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  background-color: white;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: width .25s linear;
}
@media (max-width: 899px), (pointer: coarse) {
  .work-slider .work-slider-controls > * {
    opacity: 1;
  }
  .work-slider-prev {
    left: 5px;
  }
  .work-slider-next {
    right: 5px;
  }
  .work-slider-prev,
  .work-slider-next {
    background-size: 40px;
    width: 40px;
    height: 45px;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .work-slider:hover .work-slider-controls > * {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .bigtext {
    font-size: 37px;
    line-height: 32px;
  }
  .smalltext {
    font-size: 14px;
    line-height: 16px;
  }
}

/* Exhibitions */
.default .header {
  /* position: sticky; */
}
.default .footer {
  mix-blend-mode: normal;
  background: none;
}
.default .content {
  color: white;
}
.default {
  background: white;
}
.page-child-header {
  top: 22px;
}
.page-child-header ul {
  display: flex;
}
.page-child-header li {
  padding: 0 18px 0 10px;
  height: 22px;
  line-height: 22px;
}
.page-exhibitions-child .content {
  /* padding-top: 50px; */
}
.default .blocks {
  padding: 48px 10px 10px;
}
@keyframes slowglow {
  from {
    text-shadow: 0 0 10px #d9d9d9;
  }
  to {
    text-shadow: 0 0 0px #d9d9d9;
  }
}
.blocks p a {
  text-decoration: none;
  color: #D9D9D9;
  text-shadow: 0 0 10px #d9d9d9;
  animation-duration: 1.5s;
  animation-name: slowglow;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  transition: filter .5s linear, -webkit-filter .5s linear;
}
@media (max-width: 899px), (pointer: coarse) {
  .default .blocks {
    padding-top: 50px;
  }
  .default .blocks h2 {
    padding-left: 45px;
    margin-bottom: 20px;
  }
  .default .blocks p {
    margin: 20px 0 80px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .default .blocks h2 {
    padding-left: 80px;
    margin-bottom: 1em;
  }
  .default .blocks p {
    margin: 20px 0 80px;
    font-size: 37px;
    line-height: 32px;
    letter-spacing: -0.7px;
  }
  .default .blocks:first-of-type p {
    margin-top: 0;
  }
  .blocks p a:hover {
    filter: blur(15px);
    -webkit-filter: blur(15px);
  } 
}

/* image link blocks */
.image-links {
  margin: 20px 0 30px;
  padding: 5px 0;
}
p + .image-links {
  margin-top: -80px;
}
.image-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.image-links img {
  height: 80px;
  width: auto;
  mix-blend-mode: difference;
}
@media (min-width: 900px) and (pointer: fine) {
  .image-links {
    margin: 20px 0 50px;
    padding: 5px 0;
  }
}
.content-contact .blocks p:last-of-type {
  font-size: 14px;
  line-height: 18px;
}

/* private pages */
.private .blocks {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.private .blocks > * {
  width: 100%;
  display: block;
}
.private .blocks {
  padding: 20px 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.private .blocks p {
  color: white;
  text-align: center;
  margin-bottom: 1em;
}


figure:has(iframe) {
  position: relative;
  display: block;
  width: 300px;
  overflow: hidden;
}
figure:has(iframe)::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
figure:has(iframe) iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.private .blocks h2 {
  margin: 20px 0;
  color: white;
  text-align: center;
}
@media (max-width: 899px), (pointer: coarse) {
  .private .blocks h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 900px) and (pointer: fine) {
  .private .blocks h2 {
    font-size: 37px;
    line-height: 32px;
    letter-spacing: -0.7px;
  }
  .private .blocks:first-of-type h2 {
    margin-top: 0;
  }
}