/* ==========================================
   Julius Gass — juliusgass.de
   Zentrale Stylesheet
   ==========================================

   INHALTSVERZEICHNIS
   1.  CSS Variablen
   2.  Reset & Basis
   3.  Typografie
   4.  Layout-Utilities
   5.  Navigation
   6.  Hero
   7.  About / Kurzvorstellung
   8.  Referenzen / Logo-Grid
   9.  Testimonials Slider
   10. Videos
   11. Vita / Timeline
   12. Kontakt
   13. Footer
   14. Scroll-Animationen
   15. Chor-Seite (Ergänzungen)
   16. Impressum / Datenschutz
   17. Media Queries
   ========================================== */


/* ==========================================
   1. CSS VARIABLEN
   ========================================== */
:root {
  /* Farben */
  --bg:           #13131a;
  --bg-2:         #1e1e2a;
  --bg-3:         #262636;
  --border:       #2a2a36;
  --text:         #e8e5de;
  --text-muted:   #9095a5;
  --gold:         #c9a84c;
  --gold-light:   #e2c97e;
  --gold-dim:     rgba(201, 168, 76, 0.12);

  /* Typografie */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;

  /* Layout */
  --max-w:        1200px;
  --gutter:       clamp(1.25rem, 4vw, 2rem);
  --section-py:   clamp(5rem, 9vw, 9rem);
  --radius:       4px;

  /* Übergänge */
  --ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --t-fast:       0.25s;
  --t-base:       0.35s;
  --t-slow:       0.6s;
}


/* ==========================================
   2. RESET & BASIS
   ========================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font-family: inherit;
}

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


/* ==========================================
   3. TYPOGRAFIE
   ========================================== */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* Beschriftung über Section-Überschriften */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.eyebrow::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* Große Section-Überschriften */
.headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* Fließtext-Varianten */
.lead {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.85;
  color: var(--text-muted);
}


/* ==========================================
   4. LAYOUT-UTILITIES
   ========================================== */
.container {
  width: min(var(--max-w), 100% - (var(--gutter) * 2));
  margin-inline: auto;
}

/* Standard Section-Abstand */
.section {
  padding-block: var(--section-py);
}

/* Subtiler Trenner zwischen Sektionen (nicht zwischen Hero und erster Sektion) */
.section + .section {
  border-top: 1px solid var(--border);
}

/* Alternierende Sektions-Hintergründe */
.section--dark  { background-color: var(--bg); }
.section--mid   { background-color: var(--bg-2); }
.section--light { background-color: var(--bg-3); }

/* Allgemeine Button-Stile */
.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--t-base) var(--ease),
              color var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease);
}

.btn--outline {
  border: 1px solid var(--gold);
  color: var(--gold);
}

.btn--outline:hover {
  background: var(--gold);
  color: var(--bg);
}

.btn--solid {
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
}

.btn--solid:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}


/* ==========================================
   5. NAVIGATION
   ========================================== */
.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem var(--gutter);
  transition: background var(--t-base) var(--ease),
              padding var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease);
  border-bottom: 1px solid transparent;
}

/* Nav nach dem Scrollen */
.nav.scrolled {
  background: rgba(19, 19, 26, 0.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-block: 1rem;
  border-color: var(--border);
}

/* Logo in der Nav */
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-logo img {
  height: 2.2rem;
  width: auto;
}

/* Navigationslinks */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-links a {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color var(--t-fast) var(--ease);
  white-space: nowrap;
}

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

/* Hervorgehobener CTA-Link */
.nav-links .nav-cta {
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius);
  transition: background var(--t-base) var(--ease),
              color var(--t-base) var(--ease);
}

.nav-links .nav-cta:hover {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
}

/* Hamburger für Mobile */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  padding: 4px 0;
}

.nav-burger span {
  display: block;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--t-base) var(--ease),
              opacity var(--t-base) var(--ease);
}

/* X-Animation beim geöffneten Menü */
.nav-burger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-burger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}


/* ==========================================
   6. HERO
   ========================================== */
.hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}

/* Hintergrundbild */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  will-change: transform;
}

/* Verlauf über dem Bild — dunkel unten-links (Text-Bereich), hell oben-rechts (Portrait) */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top right,
    rgba(19, 19, 26, 0.96) 0%,
    rgba(19, 19, 26, 0.72) 28%,
    rgba(19, 19, 26, 0.28) 58%,
    rgba(19, 19, 26, 0.04) 100%
  );
}

/* Inhalt über dem Bild */
.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max-w), 100% - (var(--gutter) * 2));
  margin-inline: auto;
}

.hero-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 229, 222, 0.65);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.hero-subtitle-dot {
  color: var(--gold);
  font-size: 1.2em;
  line-height: 1;
}

/* Trust-Zeile direkt unter dem Subtitle: 3 Top-Anker */
.hero-trust {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 36rem;
  line-height: 1.7;
}

/* Hero-CTA: primary + ghost-button */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

/* Ghost-Button: dezenter Sekundär-CTA */
.btn--ghost {
  border: 1px solid rgba(232, 229, 222, 0.25);
  color: var(--text);
  background: transparent;
}

.btn--ghost:hover {
  border-color: var(--text);
  background: rgba(232, 229, 222, 0.08);
}

/* Scroll-Indikator */
.hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-scroll::before {
  content: '';
  width: 1px;
  height: 3.5rem;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: heroScrollLine 2s ease-in-out infinite;
}

@keyframes heroScrollLine {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.1); }
}


/* ==========================================
   7. ABOUT / KURZVORSTELLUNG
   ========================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

/* Linke Spalte: Zahlen / Auszeichnung */
.about-aside {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-stat-number {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.04em;
}

.about-stat-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.4rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

/* Rechte Spalte: Text */
.about-text {
  max-width: 580px;
}

.about-text .headline {
  margin-bottom: 1.75rem;
}

.about-text p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.about-text p:last-of-type {
  margin-bottom: 0;
}

.about-text strong {
  color: var(--text);
  font-weight: 500;
}

/* Gold-Hervorhebung */
.highlight {
  color: var(--gold);
}


/* ==========================================
   8. REFERENZEN / LOGO-GRID
   ========================================== */
.referenzen-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

/* Logo-Grid: 4 Spalten, großzügig */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 2rem;
  align-items: center;
  justify-items: center;
  padding: 1.5rem 0;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform var(--t-base) var(--ease);
}

.logo-item:hover {
  transform: scale(1.06);
}

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logos: reines Weiß — brightness(0) macht alles schwarz, invert(1) zu weiß */
.logo-img {
  max-height: 3.5rem;
  max-width: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* Logos mit nicht-transparentem Hintergrund (z.B. Deutschlandradio) */
.logo-item--card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
}

.logo-img--card {
  filter: grayscale(1) brightness(0.9) contrast(0.75);
  opacity: 0.65;
}

/* "Zur Chor-Seite" Link unter dem Grid */
.referenzen-footer {
  text-align: center;
  margin-top: 3.5rem;
}


/* ==========================================
   9. TESTIMONIALS SLIDER
   ========================================== */
.testimonials {
  overflow: hidden; /* Kein horizontales Scrollen */
}

.testimonials-wrap {
  position: relative;
}

/* Slider-Bühne */
.testimonials-track {
  display: flex;
  transition: transform 0.85s cubic-bezier(0.45, 0, 0.15, 1);
  will-change: transform;
}

/* Einzelne Karte */
.testimonial-card {
  min-width: 100%;
  padding-inline: var(--gutter);
}

.testimonial-inner {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  padding-block: 3.5rem;
}

/* Anführungszeichen — dezenter als Akzent */
.t-quote-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 0.8;
  color: var(--gold);
  opacity: 0.6;
  margin-bottom: 1.25rem;
  user-select: none;
}

/* Das Zitat selbst */
.t-text {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 2.5rem;
}

/* Autor-Bereich */
.t-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.t-portrait {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}

.t-author-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
}

.t-author-role {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: left;
}

/* Steuerelemente */
.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.slider-btn {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: border-color var(--t-base) var(--ease),
              color var(--t-base) var(--ease);
}

.slider-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.slider-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Punkte-Navigation */
.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background var(--t-base) var(--ease),
              transform var(--t-base) var(--ease);
}

.slider-dot.active {
  background: var(--gold);
  transform: scale(1.4);
}


/* ==========================================
   10. VIDEOS (DSGVO-konform)
   ========================================== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* Wrapper mit 16:9 Verhältnis */
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-3);
  /* Thumbnail als Hintergrundbild (wird per JS gesetzt) */
  background-size: cover;
  background-position: center;
}

/* Dunkler Schleier */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(19, 19, 26, 0.75) 0%,
    rgba(19, 19, 26, 0.2) 50%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background var(--t-base) var(--ease);
}

.video-embed:hover .video-overlay {
  background: linear-gradient(
    to top,
    rgba(19, 19, 26, 0.6) 0%,
    rgba(19, 19, 26, 0.1) 50%,
    transparent 100%
  );
}

/* Play-Button */
.video-play {
  width: 4rem;
  height: 4rem;
  background: rgba(201, 168, 76, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--t-base) var(--ease),
              background var(--t-base) var(--ease);
  margin-bottom: 1rem;
}

.video-embed:hover .video-play {
  transform: scale(1.08);
  background: var(--gold);
}

.video-play svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: var(--bg);
  margin-left: 3px;
}

/* Datenschutz-Hinweis */
.video-consent {
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  color: rgba(232, 229, 222, 0.5);
  text-align: center;
  padding-inline: 1rem;
}

/* Nach dem Laden: iframe füllt den Wrapper */
.video-embed.loaded {
  cursor: default;
}

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

/* Großes Grid auf der Chor-Seite (3 Spalten → mehr Videos) */
.video-grid--large {
  grid-template-columns: repeat(3, 1fr);
}

/* Startseite: Featured + Secondary Layout */
.video-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Video + Rollen-Tags als Einheit */
.video-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Rollen-Tags unter dem Video */
.video-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.video-role {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(201, 168, 76, 0.45);
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-radius: 2px;
}

/* Sekundäres 2er-Grid unter dem Featured Video */
.video-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

/* Größerer Play-Button für das Featured Video */
.video-embed--featured .video-play {
  width: 5rem;
  height: 5rem;
}

.video-embed--featured .video-play svg {
  width: 1.9rem;
  height: 1.9rem;
}


/* ==========================================
   11. VITA / TIMELINE
   ========================================== */
.vita-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

/* Linke Spalte bleibt beim Scrollen */
.vita-sticky {
  position: sticky;
  top: 7rem;
}

.vita-sticky .headline {
  margin-bottom: 1.5rem;
}

.vita-sticky .lead {
  margin-bottom: 2rem;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 1.75rem;
}

/* Vertikale Linie */
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: var(--border);
}

.timeline-item {
  position: relative;
  margin-bottom: 2.25rem;
}

/* Punkt auf der Linie */
.timeline-item::before {
  content: '';
  position: absolute;
  left: -1.875rem;
  top: 0.45rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-dim);
}

.timeline-year {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.timeline-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.timeline-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}


/* ==========================================
   12. KONTAKT
   ========================================== */
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.kontakt-info {
  position: sticky;
  top: 7rem;
}

.kontakt-info .headline {
  margin-bottom: 1.25rem;
}

.kontakt-info .lead {
  margin-bottom: 2rem;
}

/* E-Mail Link */
.kontakt-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 2rem;
  transition: opacity var(--t-base) var(--ease);
}

.kontakt-mail:hover {
  opacity: 0.75;
}

.kontakt-mail svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* Formular */
.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color var(--t-base) var(--ease);
  -webkit-appearance: none;
  appearance: none;
}

.form-control::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold);
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

/* Zwei-Spalten-Zeile im Formular */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-actions {
  margin-top: 1.75rem;
}

/* Datenschutz-Hinweis im Formular */
.form-privacy {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.form-privacy a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Status-Meldung unter dem Submit-Button (Fehler / Hinweise) */
.form-status {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.form-status--error {
  color: #e57373;
  padding: 0.85rem 1rem;
  background: rgba(229, 115, 115, 0.08);
  border: 1px solid rgba(229, 115, 115, 0.3);
  border-radius: var(--radius);
}

/* Erfolgs-Box — ersetzt das Formular nach erfolgreichem Submit */
.form-success {
  padding: 2.5rem;
  background: var(--bg);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  text-align: center;
  animation: formSuccessIn 0.5s var(--ease);
}

.form-success h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.form-success p {
  color: var(--text-muted);
  line-height: 1.7;
}

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


/* ==========================================
   12b. LEISTUNGEN — Service-Grid
   ========================================== */
.leistungen-header {
  max-width: 44rem;
  margin-bottom: 4rem;
}

.leistungen-header .lead {
  margin-top: 1.5rem;
}

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

.leistung-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  transition: border-color var(--t-base) var(--ease),
              transform   var(--t-base) var(--ease);
}

.leistung-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

/* Feature-Karte (Chor): goldener Akzent oben */
.leistung-card--feature {
  border-color: rgba(201, 168, 76, 0.4);
  position: relative;
}

.leistung-card--feature::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  height: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
}

.leistung-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.leistung-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: var(--text);
}

.leistung-desc {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.leistung-meta {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  margin: 0;
}

.leistung-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color var(--t-fast) var(--ease);
}

.leistung-link:hover {
  color: var(--gold-light);
}


/* ==========================================
   12c. PROZESS — How it works
   ========================================== */
.prozess-header {
  margin-bottom: 4rem;
  max-width: 44rem;
}

.prozess-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
  counter-reset: prozess;
}

.prozess-step {
  position: relative;
}

.prozess-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.prozess-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.85rem;
  color: var(--text);
}

.prozess-desc {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}


/* ==========================================
   12d. FAQ — Accordion (<details>/<summary>)
   ========================================== */
.faq-header {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}

.faq-header .eyebrow {
  justify-content: center;
}

.faq-list {
  max-width: 48rem;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item:first-child {
  border-top: 1px solid var(--border);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--text);
  list-style: none;
  transition: color var(--t-fast) var(--ease);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--gold);
}

/* Plus-/Minus-Icon rechts */
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  transition: transform var(--t-base) var(--ease);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-content {
  padding: 0 0 1.5rem 0;
  animation: faqOpen 0.3s var(--ease);
}

.faq-content p {
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 42rem;
}

@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ==========================================
   13. FOOTER
   ========================================== */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding-block: 2.5rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-logo img {
  height: 1.9rem;
  width: auto;
  opacity: 0.5;
  transition: opacity var(--t-base) var(--ease);
}

.footer-logo:hover img {
  opacity: 0.85;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color var(--t-base) var(--ease);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-copy {
  font-size: 0.75rem;
  color: var(--text-muted);
  opacity: 0.6;
}


/* ==========================================
   14. SCROLL-ANIMATIONEN
   ========================================== */

/* Ausgangszustand: unsichtbar + nach unten verschoben */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--ease),
              transform 0.75s var(--ease);
}

/* Endpunkt: sichtbar */
[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

/* Verzögerte Varianten für gestaffelte Animationen */
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }


/* ==========================================
   15. CHOR-SEITE (ERGÄNZUNGEN)
   ========================================== */

/* Kategorisiertes Logo-Grid auf der Chor-Seite */
.logo-category {
  margin-bottom: 3.5rem;
}

.logo-category-title {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}

/* Einleitungs-Block auf der Chor-Seite */
.chor-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.chor-intro-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.chor-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chor-intro-text .headline {
  margin-bottom: 1.5rem;
}

.chor-intro-text p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.chor-intro-text p:last-of-type {
  margin-bottom: 0;
}


/* ==========================================
   16. IMPRESSUM / DATENSCHUTZ
   ========================================== */
.legal {
  padding-top: clamp(7rem, 12vw, 10rem);
  padding-bottom: var(--section-py);
}

.legal-content {
  max-width: 760px;
}

.legal-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 3rem;
}

.legal-content h2 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legal-content h3 {
  font-size: 1rem;
  font-family: var(--font-body);
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.legal-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  opacity: 0.8;
}


/* ==========================================
   17. MEDIA QUERIES
   ========================================== */

/* Tablet & kleiner (unter 900px) */
@media (max-width: 900px) {
  /* Logo-Grid: 3 Spalten */
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.5rem;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  /* Vita */
  .vita-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .vita-sticky {
    position: static;
  }

  /* Kontakt */
  .kontakt-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .kontakt-info {
    position: static;
  }

  /* Chor-Intro */
  .chor-intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .chor-intro-image {
    order: -1;
  }

  /* Video-Grid: 2 Spalten */
  .video-grid,
  .video-grid--large {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Form Row: 1 Spalte */
  .form-row {
    grid-template-columns: 1fr;
  }

  /* Leistungen: 1 Spalte ab Tablet */
  .leistungen-grid {
    grid-template-columns: 1fr;
  }

  /* Prozess: 2 Spalten ab Tablet */
  .prozess-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}

/* Mobil (unter 768px) */
@media (max-width: 768px) {
  /* Hero: Gesicht sichtbar halten, Gradient stärken */
  .hero-bg {
    background-position: 78% 20%;
  }

  .hero-bg::after {
    background:
      linear-gradient(to top, rgba(19, 19, 26, 0.96) 0%, rgba(19, 19, 26, 0.55) 38%, rgba(19, 19, 26, 0.1) 65%, transparent 100%),
      linear-gradient(to right, rgba(19, 19, 26, 0.7) 0%, transparent 55%);
  }

  /* Navigation: Mobile Menü */
  .nav-burger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    inset-block: 0;
    right: 0;
    width: min(300px, 85vw);
    background: var(--bg-2);
    border-left: 1px solid var(--border);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem 2rem;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform var(--t-slow) var(--ease);
    z-index: 190;
  }

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

  .nav-links a {
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: var(--text-muted);
  }

  .nav-links .nav-cta {
    margin-top: 0.5rem;
  }

  /* Logo-Grid: 2 Spalten auf Mobile */
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }

  /* Video: 1 Spalte */
  .video-grid,
  .video-grid--large,
  .video-secondary-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  /* Prozess: 1 Spalte auf Mobile */
  .prozess-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Hero-CTA: Buttons untereinander auf engen Screens */
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .btn {
    text-align: center;
  }
}

/* Großes Desktop (über 1400px) */
@media (min-width: 1400px) {
  .logo-grid {
    gap: 2rem 3.5rem;
  }
}
