@charset "UTF-8";
:root {
  --primary: #f7f052;
}

@font-face {
  font-family: Chap;
  src: url("./fonts/ChapRegular.eot") format("opentype"), url("./fonts/ChapRegular.woff") format("woff");
}
@font-face {
  font-family: Chap-Italic;
  src: url("./fonts/ChapRegularItalic.eot") format("opentype"), url("./fonts/ChapRegularItalic.woff") format("woff");
}
::-moz-selection {
  color: var(--primary);
  background-color: black;
}
::selection {
  color: var(--primary);
  background-color: black;
}

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  transition: 0.4s cubic-bezier(0.2, 0.82, 0.2, 1);
}
html a,
body a {
  color: black;
}
html a:hover, html a:visited,
body a:hover,
body a:visited {
  color: black;
}
html.dark-mode,
body.dark-mode {
  --primary: #a8a33e;
  background-color: #1a1a1a;
  color: white;
}
html.dark-mode a,
body.dark-mode a {
  color: white;
}
html.dark-mode a:hover, html.dark-mode a:visited,
body.dark-mode a:hover,
body.dark-mode a:visited {
  color: white;
}
html.dark-mode ::-moz-selection, body.dark-mode ::-moz-selection {
  background-color: var(--primary);
  color: black;
}
html.dark-mode ::selection,
body.dark-mode ::selection {
  background-color: var(--primary);
  color: black;
}
html.dark-mode .sep,
body.dark-mode .sep {
  background-color: white;
}
html.dark-mode .button,
body.dark-mode .button {
  background-color: black;
  color: white !important;
  margin-bottom: 1rem;
  transition: 0.2s ease;
}
html.dark-mode .button:hover,
body.dark-mode .button:hover {
  background-color: whitesmoke;
  color: black;
}
html.dark-mode .filter li button,
body.dark-mode .filter li button {
  color: white;
  padding: 0.2rem 0.5rem;
  border: 1px solid currentColor;
  cursor: pointer;
}
html.dark-mode .filter li button.active, html.dark-mode .filter li button:hover,
body.dark-mode .filter li button.active,
body.dark-mode .filter li button:hover {
  background-color: black;
  color: white;
}
html.dark-mode .price,
body.dark-mode .price {
  color: white !important;
}
html.dark-mode .pswp__bg,
body.dark-mode .pswp__bg {
  background-color: black;
}
html.dark-mode .invert-dark,
body.dark-mode .invert-dark {
  filter: invert(100%);
}
html.dark-mode .site-header li a,
body.dark-mode .site-header li a {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "chap";
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

address,
a,
p {
  width: 100%;
  max-width: 65ch;
  font-style: normal;
}

p {
  max-width: 65ch;
  margin: 0 0 1rem;
}
p.indent {
  margin: 0 0 1rem 1rem !important;
}

a {
  margin-top: 1rem;
  text-decoration: none;
}

em,
i {
  font-family: "Chap-Italic";
}

body {
  margin: 0;
  font-family: "chap";
  font-size: 18px;
  flex-direction: column;
  font-weight: 200;
}
body section {
  display: flex;
  flex-direction: column;
}

figure {
  padding: 0;
  margin: 0;
}

.flex {
  display: flex;
  flex-direction: row;
}
.flex.even {
  justify-content: space-evenly;
}
.flex.even * {
  flex: 1;
}
.flex.space-betweeen {
  justify-content: space-between;
}
.flex.space-betweeen * {
  flex: 1;
}

.home-hero {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  display: grid;
  width: 100%;
  height: 100%;
}
.home-hero img {
  height: 100%;
  max-height: 100vh;
  width: 100%;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 599px) {
  .grid-2 {
    display: flex;
    flex-direction: column;
  }
}
.grid-2.gap-2 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.grid-2.studio {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .grid-2.studio {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-2.studio .studio-header {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
@media (min-width: 900px) {
  .grid-2.studio .studio-header {
    grid-template-columns: 1fr 1.2fr;
  }
}

.span-all {
  grid-column: 1/-1;
}

.sticky {
  position: sticky;
  top: 2rem;
}

.sticky-0 {
  position: sticky;
  top: 0;
}

.pad-t-b {
  padding: 1rem 0;
}

.site {
  display: grid;
}
@media (max-width: 599px) {
  .site {
    display: unset;
  }
}

.exhibition-card {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.exhibition-card .wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .exhibition-card .wrapper {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 2fr 3fr;
  }
}
.exhibition-card .exhibition-image {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.exhibition-card .exhibition-image.grayscale {
  position: absolute;
  inset: 0;
  grid-column: 1/-1;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.exhibition-card .exhibition-image img {
  transition: all 0.2s ease-in-out;
}
.exhibition-card:hover .exhibition-image.grayscale {
  filter: grayscale(0%);
  opacity: 1;
}
.exhibition-card:hover .exhibition-image.grayscale img {
  scale: 1.02;
}
.exhibition-card .preview {
  background: rgb(247, 240, 82);
  background: radial-gradient(circle, var(--primary) 50%, rgba(255, 255, 255, 0) 51%);
  aspect-ratio: 1/1;
  padding: 3rem;
  z-index: 800;
  font-weight: 500;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: grid;
  text-align: center;
  place-content: center;
}
.exhibition-card .preview p {
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .exhibition-card .preview {
    top: 5rem;
    bottom: unset;
    padding: 2rem;
    right: 1rem;
    background: radial-gradient(circle, var(--primary) 50%, rgba(255, 255, 255, 0) 50%);
  }
}
.exhibition-card .exhibition-title {
  font-size: clamp(1rem, -0.875rem + 8.333vmax, 2rem);
}
.exhibition-card .opening-times {
  grid-column: 4;
  grid-row: 1;
}
.exhibition-card .exhibition-date {
  grid-column: 3;
  grid-row: 3;
}
@media (max-width: 599px) {
  .exhibition-card .exhibition-date {
    rotate: unset;
  }
}
.exhibition-card .button {
  margin-top: auto;
  grid-column: 3;
  grid-row: 4;
}

.event-card {
  padding: 0;
  background-color: var(--primary);
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  justify-self: center;
}
.event-card .event-info {
  display: flex;
  flex-direction: column;
}
.event-card .event-info .event-image {
  mix-blend-mode: multiply;
  margin-bottom: 1rem;
  max-height: 300px;
  overflow: hidden;
}
.event-card .event-info .event-image img {
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 600px) {
  .event-card .event-info .event-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.event-card .event-info p,
.event-card .event-info h2 {
  margin: 0 1rem;
}
.event-card .event-info h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.permanent-cards {
  max-width: 1400px;
  width: 100% !important;
  display: grid;
  gap: 1rem;
  margin: 0;
}

.permanent-card {
  width: 100% !important;
  margin: 0 auto;
}
.permanent-card a {
  display: grid;
  place-content: center;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid black;
  width: 100% !important;
}
.permanent-card a .permanent-image {
  width: auto;
  overflow: hidden;
  transition: 0.2s ease;
}
.permanent-card a .permanent-image img {
  display: block;
  opacity: 1;
}
.permanent-card a .programme-title {
  font-size: 2rem;
  font-weight: 400;
  align-self: center;
  justify-self: start;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
}
.permanent-card a:hover .permanent-image img {
  opacity: 1;
}
.permanent-card.slide {
  padding: 0;
  width: 100% !important;
  max-width: 1200px;
}
.permanent-card.slide a {
  margin: 0;
  max-width: 1920px;
  display: unset;
  grid-template-columns: unset;
  position: relative;
  border-bottom: unset;
  width: 100% !important;
  background-color: var(--primary);
}
.permanent-card.slide a .permanent-image {
  background-color: pink;
}
.permanent-card.slide a .permanent-image img {
  width: 100% !important;
  height: auto !important;
}
.permanent-card.slide a .programme-title {
  text-align: center;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
@media (max-width: 599px) {
  .event-grid {
    row-gap: 2rem;
  }
}
.event-grid .event-card {
  width: 100%;
}

.exhibition-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .exhibition-image {
    height: auto;
  }
}
.exhibition-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sep {
  margin: 2rem 0;
  width: 100%;
  height: 1px;
  background-color: black;
  scroll-padding-top: 1rem;
}

.r-sep {
  position: relative;
}
@media (max-width: 599px) {
  .r-sep {
    margin-bottom: 2rem;
  }
}
.r-sep:after {
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 2px;
  background-color: black;
}
@media (max-width: 599px) {
  .r-sep:after {
    right: 0;
    top: unset;
    height: 2px;
    width: 100%;
    bottom: -1rem;
    left: 0;
  }
}

.site-footer {
  margin-top: 2rem;
}
.site-footer a {
  max-width: unset;
}
.site-footer .inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem;
}
.site-footer .inner p {
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .site-footer .inner {
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
  }
}
.site-footer .inner > * {
  flex: 1;
}
.site-footer .inner .social {
  display: flex;
  text-align: end;
  padding: 0;
  margin: 0;
}
.site-footer .inner .social a {
  margin: 0;
  text-align: end;
  align-self: flex-start;
}
.site-footer .inner .mailerlite-form .mailerlite-form-description {
  display: none;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs {
  display: flex;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field {
  flex: 1;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field input {
  font-family: "chap";
  padding: 0.4rem;
  width: 100%;
  color: black;
  border: none;
  border-radius: unset;
  border-bottom: 1px solid black;
  background-color: transparent;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs .mailerlite-subscribe-button-container button {
  font-family: "chap";
  padding: 0.4rem;
  height: calc(2.4rem - 1px);
  color: black;
  background-color: transparent;
  border-radius: unset;
  border: none;
  border-bottom: 1px solid black;
}
.site-footer .inner .mailerlite-form .mailerlite-form-inputs .mailerlite-subscribe-button-container button:hover {
  background: rgba(0, 0, 0, 0.201);
  border-bottom: 1px solid black;
  color: white;
  cursor: pointer;
}

.site-main {
  padding-top: 2rem;
  min-height: calc(60dvh - 2rem);
  scroll-behavior: smooth !important;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.border-t {
  border-top: 1px solid black;
  padding-top: 2rem;
}

section header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
section header h2 {
  margin: 1rem 0 0;
}

.button {
  background-color: whitesmoke;
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
  transition: 0.2s ease;
}
.button:hover {
  background-color: black;
  color: white;
}
.button.products {
  font-size: 0.8rem;
  margin: 1rem 0;
  width: -moz-fit-content;
  width: fit-content;
  outline: 1px solid currentColor;
}

.entry-header {
  padding-top: 1rem;
  z-index: 800;
  margin-bottom: 2rem;
}
.entry-header.programme-head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .entry-header.programme-head {
    flex-direction: row;
  }
}

.related-exhibition {
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid black;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.related-exhibition h3 {
  margin-bottom: 1rem;
}

.entry-content {
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .entry-content {
    padding: 1rem;
  }
}
.entry-content p {
  margin: 0;
  padding: 0;
}
.entry-content p + p {
  text-indent: 2rem;
}
.entry-content p + p.indent {
  text-indent: 0;
}
.entry-content p.indent {
  margin: 0 0 1rem 0 !important;
  text-indent: 0;
  padding-left: 2rem;
}
.entry-content p.indent + p {
  text-indent: 0;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content .entry-header {
  margin: auto;
  padding: 0 1rem;
}
.entry-content .entry-header h1 {
  font-size: 1.4rem;
  text-align: center;
}

.item {
  margin-bottom: 4rem;
}
.item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
.item p {
  margin: 0;
  padding: 1rem;
  display: inline-block;
}
.item .button {
  margin: 0;
  justify-self: flex-end;
}

.studio {
  border-bottom: 1px solid;
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr 4fr;
  gap: 1rem;
  font-size: 1rem;
}
.studio:first-of-type {
  border-top: 1px solid;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .studio {
    display: flex;
    flex-direction: column;
  }
}
.studio p {
  margin: 0;
  padding: 0;
}
.studio .button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid currentColor;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.2rem 0.5rem;
}
.studio .button:hover {
  background-color: black;
  color: white;
}

.section-head {
  margin-bottom: 2rem;
}

blockquote {
  padding-left: 1rem;
  margin: 0 0 2rem;
}
blockquote cite {
  font-size: 0.9rem;
  font-style: normal;
  margin-left: 1rem;
}
blockquote cite::before {
  content: "—";
}

.wp-block-separator {
  border: 0;
  opacity: 1 !important;
  background-color: black;
  margin: 1rem 0;
}
.wp-block-separator.hidden {
  background-color: transparent !important;
}

ul.no-margin {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul li::before {
  display: inline-block;
  margin-right: 0.4rem;
}

.event-title {
  font-size: clamp(2rem, -0.875rem + 8.333dvmax, 3rem);
}

.upcoming-events {
  position: relative;
  margin: 0;
  transform: translateY(-8rem) scale(0.8);
  rotate: 3deg;
  z-index: 8000;
}
@media (min-width: 900px) {
  .upcoming-events {
    transform: unset;
    position: fixed;
    scale: 1;
    top: 10rem;
    right: 6rem;
    rotate: 3deg;
  }
}

.event-card {
  max-width: 400px;
  rotate: 4deg;
  height: -moz-max-content;
  height: max-content;
  z-index: 8000;
}
.event-card:nth-of-type(4n + 1) {
  rotate: -2deg;
}
.event-card:nth-of-type(4n + 2) {
  rotate: 2deg;
}
.event-card:nth-of-type(4n + 3) {
  rotate: -3deg;
}
.event-card:nth-of-type(4n + 4) {
  rotate: 3deg;
}
.event-card.upcoming::before {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  z-index: 9000;
  background-color: var(--primary);
  content: "Upcoming";
}
.event-card.upcoming img {
  filter: grayscale(1);
}

.product_meta,
.woocommerce-breadcrumb {
  display: none;
}

.product img {
  width: 500px;
  height: auto;
}
.product .button {
  display: block !important;
  background-color: transparent !important;
  color: black !important;
  font-family: "Chap" !important;
  font-weight: 400 !important;
}
.product .button:hover {
  background-color: var(--primary) !important;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.woocommerce-product-gallery__wrapper img {
  align-self: center;
  justify-self: center;
  width: auto;
}
.woocommerce-product-gallery__wrapper .thumbs {
  display: flex;
  gap: 1rem;
}

.single-product .type-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 599px) {
  .single-product .type-product {
    grid-template-columns: 1fr;
  }
}
.single-product .type-product .entry-summary {
  padding: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
  min-width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 900px) {
  .single-product .type-product .entry-summary {
    position: sticky;
    top: 2rem;
  }
}
.single-product .type-product img {
  width: 100%;
  height: auto;
}
.single-product .type-product .price {
  right: 4rem;
  top: 4rem;
}

form.cart .quantity input {
  font-family: "chap";
  background-color: whitesmoke;
  padding: 0.5rem 1rem;
  border: none;
}

.woocommerce-message {
  border: none;
  background-color: white;
  background-color: var(--primary);
}
.woocommerce-message .button {
  display: block !important;
  background-color: black !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: white !important;
  font-family: "Chap" !important;
  font-weight: 400 !important;
}

.price {
  color: black !important;
}

.single-product-main-image {
  padding: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.thumbnails {
  list-style: none;
  height: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbnails li img {
  max-height: 100%;
  width: auto;
}

.woocommerce {
  font-weight: 400 !important;
}
.woocommerce li:before {
  content: none;
}
.woocommerce .coupon {
  display: none;
}
.woocommerce .button {
  font-family: "chap";
}
.woocommerce .checkout-button {
  background-color: black !important;
}
.woocommerce bdi {
  font-weight: 400 !important;
}
.woocommerce .woocommerce-checkout-review-order-table bdi {
  font-weight: 400 !important;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .cart .quantity .input-text {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid currentColor;
  padding: 0.2rem 0;
}
.woocommerce .cart button {
  border-radius: 0;
  margin: 0 !important;
  border: 1px solid currentColor !important;
  padding: 0.4rem;
}

.woocommerce-store-notice {
  background-color: pink !important;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
  max-width: 100%;
}

.product-holder.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.product-holder.grid-2 .product {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.product-holder.grid-2 .product a {
  position: relative;
  display: grid;
  max-width: 100vw;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.product-holder.grid-2 .product a img {
  margin: 1rem 0;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  align-self: flex-start;
  justify-self: center;
}
.product-holder.grid-2 .product a .price {
  right: 2dvw;
  top: 1dvh;
}
.product-holder.grid-2 .product a .woocommerce-loop-product__title {
  font-size: 1.2rem;
  margin: 0;
}
.product-holder.grid-2 .product .button {
  border: 1px solid currentColor;
  padding: 0.4rem;
  border-radius: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.bg {
  background-color: var(--primary);
}

.programme-nav {
  display: flex;
  padding: 0;
  margin-top: 1rem;
  gap: 0.4rem;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .programme-nav {
    flex-direction: row;
    margin-top: unset;
    margin-left: 1rem;
  }
}
.programme-nav .button {
  margin: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}
.programme-nav .button .arrow {
  display: inline-flex;
  rotate: 90deg;
  margin: 0 0.2rem 0 0;
}
.programme-nav .button:first-of-type {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .secondary-header-content {
    grid-row: 1;
    grid-column: 2;
  }
}

.mode-switch {
  margin: 1rem;
  position: relative;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: whitesmoke;
  border: 1px solid black;
  width: 2rem;
  height: 1rem;
  transition: 0.2s ease;
  justify-self: flex-end;
  cursor: pointer;
  z-index: 8000;
}
.mode-switch:hover span {
  opacity: 1;
  display: block;
}
.mode-switch:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: radial-gradient(circle, #1a1a1a, black);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mode-switch span {
  display: none;
  position: absolute;
  top: 1rem;
  left: -25%;
  text-align: center;
  transition: 0.2s ease;
  transform-origin: center center;
  font-size: 0.8rem;
  border: 1px solid;
}
.mode-switch span.light {
  opacity: 0;
}
.mode-switch span.dark {
  opacity: 0;
}
.mode-switch.dark:after {
  transform: translateX(calc(1rem - 1px));
}

@font-face {
  font-family: Chap;
  src: url("./fonts/ChapRegular.eot") format("opentype"), url("./fonts/ChapRegular.woff") format("woff");
}
@font-face {
  font-family: Chap-Italic;
  src: url("./fonts/ChapRegularItalic.eot") format("opentype"), url("./fonts/ChapRegularItalic.woff") format("woff");
}
body {
  font-family: "Chap", serif;
  line-height: 1.6;
  margin: 0;
  background-color: whitesmoke;
  padding: 0;
  font-size: 20px;
}

h1 {
  padding: 1rem;
  font-weight: 500;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

p {
  padding: 0 20px;
  max-width: 65ch;
  margin: 0 auto 1.5rem auto;
}
p.intro {
  padding: 4rem 1rem;
  font-size: clamp(1rem, 5vw, 2rem);
}
p.intro .more {
  position: relative;
  margin-left: 4rem;
  transform: scale(0.5);
}
p.intro .more::after {
  position: absolute;
  display: block;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  content: ">";
  transition: 0.2s ease;
}
p.intro .more:hover {
  cursor: pointer;
}
p.intro .more:hover::after {
  content: ">";
  right: -3rem;
}

ul.list {
  list-style-type: none;
  padding: 0;
}
ul.list li {
  padding: 0.5rem 4rem;
  max-width: 80ch;
  margin: 0 auto 1.5rem auto;
}
ul.list li::before {
  content: "—";
  display: inline-block;
  width: 1rem;
  margin-right: 0.5rem;
}

.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three-col .col {
  border-radius: 5px;
}

.entry-header {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  max-width: 80ch;
  margin: auto;
}
.entry-header h1 {
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 0.2rem;
}
.entry-header p {
  margin: 0;
}
.entry-header.exhibition-header {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .central-header-content {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.central-header-content ul {
  margin: 0;
  padding: 0;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  text-align: center;
  min-height: 4rem;
}
@media screen and (max-width: 768px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }
}
.site-header .open-menu {
  display: block;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
}
.site-header .site-title {
  max-width: unset;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 1.4rem;
  padding: 1rem 0;
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 768px) {
  .site-header .site-title {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.site-header .site-title.hide {
  display: none;
}
.site-header ul {
  grid-column: 2;
  grid-row: 1;
  display: none;
  justify-content: space-evenly;
  list-style: none;
  padding: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .site-header ul {
    grid-column: 1;
    grid-row: 2;
  }
}
.site-header ul li {
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.site-header ul li a {
  color: black;
}
.site-header ul.view {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-header ul.view {
    gap: 1rem;
    padding: 0 4rem;
    flex-wrap: wrap;
  }
}

.slider {
  display: flex;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 60vh;
  position: relative;
}
.slider .slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.slider .slide div {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.slider .slide div h2 {
  margin-top: auto;
  margin-bottom: 0;
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
}
.slider .slide div h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: clamp(0.8rem, 4vw, 1.5rem);
  font-weight: 300;
}
.slider .slide div p {
  margin: 0;
}
.slider .slider-indicators {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}
.slider .slider-indicators button {
  width: 1rem;
  border: none;
  height: 0;
  padding: 0.1rem;
  background-color: black;
}
.slider .slider-indicators button[aria-current=true], .slider .slider-indicators button.active {
  height: 0.2rem;
  opacity: 1;
  background-color: black;
  transform: scale(1.2);
}
.slider .slider-indicators button:focus-visible {
  outline: 2px solid rgba(11, 102, 35, 0.2);
  outline-offset: 2px;
}
.slider .slider-control {
  background-color: transparent;
  border: none;
  font-family: "chap", serif;
  font-size: 2rem;
  position: absolute;
  place-content: center;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.slider .slider-control.prev, .slider .slider-control.next {
  position: absolute;
  top: 0;
  height: 3rem;
  background-color: var(--primary);
  padding: 0;
  place-content: center;
  cursor: pointer;
}
.slider .slider-control.prev:hover, .slider .slider-control.next:hover {
  background-color: rgb(255, 255, 255);
}
.slider .slider-control.prev {
  left: calc(100% - 3rem);
}
.slider .slider-control.next {
  right: -1rem;
}

.slide {
  min-width: 100%;
  transition: transform 0.5s ease;
}

.about-section {
  margin-top: auto;
  margin-bottom: auto;
  padding: 2rem 0;
}
.about-section:nth-of-type(odd) .info {
  grid-column: 1;
  grid-row: 1;
}
.about-section:nth-of-type(odd) .about-image {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .about-section:nth-of-type(odd) .about-image {
    grid-column: unset;
    grid-row: unset;
  }
}
.about-section p {
  margin: 0;
}
.about-section p + p {
  text-indent: 1rem;
}
.about-section .info {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen {
  .about-section .info {
    padding: 1rem;
  }
}
.about-section .info h3 {
  margin: 0 0 1rem 0;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1.3px;
}
.about-section .info p {
  padding: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-2.space {
  margin: 4rem 0;
}

figure {
  margin: 0;
}
figure figcaption {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem;
  color: rgb(25.5, 25.5, 25.5);
}

.programme-holder {
  margin-top: 4rem;
  position: relative;
}
.programme-holder .filter {
  list-style: none;
  padding: 0 1rem;
  display: flex;
  flex-flow: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
.programme-holder .filter li button {
  background: none;
  border: 1px solid black;
  padding: 0.2rem 0.5rem;
  font-family: "Chap", serif;
  cursor: pointer;
}
.programme-holder .filter li button.active, .programme-holder .filter li button:hover {
  background-color: black;
  color: white;
}
.programme-holder .programme-item {
  margin: 0;
  font-size: 1rem;
  border-bottom: 1px solid black;
}
.programme-holder .programme-item .programme-media {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -100;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.1s ease;
  display: grid;
  place-content: center;
}
.programme-holder .programme-item .programme-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programme-holder .programme-item:hover {
  background-color: white;
  z-index: 1;
}
.programme-holder .programme-item:hover .programme-media {
  opacity: 0.4;
}
.programme-holder .programme-item a {
  position: relative;
}
.programme-holder .programme-item a .exhibition-info {
  display: grid;
  padding: 0.4rem 0;
  grid-template-columns: 2fr 2fr 4fr 3fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .programme-holder .programme-item a .exhibition-info {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .programme-holder .programme-item a .exhibition-info * {
    padding: 0 0.4rem;
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.programme-holder .programme-item a.current .exhibition-info {
  background-color: var(--primary) !important;
}
.programme-holder .programme-item a.current:hover .exhibition-info {
  background-color: white !important;
}
.programme-holder .programme-item a:hover {
  background-color: white !important;
  z-index: 1;
}
.programme-holder .programme-item.active {
  display: grid;
}
@media screen and (max-width: 768px) {
  .programme-holder .programme-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.programme-holder .programme-item:first-of-type {
  border-top: 1px solid black;
}
.programme-holder .programme-item p {
  margin: 0;
}
.programme-holder .programme-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.programme-holder .programme-item .central {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .programme-holder .programme-item .central {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
}
.programme-holder .programme-item .central .artists {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .programme-holder .programme-item .central .artists {
    flex-direction: column;
    gap: 0;
  }
}
.programme-holder .programme-item h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  text-decoration-thickness: 1px;
}

.studio-holder .studio-desc {
  margin: 0 0 4rem 0;
}
.studio-holder .studio-desc > p {
  margin: 0;
}
.studio-holder .studio-item {
  padding: 0.4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  font-size: 1rem;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 768px) {
  .studio-holder .studio-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.studio-holder .studio-item:nth-of-type(0) {
  border-top: 1px solid black;
}
.studio-holder .studio-item p {
  margin: 0;
}
.studio-holder .studio-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.studio-holder .studio-item .central {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .studio-holder .studio-item .central {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
}
.studio-holder .studio-item .central .artists {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .studio-holder .studio-item .central .artists {
    flex-direction: column;
    gap: 0;
  }
}
.studio-holder .studio-item h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
}

.programme-item-holder .programme-item-header {
  grid-template-columns: 1fr;
  text-align: left;
}
.programme-item-holder .programme-item-header img {
  max-height: 60vh;
  background-color: antiquewhite;
}
.programme-item-holder .programme-item-header h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  margin: 0;
  padding: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 0.2rem;
}

blockquote {
  display: flex;
  flex-direction: column;
  max-width: 60ch;
  padding: 0 2rem;
  margin: 0 auto 5rem auto;
}
blockquote cite {
  font-style: normal;
  margin-top: 1rem;
}
blockquote cite:before {
  content: "—";
  margin-right: 0.5rem;
}/*# sourceMappingURL=styles.css.map */