@charset "UTF-8";
@font-face {
  font-family: "Diatype";
  src: url("../type/ABCDiatype-Regular.woff");
  font-style: normal;
}
@font-face {
  font-family: "Diatype";
  src: url("../type/ABCDiatype-RegularItalic.woff");
  font-style: italic;
}
@font-face {
  font-family: "Times";
  src: url("../type/TimesTenLTStd-Roman.woff");
  font-style: normal;
}
@font-face {
  font-family: "Afghan";
  src: url("../type/Scheherazade-Regular.woff");
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: black;
  appearance: none;
}

*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}

html {
  font-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --large: 24rem;
  --big: 7.2rem;
  --main: 4.9rem;
  --small: 3.6rem;
  --bio: 3.6rem;
  --info: 2.7rem;
  --smaller: 2rem;
  --fig: 1.6rem;
  --mobile: 3.8rem;
  --furniture: 1.8rem;
  --green: rgb(53, 145, 0);
  --red: rgb(255, 77, 71);
  --padding: 1em;
}
@media (max-width: 1480px) {
  html {
    font-size: 0.7vw;
  }
}
@media (max-width: 676px) {
  html {
    font-size: 4px;
  }
}
@media (max-width: 720px) {
  html {
    --main: 4.4rem;
    --small: 4.4rem;
    --fig: 2.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (max-width: 320px) {
  html {
    --main: 3.8rem;
    --small: 3.8rem;
    --fig: 2.7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

body {
  font-family: "Times";
  font-variant-numeric: oldstyle-nums;
  font-size: 1.6rem;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.no-scroll {
  overflow: hidden !important;
}
@media (max-width: 720px) {
  body {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

h1,
h2,
h3 {
  font-size: var(--main);
  font-weight: normal;
  font-variant-ligatures: none;
  line-height: 1;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}

h2 {
  line-height: 1.2;
}

h1,
h2 {
  font-family: "Times";
  font-size: var(--main);
  font-variant-ligatures: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
h1 span,
h2 span {
  font: inherit;
  direction: ltr;
  text-align: left;
  margin-left: 0;
}

.pashto,
.dari {
  font-family: "Afghan";
  font-size: var(--big);
  font-weight: normal;
  line-height: 0.8;
  display: inline-block;
  direction: rtl;
  text-align: right;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 0.035em;
  text-underline-offset: 0.1em;
}

.bg {
  position: fixed;
  top: -25vh;
  left: 0;
  width: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}
.bg svg path {
  fill: #ff4d46;
}

.overlay {
  max-width: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}

nav {
  position: fixed;
  left: 0;
  bottom: 0.75em;
  width: 100%;
  max-width: 1480px;
  padding: 0 1em;
  font-size: var(--main);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 5;
}
nav .nav {
  display: block;
  background: white;
  border-radius: 2em;
  box-shadow: 6px 2px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 0.25em 0.65em 0;
  margin-right: 0.25em;
}
@media (max-width: 720px) {
  nav .nav {
    padding-top: 0.3em;
    margin-left: 0;
  }
}
nav .nav a:hover {
  color: var(--red);
}
nav a {
  text-decoration: none;
}
nav a:last-of-type:after {
  content: "";
}
nav a:not(:last-of-type):after {
  content: ", ";
}
nav a.email {
  display: block;
  padding: 0.25em 0.5em 0em;
  border: 1px solid;
  border-radius: 3em;
}
nav a.email:after {
  content: "";
}
nav a.email:hover {
  color: var(--red);
}

.no-events {
  pointer-events: none;
  opacity: 0.5;
}

.gallery-trigger.hide {
  display: none !important;
}

figure img {
  max-width: 100%;
  display: block;
}
figure.single img {
  border-radius: 2em;
}
figure.single figcaption {
  font-family: "Diatype";
  font-size: var(--fig);
  padding-top: 0.5em;
}

header {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  padding: 2em;
  position: fixed;
  z-index: 3;
}
header .dates {
  font-size: var(--main);
  position: fixed;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.15em 0.65em 0;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
header .dates.bubble {
  background: white;
  border-radius: 2em;
  box-shadow: 6px 2px 40px 0px rgba(0, 0, 0, 0.25);
}
header h1 {
  position: relative;
  z-index: 2;
}
header h1 a:hover {
  color: var(--red);
}
header h2 {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
  padding: 11em 2em;
}
main p {
  font-size: var(--main);
}
main p + p {
  text-indent: 4em;
}
main h1 {
  font-family: "Times";
  font-variant-numeric: oldstyle-nums;
  padding-top: 10px;
  margin: 2rem 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  letter-spacing: -5px;
  line-height: 0.9;
}

.text-trigger,
.less-trigger {
  display: block;
  text-align: left;
  font-size: var(--main);
  margin-bottom: 1em;
}
.text-trigger:before,
.less-trigger:before {
  content: "(";
}
.text-trigger:after,
.less-trigger:after {
  content: ")";
}
.text-trigger:hover,
.less-trigger:hover {
  color: var(--green);
  cursor: pointer;
}

.less-trigger {
  margin-top: 1.1em;
  display: block;
}

.introduction p:not(:first-of-type) {
  display: none;
}

#audio .video_trigger {
  font-family: "Diatype";
  text-align: center;
  display: table;
  font-size: var(--small);
  line-height: 1.2;
  width: 100%;
}
#audio .video_trigger:hover {
  cursor: pointer;
  color: white !important;
}
#audio .video_trigger audio {
  display: none;
}

.video_overlay {
  position: relative;
}
.video_overlay.external video {
  display: none;
}
.video_overlay.external .video_overlay-close {
  display: block;
}
.video_overlay.external iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 720px) {
  .video_overlay.external iframe {
    max-width: 90%;
    height: auto;
  }
}

.video_pane {
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  width: 50%;
  height: 95vh;
  overflow-y: auto;
  padding: 1em;
  background: var(--red);
  z-index: 200;
  color: white;
  font-family: "Diatype";
  font-size: var(--small);
  text-align: center;
  border-radius: 1em;
  transition: transform 0.6s ease-in-out;
  box-shadow: 6px 2px 40px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 720px) {
  .video_pane {
    width: calc(110% - 1em);
  }
}
.video_pane:not(.visible) {
  transform: translateX(105%);
}
.video_pane-close {
  position: absolute;
  top: 0.9em;
  right: 1.5em;
  color: white;
}
@media (max-width: 720px) {
  .video_pane-close {
    top: 1.1em;
    right: 1.5em;
    position: fixed;
  }
}
.video_pane-close:hover {
  cursor: pointer;
  color: black;
}
.video_pane_inner {
  overflow-y: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 2.2em;
}
.video_pane_inner p {
  text-align: left;
  font-size: var(--small);
  color: black;
}
.video_trigger, .video_wrapper {
  font-family: "Diatype";
  text-align: center;
  display: table;
  font-size: var(--small);
  line-height: 1.2;
  width: 100%;
  color: black;
}
.video_trigger:hover, .video_wrapper:hover {
  cursor: pointer;
  color: black;
}
.video_trigger:hover span.bloc, .video_wrapper:hover span.bloc {
  color: white;
}
.video_trigger .video_pane-trigger:hover, .video_wrapper .video_pane-trigger:hover {
  color: white;
  cursor: pointer;
}
.video_trigger + .video_trigger, .video_trigger + .video_wrapper, .video_wrapper + .video_trigger, .video_wrapper + .video_wrapper {
  padding-top: 1.1em;
}
.video_trigger video, .video_wrapper video {
  display: none;
}
.video_trigger {
  color: black !important;
}
.video_trigger:hover {
  color: white !important;
}
.video_wrapper:hover {
  color: black;
  cursor: default;
}
.video-text {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  max-width: 40%;
  background: white;
  border-radius: 0.5em;
  padding: 1em;
  display: none;
}
.video-text p {
  font-size: var(--smaller);
}
.video-text p + p {
  text-indent: 2em;
}
.video_overlay {
  width: 100%;
  height: 100vh;
  background: black;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.video_overlay.local iframe {
  display: none;
}
.video_overlay-close, .video_overlay-text {
  font-family: "Diatype";
  font-size: var(--small);
  text-align: center;
  padding: 0.25em 0.5em 0.25em;
  border-radius: 0.5em;
  background: var(--red);
  color: black;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 110;
  display: none;
}
@media (max-width: 720px) {
  .video_overlay-close, .video_overlay-text {
    padding: 0.35em 0.5em 0.25em;
    border-radius: 0.75em;
    top: 1em;
    right: 1em;
  }
}
.video_overlay-close:hover, .video_overlay-text:hover {
  color: white;
  cursor: pointer;
}
.video_overlay-text {
  right: 4.25em;
  display: none !important;
}
.video_overlay video,
.video_overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 109;
}
@media (max-width: 720px) {
  .video_overlay video,
.video_overlay iframe {
    object-fit: contain;
    height: auto;
    top: 50%;
    transform: translateY(-50%) scale(1.1);
    transform-origin: 0 0;
  }
}
.video_overlay:hover .video_overlay-close,
.video_overlay:hover .video_overlay-text {
  display: block;
}

span.bloc {
  display: block;
  margin: 0;
  padding: 0;
  color: black;
}

.program-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5em;
  grid-row-gap: 1em;
}
.program-items .event-type {
  display: block;
  font-variant: small-caps;
  color: white;
  font-family: "Times", serif;
}
.program_pane {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  padding: 1em;
  padding-top: 0.5em;
  background: white;
  z-index: 200;
  color: var(--green);
  font-family: "Diatype";
  font-size: var(--small);
  text-align: center;
  transition: transform 0.6s ease-in-out;
  box-shadow: 6px 2px 40px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 720px) {
  .program_pane {
    width: calc(100% - 1em);
  }
}
.program_pane .videos {
  margin-top: 1.1em;
}
.program_pane:not(.visible) {
  transform: translateX(110%);
}
.program_pane h2,
.program_pane h3 {
  color: black !important;
  padding: 0 !important;
}
.program_pane h2 {
  font-variant: all-small-caps;
}
.program_pane-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: black;
}
.program_pane-close:hover {
  color: var(--green) !important;
  cursor: pointer;
}
@media (max-width: 720px) {
  .program_pane-close {
    top: 0.95em;
    right: 1.5em;
  }
}
.program_pane-close:hover {
  cursor: pointer;
  color: black;
}
.program_pane figure {
  padding-bottom: 4rem;
}
.program_pane figure img {
  border-radius: 0.25em;
  overflow: hidden;
}
.program_pane figure figcaption {
  font-size: 1.4rem;
  padding-top: 0.75rem;
  text-align: left;
}
.program_pane_inner {
  margin-top: 1.1em;
}
.program_pane_inner .button {
  color: black;
  padding: 0.15em 0.5em;
  border: 1px solid;
  border-radius: 1em;
  margin-top: 1em;
}
.program_pane_inner .button:hover {
  color: var(--green);
}
.program_pane_inner p {
  text-align: left;
  font-size: var(--small);
  color: black;
}
.program_pane_inner p em {
  color: black;
  font-style: normal;
}
.program_pane_inner p em:before {
  content: "‘";
}
.program_pane_inner p em:after {
  content: "’";
}
.program_pane_inner p + p {
  text-indent: 0;
  padding-top: 1.1em;
}
.program_pane_inner .details {
  margin: 1.1em 0 2.2em;
  padding-left: 25%;
  padding-right: 1em;
}
.program_pane_inner .details p {
  font-size: 1.8rem;
}

footer {
  padding: 2em;
  padding-bottom: 2em;
}
footer .logos {
  padding-top: 1em;
  max-width: 60%;
}
@media (max-width: 720px) {
  footer .logos {
    padding-top: 1em;
    max-width: 90%;
  }
}
footer p {
  font-size: var(--fig);
  line-height: 1.2;
}
@media (max-width: 720px) {
  footer p br {
    display: none;
  }
}

.exhibition-info {
  margin-bottom: 2.2em;
}
.exhibition-info h2 {
  text-align: center;
  display: block;
  margin: 0.5em 0 1.1em;
}
.exhibition-info-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
}
.exhibition-info-inner p {
  font-size: var(--info);
  padding-right: 0.5em;
}

.gradient {
  width: 100%;
  height: 8em;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}

.block {
  font-size: var(--small);
  padding: 1em;
  border-radius: 1em;
  max-width: 100%;
  color: white;
}
.block + .block {
  margin-top: 0.75em;
}
.block a {
  text-decoration: none;
  color: white;
}
.block a:hover {
  color: black;
}
.block#program, .block#videos {
  background: var(--green);
}
.block#program h2,
.block#program h3, .block#videos h2,
.block#videos h3 {
  color: white;
}
.block#videos {
  background: linear-gradient(180deg, #ff4d47 30%, #2f8000 70%);
}
.block#videos h2,
.block#videos h3,
.block#videos a {
  color: black;
}
.block#videos a:hover {
  color: white;
}
.block#program {
  margin-top: 2.2em;
}
.block#program h3 + h3 {
  margin-top: 1.1em;
}
.block#essays, .block#audio {
  background: var(--green);
  color: white;
  margin-left: auto;
}
.block#essays a, .block#audio a {
  color: white;
}
.block#essays a:hover, .block#audio a:hover {
  color: black;
}
.block h2 {
  font-family: "Times";
  font-size: var(--small);
  display: block;
  text-align: center !important;
  padding-bottom: 0.5em;
  color: white;
}
.block h3,
.block .essay-title {
  font-family: "Diatype";
  text-align: center;
  font-size: var(--small);
  line-height: 1.2;
}
.block .essay-title + .essay-title {
  margin-top: 1.1em;
}
.block .essay-title:hover {
  color: black;
}

.audio_player {
  opacity: 0;
  background: transparent;
  border: 1px solid;
  border-radius: 2em;
  padding: 0.25em 0.65em 0;
  transition: opacity 0.25s ease-in-out;
  margin-right: 0.25em;
  text-align: center;
}
@media (max-width: 720px) {
  .audio_player {
    display: none;
  }
}
.audio_player:hover {
  border: 1px solid red;
}
.audio_player-cont:hover, .audio_player-pause:hover {
  cursor: pointer;
  color: var(--red);
}
.audio_player-full {
  border-radius: 2em;
  box-shadow: 6px 2px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 0.35em 0.65em 0.1em 0.65em;
  background: white;
  position: fixed;
  left: 1em;
  bottom: 0.7em;
  width: calc(100% - 2em);
  font-size: var(--main);
  z-index: 400;
  display: none;
}
.audio_player-title {
  display: inline-block;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.audio_player-close {
  position: absolute;
  right: 1em;
}
.audio_player-close:hover {
  color: var(--green);
  cursor: pointer;
}
.audio_player-grow {
  position: absolute;
  left: 3.75em;
  top: 0.75em;
  font-size: 3rem;
}
.audio_player-grow:hover {
  color: var(--red);
  cursor: pointer;
}
.audio_player-time {
  font-size: var(--main);
  padding-left: 0.35em;
  display: inline-block;
}
.hidden {
  visibility: hidden;
}

#artists {
  margin: 2em 0;
}
#artists h2 {
  display: block;
  text-align: center;
  margin: 1.1em 0 0;
}
#artists ul {
  list-style: none;
}
#artists ul li {
  font-size: var(--main);
  text-indent: -2em;
  margin-left: 2em;
}
@media (max-width: 720px) {
  #artists ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
#artists ul li span {
  line-height: 1;
}
#artists ul li .inner-content {
  margin-bottom: 1em;
}
#artists ul li .inner-content p {
  font-size: var(--small);
  margin-left: 0;
  text-indent: 0;
}
#artists ul li .inner-content p em {
  font-style: normal;
}
#artists ul li .inner-content p em:before {
  content: "‘";
}
#artists ul li .inner-content p em:after {
  content: "’";
}
#artists ul li .inner-content p + p {
  text-indent: 4em;
}
#artists ul li .inner-content .bio_content,
#artists ul li .inner-content .works_intro {
  padding-right: 2em;
}
@media (max-width: 720px) {
  #artists ul li .inner-content .bio_content,
#artists ul li .inner-content .works_intro {
    padding-right: 0;
  }
}
#artists ul li .inner-content .bio_content p,
#artists ul li .inner-content .works_intro p {
  line-height: 1.2;
}
#artists ul li .inner-nav {
  padding: 0.5em 0;
  margin-left: 2em;
}
@media (max-width: 720px) {
  #artists ul li .inner-nav {
    margin-left: 1em;
  }
}
#artists ul li .inner-nav span {
  font-family: "Diatype";
  font-size: var(--small);
  padding: 0.1em 0.45em 0;
  border-radius: 0.5em;
  background: #eee;
}
#artists ul li .inner-nav span.current, #artists ul li .inner-nav span:hover {
  background: var(--red);
  cursor: pointer;
  color: white;
}
#artists ul li .name:after {
  content: ",";
}
#artists ul li .name.hide-punc:after {
  content: "";
}
#artists ul li:last-of-type:before {
  content: " and ";
}
#artists ul li:last-of-type:after {
  content: ".";
  margin-left: -8px;
}
#artists ul li:last-of-type .name {
  white-space: inherit;
}
#artists ul li:last-of-type .name:after {
  content: "";
}
#artists ul li:hover .name {
  cursor: pointer;
  color: var(--green);
}
#artists ul li:hover .name:after {
  color: black;
}
#artists ul li .hide {
  display: none;
}

.works_intro {
  padding-bottom: 1em;
}
.works_content {
  flex-direction: column;
}
.works_content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.25em;
  padding-top: 0.25em;
  max-width: 95%;
}
@media (max-width: 720px) {
  .works_content-wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
.works_content-wrap a {
  text-decoration: none;
}
.works_content figure:hover {
  cursor: pointer;
}
.works_content figure img {
  max-width: 100%;
  display: block;
}
.works_content figure figcaption {
  font-size: var(--fig);
  font-family: "Diatype";
  text-align: center;
  padding: 0.35em 0;
  text-indent: 0;
}

.essay-content h2 {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.1em;
}
.essay-content blockquote {
  font-size: var(--main);
  margin-left: 8em;
  margin-right: 2em;
}
.essay-content figure + p {
  margin-top: 1em;
}

.gallery {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
}
@media (max-width: 720px) {
  .gallery {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.gallery .audio {
  display: none;
}
.gallery .audio_trigger {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  padding: 0.25em 0.5em;
}
@media (max-width: 720px) {
  .gallery .audio_trigger {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0.8em;
    bottom: auto;
    right: auto;
  }
}
.gallery .audio_trigger:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 0.425em solid transparent;
  border-left: 0.7em solid black;
  border-bottom: 0.425em solid transparent;
  position: absolute;
  left: -0.5em;
  top: 0.2em;
}
@media (max-width: 720px) {
  .gallery .audio_trigger:before {
    left: auto;
    border: none;
  }
}
.gallery .audio_trigger.pause:before {
  content: "";
  border: none;
}
.gallery .audio_trigger:hover {
  color: var(--red);
  cursor: pointer;
}
.gallery .audio_trigger:hover span {
  color: red;
}
.gallery .audio_trigger:hover:before {
  border-left: 0.7em solid red;
}
.gallery .audio_trigger audio {
  display: none;
}
.gallery .audio_file audio {
  display: none;
}
.gallery-close {
  font-family: "Diatype";
  font-size: var(--small);
  text-align: center;
  padding: 0.25em 0.5em 0.15em;
  border-radius: 0.5em;
  background: var(--red);
  color: black;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 110;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
@media (max-width: 720px) {
  .gallery-close {
    opacity: 1;
    top: 0.75em;
    right: 0.75em;
    padding: 0.25em 0.5em 0.15em;
  }
}
.gallery-close:hover {
  color: white;
  cursor: pointer;
}
.gallery:hover .gallery-close {
  opacity: 1;
}
.gallery figure {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  transition: filter 0.35s ease-in;
  position: relative;
  background: white;
}
@media (max-width: 720px) {
  .gallery figure {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.gallery figure.animate .img {
  transition: filter 0.35s ease-in;
}
.gallery figure:not(:first-of-type) {
  display: none;
}
.gallery figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: var(--furniture);
  transition: opacity 0.25s ease-in-out;
  text-align: center;
  opacity: 0;
}
@media (max-width: 720px) {
  .gallery figure figcaption {
    font-size: var(--mobile);
    opacity: 1;
    top: 4em;
  }
}
.gallery figure figcaption .figure-no {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  padding: 0.25em 0.5em;
  border-radius: 1em;
  background: white;
}
@media (max-width: 720px) {
  .gallery figure figcaption .figure-no {
    bottom: 0.85em;
  }
}
.gallery figure figcaption .figure-text {
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  transform: translateX(-50%);
  padding: 0.35em 0.75em 0.15em;
  border-radius: 1em;
  background: white;
}
@media (max-width: 720px) {
  .gallery figure figcaption .figure-text {
    width: 100%;
    max-width: 70%;
    font-size: var(--mobile);
    bottom: 0.85em;
  }
}
.gallery figure:hover figcaption {
  opacity: 1;
}
.gallery figure .img {
  position: absolute;
  top: 2em;
  left: 2.25em;
  right: 2.25em;
  bottom: 2em;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery figure .img.portrait {
  max-width: 65vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 670px) {
  .gallery figure .img.portrait {
    max-width: calc(100% - 3em);
    left: 2em;
    transform: none;
  }
}
@media (max-width: 670px) {
  .gallery figure .img {
    background-position: center;
    max-width: calc(100% - 3em);
    left: 2em;
    transform: none;
    margin: 0 auto;
  }
}
.gallery figure .img:not(.landscape) {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 670px) {
  .gallery figure .img.landscape {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.gallery.show {
  display: block;
}

.no-use {
  pointer-events: none;
}

div.image-zoom {
  float: left;
}
div.image-zoom div {
  background-repeat: no-repeat;
}
div.image-zoom div.blur > div {
  background-position: -3px 0;
}
div.image-zoom div.blur > div > div {
  background-position: 0 -3px;
}
div.image-zoom div.blur > div > div > div {
  background-position: 3px 0;
}
div.image-zoom div.blur > div > div > div > div {
  background-position: 0 3px;
}
div.image-zoom div.box {
  border-width: 4px;
  display: none;
  position: relative;
}
div.image-zoom div.popup {
  border-width: 4px;
  display: none;
  float: left;
  position: relative;
}
div.image-zoom div.thumbnail {
  border-width: 4px;
  cursor: move;
  float: left;
}
div.image-zoom.inner div.popup {
  margin: -4px 0 0 -4px;
}

img {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
img.loaded {
  opacity: 1;
}

.socials {
  margin-top: 1.75em;
  font-size: var(--fig);
}

.videos a {
  display: inline;
}
.videos a:first-of-type:after {
  content: ", ";
}

.quotes {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 65%;
  background-color: white;
  padding: 1.25em;
  padding-bottom: 5em;
  overflow-y: auto;
  height: 100vh;
  z-index: 200;
}
.quotes p {
  font-size: var(--small);
}
.quotes p:not(:first-of-type) {
  margin-top: 1.1em;
}
.quotes p:last-of-type {
  margin-bottom: 1.1em;
}
@media (max-width: 720px) {
  .quotes p {
    font-size: var(--small);
  }
}
@media (max-width: 720px) {
  .quotes {
    max-width: 100%;
    background: white;
    padding: 2em;
    padding-top: 6em;
    height: 100vh;
    margin-top: 1.1em;
  }
}
.quotes blockquote {
  margin-left: 20%;
  margin-right: 10%;
}
@media (max-width: 720px) {
  .quotes blockquote p {
    font-size: var(--small);
  }
}
.quotes blockquote p:before {
  content: "‘";
}
.quotes blockquote p:after {
  content: "’";
}
.quotes blockquote + blockquote {
  margin-top: 1em;
  padding-right: 1em;
}
.quotes-trigger {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-size: var(--furniture);
  z-index: 1050;
}
@media (max-width: 720px) {
  .quotes-trigger {
    background: white;
    font-size: var(--mobile);
    top: 0.05em;
    opacity: 1;
    padding-right: 1em;
    border-radius: 0.5em;
  }
}
.quotes-trigger:hover {
  color: red;
  cursor: pointer;
}
.quotes-trigger:hover > span {
  color: red;
  cursor: pointer;
}

.press h2 {
  display: block;
  text-align: center;
  margin: 1.1em 0 0;
}
.press ul {
  list-style-type: none;
}
.press ul li {
  font-size: var(--main);
  display: inline-block;
}
.press ul li a {
  text-decoration: none;
  display: inline-block;
}
.press ul li a:hover {
  color: var(--green);
}
.press ul li a:hover sup {
  color: var(--green);
}
.press ul li:not(:last-of-type):after {
  content: ", ";
}

.audio {
  margin-top: 1em;
}
.audio audio {
  display: block;
}

li.visible:after {
  content: "" !important;
}

#artists + #videos {
  margin-top: 3em;
}

#documentation h2 {
  display: block;
  text-align: center;
  padding-top: 2em;
}
#documentation .works_content {
  display: block !important;
}
#documentation .works_content-wrap {
  margin: 3em auto;
  grid-column-gap: 0.75em;
}
@media (max-width: 720px) {
  #documentation .works_content-wrap {
    grid-column-gap: 1.5em;
  }
}
#documentation .works_content-wrap figure img {
  border-radius: 0.5em;
}

/*# sourceMappingURL=style.css.map */
