html {
  font: 16px/1.5 "Times New Roman", serif;
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body.home {
  flex-direction: row;
  flex-wrap: wrap;
}
body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 63rem;
  min-height: 100%;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
cite,
em {
  font-family: "Arial", sans-serif;
  font-size: 0.75rem;
}
time,
code {
  font-family: "Menlo", "Monaco", monospace;
  font-size: 0.75rem;
}
dd {
  margin-left: 1.5rem;
}
dl {
  margin: 0.75rem 0.75rem 0;
}
li {
  list-style: circle;
}
ul {
  margin: 0.75rem 0.75rem 0;
  padding-left: 1.5rem;
}
p:first-child {
  margin-top: 0;
}
p:only-child {
  margin-top: 0;
}
p:has(em) {
  max-width: 64ch;
}
p {
  margin: 0.75rem 0.75rem 0;
  max-width: 72ch;
}
h1,
h2,
h3 {
  font: inherit;
  margin: 0;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  text-decoration: underline;
}
h1 strong {
  font-size: 1.125rem;
  line-height: 1;
}
h1 {
  margin: 0.75rem 0.75rem 0;
}
h2 {
  align-items: end;
  display: inline-flex;
  flex-basis: 100%;
  font-size: 1.5rem;
  line-height: 1;
  margin: 1.5rem 0 0.75rem 0.75rem;
  text-transform: uppercase;
}
h2:last-of-type ~ figure h3 {
  font-weight: normal;
}
h3 {
  font-weight: bold;
  line-height: 1.25;
}
small {
  font-size: 0.75rem;
}
sup {
  line-height: 1;
}
iframe {
  aspect-ratio: 800/450;
  background: #000;
  border: 0;
}
video {
  aspect-ratio: 1280/720;
}
iframe,
video {
  height: auto;
}
iframe,
video,
img {
  font-size: 0.5rem;
  max-width: 100%;
  vertical-align: top;
}
picture img {
  height: 100%;
  object-fit: cover;
}
picture:nth-of-type(1) img {
  background: rgb(4, 8, 7);
}
picture:nth-of-type(2) img {
  background: rgb(184, 165, 167);
}
picture:nth-of-type(3) img {
  background: rgb(187, 171, 129);
}
picture:nth-of-type(1) {
  margin-top: 0;
}
picture {
  aspect-ratio: 1200/600;
  margin-top: 2.25rem;
}
picture:nth-of-type(1) ~ p:nth-of-type(1) {
  max-width: 75ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(2) {
  max-width: 90ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(3) {
  max-width: 80ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(4) {
  max-width: 70ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(5) {
  max-width: 70ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(6) {
  max-width: 80ch;
}
picture:nth-of-type(1) ~ p:nth-of-type(7) {
  max-width: 70ch;
}
picture ~ p {
  margin-left: 2.25rem;
}
figure:nth-of-type(1) a[hidden],
figure:nth-of-type(2) a[hidden] {
  aspect-ratio: 720/1030;
}
figure:nth-of-type(3) a[hidden],
figure:nth-of-type(4) a[hidden],
figure:nth-of-type(5) a[hidden],
figure:nth-of-type(6) a[hidden] {
  aspect-ratio: 840/1190;
}
figure a[hidden] {
  display: initial;
  overflow: hidden;
  vertical-align: top;
}
figure a[hidden] img[src*="arcadia"] {
  background: rgb(165, 110, 90);
}
figure a[hidden] img[src*="interruption"] {
  background: rgb(25, 25, 25);
}
figure a[hidden] img[src*="third-kind"] {
  background: rgb(5, 6, 8);
}
figure a[hidden] img[src*="eighth-continent"] {
  background: rgb(177, 180, 181);
}
figure a[hidden] img[src*="out-of-frame"] {
  background: rgb(149, 176, 182);
}
figure a[hidden] img[src*="casus-belli"] {
  background: rgb(250, 250, 250);
}
figure a[hidden] img[src*="touch-me"] {
  background: rgb(244, 252, 174);
}
figure a[hidden] img[src*="bad-poem"] {
  background: rgb(65, 65, 65);
}
figure a[hidden] img[src*="national-theater"] {
  background: rgb(60, 55, 55);
}
figure a[hidden] img[src*="athens-biennale"] {
  background: rgb(235, 215, 195);
}
figure a[hidden] img {
  height: calc(100% + 1px);
  object-fit: cover;
}
figure:nth-of-type(3) figcaption,
figure:nth-of-type(4) figcaption,
figure:nth-of-type(5) figcaption,
figure:nth-of-type(6) figcaption {
  justify-content: end;
}
figcaption p {
  margin: 0;
}
figcaption {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1;
  padding: 0.75rem 0.75rem 1.5rem;
}
figure {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
main {
  max-width: 30rem;
  padding: 1.5rem 0;
}
footer {
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 0.875rem;
  padding: 1.5rem 0 3rem;
  margin-top: auto;
}
blockquote code {
  font-size: 0.875rem;
}
blockquote p {
  font-size: 1.125rem;
  margin: 0;
  max-width: 70ch;
}
blockquote footer {
  padding: 0;
}
blockquote + blockquote {
  margin-top: 0.25rem;
}
blockquote {
  margin: 1.25rem 0.75rem 0;
  width: calc(100% - 1.5rem);
}
blockquote:last-of-type {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 300px) {
  figure a[hidden] {
    max-width: min(50%, 15rem);
  }
  figure {
    margin: 0 auto 0 0;
  }
}
@media all and (min-width: 440px) {
  figure:nth-of-type(1) a[hidden],
  figure:nth-of-type(2) a[hidden] {
    flex-basis: 100%;
    max-width: 100%;
  }
  figure:nth-of-type(1) a[hidden] img,
  figure:nth-of-type(2) a[hidden] img {
    width: 100%;
  }
  figure:nth-of-type(1),
  figure:nth-of-type(2) {
    max-width: 50%;
  }
  footer ul {
    padding-left: 2.25rem;
  }
  footer {
    margin-left: 1.5rem;
    margin-right: auto;
  }
  blockquote footer {
    margin-left: 1.5rem;
  }
  h1 ~ footer {
    margin-left: 0.5rem;
  }
  h1 ~ p[lang="el"] + dl,
  h1,
  h1 ~ p {
    margin-left: 1.25rem;
  }
  h1 ~ p[lang="el"] + dl dt,
  h1 ~ p[lang="el"] {
    font-style: italic;
  }
  h2 {
    margin-left: 2.25rem;
  }
}
@media all and (min-width: 530px) {
  figure:nth-of-type(3) a[hidden],
  figure:nth-of-type(4) a[hidden],
  figure:nth-of-type(5) a[hidden],
  figure:nth-of-type(6) a[hidden] {
    flex-basis: 100%;
    max-width: 100%;
  }
  figure:nth-of-type(3),
  figure:nth-of-type(4),
  figure:nth-of-type(5),
  figure:nth-of-type(6) {
    flex-basis: min(40%, 21.75rem);
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  blockquote footer {
    margin-left: 2.5rem;
  }
  h1 ~ footer {
    margin-left: 1.5rem;
  }
  h1 ~ p[lang="el"] + dl,
  h1,
  h1 ~ p {
    margin-left: 2.25rem;
  }
}
@media all and (min-width: 660px) {
  main p {
    margin-top: 0;
  }
  main {
    display: flex;
    max-width: none;
    padding: 4.5rem 0;
  }
}
@media all and (min-width: 800px) {
  body {
    margin-right: 12.5%;
  }
}
@media all and (min-width: 990px) {
  body {
    margin-right: 22.25%;
  }
}
@media all and (min-width: 1370px) {
  main {
    margin-left: -3rem;
  }
}
@media (prefers-color-scheme: dark) {
  html {
    background: #1e1e1e;
    color: #efefef;
  }
  a {
    color: inherit;
  }
}
