/* ── FONTS ─────────────────────────────────────────── */

/* staatliches-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Staatliches';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/staatliches-v15-latin-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/staatliches-v15-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/barlow-v13-latin-300.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-300.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/barlow-v13-latin-300italic.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-300italic.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-italic.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-italic.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-500.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500italic.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-500italic.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-600.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600italic.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-600italic.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-700.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700italic.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/barlow-v13-latin-700italic.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
  /* Backgrounds — dark steel blue, five steps */
  --bg-base: #161e27;
  --bg-surface: #1e2f40;
  --bg-raised: #253a50;
  --bg-overlay: #2d4560;

  /* Blues — structural, for hover fills & subtle tints */
  --green-deep: #111a24;
  /* near-black blue                  */
  --green-mid: #1e3a55;
  /* hover fills, active states        */
  --green-accent: #f0b445;
  /* ochre/amber — primary accent      */
  --green-subtle: #1a2e44;
  /* subtle background tints           */

  /* Text */
  --text-primary: #ffffff;
  /* 16.8:1 ✓ AAA */
  --text-secondary: #ffffff;
  --text-muted: #7f9aad;
  /*  5.1:1 ✓ AA  */

  /* Warm accent for meta text (dates etc.) */
  --copper: #f0b445;
  /* same as accent — 7.1:1 ✓ AA */
  --copper-dim: #c8911e;
  /* 4.6:1 ✓ AA */

  /* Utility */
  --border: rgba(240, 180, 69, .50);
  --border-strong: rgba(240, 180, 69, .40);
  --white: #ffffff;
  --nav-h: 68px;

  /* Typography */
  --ff-head: 'Staatliches', sans-serif;
  --ff-body: 'Barlow', sans-serif;

  /* Easing */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-sharp: cubic-bezier(0.76, 0, 0.24, 1);
}

/* ── RESET ────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--ff-body);
  font-weight: 400;
  color: var(--text-primary);
  background: var(--bg-base);
  line-height: 1.7;
  overflow-x: hidden;
}

/* Subtle grain texture */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

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

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

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

audio {
  width: 100%;
}

/* ── TYPOGRAPHY ───────────────────────────────────────────── */
h1,
h2,
h3,
h4 {
  font-family: var(--ff-head);
  font-weight: 700;
  line-height: 1.08;
  color: var(--text-primary);
  letter-spacing: 6%;
}

h1 {
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-bottom: 1.5rem !important;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .7rem;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  max-width: 68ch;
  color: var(--white) !important;
}

.lead {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text-secondary);
}

/* ── LAYOUT ───────────────────────────────────────────────── */
.container {
  width: min(1160px, 92%);
  margin-inline: auto;
}

.page-section {
  padding-block: clamp(60px, 9vw, 110px);
}

/* ── REVEAL ───────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.d1 {
  transition-delay: .1s;
}

.d2 {
  transition-delay: .2s;
}

.d3 {
  transition-delay: .3s;
}

/* ── Eck-banner unten links ──────────────────────────────────────────────── */

.demo-banner {
    position: fixed;
    bottom: 95px;
    left: -31px;
    background: #008f82;
    color: white;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 40px 8px 42px;
    transform: rotate(45deg);
    transform-origin: bottom left;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 9999;
    white-space: nowrap;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1rem;
  /*background: var(--green-accent);*/
  color: var(--green-accent);
  font-family: var(--ff-head);
  border: 2px solid var(--green-accent);
  /*border-radius: 5px;*/
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .25s, transform .2s;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

.btn-primary:hover {
  background: var(--green-accent);
  transform: translateY(-1px);
    color: var(--bg-base);
}

.btn-primary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.btn-ghost {
  padding: .45rem 1.2rem;
  border: 2px solid var(--border-strong);
  border-radius: 5px;
  color: var(--white);
  /* 12.2:1 ✓ AAA */
  font-family: var(--ff-head);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
}

.btn-ghost:hover {
  background: var(--green-mid);
  border-color: var(--border-strong);
  color: #ffffff;
}

.btn-ghost:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 2px;
}

.hero-desc {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

/* ── SEKTIONS-TRENNUNGEN ─────────────────────────────── */
#about {
  background: var(--bg-base);
  border-bottom: 2px solid var(--border);
}

#konzerte {
  background: var(--bg-surface);
  border-bottom: 2px solid var(--border);
}

#galerie {
  background: var(--bg-base);
  border-bottom: 2px solid var(--border);
}

#repertoire {
  background: var(--bg-surface);
  border-bottom: 2px solid var(--border);
}

#media {
  background: var(--bg-base);
  border-bottom: 2px solid var(--border);
}

#kontakt {
  background: var(--bg-raised);
}

/* Sektion-Überschriften mit Akzentlinie wie im Original */
.section-h2 {
  display: inline-block;
  margin-bottom: 0 !important;
}

.section-h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: var(--green-accent);
  margin-top: .3rem;
  margin-bottom: 2rem;
}

/* ── ABOUT  ─────── */
.about-teaser-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-teaser-img {
  position: relative;
}

.about-teaser-img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top;

}

#about-h{
  display: none;
}

@media (max-width: 860px) {
  .about-teaser-grid {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 720px) {
  .about-teaser-img::after {
    display: none;
  }
}

/* ── KONZERTE: h2 + events-more ─────────────────────── */
#konzerte .events-more {
  margin-top: 2.5rem;
}

/* ── REPERTOIRE ──────────────────────────────────────── */
@media (max-width: 900px) {
  .rep-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── MEDIA: video-grid responsive ───────────────────── */
@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* ── GALERIE ─────────────────────────────────────────── */
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ── KONTAKT ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

}

/* ══════════════════════════════════════════════════════════
   NAVIGATION 
══════════════════════════════════════════════════════════ */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  transition: background .35s, box-shadow .35s;
  background: rgba(10, 16, 30, 0.35);
}

#navbar.scrolled {
  background: rgba(10, 16, 30, .97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border), 0 4px 24px rgba(0, 0, 0, .5);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: min(1160px, 92%);
  margin-inline: auto;
}

.nav-logo {
  font-family: var(--ff-head);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2.5%;
  text-transform: uppercase;
  color: var(--text-primary);
  z-index: 110;
  transition: color .25s, opacity .3s ease;
}

.nav-logo em {
  font-style: normal;
  color: var(--green-accent);
}

.nav-logo:hover {
  color: var(--green-accent);
}

.nav-logo:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(.5rem, 2vw, 1.8rem);
}

.nav-links a {
  font-family: var(--ff-body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding-bottom: 3px;
  position: relative;
  transition: color .25s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: var(--green-accent);
  transition: width .3s var(--ease-out);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text-primary);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 3px;
}

.nav-cta {
  padding: .4rem 1.1rem !important;
  border: 2px solid var(--green-accent) !important;
  color: var(--green-accent) !important;
  border-radius: 0;
  transition: background .2s, color .2s !important;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: var(--green-accent) !important;
  color: #161e27 !important;
}

/* Burger */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  z-index: 110;
  padding: 6px;
  border: 1px solid transparent;
  transition: border-color .2s;
}

.nav-burger:focus-visible {
  outline: 3px solid var(--green-accent);
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: transform .3s, opacity .3s;
}

.nav-burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-burger.open span:nth-child(2) {
  opacity: 0;
}

.nav-burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════════════════════════════════════
   EVENT ITEMS (shared)
══════════════════════════════════════════════════════════ */
.events-list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--border);
}

.event-item {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 1.6rem 0;
  border-bottom: 2px solid var(--border);

}

/* Open date — no box, no background, raw large numbers */
.event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 72px;
  flex-shrink: 0;
}

.event-day {
  font-family: var(--ff-head);
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--green-accent);
  /* 6.1:1 ✓ */
  letter-spacing: 2.5%;
}

.event-month {
  font-family: var(--ff-head);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
  /* 4.6:1 ✓ */
  margin-top: .1rem;
}

.event-info {
  flex: 1;
  min-width: 0;
}

.event-info h3 {

  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: .2rem;
  letter-spacing: 10%;
}

.event-info p {

  color: var(--text-secondary);
  /* 7.2:1 ✓ */
  max-width: none;
}

.event-meta {
  display: inline-block;
  font-family: var(--ff-head);

  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--copper);
  /* 9.8:1 ✓ AAA */
  margin-top: .3rem;
}

/* ══════════════════════════════════════════════════════════
   AUDIO CARDS (shared)
══════════════════════════════════════════════════════════ */
.audio-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 1.4rem;
  background: var(--bg-raised);
  border-left: 3px solid var(--green-accent);
  margin-bottom: .9rem;
}

.audio-info {
  flex: 1;
  min-width: 0;
}

.audio-info strong {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: .1rem;
}

.audio-info span {
  font-size: 1rem;
  color: var(--text-muted);
}

.audio-card audio {
  max-width: 320px;
}

/* ══════════════════════════════════════════════════════════
   GALLERY (shared)
══════════════════════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
}

.gallery-item {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease-out), filter .3s;

}

.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.gallery-item:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 2px;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 24, .60);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  font-family: var(--ff-head);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-primary);
  /* 12.8:1 ✓ */
  border: 1px solid rgba(255, 255, 255, .55);
  padding: .4rem 1rem;
}

/* ── LIGHTBOX ─────────────────────────────────────────────── */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(8, 12, 20, .97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

#lightbox.open {
  opacity: 1;
  pointer-events: all;
}

.lb-content {
  max-width: min(90vw, 1080px);
  max-height: 85vh;
}

.lb-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.lb-close,
.lb-prev,
.lb-next {
  position: absolute;
  color: var(--text-primary);
  background: rgba(13, 22, 45, .78);
  border: 1px solid var(--border-strong);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: background .2s;
}

.lb-close:hover,
.lb-prev:hover,
.lb-next:hover {
  background: var(--green-mid);
}

.lb-close:focus-visible,
.lb-prev:focus-visible,
.lb-next:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 2px;
}

.lb-close {
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
}

.lb-prev {
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.lb-next {
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.lb-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-head);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green-accent);
  /* 6.1:1 ✓ */
}

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
#footer {
  background: #0e1520;
  border-top: 2px solid var(--border);
  padding: 2.2rem 0 1.8rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 3rem;
  row-gap: .6rem;
}

.footer-left {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.footer-logo {
  font-family: var(--ff-head);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.footer-logo em {
  font-style: normal;
  color: var(--green-accent);
}

.footer-tagline {
  font-family: var(--ff-head);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
  max-width: none;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  grid-column: 2;
  grid-row: 1;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  color: var(--text-secondary);
  transition: color .2s;
  white-space: nowrap;
}

.footer-contact-link:hover {
  color: var(--green-accent);
}

.footer-contact-link:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.footer-contact-link svg {
  flex-shrink: 0;
  stroke: var(--green-accent);
}

.footer-contact-cta {
  font-family: var(--ff-head);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-accent);
  border: 1px solid var(--border-strong);
  padding: .35rem .9rem;
  transition: background .2s, color .2s;
  white-space: nowrap;
}

.footer-contact-cta:hover {
  background: var(--green-mid);
  color: #ffffff;
}

.footer-contact-cta:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.footer-copy {
  font-size: .7rem;
  letter-spacing: .06em;
  color: var(--text-muted);
  max-width: none;
  grid-column: 1 / -1;
  padding-top: .8rem;
  border-top: 2px solid var(--border);
  border-radius: 2px;
}

@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-left {
    justify-content: center;
  }

  .footer-contact {
    grid-column: 1;
    flex-wrap: wrap;
    justify-content: center;
    gap: .9rem 1.4rem;
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE (global)
══════════════════════════════════════════════════════════ */

@media (max-width: 899px) {
  .nav-links {
    position: fixed;
    inset: var(--nav-h) 0 0 40%;
    background: rgba(8, 12, 24, .98);
    backdrop-filter: blur(16px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 2rem;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform .4s var(--ease-out);
    z-index: 99;
            top: 68px;
        height: 440px;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1rem;

  }

  .nav-cta {
    padding: .4rem 1.1rem !important;
    border: 2px solid var(--green-accent) !important;
    color: var(--green-accent) !important;
    /* 7.1:1 ✓ AA */
    border-radius: 0;
    transition: background .2s, color .2s !important;
  }

  .nav-burger {
    display: flex;
  }

}

@media (max-width: 720px) {

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

  .event-item {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .btn-ghost {
    margin-left: auto;
  }

  .audio-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .audio-card audio {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Skip-to-content link (Accessibility) ──────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--green-accent);
  color: #0d1520;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  padding: .7rem 1.5rem;
  z-index: 9000;
  text-transform: uppercase;
}

.skip-link:focus {
  top: 0;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ── ÜBER MICH ────────────────────────────────────────────── */

.about-quote {
  border-left: 3px solid var(--green-accent);
  margin: 2rem 0 0;
  padding: 1rem 0 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text-secondary);
max-width: 400px;
  line-height: 1.65;
}

.about-quote cite {
  display: block;
  font-style: normal;
  font-family: var(--ff-head);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-accent);
  margin-top: .5rem;
}

/* ── GALERIE ──────────────────────────────────────────────── */
.gallery-intro {
  font-size: .95rem;
  color: var(--text-muted);
  /* 4.6:1 ✓ */
  margin-bottom: 2rem;
  max-width: 60ch;
}

.press-download {
  margin-top: 2.2rem;
}

/* ── REPERTOIRE ───────────────────────────────────────────── */
.rep-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.5rem;
}

.rep-col h3 {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-accent);
  padding-bottom: .7rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border-strong);
}

.rep-col ul {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.rep-col li {
  font-size: 1rem;
  color: var(--text-secondary);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.5;
}

.rep-col li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--green-accent);
  font-weight: 700;
}

.rep-note {
  margin-top: 3rem;
  font-size: 1rem;
  font-style: italic;
  color: var(--text-muted);
  /* 4.6:1 ✓ */
  max-width: none;
}

.rep-note a {
  color: var(--green-accent);
  /* 6.1:1 ✓ */
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}

.rep-note a:hover {
  color: var(--text-primary);
}

/* ── MEDIA ────────────────────────────────────────────────── */
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

/* ── Video Facade — kein Cookie bis zum Klick ─────────────── */
.video-facade {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-raised);
}

/* Vorschaubild */
.video-facade>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s var(--ease-out), filter .3s;
  filter: brightness(.75) saturate(.7);
}

.video-facade:hover>img,
.video-facade:focus-visible>img {
  transform: scale(1.04);
  filter: brightness(.55) saturate(.8);
}

.video-facade:focus-visible {
  outline: 3px solid var(--green-accent);
  outline-offset: 3px;
}

/* Overlay mit Titel, Play-Button, Hinweis */
.video-facade-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.2rem;
  background: linear-gradient(to top,
      rgba(14, 20, 30, .85) 0%,
      rgba(14, 20, 30, .3) 50%,
      transparent 100%);
  transition: background .3s;
}

.video-facade:hover .video-facade-overlay {
  background: linear-gradient(to top,
      rgba(14, 20, 30, .92) 0%,
      rgba(8, 20, 11, .5) 50%,
      rgba(14, 20, 30, .15) 100%);
}

.video-facade-title {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-align: center;
  order: 3;
  max-width: 28ch;
}

/* Play-Button */
.video-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--green-accent);
  color: #161e27;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform .2s var(--ease-out), background .2s;
  border: none;
}

.video-facade:hover .video-play-btn {
  transform: scale(1.12);
  background: #f5c25a;
}

/* Datenschutz-Hinweis */
.video-facade-note {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.45;
  max-width: 32ch;
  order: 4;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s, transform .25s;
}

.video-facade-note a {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
}

.video-facade-note a:hover {
  color: var(--text-secondary);
}

.video-facade:hover .video-facade-note,
.video-facade:focus-visible .video-facade-note {
  opacity: 1;
  transform: translateY(0);
}

/* Aktiv (nach Klick): iframe ersetzt das facade */
.video-facade.is-playing {
  cursor: default;
}

.video-facade.is-playing>img,
.video-facade.is-playing .video-facade-overlay {
  display: none;
}

.video-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.media-heading {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.media-heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-top: .3rem;
}

/* ── KONTAKT ──────────────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
  min-height: 560px;
}

.contact-text {
  background: var(--bg-raised);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.contact-text h2 {
  margin-bottom: 1rem;
}

.contact-image{
      object-position: center 75% !important;
}

.contact-text>p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  max-width: 42ch;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-bottom: 2rem;
}

.contact-details li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: 1rem;
  color: var(--text-secondary);
}

.contact-details svg {
  flex-shrink: 0;
  stroke: var(--green-accent);
}

.contact-details a {
  transition: color .2s;
}

.contact-details a:hover {
  color: var(--green-accent);
}

.contact-details a:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 2px;
}

.contact-manager {
  font-size: .85rem;
  color: var(--text-muted);
  border-top: 2px solid var(--border);
  padding-top: 1.2rem;
  max-width: none;
}

.contact-manager strong {
  color: var(--text-primary);
}

.contact-manager a {
  color: var(--green-accent);
  transition: color .2s;
}

.contact-manager a:hover {
  color: var(--text-primary);
}

.contact-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* ── RESPONSIVE ─────────────────────────────── */

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-image {
    display: none;
  }

  .about-img-wrap {
    max-width: 460px;
  }

#about-h{
  display: block;
}

#about-text h2{
  display: none;
}

  .rep-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
#hero {
  position: relative;
  height: 100svh;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.05);
  animation: heroZoom 14s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  border-radius: none;
}

@keyframes heroZoom {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.hero-content {
    position: absolute;
    z-index: 2;
        max-width: max-content;
    max-height: max-content;
    padding: 40px;
    background: #22588ad9;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 8px;
    left: 11vw;
    top: 140px;
    bottom: auto;
}

.hero-rule {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: var(--green-accent);
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeIn .5s ease .25s forwards;
}

.hero-title {
  font-size: 6rem;
  font-weight: 800;
  line-height: .9;
  letter-spacing: 3%;
  color: var(--text-primary);
  opacity: 0;
  animation: slideIn .85s var(--ease-out) .4s forwards;
}

.hero-title em {
  font-style: normal;
  display: block;
  color: var(--green-accent);
}

.hero-desc {
  font-family: var(--ff-body);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 2.8rem;
  opacity: 0;
  animation: fadeIn .7s ease .7s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeIn .7s ease .95s forwards;
}

.hero-scrollline {
  position: absolute;
  bottom: 0;
  left: clamp(1.5rem, 8vw, 8rem);
  width: 1px;
  height: 72px;
  background: linear-gradient(to bottom, transparent, var(--green-accent));
  opacity: 0;
  animation: fadeIn .5s ease 1.4s forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE max-width
══════════════════════════════════════════════════════════ */
@media (max-width: 1050px) {
.hero-content{
left: 5vw;
}
}

@media (max-width: 860px) {
  .hero-content {
    left: 5vw;
    bottom: 54px;
    top: auto;
  }
}

@media (max-width: 720px) {
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-scrollline {
    display: none;
  }

  .about-teaser-grid {
    grid-template-columns: 1fr;
  }

  .about-teaser-img {
    max-width: 280px;
  }

  .about-teaser-img::after {
    display: none;
  }

}

@media (max-width: 520px) {
  .hero-actions {
    gap: 1rem;
  }
.hero-img {

    object-position: 60% 0;

}

  .hero-content{
        bottom: 20px;
}

  .hero-title {
    font-size: 4rem;
        display: flex;
        gap:0.5rem;
  }

  .hero-desc {
margin-bottom: 1rem;

  }

  .btn-brush {
    min-width: 130px;
    padding: .75rem 1.8rem;
    font-size: .8rem;
  }
}

/* ══════════════════════════════════════════════════════════
   UNTERRICHT
══════════════════════════════════════════════════════════ */
#unterricht {
  background: var(--bg-surface);
  border-bottom: 2px solid var(--border);
}

/* Row 1: text | image */
.unterricht-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.unterricht-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center 20%;

}

.unterricht-intro p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

/* Row 2: facts | card */
.unterricht-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.unterricht-facts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.unterricht-fact-item {
  background: var(--bg-raised);
      border: 1px solid var(--border);
  border-left: 3px solid var(--green-accent);

  padding: 1.2rem 1.6rem;
}

.unterricht-fact-label {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-accent);
  margin-bottom: .3rem;
  max-width: none;
}

.unterricht-fact-item p:last-child {
  margin: 0;
  font-size: 1rem;
  color: var(--text-secondary);
}

.unterricht-card {
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-left: 3px solid var(--green-accent);
  padding: 1.8rem 1.6rem;
  transition: background .25s;
      height: 100%;
}

.unterricht-card:hover {
  background: var(--bg-overlay);
}

.unterricht-card h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: .6rem;
}

.unterricht-card>p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1.1rem;
  max-width: none;
}

.unterricht-card ul {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.unterricht-card ul li {
  font-size: 1rem;
  color: var(--text-secondary);
  padding-left: 1rem;
  position: relative;
  line-height: 1.5;
}

.unterricht-card ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--green-accent);
  font-weight: 700;
}

.unterricht-cta {
  background: var(--bg-overlay);
  border: 1px solid var(--border);
  padding: clamp(1.8rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.unterricht-cta p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 52ch;
  margin: 0;
}

/* ── Mobile Unterricht ──────────────────────────────────── */
@media (max-width: 900px) {

  .unterricht-top-grid {
    grid-template-columns: 1fr;
  }

  .unterricht-img {
    order: -1;
  }

  .unterricht-bottom-grid {
    grid-template-columns: 1fr;
  }

   .unterricht-img img {
    aspect-ratio: 6 / 3;
    max-width: 68ch;
  }
}

/* ══════════════════════════════════════════════════════════
   EVENTS MOBILE — column, left-aligned, button right
══════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .event-item {
    flex-direction: column;
    align-items: flex-start;
    gap: .6rem;
  }

  .event-item .btn-ghost {
    align-self: flex-end;
    margin-left: auto;
  }
}

/* ══════════════════════════════════════════════════════════
   ABOUT — mobile: image between h2 and lead
══════════════════════════════════════════════════════════ */
@media (max-width: 899px) {

  .about-teaser-grid {
    display: flex;
    flex-direction: column;
            align-items: flex-start;
  }

  #about-text {
    display: flex;
    flex-direction: column;
    order: 3;
  }

  #about-img {
    order: 2;
        max-width: 68ch;  }

.about-teaser-img img {
  aspect-ratio: 6/4;
  object-position: 0% 45%;}

  #about-text h2 {
    order: 1;
  }

  .about-h2-desktop {
margin-bottom: -2rem !important;}

  #about-img {
    order: 2;
  }

  /* already set above, repeated for clarity */
  #about-text .lead {
    order: 3;
  }

  #about-text p:not(.lead) {
    order: 4;
  }

  #about-text .about-quote {
    order: 5;
  }
}

/* ── REPERTOIRE PDF-DOWNLOAD ────────────────────────────── */
.rep-pdf-download {
  margin-top: 2.5rem;
}

.rep-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: 1rem;
}
