@charset "UTF-8";
/* CSS Document */
/* Richard Bartle — Global Site Styles */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 48px 24px 72px;
  background: #e6e6e6;
  color: #3c3c3c;
  font-family: "Gill Sans", "Gill Sans MT", Aptos, Calibri, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.page {
  max-width: 720px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 48px;
}

.page-header .return-link {
  margin: 0;
}

.site-title {
  margin: 0 0 48px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.site-title a {
  color: #333;
  text-decoration: none;
}

.return-link {
  display: inline-block;
  margin: 0 0 42px;
  color: #444;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.return-link:hover {
  color: #222;
}

.section-label,
.section-title {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #777;
}

.project-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  margin: 0 0 28px;
}

h1, h2, h3 {
  color: #333;
  font-weight: 500;
}

h1 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 28px;
}

h2 {
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 24px;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 42px 0 14px;
}

.artwork-title {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  margin: 42px 0 10px;
}

p {
  max-width: 720px;
  margin: 0 0 22px;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #111;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- Images ---------- */

.hero-image,
.work-image {
  max-width: 720px;
  margin: 36px 0 24px;
  text-align: left;
}

.hero-image img,
.work-image img,
.medium-image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.hero-image.wide {
  max-width: 820px;
}

.hero-image.catalogue-image {
  max-width: 420px;
}

.caption,
.image-caption {
  max-width: 720px;
  margin: 10px 0 32px;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
  text-align: left;
}

.image-caption a {
  color: inherit;
  text-decoration: none;
}

.image-caption a:hover {
  text-decoration: underline;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 720px;
  margin: 36px 0;
}

.image-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ---------- Exhibition Gallery ---------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 720px;
  margin: 36px 0;
}

.gallery-item {
  display: block;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

/* ---------- Video ---------- */

.video,
.video-wrapper,
iframe,
video {
  max-width: 720px;
}

.video,
.video-wrapper {
  margin: 36px 0 24px;
}

iframe,
video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* Responsive video embeds */
.video-wrapper iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

/* ---------- General Page Elements ---------- */

.meta {
  font-size: 15px;
  color: #666;
  margin-bottom: 28px;
}

.divider {
  border: 0;
  border-top: 1px solid #bdbdbd;
  margin: 46px 0;
}

.archive-links,
.menu-links {
  margin: 20px 0 36px;
}

.archive-links a,
.menu-links a {
  display: inline-block;
  margin: 0 18px 10px 0;
}

.cv-section {
  margin-bottom: 42px;
}

.cv-year {
  margin-top: 24px;
  font-weight: 500;
  color: #333;
}

.cv-entry {
  margin-bottom: 16px;
}

.footer {
  margin-top: 64px;
  font-size: 14px;
  color: #777;
}

.coming-soon {
  text-align: center;
  max-width: 700px;
  margin: 120px auto;
}

/* ---------- Menu Page ---------- */

.menu-list {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
}

.menu-toggle {
  cursor: pointer;
  display: block;
}

.submenu {
  display: none;
  margin-left: 20px;
  margin-bottom: 18px;
  font-size: 19px;
}

.submenu a {
  display: block;
}

.submenu-title {
  font-size: 19px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 4px;
  cursor: pointer;
}

.submenu-indent {
  margin-left: 20px;
  margin-bottom: 16px;
}

.submenu-indent a {
  display: block;
}

.menu-description {
  font-size: 15px;
  line-height: 1.6;
  max-width: 620px;
  margin: 4px 0 12px 0;
  color: #666666;
}

/* ---------- Language Links ---------- */

.language-link {
  margin: -18px 0 26px;
  font-size: 15px;
  color: #666;
}

.language-link a {
  color: #666;
  text-decoration: none;
}

.language-link a:hover {
  color: #222;
}

/* ---------- Supporters ---------- */

.supporters {
  margin: 48px 0;
  text-align: center;
}

.supporters-title {
  margin: 0 0 20px;
  font-weight: 600;
}

.supporter-logo {
  max-height: 60px;
  width: auto;
  display: inline-block;
  margin: 0 18px 18px;
  vertical-align: middle;
}

/* ---------- Mobile ---------- */

@media (max-width: 700px) {
  body {
    padding: 28px 18px 56px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
    color: #3c3c3c;
  }

  .site-title {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .project-title {
    font-size: 26px;
  }

  h1 {
    font-size: 29px;
    line-height: 1.25;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 21px;
  }

  .artwork-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
  }

  p {
    max-width: 100%;
  }

  .return-link {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .caption,
  .image-caption {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-image,
  .work-image,
  .hero-image.wide,
  .video,
  .video-wrapper,
  iframe,
  video {
    max-width: 100%;
  }

  .image-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
	
  .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .supporters {
    text-align: center;
  }

  .supporter-logo {
    max-height: 55px;
    width: auto;
    display: inline-block;
    margin: 8px 12px;
  }
}