* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 1.34;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a,
a:visited {
  color: #0000EE;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .11em;
}
a:hover { text-decoration-thickness: 1.5px; }
img { display: block; width: 100%; height: auto; }
header, main, footer {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
}
header { padding: 54px 0 34px; }
h1, h2, h3, p { font: inherit; margin: 0; }
h1 {
  font-size: clamp(39px, 4.5vw, 62px);
  line-height: .98;
  font-weight: normal;
  margin-bottom: 34px;
  max-width: 850px;
}
.intro {
  max-width: 790px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.13;
}
.statement {
  max-width: 810px;
  margin-top: 16px;
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.2;
}
nav {
  margin-top: 38px;
  max-width: 860px;
  line-height: 1.75;
}
nav a { margin-right: 15px; }

section { margin: 0 0 112px; }
main > section:not(#about) { max-width: 930px; }
section > h2 {
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 24px;
}
section h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 12px;
}
ul, ol { margin: 0; padding-left: 1.15em; }
li { margin-bottom: 10px; }

.activity,
.project-list,
.simple-list { max-width: 900px; }
.activity { list-style: none; padding: 0; }
.activity li {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 17px;
  align-items: baseline;
}
.activity .date {
  font-size: 15px;
  line-height: 1.2;
}
.activity .activity-copy { min-width: 0; }
.activity .activity-copy > a { font-size: 21px; }
.activity .activity-place {
  display: block;
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.25;
}

.project-list { padding-left: 1.25em; }
.project-list li { margin-bottom: 19px; padding-left: 4px; }
.project-list li > a { font-size: 22px; line-height: 1.12; }
.project-note {
  display: block;
  max-width: 720px;
  margin: 3px 0 0;
  font-size: 17px;
  line-height: 1.28;
}

.photo,
.photo-pair {
  margin-top: 0;
  margin-bottom: 124px;
}
.photo-pair {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  width: 86%;
  margin-left: 4%;
}
.photo-pair img:first-child { aspect-ratio: 4 / 5; object-fit: cover; }
.photo-pair img:nth-child(2) { aspect-ratio: 4 / 5; object-fit: cover; }
.photo-pair figcaption { grid-column: 1 / -1; }
.photo.large { width: 92%; }
.photo.medium { width: min(64%, 720px); }
.photo.right { margin-left: auto; }
figcaption {
  font-size: 13px;
  line-height: 1.25;
  margin-top: 7px;
  max-width: 760px;
}
#projects + .photo { width: 88%; }
#curatorial + .photo { width: 72%; margin-left: 8%; }

#curatorial p,
#discourse p,
#cv p { max-width: 720px; }
#curatorial p + p,
#discourse p + p,
#cv p + p { margin-top: 8px !important; }

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(240px, .55fr);
  gap: 72px;
  align-items: start;
  max-width: 1030px;
}
.about { max-width: 650px; font-size: 20px; line-height: 1.3; }
.about p + p { margin-top: 15px; }
.portrait { margin: 0; }
.portrait img { max-height: 600px; object-fit: cover; object-position: center 20%; }
footer { padding: 8px 0 58px; font-size: 16px; }
footer p { margin: 0; }

/* Project and archive pages */
.project-header { padding-bottom: 52px; }
.project-header > p:first-child { margin-bottom: 54px; font-size: 16px; }
.project-header h1 { margin-bottom: 16px; }
.project-premiere { margin-top: 18px; font-size: 20px; }
.project-tagline { max-width: 760px; margin: 10px 0 0; font-size: 22px; line-height: 1.25; }
.project-page { max-width: 1120px; }
.project-text {
  max-width: 760px;
  font-size: 21px;
  line-height: 1.31;
  margin-bottom: 76px;
}
.project-text p + p { margin-top: 22px; }
.project-images { margin-bottom: 92px; }
.project-media { margin-bottom: 92px; }

.presentation-history { max-width: 760px; margin: 0 0 64px; }
.presentation-history h2 { margin-bottom: 18px; }
.history-list { margin: 0; padding-left: 1.15em; }
.history-list li { margin-bottom: 10px; }

.credits { max-width: 760px; }
.credits dl { margin: 0; }
.credits dt { margin-top: 24px; font-size: 16px; }
.credits dt:first-child { margin-top: 0; }
.credits dd { margin: 2px 0 0; }
.credits + .credits { margin-top: 64px; }
.source-link { margin-top: 32px; }
blockquote { margin: 0 0 30px 1.1em; max-width: 740px; }
.curation-image { max-width: 920px; }
.project-text ul { margin-top: 14px; }
.project-text h3 { margin-top: 32px; }

/* Discourse */
.discourse-list { max-width: 820px; }
.discourse-list li { margin-bottom: 18px; }
.discourse-list strong { font-weight: normal; }

/* Full CV page */
.cv-page { max-width: 920px; }
.cv-page section { margin-bottom: 74px; }
.cv-page h2 { font-size: 23px; font-weight: normal; margin-bottom: 22px; }
.cv-page p { max-width: 820px; }
.cv-page p + p { margin-top: 16px; }
.cv-long-list li { margin-bottom: 18px; }
.cv-long-list strong { font-weight: normal; }
.cv-note { margin-top: 28px; }

@media (max-width: 700px) {
  body { font-size: 18px; }
  header, main, footer { width: calc(100% - 30px); }
  header { padding: 28px 0 24px; }
  h1 { margin-bottom: 26px; }
  .intro { font-size: 22px; }
  .statement { font-size: 19px; margin-top: 14px; }
  nav { margin-top: 28px; line-height: 1.8; }
  section { margin-bottom: 76px; }
  section > h2 { margin-bottom: 18px; }
  .activity li { grid-template-columns: 1fr; gap: 2px; margin-bottom: 18px; }
  .activity .date { font-size: 14px; }
  .activity .activity-place { font-size: 16px; }
  .project-list li { margin-bottom: 18px; }
  .project-list li > a { font-size: 21px; }
  .project-note { font-size: 16px; }
  .photo, .photo-pair { margin-bottom: 80px; }
  .photo-pair {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .photo-pair img:first-child,
  .photo-pair img:nth-child(2) { aspect-ratio: auto; }
  .photo-pair figcaption { grid-column: 1; }
  .photo.large,
  #projects + .photo,
  #curatorial + .photo { width: 100%; margin-left: 0; }
  .photo.medium { width: 84%; }
  .about-layout { grid-template-columns: 1fr; gap: 38px; }
  .about { font-size: 19px; }
  .project-header > p:first-child { margin-bottom: 36px; }
  .project-tagline { font-size: 20px; }
  .project-text { font-size: 19px; margin-bottom: 58px; }
  .project-text p + p { margin-top: 18px; }
  footer { padding-bottom: 38px; }
}

.eu-funding { max-width: 600px; margin: 0 0 92px; }
.eu-funding img { width: min(100%, 600px); height: auto; }
