

/* ── DESIGN TOKENS ───────────────────────────────────────── */
:root {
  --gold:        #c9a96e;
  --gold-light:  #e8d5b0;
  --gold-dark:   #a07d44;
  --rose:        #d4a5a0;
  --rose-light:  #f0dbd8;
  --rose-pale:   #faf3f1;
  --ivory:       #fdf8f2;
  --warm-100:    #f5ede5;
  --warm-200:    #e8d8cc;
  --warm-700:    #5a4535;
  --warm-900:    #2e1e12;
  --text:        #3a2a1e;
  --text-light:  #7a6558;
  --white:       #ffffff;
  --nav-h:       215px;

  --ff-display: 'Italiana', sans-serif;
  --ff-body:    'Merriweather', Georgia, serif;

  --ease-out:   cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

  --shadow-sm:  0 2px 12px rgba(58,42,30,.08);
  --shadow-md:  0 8px 32px rgba(58,42,30,.12);
  --shadow-lg:  0 20px 60px rgba(58,42,30,.18);
}


/*-----Fonts--------------*/

/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/merriweathernts/merriweather-v33-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/merriweathernts/merriweather-v33-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/merriweathernts/merriweather-v33-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/merriweathernts/merriweather-v33-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/merriweathernts/merriweather-v33-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/merriweathernts/merriweather-v33-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/merriweathernts/merriweather-v33-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/merriweathernts/merriweather-v33-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/merriweathernts/merriweather-v33-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* merriweather-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/merriweathernts/merriweather-v33-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/merriweathernts/merriweather-v33-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* italiana-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/italiana-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/italiana-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}




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

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

body {
  font-family: var(--ff-body);
  color: var(--text);
  background: var(--ivory);
  line-height: 1.7;
  overflow-x: hidden;
}

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 { font-family: var(--ff-display); font-weight: 400; line-height: 1.15; }

h1 { font-size: clamp(3.5rem, 9vw, 8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.5rem; letter-spacing: 0.04em;}
h3 { font-size: 1.4rem; font-weight: 500; margin-bottom: 1rem; }

p { max-width: 70ch; }
.lead { font-size: 1.15rem; font-weight: 300; }

.section-label {
  display: block;
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.section-label.light { color: var(--gold-light); }

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

section {
  padding-block: clamp(72px, 10vw, 120px);
}

/* ── REVEAL ANIMATIONS ────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.delay-1 { transition-delay: .15s; }
.delay-2 { transition-delay: .3s; }
.delay-3 { transition-delay: .45s; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2.2rem;
  background: var(--gold);
  color: var(--white);
  font-family: var(--ff-body);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background .25s, transform .2s;
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }

.btn-outline {
  display: inline-block;
  padding: .85rem 2.2rem;
  border: 1px solid rgba(255,255,255,.7);
  color: var(--white);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .25s, border-color .25s;
      margin: 0px 3px;
}
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: var(--white); }

.btn-ghost {
  padding: .5rem 1.2rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.btn-ghost:hover { background: var(--gold); color: var(--white); }


/* ── 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);
}




/* ══════════════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════════════ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 60px;
  transition: background .4s, box-shadow .4s, backdrop-filter .4s;
}
#navbar.scrolled {
  background: rgba(253,248,242,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(201,169,110,.2);
  border-bottom: solid 1px var(--gold-dark);
}

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

.nav-logo {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: .04em;
  transition: color .4s;
  z-index: 110;
}
#navbar.scrolled .nav-logo { color: var(--warm-900); }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 2.5vw, 2.2rem);
}

.nav-links a {
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  transition: color .3s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease-out);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

#navbar.scrolled .nav-links a { color: var(--text); }
#navbar.scrolled .nav-links a:hover { color: var(--gold-dark); }

.nav-cta {
  padding: .45rem 1.2rem;
  border: 1px solid rgba(255,255,255,.6) !important;
  transition: background .25s, border-color .25s, color .3s !important;
}
.nav-cta:hover { background: rgba(255,255,255,.15) !important; }
#navbar.scrolled .nav-cta { border-color: var(--gold) !important; color: var(--gold) !important; }
#navbar.scrolled .nav-cta:hover { background: var(--gold) !important; color: var(--white) !important; }

/* Burger */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  z-index: 110;
  padding: 4px;
}
.nav-burger span {
  display: block;
  width: 24px; height: 1.5px;
  background: var(--white);
  transition: transform .3s, opacity .3s, background .4s;
}
#navbar.scrolled .nav-burger span { background: var(--warm-900); }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

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

.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 15% 30%;
  transform: scale(1.06);
  animation: heroZoom 12s var(--ease-out) forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(46,30,18,.62) 0%,
    rgba(46,30,18,.38) 50%,
    rgba(46,30,18,.55) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: var(--nav-h) 1rem 0;
}

.hero-sub {
    font-size: 0.9rem;
    padding-top: 5px;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp .9s var(--ease-out) .2s forwards;
}
.hero-title {
  color: var(--white);
  line-height: 1.0;
  opacity: 0;
  animation: fadeUp .9s var(--ease-out) .45s forwards;
}
.hero-title em {
  font-style: italic;
  color: var(--gold-light);
  display: block;
}
.hero-tagline {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(255,255,255,.8);
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  max-width: 50ch;
  margin-inline: auto;
  opacity: 0;
  animation: fadeUp .9s var(--ease-out) .7s forwards;
}
.btn-outline.fade-up {
  opacity: 0;
  animation: fadeUp .9s var(--ease-out) .95s forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll span {
  display: block;
  width: 4px; height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold-light));
  margin: 0 auto;
  animation: scrollLine 2s ease-in-out infinite;
  border-radius: 4px;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ══════════════════════════════════════════════════════════
   ABOUT
══════════════════════════════════════════════════════════ */
#about { background: var(--ivory); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.about-img-wrap {
  position: relative;
}
.about-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top;
  display: block;
}
.about-img-deco {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 60%; height: 60%;
  border: 1px solid var(--gold-light);
  z-index: -1;
}

.about-text h2 { color: var(--warm-900); }
.about-text .lead { color: var(--warm-700); margin-bottom: 1rem; }
.about-text p { color: var(--text-light); margin-bottom: 1.5rem; }

.about-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--warm-200);
}
.about-stats div { display: flex; flex-direction: column; }
.about-stats strong {
  font-family: var(--ff-body);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.about-stats span {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: .25rem;
}

/* ══════════════════════════════════════════════════════════
   EVENTS
══════════════════════════════════════════════════════════ */
#events { background: var(--warm-100); }

#events h2 { color: var(--warm-900); }

.events-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 2px solid var(--warm-200);
}

.event-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 0;
  border-bottom: 2px solid var(--warm-200);
  transition: background .2s;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
  padding: .6rem .8rem;
  background: var(--gold);
  color: var(--white);
  text-align: center;
  flex-shrink: 0;
}
.event-day {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1;
}
.event-month {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: .2rem;
}

.event-info { flex: 1; }
.event-info h3 {
  font-family: var(--ff-body);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--warm-900);
  margin-bottom: .2rem;
}
.event-info p { font-size: .9rem; color: var(--text-light); max-width: none; }
.event-meta {
  display: inline-block;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: .4rem;
}

/* ══════════════════════════════════════════════════════════
   GALLERY
══════════════════════════════════════════════════════════ */
#gallery { background: var(--ivory); }
#gallery h2 { color: var(--warm-900); }

.section-intro {
  color: var(--text-light);
  margin-bottom: 2.5rem;
  max-width: 38ch;
}

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

.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);
}
.gallery-item:hover img { transform: scale(1.06); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(46,30,18,.38);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.7);
  padding: .4rem 1rem;
}

.press-download {
  margin-top: 2.5rem;
  text-align: center;
}

/* ── LIGHTBOX ─────────────────────────────────────────────── */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(20,12,6,.94);
  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, 1100px);
  max-height: 85vh;
}
.lb-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.lb-close, .lb-prev, .lb-next {
  position: absolute;
  color: var(--white);
  font-size: 1.6rem;
  background: rgba(201,169,110,.2);
  border: 1px solid rgba(201,169,110,.4);
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(201,169,110,.45); }
.lb-close { top: 1.5rem; right: 1.5rem; font-size: 1.8rem; }
.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-size: .78rem;
  letter-spacing: .15em;
  color: var(--gold-light);
  text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════════
   REPERTOIRE
══════════════════════════════════════════════════════════ */
#repertoire { background: var(--warm-100); }
#repertoire h2 { color: var(--warm-900); }

.rep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.rep-col h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--gold-light);
  font-family: var(--ff-body);
}
.rep-col ul { display: flex; flex-direction: column; gap: .6rem; }
.rep-col li {
  font-size: .9rem;
  color: var(--text-light);
  padding-left: 1rem;
  position: relative;
}
.rep-col li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.rep-note {
  margin-top: 2.5rem;
  font-style: italic;
  font-size: .9rem;
  color: var(--text-light);
  max-width: none;
  text-align: left;
}

/* ══════════════════════════════════════════════════════════
   MEDIA
══════════════════════════════════════════════════════════ */
#media { background: var(--ivory); }
#media h2 { color: var(--warm-900); }

.media-sub {
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.audio-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.audio-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 1.5rem;
  background: var(--warm-100);
  border-left: 3px solid var(--gold);
}
.audio-info { min-width: 0; flex: 1; }
.audio-info strong { display: block; font-weight: 500; color: var(--warm-900); margin-bottom: .2rem; }
.audio-info span { font-size: .8rem; color: var(--text-light); }
.audio-card audio { max-width: 360px; }

/* Style the native audio player slightly */
audio::-webkit-media-controls-panel { background: var(--warm-100); }

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
/*.video-wrap {
  position: relative;
  aspect-ratio: 16/9;
    overflow: hidden;
  cursor: pointer;
  background: var(--bg-raised);
}

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


/* ── 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: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ivory);
  text-align: center;
  order: 3;
  max-width: 28ch;
}

/* Play-Button */
.video-play-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--gold-light);
  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: var(--gold);
}

/* Datenschutz-Hinweis */
.video-facade-note {
  font-size: .7rem;
  color: var(--gold-light);
  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;
}

/* ══════════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════════ */
#contact {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
}
.contact-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(.7);
}
.contact-overlay {
  position: absolute;
  inset: 0;

    background: linear-gradient(96deg, rgba(46, 30, 18, .88) 0%, rgba(46, 30, 18, .72) 55%, rgb(46, 30, 18, 19%) 100%);
    /*
  background: linear-gradient(
    120deg,
    rgba(46,30,18,.88) 0%,
    rgba(46,30,18,.72) 55%,
    rgba(46,30,18,.60) 100%
  );*/
}

.contact-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding-block: clamp(72px, 10vw, 120px);
}

.contact-text h2 { color: var(--white); margin-bottom: 1rem; }
.contact-text p { color: rgba(255,255,255,.75); margin-bottom: 2rem; max-width: 42ch; }

.contact-details {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  /*align-items: center;*/
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.contact-details svg { flex-shrink: 0; stroke: var(--gold); }
.contact-details a { transition: color .2s; }
.contact-details a:hover { color: var(--gold-light); }

/* Form */
.contact-form {
  background: rgba(253,248,242,.95);
  padding: 2.5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1.2rem;
}
label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-light);
}
input, select, textarea {
  padding: .75rem 1rem;
  border: 1px solid var(--warm-200);
  background: var(--white);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: .95rem;
  outline: none;
  transition: border-color .2s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
textarea { resize: vertical; }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a96e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

.form-success {
  margin-top: 1rem;
  font-size: .9rem;
  color: var(--gold-dark);
  font-style: italic;
}

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
#footer {
  background: var(--warm-900);
  padding: 2.5rem 0;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
}
.footer-logo {
  font-family: var(--ff-display);
  font-size: 1.6rem;

  color: var(--gold-light);
  letter-spacing: .04em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .3rem 1.8rem;
}
.footer-nav a {
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  transition: color .2s;
}
.footer-nav a:hover { color: var(--gold-light); }
.footer-copy {
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(255,255,255,.3);
  max-width: none;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 480px; }
  .about-img-deco { display: none; }
  .rep-grid { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
.hero-img { object-position: 7% 30%;}


}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    inset: 0 0 0 45%;
    background: rgba(46,30,18,.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform .4s var(--ease-out);
    z-index: 105;
    top: 60px;
    height: fit-content;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a {
    font-size: 1rem;
    color: rgba(255,255,255,.9) !important;
  }
  .nav-cta { border-color: var(--gold) !important; color: var(--gold) !important; }
  .nav-burger { display: flex; }


  .hero-img{ object-position: 23% 30%;}
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .rep-grid { grid-template-columns: 1fr; }
  .about-stats { gap: 1.6rem; }
  .event-item { flex-wrap: wrap; gap: 1rem; }
  .event-date { flex-direction: row; align-items: baseline; gap: .4rem; }
  /*.btn-ghost { margin-left: auto; }*/
  .btn-outline{margin: 5px 3px;}
  .form-row { grid-template-columns: 1fr; }
  .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; }
  .hero-content { padding-inline: 1.5rem; }
  .hero-img{ object-position: 28% 30%;}
  .contact-form { padding: 1.5rem; }
  .event-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }


}

/* ── Accessibility ─────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
