* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f6f1ea;
  --surface: rgba(255, 252, 248, 0.88);
  --surface-strong: #fffdf9;
  --text: #221c17;
  --muted: #74685e;
  --line: rgba(91, 71, 53, 0.16);
  --accent: #8a6448;
  --accent-dark: #684b35;
  --shadow: 0 16px 36px rgba(40, 27, 18, 0.10);
  --radius: 18px;
  --content-width: 1000px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(138, 100, 72, 0.08), transparent 26%),
    linear-gradient(180deg, #fbf7f2 0%, #f3ece3 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.wrapper {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.banner {
  width: 1000px;
  max-width: 100%;
  min-height: 280px;
  margin: 0 auto 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(39, 28, 20, 0.28), rgba(39, 28, 20, 0.28)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 700"><defs><linearGradient id="g" x1="0" y1="0" x2="1" y2="1"><stop stop-color="%23d2b89d" offset="0"/><stop stop-color="%238e6d52" offset="0.45"/><stop stop-color="%23efe2d2" offset="1"/></linearGradient></defs><rect width="1600" height="700" fill="url(%23g)"/><circle cx="250" cy="180" r="140" fill="rgba(255,255,255,0.15)"/><circle cx="1260" cy="180" r="170" fill="rgba(255,255,255,0.12)"/><path d="M0 560 C260 470, 370 650, 610 570 S1040 430, 1320 520 S1500 610, 1600 560 V700 H0 Z" fill="rgba(255,255,255,0.16)"/></svg>') center/cover;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0,0,0,0.16), transparent);
}

.banner-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.banner-kicker,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
}

.banner-kicker {
  color: rgba(255,255,255,0.84);
  margin-bottom: 14px;
}

.banner-inner h1,
h2,
h3,
.nav-brand,
.menu > li > a,
.menu > li > button,
.hero-quote {
  font-family: "Playfair Display", Georgia, serif;
}

.banner-inner h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 12px;
}

.banner-inner p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.94);
}

.nav-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav {
  background: rgba(255, 252, 248, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  min-height: 45px;
}

.nav-brand {
  font-size: 22px;
  color: var(--accent-dark);
  padding: 10px 8px;
  letter-spacing: 0.04em;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.75);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.burger-lines,
.burger-lines::before,
.burger-lines::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--accent-dark);
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.burger-lines {
  position: relative;
}

.burger-lines::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.burger-lines::after {
  position: absolute;
  top: 6px;
  left: 0;
}

.nav.mobile-open .burger-lines {
  background: transparent;
}

.nav.mobile-open .burger-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.nav.mobile-open .burger-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0 8px 2px;
}

.menu > li {
  position: relative;
}

.menu > li > a,
.menu > li > button {
  background: none;
  border: none;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 14px;
  position: relative;
  cursor: pointer;
}

.menu > li > a:hover,
.menu > li > button:hover {
  color: var(--accent-dark);
}

.menu a.active,
.menu li.active > button {
  color: var(--accent-dark);
}

/* feine Linie darunter */
.menu a.active::after,
.menu li.active > button::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  background: var(--accent);
}


.caret {
  font-size: 8px;
  transition: transform 0.2s ease;
}

.dropdown.open > button .caret {
  transform: rotate(180deg);
}

.submenu {
  list-style: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(40, 27, 18, 0.12);
  padding: 8px;
  display: none;
}

.dropdown.open .submenu {
  display: block;
}

.submenu li + li {
  margin-top: 3px;
}

.submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
}



.slideshow {
  width: 1000px;
  max-width: 100%;
  margin: 20px auto;
  overflow: hidden;
  background: #000;
  position: relative;
}

/* nur ein Slide sichtbar */
.slide {
  display: none;
  position: relative;
}

.slide.active {
  display: block;
}

/* Bild */
.slide img {
  width: 100%;
  height: auto;
  display: block;

  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

/* Fade EIN */
.slide.active img {
  opacity: 1;
}

/* Caption */
.caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 16px;
}




.hero-grid,
.gallery-grid,
.artist-section,
.contact-grid,
.footer {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  margin-bottom: 26px;
}

.card,
.gallery-card,
.artist-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  backdrop-filter: blur(7px);
}

.section-kicker {
  color: var(--accent-dark);
  margin-bottom: 10px;
}

.hero-quote {
  font-size: 38px;
  line-height: 1.2;
  color: var(--accent-dark);
  margin-bottom: 14px;
}

.lead,
.card p,
.artist-card p,
.gallery-card p,
.footer,
.mini-list li {
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.button-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.btn.secondary {
  background: transparent;
  color: var(--accent-dark);
}

.mini-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.mini-list li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 71, 53, 0.12);
}

.mini-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: -2px;
}

.section-head h2,
.artist-card h2,
.card h3,
.gallery-card h3 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--text);
}

.section-note {
  max-width: 340px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.gallery-card {
  padding: 0;
  overflow: hidden;
}

.gallery-image {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24, 18, 14, 0.24), transparent 45%);
}

.gallery-body {
  padding: 18px;
}

.gallery-meta {
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
}

.gallery-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.artist-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  margin-bottom: 26px;
  align-items: stretch;
}

.artist-portrait {
  min-height: 420px;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(91, 71, 53, 0.10);
  background:
    linear-gradient(rgba(52, 38, 28, 0.14), rgba(52, 38, 28, 0.14)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 900"><defs><linearGradient id="p" x1="0" y1="0" x2="1" y2="1"><stop stop-color="%23e8d9ca" offset="0"/><stop stop-color="%23c4a48a" offset="0.5"/><stop stop-color="%23876b55" offset="1"/></linearGradient></defs><rect width="800" height="900" fill="url(%23p)"/><circle cx="420" cy="270" r="120" fill="rgba(255,255,255,0.20)"/><rect x="250" y="420" width="300" height="280" rx="150" fill="rgba(255,255,255,0.18)"/><path d="M160 790 C280 700, 520 700, 650 800" fill="none" stroke="rgba(255,255,255,0.24)" stroke-width="22" stroke-linecap="round"/></svg>') center/cover;
}

.artist-card ul {
  padding-left: 18px;
  margin-top: 14px;
  color: var(--muted);
}

.artist-card li + li {
  margin-top: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 36px;
}

.footer {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-bottom: 20px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
}

.footer a {
  color: var(--accent-dark);
}

.to-top {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.to-top:hover {
  background: var(--accent);
  color: #fff;
}

@media (max-width: 1020px) {
  .banner-inner h1 { font-size: 42px; }
  .slideshow { height: 420px; }
  .hero-grid,
  .gallery-grid,
  .artist-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .artist-portrait { min-height: 360px; }
}

@media (max-width: 760px) {
  .banner {
    min-height: 220px;
    margin-top: 12px;
    padding: 24px 18px;
  }

  .banner-inner h1 { font-size: 32px; }
  .banner-inner p { font-size: 14px; }
  .nav-top { padding: 6px 8px; }
  .burger { display: inline-flex; }

  .menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 8px 10px;
    border-top: 1px solid var(--line);
  }

  .nav.mobile-open .menu {
    display: flex;
  }

  .menu > li > a,
  .menu > li > button {
    width: 100%;
    justify-content: space-between;
    font-size: 17px;
    padding: 12px 10px;
  }

  .submenu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 4px;
    background: rgba(138, 100, 72, 0.05);
  }

  .slideshow { height: 300px; }
  .slide-caption {
    left: 18px;
    bottom: 18px;
    max-width: 80%;
  }
  .slide-caption h2 { font-size: 28px; }
  .slide-caption p { font-size: 14px; }
  .hero-quote,
  .section-head h2,
  .artist-card h2,
  .card h3 { font-size: 30px; }
  .card,
  .artist-card,
  .gallery-body { padding: 18px; }
}


.small-banner {
  min-height: 220px;
}

.gallery-page-intro {
  width: 1000px;
  max-width: 100%;
  margin: 24px auto 18px;
}

.gallery-category-nav {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gallery-category-nav a {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--accent-dark);
  font-weight: 600;
}

.gallery-category {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 34px;
}

.gallery-section-head {
  margin-bottom: 16px;
}

.gallery-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-list-grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gallery-list-grid-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}

.work-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-body {
  padding: 18px;
}

.work-body h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.work-body p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 1020px) {
  .gallery-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .gallery-category-nav {
    gap: 8px;
  }

  .gallery-list-grid {
    grid-template-columns: 1fr;
  }

  .work-body h3 {
    font-size: 22px;
  }
}



/* =========================
   ÜBER MICH SEITE
========================= */

.about-page {
  width: 1000px;
  max-width: 100%;
  margin: 28px auto 40px;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 24px;
  align-items: start;
}

.about-photo-card,
.about-text-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-photo {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
}

.about-text-card {
  padding: 28px;
}

.about-text-card h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.about-intro {
  font-size: 18px;
  line-height: 1.8;
  color: var(--accent-dark);
  margin-bottom: 18px;
}

.about-text-card p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 16px;
}

.about-details {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.about-quote {
  margin-top: 20px;
  padding: 18px;
  border-left: 3px solid var(--accent);
  background: rgba(138, 100, 72, 0.06);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

/* Responsive */
@media (max-width: 1020px) {
  .about-page {
    grid-template-columns: 1fr;
  }
}


.vita-list {
  width: 100%;
}

.vita-row {
  display: flex;
  gap: 30px;
  padding: 8px 0;
}

.vita-date {
  width: 220px;
  flex-shrink: 0;
  font-weight: bold;
}

.vita-text {
  flex: 1;
}

@media (max-width: 768px) {
  .vita-row {
    flex-direction: column;
    gap: 5px;
  }

  .vita-date {
    width: 100%;
  }
}




.contact-page {
  width: 1000px;
  max-width: 100%;
  margin: 26px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 760px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
}

.article-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.article-link .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-link:hover .card {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.flex-article {
  display: flex;
  gap: 100px; /* Abstand hier steuern */
  align-items: center;
  max-width: 1000px;
  margin: 20px auto;
}

@media (max-width: 760px) {
  .flex-article {
    flex-direction: column;
    gap: 20px;
  }
}

.two-col {
  display: flex;
  gap: 40px;
  width: 100%;
}

.two-col .col {
  flex: 1;
}

.two-col p {
  margin: 5px 0;
}