/* bei artur: Stilblatt der öffentlichen Website.
   Look der bisherigen Seite (Playfair Display, viel Weiss, Pastellflächen), sauber neu gebaut:
   mobile-first, fluid typography, feste Abstandsskala, keine Layoutsprünge (Bilder mit width/height). */

@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/playfair-display-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/playfair-display-latin-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/playfair-display-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/nunito-sans-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/nunito-sans-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/nunito-sans-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/nunito-sans-latin-700-normal.woff2') format('woff2'); }

:root {
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Nunito Sans', 'Avenir Next', 'Segoe UI', Helvetica, Arial, sans-serif;
  --ink: #181818;
  --ink-2: #4a4a4a;
  --ink-3: #767676;
  --line: #e2e2e2;
  --line-2: #cfcfcf;
  --bg: #ffffff;
  --bg-2: #f5f5f5;
  --bg-3: #ececec;
  --accent: #181818;
  --focus: #1b6ac9;
  --ok: #2a7a3b;
  --warn: #a2531e;
  --s1: .5rem; --s2: .75rem; --s3: 1rem; --s4: 1.5rem; --s5: 2.25rem; --s6: 3.5rem; --s7: 5rem;
  --wrap: 1160px;
  --radius: 4px;
  --pill: 999px;
}

*, *::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(--bg); color: var(--ink);
  font-family: var(--serif); font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  min-height: 100dvh; display: flex; flex-direction: column;
}
.site-main { flex: 1 0 auto; }
img, picture, svg, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
img[data-focus="top"] { object-position: top; } img[data-focus="bottom"] { object-position: bottom; } img[data-focus="left"] { object-position: left; } img[data-focus="right"] { object-position: right; }
a { color: inherit; text-underline-offset: .15em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
button { font: inherit; color: inherit; }
ul { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4 { font-weight: 400; line-height: 1.15; margin: 0 0 var(--s3); letter-spacing: -.005em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem); }
h3 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.6rem); }
p { margin: 0 0 var(--s3); }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
@media (min-width: 700px) { .wrap { width: min(100% - 4rem, var(--wrap)); } }

.visually-hidden, .skip:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip:focus { position: fixed; top: var(--s2); left: var(--s2); z-index: 100; background: var(--ink); color: #fff; padding: var(--s2) var(--s3); font-family: var(--sans); }
.muted { color: var(--ink-3); }
.small { font-size: .9rem; }
.kicker { font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--s2); }
.display { font-size: clamp(2.6rem, 1.8rem + 4.5vw, 5.2rem); line-height: 1.05; margin-bottom: var(--s4); letter-spacing: -.015em; }
.display-small { font-size: clamp(2rem, 1.5rem + 2.5vw, 3.2rem); }
.lead { font-size: clamp(1.15rem, 1.05rem + .6vw, 1.5rem); line-height: 1.5; max-width: 42rem; color: var(--ink); }
.lead-prose { font-size: clamp(1.1rem, 1rem + .5vw, 1.4rem); max-width: 48rem; }
.section-title { margin-top: var(--s6); }
.credit { font-family: var(--sans); font-size: .8rem; color: var(--ink-3); margin-top: var(--s1); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--bg); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); min-height: 64px; padding-block: var(--s2); }
.brand { display: flex; align-items: center; gap: var(--s3); }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo img { width: auto; height: 26px; }
.logo-text { font-family: var(--serif); font-size: 1.25rem; }
.social { display: flex; gap: var(--s1); }
.social a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); }
.social a:hover { background: var(--bg-2); }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 0; background: none; cursor: pointer; border-radius: var(--radius); }
.nav-toggle-bars { position: relative; width: 24px; height: 18px; display: block; }
.nav-toggle-bars i { position: absolute; left: 0; width: 24px; height: 2px; background: var(--ink); transition: transform .25s, opacity .2s, top .25s; }
.nav-toggle-bars i:nth-child(1) { top: 0; } .nav-toggle-bars i:nth-child(2) { top: 8px; } .nav-toggle-bars i:nth-child(3) { top: 16px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(1) { top: 8px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(3) { top: 8px; transform: rotate(-45deg); }
.site-nav { font-family: var(--serif); font-size: 1.2rem; }
.nav-list { display: flex; flex-direction: column; }
.nav-list > li { position: relative; }
.nav-link { display: block; padding: .55rem .8rem; text-decoration: none; border-radius: var(--radius); }
.nav-list > li.on > .nav-link { background: var(--bg-3); }
.nav-link:hover { background: var(--bg-2); }
.sub { font-size: 1.05rem; }
.sub a { display: block; padding: .45rem .8rem; text-decoration: none; white-space: nowrap; border-radius: var(--radius); }
.sub a:hover, .sub a[aria-current] { background: var(--bg-2); }
.sub-toggle { display: none; }

/* Mobile: Vollflächiges Menü */
@media (max-width: 899.98px) {
  .site-nav { display: none; position: fixed; inset: 64px 0 0 0; background: var(--bg); overflow-y: auto; padding: var(--s3) var(--s3) var(--s6); z-index: 39; }
  body.nav-open .site-nav { display: block; }
  body.nav-open { overflow: hidden; }
  .nav-list > li { border-bottom: 1px solid var(--line); }
  .nav-link { padding: .9rem .5rem; font-size: 1.45rem; }
  .sub { padding: 0 0 var(--s2) var(--s3); }
  .sub a { padding: .6rem .5rem; font-size: 1.15rem; }
  .social { display: none; }
  .site-nav .social { display: flex; margin-top: var(--s4); padding-left: var(--s1); }
}
@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .site-nav .social { display: none; }
  .nav-list { flex-direction: row; gap: .35rem; align-items: center; }
  .nav-list > li.has-sub:hover > .sub, .nav-list > li.has-sub:focus-within > .sub, .nav-list > li.has-sub.open > .sub { display: block; }
  .sub { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(0,0,0,.08); padding: .4rem; z-index: 50; }
  .sub-toggle { display: inline-flex; position: absolute; right: -2px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; align-items: center; justify-content: center; border: 0; background: none; cursor: pointer; border-radius: 50%; color: var(--ink-3); }
  .sub-toggle:hover { background: var(--bg-2); }
  .nav-list > li.has-sub > .nav-link { padding-right: 1.6rem; }
}

.demo-badge { background: #fff6d6; color: #6b4a00; font-family: var(--sans); font-size: .85rem; padding: .5rem 1rem; text-align: center; border-bottom: 1px solid #f0dc9a; }

/* ---------- Startseite ---------- */
.hero { padding-top: clamp(var(--s5), 6vw, var(--s7)); padding-bottom: var(--s4); }
.hero-lead p { font-size: clamp(1.2rem, 1.05rem + .9vw, 1.75rem); line-height: 1.45; max-width: 46rem; }
.tiles-section { padding-block: var(--s5) var(--s4); }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: var(--s5) var(--s4); }
.tiles-small { grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr)); gap: var(--s4) var(--s3); }
.tile-link { display: block; text-decoration: none; text-align: center; }
.tile-img { display: block; aspect-ratio: 1; overflow: hidden; background: var(--accent, var(--bg-2)); border-radius: 2px; margin-inline: auto; max-width: 340px; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tile-link:hover .tile-img img { transform: scale(1.03); }
.tile-name { display: block; margin-top: var(--s3); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: 1.05rem; }
.tile-role { display: block; font-family: var(--sans); font-size: .8rem; color: var(--ink-3); margin-top: .15rem; letter-spacing: .06em; text-transform: uppercase; }
.tiles-small .tile-name { font-size: .9rem; }
.tiles-small .tile-role { text-transform: none; letter-spacing: 0; }
.events-section { padding-block: var(--s5) var(--s6); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s3); flex-wrap: wrap; margin-bottom: var(--s3); }
.section-head h2 { margin: 0; }
.more { font-family: var(--sans); font-size: .95rem; font-weight: 600; }
.more-line { margin-top: var(--s3); }

/* ---------- Seitenköpfe ---------- */
.page-head { padding-top: clamp(var(--s4), 5vw, var(--s6)); padding-bottom: var(--s3); }
.page-simple, .artist-page, .event-detail { padding-bottom: var(--s6); }
.page-grid { display: grid; gap: var(--s4); }
@media (min-width: 800px) { .page-grid { grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: var(--s5); align-items: start; } }
.page-body { max-width: 46rem; }
.crumbs { font-family: var(--sans); font-size: .85rem; color: var(--ink-3); padding-top: var(--s4); }
.crumbs a { color: inherit; }

/* ---------- Fliesstext ---------- */
.prose { max-width: 46rem; }
.prose p, .prose ul, .prose ol { margin-bottom: var(--s3); }
.prose ul { list-style: disc; padding-left: 1.3rem; }
.prose ol { list-style: decimal; padding-left: 1.3rem; }
.prose h2 { margin-top: var(--s5); font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); }
.prose h3 { margin-top: var(--s4); }
.prose blockquote { margin: var(--s4) 0; padding-left: var(--s3); border-left: 3px solid var(--line-2); font-style: italic; }
.prose strong { font-weight: 700; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: var(--s5) 0; }

/* ---------- Künstlerblöcke ---------- */
.artist-block { padding-block: var(--s5); border-top: 1px solid var(--line); }
.artist-block:first-of-type { border-top: 0; }
.artist-grid { display: grid; gap: var(--s4); }
@media (min-width: 800px) { .artist-grid { grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: var(--s5); align-items: start; } .artist-hero { grid-template-columns: minmax(0, 420px) minmax(0, 1fr); } }
.artist-img { display: block; overflow: hidden; border-radius: 2px; background: var(--bg-2); }
.artist-img img { width: 100%; height: auto; }
.artist-name { margin-bottom: var(--s2); font-weight: 700; letter-spacing: .02em; text-transform: uppercase; font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem); }
.artist-name a { text-decoration: none; }
.artist-name a:hover { text-decoration: underline; }
.artist-show { font-weight: 400; text-transform: none; letter-spacing: 0; }
.status-note { font-family: var(--sans); font-size: .95rem; color: var(--ink-2); }
.artist-next { margin-top: var(--s4); }
.artist-next h3 { font-family: var(--sans); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-3); }
.show-chips { display: flex; flex-wrap: wrap; gap: var(--s1); margin-top: var(--s2); }
.show-chips a { font-family: var(--sans); font-size: .85rem; text-decoration: none; background: var(--bg-2); padding: .3rem .7rem; border-radius: var(--pill); }
.show-chips a:hover { background: var(--bg-3); }
.offers-section { padding-block: var(--s5) var(--s3); border-top: 1px solid var(--line); }
.offer { padding-block: var(--s4); }

/* Programme auf der Künstlerseite */
.shows { margin-top: var(--s5); }
.show { display: grid; gap: var(--s3); padding-block: var(--s4); border-top: 1px solid var(--line); }
@media (min-width: 700px) { .show { grid-template-columns: minmax(0, 260px) minmax(0, 1fr); gap: var(--s4); align-items: start; } }
.show-media picture { border-radius: 2px; overflow: hidden; background: var(--bg-2); }
.show-body h3 { margin-bottom: var(--s2); }
.artist-events { margin-top: var(--s5); }
.past-events { margin-top: var(--s4); font-family: var(--sans); }
.past-events summary { cursor: pointer; font-weight: 600; padding: var(--s2) 0; }
.past-events .event-list { margin-top: var(--s2); font-family: var(--serif); }

/* ---------- Knöpfe ---------- */
.btn, .pill { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; font-family: var(--sans); font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid var(--ink); background: transparent; color: var(--ink); border-radius: var(--pill); min-height: 44px; padding: .55rem 1.25rem; line-height: 1.2; transition: background .15s, color .15s, transform .15s; }
.btn:hover, .pill:hover { background: var(--ink); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn-primary, .pill-primary { background: var(--ink); color: #fff; }
.btn-primary:hover, .pill-primary:hover { background: #333; border-color: #333; }
.btn-small { min-height: 38px; padding: .35rem .9rem; font-size: .9rem; }
.btn-ghost { border-color: var(--line-2); color: var(--ink-2); }
.btn-ghost:hover { background: var(--bg-2); color: var(--ink); }
.pill { min-height: 38px; padding: .3rem 1rem; font-size: .9rem; }
.pill-muted { border-color: var(--line-2); color: var(--ink-3); cursor: default; }
.pill-muted:hover { background: transparent; color: var(--ink-3); }
.cta-row { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }

/* ---------- Terminlisten ---------- */
.tour-tools { padding-block: var(--s2) var(--s3); }
.filter-form { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: end; font-family: var(--sans); }
.field { display: flex; flex-direction: column; gap: .3rem; font-family: var(--sans); font-size: .95rem; }
.field > span { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.field select, .field input, .field textarea { font: inherit; font-size: 1rem; min-height: 46px; padding: .55rem .8rem; border: 1.5px solid var(--line-2); border-radius: var(--radius); background: #fff; color: var(--ink); min-width: 12rem; }
.field textarea { min-height: 8rem; resize: vertical; }
.field select:focus, .field input:focus, .field textarea:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(27,106,201,.18); }
.tour-count { font-family: var(--sans); font-size: .85rem; color: var(--ink-3); margin-top: var(--s2); }
.month-box { padding-block: var(--s3) var(--s2); }
.month-label { font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin: var(--s3) 0 var(--s2); position: sticky; top: 64px; background: rgba(255,255,255,.95); padding: .45rem 0; z-index: 2; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: var(--s2) var(--s3); padding: var(--s2) 0; border-bottom: 1px solid var(--line); }
.event-main { display: grid; grid-template-columns: auto 1fr; gap: var(--s3); align-items: center; text-decoration: none; min-width: 0; }
.event-thumb { width: 72px; aspect-ratio: 16/9; flex: none; overflow: hidden; border-radius: 2px; background: var(--bg-2); }
.event-thumb img { width: 100%; height: 100%; object-fit: cover; }
.event-thumb-empty { background: var(--bg-3); }
.event-when { display: none; }
.event-what { min-width: 0; display: flex; flex-direction: column; gap: .1rem; }
.event-title { font-size: 1.15rem; line-height: 1.25; }
.event-sub { font-family: var(--sans); font-size: .9rem; color: var(--ink-2); }
.event-note { font-family: var(--sans); font-size: .82rem; color: var(--warn); }
.event-mobile-when { display: block; font-family: var(--sans); font-size: .82rem; color: var(--ink-3); }
.event-action { flex: none; }
.event-row.is-canceled .event-title { text-decoration: line-through; color: var(--ink-3); }
.event-row:hover .event-title { text-decoration: underline; }
@media (min-width: 600px) {
  .event-main { grid-template-columns: 96px 7.5rem 1fr; }
  .event-thumb { width: 96px; }
  .event-when { display: flex; flex-direction: column; font-family: var(--sans); font-size: .9rem; line-height: 1.3; }
  .event-when time { font-weight: 600; font-variant-numeric: tabular-nums; }
  .event-time { color: var(--ink-3); }
  .event-year { display: none; }
  .event-title { font-size: 1.25rem; }
}
.compact .event-title { font-size: 1.05rem; }
.compact .event-thumb { width: 56px; }
@media (min-width: 600px) { .compact .event-main { grid-template-columns: 72px 7rem 1fr; } .compact .event-thumb { width: 72px; } }
[data-more-list] .event-row.is-hidden { display: none; }
.empty { padding: var(--s5) 0; color: var(--ink-3); font-size: 1.2rem; }
.tour-foot { padding-block: var(--s4) var(--s6); }

/* Datum mobil: kommt aus dem time-Element per JS-freiem Trick */
@media (max-width: 599.98px) {
  .event-when { display: block; grid-column: 2; grid-row: 1; font-family: var(--sans); font-size: .8rem; color: var(--ink-3); }
  .event-when time { font-weight: 600; }
  .event-time { margin-left: .4rem; }
  .event-main { grid-template-columns: 72px 1fr; grid-template-rows: auto auto; }
  .event-thumb { grid-row: 1 / span 2; }
  .event-what { grid-column: 2; }
}

/* ---------- Termindetail ---------- */
.event-detail-grid { display: grid; gap: var(--s4); margin-top: var(--s3); }
@media (min-width: 800px) { .event-detail-grid { grid-template-columns: minmax(0, 460px) minmax(0, 1fr); gap: var(--s5); align-items: start; } }
.event-detail-media picture { border-radius: 2px; overflow: hidden; background: var(--bg-2); }
.event-facts { display: grid; gap: var(--s2); margin: var(--s3) 0; font-family: var(--sans); }
.event-facts div { display: grid; grid-template-columns: 6rem 1fr; gap: var(--s2); }
.event-facts dt { color: var(--ink-3); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; padding-top: .15rem; }
.event-facts dd { margin: 0; font-size: 1.05rem; }
.event-about, .event-more { margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid var(--line); }

/* ---------- Team ---------- */
.team-grid { display: grid; gap: var(--s4); padding-bottom: var(--s4); }
@media (min-width: 800px) { .team-grid { grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: var(--s5); align-items: start; } }
.team-media picture { border-radius: 2px; overflow: hidden; }
.team-list { display: grid; gap: var(--s4); }
.member { display: grid; grid-template-columns: auto 1fr; gap: var(--s3); align-items: start; }
.member-img { width: 72px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--bg-2); }
.member-img img { width: 100%; height: 100%; object-fit: cover; }
.member p { margin: 0; font-size: 1.15rem; }
.member-role { color: var(--ink-2); }
.member-note { font-family: var(--sans); font-size: .95rem; color: var(--ink-3); margin-top: .2rem !important; }
.team-text { margin-top: var(--s4); font-size: 1.15rem; }
.contact-section { padding-block: var(--s5) var(--s6); border-top: 1px solid var(--line); }
.contact-form .form-grid { display: grid; gap: var(--s3); max-width: 46rem; }
@media (min-width: 640px) { .contact-form .form-grid { grid-template-columns: 1fr 1fr; } .field-wide { grid-column: 1 / -1; } }
.contact-form .field select, .contact-form .field input, .contact-form .field textarea { min-width: 0; width: 100%; }
.form-foot { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; margin-top: var(--s3); }
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.notice { font-family: var(--sans); padding: var(--s3) var(--s3); border-radius: var(--radius); max-width: 46rem; }
.notice-ok { background: #e8f5ea; color: var(--ok); }
.notice-warn { background: #fdece2; color: var(--warn); }

/* ---------- Bausteine ---------- */
.bausteine { width: min(100% - 2rem, var(--wrap)); margin: var(--s4) auto 0; }
@media (min-width: 700px) { .bausteine { width: min(100% - 4rem, var(--wrap)); } }
.artist-page .bausteine, .page-simple .bausteine { width: auto; margin-inline: 0; }
.bs { margin-block: var(--s5); }
.bs-quote { margin: var(--s5) 0; padding: var(--s3) var(--s4); border-left: 3px solid var(--ink); font-size: 1.25rem; font-style: italic; max-width: 46rem; }
.bs-quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: .9rem; color: var(--ink-3); margin-top: var(--s2); }
.gallery-grid { display: grid; gap: var(--s2); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .cols-3 .gallery-grid { grid-template-columns: repeat(3, 1fr); } .cols-2 .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.cols-1 .gallery-grid { grid-template-columns: 1fr; }
.gallery-item { margin: 0; }
.gallery-item a { display: block; overflow: hidden; border-radius: 2px; background: var(--bg-2); aspect-ratio: 4/3; }
.cols-1 .gallery-item a { aspect-ratio: auto; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item a:hover img { transform: scale(1.03); }
.gallery-item figcaption, .bs-caption { font-family: var(--sans); font-size: .85rem; color: var(--ink-3); margin-top: .4rem; }
.video-facade { position: relative; aspect-ratio: 16/9; background: #111; overflow: hidden; border-radius: 2px; max-width: 900px; }
.video-facade img, .video-facade picture { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.video-facade picture img { height: 100%; }
.video-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.video-play:hover svg { transform: scale(1.06); }
.video-play svg { transition: transform .2s; }
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-fallback { font-family: var(--sans); font-size: .85rem; color: var(--ink-3); margin-top: var(--s2); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.92); display: flex; align-items: center; justify-content: center; padding: var(--s4); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: calc(100dvh - 6rem); width: auto; height: auto; object-fit: contain; }
.lightbox-caption { position: absolute; left: 0; right: 0; bottom: var(--s3); text-align: center; color: #ddd; font-family: var(--sans); font-size: .9rem; padding: 0 var(--s6); }
.lightbox-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 1.6rem; cursor: pointer; }
.lightbox-btn:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: var(--s3); } .lightbox-next { right: var(--s3); }
.lightbox-close { position: absolute; top: var(--s3); right: var(--s3); width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 1.8rem; cursor: pointer; }

/* ---------- Buchungs-Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; padding: var(--s3); }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.modal-dialog { position: relative; background: #fff; width: min(100%, 720px); max-height: calc(100dvh - 2rem); display: flex; flex-direction: column; border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.modal-head { padding: var(--s3) var(--s4) 0; }
.modal-title { font-size: 1.5rem; margin: 0; padding-right: 3rem; }
.modal-lead { font-family: var(--sans); font-size: .95rem; color: var(--ink-2); padding: var(--s2) var(--s4) 0; margin: 0; }
.modal-close { position: absolute; top: var(--s2); right: var(--s2); width: 44px; height: 44px; border: 0; background: var(--bg-2); border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--bg-3); }
.modal-frame { flex: 1 1 auto; min-height: 420px; padding: var(--s3) var(--s4) 0; }
.modal-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 1px solid var(--line); border-radius: var(--radius); }
.modal-fallback { font-family: var(--sans); font-size: .85rem; color: var(--ink-3); padding: var(--s2) var(--s4) var(--s3); margin: 0; }
body.modal-offen { overflow: hidden; }
@media (max-width: 600px) { .modal { padding: 0; } .modal-dialog { width: 100%; height: 100dvh; max-height: none; border-radius: 0; } }

/* ---------- Fusszeile ---------- */
.site-footer { border-top: 1px solid var(--line); margin-top: var(--s6); font-family: var(--sans); font-size: .92rem; color: var(--ink-2); }
.footer-inner { display: grid; gap: var(--s4); padding-block: var(--s5) var(--s4); }
@media (min-width: 800px) { .footer-inner { grid-template-columns: 1fr auto; } .footer-credit { grid-column: 1 / -1; } }
.footer-name { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); margin-bottom: .2rem; }
.footer-addr, .footer-contact { margin-bottom: .2rem; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: var(--s1) var(--s3); }
.footer-social { margin-top: var(--s2); }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }
.footer-credit { font-size: .8rem; color: var(--ink-3); margin: 0; }

/* ---------- Design-Varianten (Einstellung «Gestaltung») ---------- */
[data-design="ruhig"] { --wrap: 1040px; }
[data-design="ruhig"] .display { font-size: clamp(2.4rem, 1.7rem + 3.5vw, 4.2rem); }
[data-design="ruhig"] .tile-name { text-transform: none; letter-spacing: 0; font-size: 1.2rem; }
[data-design="bildstark"] .tiles { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
[data-design="bildstark"] .artist-grid { grid-template-columns: minmax(0, 480px) minmax(0, 1fr); }
[data-design="bildstark"] .event-thumb { width: 120px; }
@media (max-width: 799.98px) { [data-design="bildstark"] .artist-grid { grid-template-columns: 1fr; } }

@media print {
  .site-header, .site-footer, .nav-toggle, .cta-row, .modal, .demo-badge, .tour-tools { display: none !important; }
  body { font-size: 11pt; }
  a { text-decoration: none; }
}

/* Regionsseiten */
.region-artists { padding-block: var(--s3) var(--s4); }
.region-artists .tile-img { max-width: 220px; }
.tile-link.is-active .tile-img { outline: 3px solid var(--ink); outline-offset: 4px; }
.tile-link.is-active .tile-name { text-decoration: underline; }
.region-others { padding-block: var(--s4) 0; }

/* Anfrage an die Agentur (OpTune-Formular) */
.agency-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s3); margin-block: var(--s6); padding: var(--s4); background: var(--bg-2); border-radius: var(--radius); }
.agency-cta p { margin: 0; max-width: 44rem; font-size: 1.1rem; }
/* Regionsseite: Künstler kompakt, damit Besucher vom QR-Code auf dem Handy schnell bei den Terminen sind */
.region-artists .tiles-small { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3) var(--s2); }
.region-artists .tile-name { font-size: .72rem; letter-spacing: .02em; margin-top: var(--s1); overflow-wrap: anywhere; }
.region-artists .tile-role { font-size: .72rem; }
@media (min-width: 700px) {
  .region-artists .tiles-small { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: var(--s4) var(--s3); }
  .region-artists .tile-name { font-size: .9rem; }
  .region-artists .tile-role { font-size: .8rem; }
}
