/* Platzhalter VI. MKH-Biennale 2026 – neutral, ohne Theme */

:root {
  --text: #1a1a1a;
  --muted: #555;
  --line: #ddd;
  --bg: #fafafa;
  --max: 40rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  /* font-family: system-ui, -apple-system, sans-serif; */
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
}

.site-header,
main,
.site-footer {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.site-header {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.logo {
  display: block;
  width: min(280px, 70vw);
  height: auto;
  margin-bottom: 1.5rem;
}

.eyebrow {
  margin: 0 0 0.4rem;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

h1 {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: normal;
  line-height: 1.2;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: normal;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}

main section {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.facts dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.facts dt {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.15rem;
}

.facts dd {
  margin: 0;
}

.konzept p,
.kontakt p {
  margin: 0;
}

.artists ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.artists li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
}

.artists li:last-child {
  border-bottom: none;
}

.note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  font-style: italic;
}

.site-footer {
  padding: 1.5rem 1.25rem 2.5rem;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@media (min-width: 640px) {
  .facts dl {
    grid-template-columns: 1fr 1fr;
  }
}
