/* Valeska — Gestaltung. Bild vor Text, Weißraum, keine Farbakzente.
   Schriften liegen lokal unter assets/fonts/. Kein fremdes CDN. */

@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/eb-garamond-latin-400-normal.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/eb-garamond-latin-600-normal.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --grund: #faf9f7;
  --grund-tief: #f2f0ec;
  --text: #1c1b19;
  --text-leise: #6b6862;
  --linie: #ddd9d2;
  --serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --grotesk: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --rand: clamp(1.25rem, 5vw, 4rem);
  --spalte: 68rem;
  --luft: clamp(3.5rem, 9vw, 8rem);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--grund);
  color: var(--text);
  font-family: var(--grotesk);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-underline-offset: 0.2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--text-leise); }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.25rem, 6vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.25rem); margin-top: 2.4em; }
h3 { font-size: 1.25rem; margin-top: 2em; }
h2:first-child, h3:first-child { margin-top: 0; }

p { margin: 0 0 1.2em; max-width: 40em; }
.vorspann { font-family: var(--serif); font-size: clamp(1.25rem, 2.6vw, 1.6rem); line-height: 1.45; color: var(--text); max-width: 34em; }

.huelle { max-width: var(--spalte); margin-inline: auto; padding-inline: var(--rand); }
.huelle-breit { max-width: 88rem; margin-inline: auto; padding-inline: var(--rand); }
.abschnitt { padding-block: var(--luft); }
.trenner { border: 0; border-top: 1px solid var(--linie); margin: 0; }

/* Kopf */
.kopf { border-bottom: 1px solid var(--linie); background: var(--grund); }
.kopf-innen { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding-block: 1.5rem; }
.marke { font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; }
.marke span { display: block; font-family: var(--grotesk); font-size: 0.6875rem; letter-spacing: 0.16em; color: var(--text-leise); text-transform: uppercase; margin-top: 0.15rem; }
.navi { display: flex; flex-wrap: wrap; gap: 0.35rem 1.5rem; font-size: 0.9375rem; }
.navi a { text-decoration: none; color: var(--text-leise); padding-block: 0.15rem; }
.navi a:hover, .navi a[aria-current="page"] { color: var(--text); text-decoration: underline; }

/* Startseite: Kopfbereich */
.auftakt { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 62rem) { .auftakt { grid-template-columns: 1fr 1.15fr; } }
.auftakt-text p { max-width: 32em; }
.auftakt figure { margin: 0; }
.auftakt figure img { background: var(--grund-tief); }
.auftakt figcaption, .bild-legende { font-size: 0.875rem; color: var(--text-leise); margin-top: 0.75rem; }

/* Belegzeilen */
.belege { background: var(--grund-tief); border-block: 1px solid var(--linie); }
.belege-raster { display: grid; gap: 2.5rem; padding-block: var(--luft); }
@media (min-width: 48rem) { .belege-raster { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.beleg-zahl { font-family: var(--serif); font-size: clamp(2.25rem, 5vw, 3.25rem); line-height: 1; display: block; margin-bottom: 0.4rem; }
.beleg p { font-size: 0.9375rem; color: var(--text-leise); margin: 0; }

/* Werke-Raster */
.werke-raster { display: grid; gap: clamp(2rem, 4vw, 3.5rem); grid-template-columns: 1fr; list-style: none; margin: 0; padding: 0; }
@media (min-width: 34rem) { .werke-raster { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .werke-raster { grid-template-columns: repeat(3, 1fr); } }
.werk-karte a { text-decoration: none; display: block; }
.werk-bild { background: var(--grund-tief); overflow: hidden; aspect-ratio: 4 / 3; }
.werk-bild img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease; }
.werk-karte a:hover .werk-bild img { opacity: 0.88; }
.werk-titel { font-family: var(--serif); font-size: 1.3rem; margin: 0.9rem 0 0.15rem; }
.werk-meta { font-size: 0.875rem; color: var(--text-leise); margin: 0; }
.werk-preis { font-size: 0.9375rem; margin: 0.35rem 0 0; }

/* Werk-Einzelseite */
.werk-seite { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (min-width: 62rem) { .werk-seite { grid-template-columns: 1.5fr 1fr; } }
.werk-daten { border-top: 1px solid var(--linie); }
.werk-daten div { display: flex; justify-content: space-between; gap: 1.5rem; padding: 0.7rem 0; border-bottom: 1px solid var(--linie); font-size: 0.9375rem; }
.werk-daten dt { color: var(--text-leise); margin: 0; }
.werk-daten dd { margin: 0; text-align: right; }
.preis-gross { font-family: var(--serif); font-size: 1.5rem; }

/* Zeitleiste Ausstellungen */
.zeitleiste { list-style: none; margin: 0; padding: 0; }
.zeitleiste > li { display: grid; gap: 0.4rem 2.5rem; padding-block: 2.25rem; border-bottom: 1px solid var(--linie); }
@media (min-width: 48rem) { .zeitleiste > li { grid-template-columns: 7rem 1fr; } }
.jahr { font-family: var(--serif); font-size: 1.75rem; line-height: 1; color: var(--text-leise); }
.zeitleiste h3 { margin: 0 0 0.2rem; font-size: 1.4rem; }
.zeitleiste .ort { font-size: 0.9375rem; color: var(--text-leise); margin: 0 0 0.8rem; }
.zeitleiste .beschreibung { margin: 0; max-width: 46em; }
.laudatio { font-size: 0.9375rem; color: var(--text-leise); margin: 0.7rem 0 0; }

.naechste { background: var(--grund-tief); border: 1px solid var(--linie); padding: clamp(1.5rem, 4vw, 2.5rem); margin-bottom: 3rem; }
.naechste h2 { margin: 0 0 0.4rem; font-size: 1.5rem; }
.naechste p { margin: 0; color: var(--text-leise); }

/* Stimmen */
.stimmen { list-style: none; margin: 0; padding: 0; display: grid; gap: 2.5rem; }
@media (min-width: 48rem) { .stimmen { grid-template-columns: repeat(2, 1fr); gap: 3rem; } }
.stimme blockquote { font-family: var(--serif); font-size: 1.3rem; line-height: 1.45; margin: 0 0 0.8rem; }
.stimme p { font-size: 0.875rem; color: var(--text-leise); margin: 0; }
.presse-liste { list-style: none; margin: 0; padding: 0; }
.presse-liste li { padding-block: 1.1rem; border-bottom: 1px solid var(--linie); display: grid; gap: 0.2rem 2rem; }
@media (min-width: 48rem) { .presse-liste li { grid-template-columns: 15rem 1fr; } }
.presse-liste strong { font-weight: 500; }
.presse-liste span { color: var(--text-leise); }

/* Formulare */
.formular { display: grid; gap: 1.1rem; max-width: 38rem; }
.feld { display: grid; gap: 0.35rem; }
.feld label { font-size: 0.875rem; color: var(--text-leise); }
.feld input, .feld select, .feld textarea {
  font: inherit; font-size: 1rem; color: var(--text);
  background: #fff; border: 1px solid var(--linie); border-radius: 0;
  padding: 0.7rem 0.8rem; width: 100%;
}
.feld textarea { min-height: 8rem; resize: vertical; }
.feld input:focus-visible, .feld select:focus-visible, .feld textarea:focus-visible,
a:focus-visible, button:focus-visible { outline: 2px solid var(--text); outline-offset: 2px; }
.feld-paar { display: grid; gap: 1.1rem; }
@media (min-width: 34rem) { .feld-paar { grid-template-columns: 1fr 1fr; } }
.zustimmung { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.875rem; color: var(--text-leise); }
.zustimmung input { width: auto; margin-top: 0.25rem; flex: none; }

.knopf {
  font: inherit; font-size: 0.9375rem; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--text); color: var(--grund); border: 1px solid var(--text);
  padding: 0.85rem 1.75rem; cursor: pointer; text-decoration: none;
  display: inline-block; text-align: center; justify-self: start;
}
.knopf:hover { background: transparent; color: var(--text); }
.knopf-leise { background: transparent; color: var(--text); }
.knopf-leise:hover { background: var(--text); color: var(--grund); }

/* Fuß */
.fuss { background: var(--grund-tief); border-top: 1px solid var(--linie); margin-top: var(--luft); }
.fuss-innen { display: grid; gap: 3rem; padding-block: var(--luft); }
@media (min-width: 56rem) { .fuss-innen { grid-template-columns: 1.3fr 1fr; gap: 4rem; } }
.verteiler h2 { font-size: 1.5rem; margin: 0 0 0.5rem; }
.verteiler p { font-size: 0.9375rem; color: var(--text-leise); max-width: 34em; }
.verteiler-zeile { display: grid; gap: 0.75rem; max-width: 30rem; }
@media (min-width: 34rem) { .verteiler-zeile { grid-template-columns: 1fr auto; } }
.fuss-navi { display: grid; gap: 0.5rem; font-size: 0.9375rem; align-content: start; }
.fuss-navi a { color: var(--text-leise); text-decoration: none; }
.fuss-navi a:hover { color: var(--text); text-decoration: underline; }
.fuss-schluss { border-top: 1px solid var(--linie); padding-block: 1.5rem; font-size: 0.8125rem; color: var(--text-leise); display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; }

/* Hinweise für unfertige Inhalte — im Quelltext nicht zu übersehen */
.platzhalter-hinweis { background: #fff6d9; border-left: 3px solid #c9a227; padding: 0.6rem 0.9rem; display: block; font-size: 0.9375rem; }
.luecke { background: #fff6d9; border-bottom: 1px dashed #c9a227; padding: 0 0.25rem; font-family: var(--grotesk); font-size: 0.875rem; letter-spacing: 0.04em; }

.liste-schlicht { list-style: none; margin: 0 0 1.2em; padding: 0; }
.liste-schlicht li { padding-block: 0.35rem; }
.leistungen { list-style: none; margin: 0; padding: 0; max-width: 40em; }
.leistungen li { padding: 0.7rem 0; border-bottom: 1px solid var(--linie); }

.nur-fuer-screenreader {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.sprungmarke:focus { position: fixed; top: 0.5rem; left: 0.5rem; width: auto; height: auto; clip: auto; background: var(--text); color: var(--grund); padding: 0.6rem 1rem; z-index: 10; }

/* ---------- Bühne (randloser Auftakt) ---------- */
.buehne { position: relative; margin: 0; background: var(--grund-tief); }
.buehne img { width: 100%; height: clamp(22rem, 74vh, 46rem); object-fit: cover; }
.buehne-text {
  position: absolute; inset: auto 0 0 0; color: #fff;
  padding: clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(to top, rgba(12,11,10,0.72) 0%, rgba(12,11,10,0.35) 45%, rgba(12,11,10,0) 100%);
}
.buehne-text h1 { margin: 0 0 0.25em; font-size: clamp(2.75rem, 9vw, 6rem); color: #fff; letter-spacing: 0.01em; }
.buehne-text p { margin: 0; max-width: 34em; font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.5; color: rgba(255,255,255,0.92); }

/* ---------- Kundenband ---------- */
.kundenband {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.75rem; align-items: baseline;
  padding-bottom: var(--luft); font-size: 0.9375rem; color: var(--text-leise);
}
.kundenband span { white-space: nowrap; }
.kundenband a { color: var(--text); }

/* ---------- Drei Wege ---------- */
.wege { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 56rem) { .wege { grid-template-columns: repeat(3, 1fr); } }
.weg { border-top: 2px solid var(--text); padding-top: 1.5rem; }
.weg h3 { margin: 0 0 0.6rem; font-size: 1.6rem; }
.weg p { font-size: 0.9375rem; }
.weg-beleg { color: var(--text-leise); font-style: italic; }

/* ---------- Großes Zitat ---------- */
.grosses-zitat {
  margin: 0; background: var(--text); color: var(--grund);
  padding: clamp(3rem, 8vw, 7rem) var(--rand); text-align: center;
}
.grosses-zitat blockquote {
  margin: 0 auto 1.25rem; max-width: 24em;
  font-family: var(--serif); font-size: clamp(1.75rem, 4.5vw, 3rem); line-height: 1.25;
}
.grosses-zitat figcaption { font-size: 0.875rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(250,249,247,0.65); }

/* ---------- Ausstellungsfotos in der Zeitleiste ---------- */
.ausstellung-fotos { display: grid; gap: 1.25rem; margin-top: 1.5rem; }
@media (min-width: 40rem) { .ausstellung-fotos { grid-template-columns: repeat(2, minmax(0, 18rem)); } }
.ausstellung-fotos figure { margin: 0; }
.ausstellung-fotos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--grund-tief); }
.ausstellung-fotos figcaption { font-size: 0.8125rem; color: var(--text-leise); margin-top: 0.5rem; line-height: 1.4; }

/* ---------- Portraits ---------- */
.portraits { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.portraits figure { margin: 0; }
.portraits img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--grund-tief); }
.portraits figcaption { font-size: 0.8125rem; color: var(--text-leise); margin-top: 0.5rem; line-height: 1.4; }

/* ---------- Referenzen ---------- */
.haeuser { list-style: none; margin: 0; padding: 0; display: grid; gap: 2.5rem; }
@media (min-width: 48rem) { .haeuser { grid-template-columns: repeat(2, 1fr); gap: 3rem; } }
.haeuser > li { border-top: 1px solid var(--linie); padding-top: 1.25rem; }
.haeuser h3 { margin: 0 0 0.4rem; font-size: 1.3rem; }
.haus-werk { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 0.4rem; }
.haeuser p { font-size: 0.9375rem; margin: 0; }
.kundengruppe { margin-top: 3rem; }
.kundengruppe h3 { font-size: 1.1rem; font-family: var(--grotesk); font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-leise); margin: 0 0 1rem; }
.kundenliste { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem 2rem; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); }
.kundenliste li { border-bottom: 1px solid var(--linie); padding-bottom: 0.5rem; font-size: 0.9375rem; }
.quellenhinweis { margin-top: 3rem; font-size: 0.8125rem; color: var(--text-leise); }

.selbstzitate blockquote { font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; margin: 0; max-width: 30em; }
.selbstzitate li { padding-block: 0.75rem; }
