/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - 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: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/playfair-display-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - 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: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/playfair-display-v40-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Theme Colors */
:root {
  --claret: #7B1E22;
  --gold: #C9A646;
  --cream: #F5F1E3;
  --ink: #111111;
  --smoke: #666666;
  --white: #ffffff;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Base Reset */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: var(--claret); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: var(--gold);
  color: var(--ink);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
}

/* Header / Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 2px solid rgba(0,0,0,0.05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
}
.brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.brand-logo { width: 36px; height: 36px; }
.brand-name { font-weight: 700; letter-spacing: 0.3px; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1rem; }
.main-nav a { font-weight: 600; color: var(--ink); padding: 0.5rem 0.75rem; border-radius: 999px; }
.main-nav a:hover { background: var(--cream); text-decoration: none; }

.nav-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  background: radial-gradient(1400px 500px at 50% 0%, rgba(123, 30, 34, 0.35), transparent 70%),
              linear-gradient(180deg, #2a0a0c 0%, #000 70%);
  color: var(--white);
  padding: 120px 0 80px;
  overflow: hidden;
}
.hero-inner { 
  text-align: center; 
  position: relative; 
  z-index: 10; 
  min-width: 320px; 
  max-width: 800px; 
  margin: 0 auto; 
}
.hero-logo { width: 160px; height: auto; margin: 0 auto 1rem; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.4)); background: rgba(255,255,255,0.85); padding: 10px; border-radius: 12px; }
.hero-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); margin: 0.25rem 0 0.5rem; letter-spacing: 0.3px; }
.hero-subtitle { color: #f2e9e9; margin: 0 auto 1.25rem; max-width: 48ch; }

.hero-ctas { display: inline-flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }

.curtain {
  position: absolute;
  top: -10%;
  bottom: -10%;
  width: 25%;
  background: linear-gradient(90deg, #5e1619 0%, #7B1E22 40%, #5e1619 100%);
  box-shadow: inset -10px 0 20px rgba(0,0,0,0.3); 
}
.curtain-left { left: -4%; transform: skewX(-8deg); }
.curtain-right { right: -4%; transform: skewX(8deg); }

/* Sections */
.section { padding: 72px 0; }
.section-cream { background: var(--cream); }

.section-header h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 0.25rem; }
.section-kicker { color: var(--smoke); margin: 0 0 1.25rem; }

.piece-title { font-family: 'Playfair Display', Georgia, serif; margin-top: 0; }
.piece-desc { max-width: 70ch; }

.dates { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 1.5rem; }
.dates li { background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius); padding: 0.9rem 1rem; box-shadow: var(--shadow); position: relative; }
.dates li.dates-hr { 
  background: transparent; 
  border: 0; 
  padding: 0; 
  box-shadow: none; 
  display: block; 
  grid-column: 1 / -1; 
  margin: 0.5rem 0; 
  height: 1px; 
  border-top: 1px solid rgba(0,0,0,0.15); 
}
.date-day { color: var(--claret); font-weight: 700; }

/* Termine: Cards */
.termine--cards .dates { grid-template-columns: repeat(2, 1fr); column-gap: 3rem; }
.termine--cards .dates li { display: grid; grid-template-columns: 1fr auto; column-gap: 0.75rem; align-items: center; }
.termine--cards .date-date { color: var(--ink); font-weight: 600; }
.termine--cards .date-time { color: var(--smoke); font-weight: 600; }

/* Extra spacing above CTA below the dates */
.section-cta { margin-top: 2.4rem; }

/* Termine Intro Dramatisch */
.termine-intro { margin-bottom: 3rem; }

/* Dramatisch */
.dramatic-header { text-align: center; position: relative; margin-bottom: 2rem; }
.year-badge { 
  position: absolute; 
  top: -1rem; 
  right: 1rem; 
  background: var(--gold); 
  color: var(--white); 
  padding: 0.5rem 1rem; 
  border-radius: var(--radius); 
  font-weight: 700; 
  font-size: 0.9rem; 
}
.dramatic-title { 
  font-family: 'Playfair Display', Georgia, serif; 
  font-size: clamp(2.5rem, 5vw, 3.5rem); 
  font-weight: 700; 
  color: var(--claret); 
  margin: 0; 
  line-height: 0.9; 
  text-transform: uppercase; 
  letter-spacing: 0.05em; 
}
.dramatic-venue { 
  font-style: italic; 
  color: var(--smoke); 
  margin: 0.5rem 0 0; 
  font-size: 1.1rem; 
}
.dramatic-piece { text-align: center; }
.piece-meta { margin-bottom: 0.5rem; }
.piece-genre { 
  background: rgba(218,165,32,0.15); 
  color: var(--gold); 
  padding: 0.3rem 0.8rem; 
  border-radius: var(--radius-sm); 
  font-size: 0.9rem; 
  font-weight: 600; 
  text-transform: uppercase; 
  letter-spacing: 0.05em; 
}
.dramatic-piece-title { 
  font-family: 'Playfair Display', Georgia, serif; 
  font-size: 2rem; 
  color: var(--claret); 
  margin: 1rem 0; 
  font-weight: 600; 
}
.dramatic-quote { 
  font-family: 'Playfair Display', Georgia, serif; 
  font-size: 1.3rem; 
  font-style: italic; 
  color: var(--gold); 
  margin: 1.5rem 0; 
  padding: 1.5rem; 
  border-left: 4px solid var(--gold); 
  background: rgba(218,165,32,0.05); 
  border-radius: 0 var(--radius) var(--radius) 0; 
}
.dramatic-desc { margin-top: 1.5rem; }
.dramatic-desc p { margin-bottom: 0.8rem; }
.dramatic-desc em { color: var(--claret); }

/* Vorverkauf Tabellen-Layout */
.table-header { text-align: center; margin-bottom: 2rem; }
.table-header h2 { 
  font-family: 'Playfair Display', Georgia, serif; 
  color: var(--claret); 
  margin: 0; 
  font-size: 2.5rem; 
}
.table-subtitle { 
  color: var(--smoke); 
  font-size: 1.1rem; 
  margin: 0.5rem 0 0; 
}
.table-subtitle strong {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.2rem;
}
.vorverkauf-tables { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 3rem; margin: 2rem 0; }
.table-section { 
  background: var(--white); 
  border-radius: var(--radius); 
  overflow: hidden; 
  box-shadow: var(--shadow); 
}
.table-title { 
  font-family: 'Playfair Display', Georgia, serif; 
  background: var(--claret); 
  color: var(--white); 
  margin: 0; 
  padding: 1rem 1.5rem; 
  font-size: 1.3rem; 
}
/* Cancelled Vorverkauf styling */
.cancelled-row-v2 {
  background-color: #f8f8f8;
  position: relative;
}

.cancelled-row-v2 td {
  color: rgba(153, 153, 153, 0.5);
}

.cancelled-row-v2 td:nth-child(2) {
  position: relative;
}

.cancelled-stamp {
  position: absolute;
  background-color: #8B0000;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  white-space: nowrap;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  pointer-events: none;
}

.table-location {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.9;
  font-style: italic;
}

/* Spaltenbreiten für Vorverkaufstabelle */
.schedule-table th:first-child,
.schedule-table td:first-child {
  width: 20%;
}

.schedule-table th:nth-child(2),
.schedule-table td:nth-child(2) {
  width: 40%;
}

.schedule-table th:nth-child(3),
.schedule-table td:nth-child(3) {
  width: 40%;
}
.price-table, .schedule-table { 
  width: 100%; 
  border-collapse: collapse;
  table-layout: fixed;
}
.price-table th, .schedule-table th { 
  background: rgba(218,165,32,0.15); 
  color: var(--claret); 
  padding: 1rem; 
  text-align: left; 
  font-weight: 600; 
  border-bottom: 2px solid var(--gold); 
}
.price-table td, .schedule-table td { 
  padding: 1rem; 
  border-bottom: 1px solid rgba(0,0,0,0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-table .price { 
  font-family: 'Playfair Display', Georgia, serif; 
  font-size: 1.2rem; 
  font-weight: 700; 
  color: var(--claret); 
  text-align: right; 
}
.table-notice { 
  margin-top: 2rem; 
  padding: 1.5rem; 
  background: rgba(218,165,32,0.1); 
  border-radius: var(--radius); 
  border-left: 4px solid var(--gold); 
  text-align: center; 
}

/* Mitglied werden - Minimalistisch-Elegant */
.minimal-membership { 
  background: var(--white); 
  border-radius: var(--radius); 
  padding: 3rem 2rem; 
}
.minimal-border { 
  border: 2px solid var(--gold); 
  border-radius: var(--radius); 
  padding: 3rem 2rem; 
  position: relative; 
}
.minimal-border::before { 
  content: ''; 
  position: absolute; 
  top: -1px; 
  left: -1px; 
  right: -1px; 
  bottom: -1px; 
  background: linear-gradient(45deg, var(--gold), var(--claret), var(--gold)); 
  border-radius: var(--radius); 
  z-index: -1; 
  opacity: 0.1; 
}
.minimal-content { 
  text-align: center; 
  max-width: 600px; 
  margin: 0 auto; 
}
.minimal-title { 
  font-family: 'Playfair Display', Georgia, serif; 
  color: var(--claret); 
  font-size: clamp(1.8rem, 3.5vw, 2.5rem); 
  font-weight: 600; 
  margin: 0 0 1.5rem; 
  line-height: 1.3; 
}
.minimal-text { 
  color: var(--smoke); 
  font-size: 1.1rem; 
  line-height: 1.7; 
  margin: 0 0 2.5rem; 
}
.minimal-cta { 
  background: transparent; 
  color: var(--claret); 
  border: 2px solid var(--claret); 
  font-weight: 600; 
  padding: 1rem 2.5rem; 
  transition: all 0.3s ease; 
}
.minimal-cta:hover { 
  background: var(--claret); 
  color: var(--white); 
  transform: translateY(-2px); 
  box-shadow: 0 8px 25px rgba(123,30,34,0.3); 
}




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

.list-check { list-style: none; padding: 0; margin: 0.5rem 0 0; display: grid; gap: 0.5rem; }
.list-check li { padding-left: 1.6rem; position: relative; }
.list-check li:before { content: '✓'; color: var(--gold); position: absolute; left: 0; top: 0; font-weight: 800; }

/* Über uns - Typografie Layout */
.typography-layout { max-width: 800px; margin: 0 auto; }
.typography-intro { text-align: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 3px solid var(--claret); }
.typography-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: var(--claret); margin: 0; letter-spacing: -0.02em; }
.typography-subtitle { font-size: 1.25rem; font-style: italic; color: var(--gold); margin: 0.5rem 0 1.5rem; }
.typography-lead { font-size: 1.1rem; font-weight: 500; line-height: 1.7; color: #444; }

.story-section { display: grid; grid-template-columns: 80px 1fr; gap: 2rem; margin-bottom: 3rem; align-items: start; }
.story-number { font-family: 'Playfair Display', Georgia, serif; font-size: 2.5rem; font-weight: 700; color: var(--claret); margin: 0; writing-mode: vertical-rl; text-orientation: mixed; }
.story-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; color: var(--claret); margin: 0 0 1rem; }
.story-text { font-size: 1rem; line-height: 1.7; margin-bottom: 1rem; }
.story-quote { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-style: italic; color: var(--gold); margin: 1.5rem 0; padding-left: 2rem; border-left: 4px solid var(--gold); }
.story-definition { font-style: italic; background: rgba(218,165,32,0.1); padding: 1rem; border-left: 4px solid var(--gold); margin: 1rem 0; }
.story-highlight { font-weight: 600; color: var(--claret); font-size: 1.05rem; }



.cta-block { text-align: center; background: var(--cream); padding: 2rem; border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius); box-shadow: var(--shadow); }

.contact { font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: 2px solid transparent;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--claret); color: var(--white); border-color: #5e1619; box-shadow: 0 8px 18px rgba(123,30,34,0.35); }
.btn-primary:hover { background: #6b1a1e; }
.btn-outline { background: transparent; color: var(--white); border-color: var(--gold); }
.btn-outline:hover { background: rgba(201,166,70,0.15); }
.btn-lg { padding: 0.9rem 1.4rem; font-size: 1.05rem; }

/* Gallery - Uniform Grid */
.uniform-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px; /* fixed gap per request */
  margin-top: 1.25rem;
}
.uniform-gallery .gallery-item {
  aspect-ratio: 4/3; /* larger image height */
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.uniform-gallery .gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.uniform-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Legal Content */
.legal-content { max-width: 800px; margin: 0 auto; }
.legal-content h2 { 
  font-family: 'Playfair Display', Georgia, serif; 
  color: var(--claret); 
  font-size: 1.5rem; 
  margin: 2rem 0 1rem; 
  border-bottom: 2px solid var(--gold); 
  padding-bottom: 0.5rem; 
}
.legal-content h3 { 
  color: var(--claret); 
  font-size: 1.2rem; 
  margin: 1.5rem 0 0.75rem; 
}
.legal-content p { 
  line-height: 1.7; 
  margin-bottom: 1rem; 
}
.legal-content ul { 
  line-height: 1.7; 
  margin: 1rem 0; 
  padding-left: 2rem; 
}
.legal-content li { 
  margin-bottom: 0.5rem; 
}

/* Footer */
.site-footer { background: #0f0f0f; color: #cfcfcf; }
.site-footer .container { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.site-footer a { color: #cfcfcf; }

/* Responsive */
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
  .vorverkauf-tables { grid-template-columns: 1fr; gap: 2rem; }
  .uniform-gallery { grid-template-columns: repeat(2, 1fr); gap: 35px; }
  /* Burger menu on tablet */
  .main-nav ul { display: none; position: absolute; right: 1rem; top: 60px; flex-direction: column; background: var(--white); padding: 0.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
  .main-nav ul[aria-expanded="true"] { display: flex; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.6rem; border-radius: 8px; border: 0; background: transparent; }
  .hero { padding: 96px 0 60px; }
  .hero-inner { min-width: 280px; }
  .story-section { grid-template-columns: 1fr; gap: 0.5rem; }
  .story-number { 
    font-size: 2rem; 
    writing-mode: horizontal-tb; 
    text-orientation: unset; 
    text-align: left;
    margin-bottom: 0.5rem;
  }
  
  .termine-intro { margin-bottom: 2rem; }
  .year-badge { position: static; display: inline-block; margin-bottom: 1rem; }
  
  /* Termine Cards: Single Column on Mobile */
  .termine--cards .dates { grid-template-columns: 1fr; column-gap: 0; }
  
  /* Gallery Mobile */
  .uniform-gallery { grid-template-columns: 1fr; gap: 35px; }
  
  .minimal-border { padding: 2rem 1rem; }
  .minimal-membership { padding: 2rem 1rem; }
}

@media (max-width: 720px) {
  .main-nav ul { display: none; position: absolute; right: 1rem; top: 60px; flex-direction: column; background: var(--white); padding: 0.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
  .main-nav ul[aria-expanded="true"] { display: flex; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.6rem; border-radius: 8px; border: 0; background: transparent; }
  .hero { padding: 96px 0 60px; }
  .hero-inner { min-width: 280px; }
  .story-section { grid-template-columns: 1fr; gap: 0.5rem; }
  .story-number { 
    font-size: 2rem; 
    writing-mode: horizontal-tb; 
    text-orientation: unset; 
    text-align: left;
    margin-bottom: 0.5rem;
  }
  
  .termine-intro { margin-bottom: 2rem; }
  .year-badge { position: static; display: inline-block; margin-bottom: 1rem; }
  
  /* Termine Cards: Single Column on Mobile */
  .termine--cards .dates { grid-template-columns: 1fr; column-gap: 0; }
  
  /* Gallery Mobile */
  .uniform-gallery { grid-template-columns: 1fr; gap: 35px; }
  
  .minimal-border { padding: 2rem 1rem; }
  .minimal-membership { padding: 2rem 1rem; }
}

/* Lightbox */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
}
.lightbox-prev { left: 2rem; }
.lightbox-next { right: 2rem; }
.lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
  transform: none;
  width: 44px;
  height: 44px;
}

.uniform-gallery .gallery-item a { display: block; height: 100%; }
.uniform-gallery .gallery-item a img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Accessible helper */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 1px, 1px); white-space: nowrap; border: 0; }

/* Burger icon */
.nav-toggle { position: relative; }
.nav-toggle .burger { 
  position: relative; 
  display: inline-block; 
  width: 26px; /* larger */
  height: 3px;  /* thicker */
  background: var(--ink); 
  border-radius: 3px; 
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-toggle .burger::before,
.nav-toggle .burger::after { 
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 26px; 
  height: 3px; 
  background: var(--ink); 
  border-radius: 3px; 
  transition: transform 0.2s ease;
}
.nav-toggle .burger::before { top: -7px; }
.nav-toggle .burger::after { top: 7px; }

/* Expanded (optional animation to X) */
.nav-toggle[aria-expanded="true"] .burger { background: transparent; }
.nav-toggle[aria-expanded="true"] .burger::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .burger::after { transform: translateY(-7px) rotate(-45deg); }

.section-header.section-header--left { text-align: left; margin-bottom: 1rem; }
.section-header.section-header--left h1, 
.section-header.section-header--left h2 { margin-left: 0; }

/* Termine: Sold-out Banner */
.dates li.is-soldout { position: relative; }
.dates li .soldout { position: absolute; z-index: 2; }
.dates--variant2 li.is-soldout { padding-top: 2.2rem; }
.dates--variant2 li.is-soldout .soldout {
  left: -1px; right: -1px; top: -1px; height: 34px; line-height: 34px;
  background: linear-gradient(90deg, #b71c1c, var(--claret));
  color: var(--white); text-align: center; font-weight: 800; text-transform: uppercase;
  border-top-left-radius: var(--radius); border-top-right-radius: var(--radius);
}
.dates--variant2 li.is-soldout span:not(.soldout) { position: relative; z-index: 3; }
/* Make non-sold-out boxes significantly lower than sold-out ones */
.dates--variant2 li:not(.is-soldout) { padding: 0.65rem 1rem !important; line-height: 1.4; }
.dates--variant2 li:not(.is-soldout) .date-time { font-size: 0.95rem; line-height: 1.3; }


