:root {
  --ink: #17181d;
  --muted: #63656d;
  --paper: #fffdf9;
  --cream: #f6f0e7;
  --coral: #ee654d;
  --gold: #d89a2b;
  --teal: #15877d;
  --violet: #6955a4;
  --navy: #17243f;
  --line: rgba(23, 24, 29, 0.12);
  --shadow: 0 24px 60px rgba(29, 26, 22, 0.13);
  --radius: 26px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand span {
  white-space: nowrap;
  font-size: 1.15rem;
  line-height: 1;
}

/* Bunte Sängerfiguren aus dem Jazz-isses-Logo als Markenbild im Header.
   Am Desktop bewusst etwas größer, damit das Motiv als Logo erkennbar bleibt. */
.brand-logo {
  width: 112px;
  height: 62px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 650;
  color: #3a3a40;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--coral);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 9% 12%, rgba(238,101,77,.19), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(21,135,125,.16), transparent 25%),
    radial-gradient(circle at 78% 86%, rgba(105,85,164,.15), transparent 22%),
    linear-gradient(135deg, #fffaf3 0%, #f8f0e7 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 38px solid rgba(216,154,43,.09);
  border-radius: 50%;
  right: -80px;
  bottom: -130px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px;
}

.kicker {
  margin: 0 0 15px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 8vw, 7.4rem);
  font-weight: 500;
}

h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 500;
}

h3 {
  font-size: 1.35rem;
}

.hero-lead {
  max-width: 680px;
  margin: 26px 0 32px;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  color: #48494f;
}

.hero-art {
  position: relative;
  border-radius: 42px;
  padding: 34px;
  background: rgba(255,255,255,.68);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-art img {
  width: 100%;
  border-radius: 25px;
}

.hero-note {
  position: absolute;
  left: -28px;
  bottom: 34px;
  max-width: 245px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow);
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(238,101,77,.24);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  box-shadow: none;
}

section {
  padding: 92px 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 1.08rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  min-height: 250px;
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(40,35,28,.06);
}

.card .number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 38px;
  border-radius: 14px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.card:nth-child(2) .number { background: var(--coral); }
.card:nth-child(3) .number { background: var(--violet); }

.card p {
  color: var(--muted);
}

.band {
  color: #fff;
  background: var(--navy);
}

.band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  align-items: center;
}

.band p {
  color: rgba(255,255,255,.78);
}

.quote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.18;
}

.page-hero {
  padding: 76px 0 60px;
  background: linear-gradient(135deg, var(--cream), #fff9f4);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
}

.content-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: start;
}

.prose {
  font-size: 1.08rem;
}

.prose p:first-child {
  font-size: 1.25rem;
}

.portrait {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.caption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .9rem;
}

.video-card {
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  box-shadow: var(--shadow);
}

.video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.info-panel {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--cream);
}

.mail-link {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--coral);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.legal {
  max-width: 900px;
}

.legal h2 {
  margin-top: 48px;
  font-family: inherit;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: .92rem;
}


.footer-inner a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 74px;
    gap: 12px;
  }

  .brand {
    gap: 10px;
    flex: 0 1 auto;
  }

  .brand-logo {
    width: 74px;
    height: 44px;
  }

  .brand span {
    font-size: 1.02rem;
    white-space: nowrap;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    line-height: 1;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 0;
  }

  .hero-grid,
  .band-grid,
  .content-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-grid {
    gap: 42px;
  }

  .hero-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  section {
    padding: 70px 0;
  }

  .footer-inner {
    flex-direction: column;
  }
}


.event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(40,35,28,.06);
}

.event-date {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background: var(--teal);
  text-align: center;
}

.event-day {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: .9;
}

.event-month {
  display: block;
  margin-top: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.event-details h3 {
  margin-top: 0;
  font-size: 1.65rem;
}

.event-meta {
  margin: 22px 0;
}

.section-soft {
  background: var(--cream);
}

@media (max-width: 700px) {
  .event-card {
    grid-template-columns: 1fr;
  }

  .event-date {
    min-height: auto;
  }
}

/* YouTube-Vorschau: bewusst ohne eingebetteten Player.
   So funktioniert die Seite auch beim lokalen Öffnen per file:// zuverlässig
   und YouTube wird erst nach einem bewussten Klick aufgerufen. */
.video-preview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 75% 25%, rgba(255,255,255,.16), transparent 26%),
    linear-gradient(135deg, var(--navy), #163d57 55%, var(--teal));
  box-shadow: var(--shadow);
}

.video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.24), transparent 55%);
  pointer-events: none;
}

.video-preview-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: clamp(26px, 5vw, 54px);
}

.video-preview-logo {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));
}

.video-preview-kicker {
  margin-bottom: 7px;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .82;
}

.video-preview strong {
  max-width: 75%;
  font-family: var(--display-font, Georgia, serif);
  font-size: clamp(1.7rem, 4vw, 3.25rem);
  line-height: 1.02;
}

.video-preview-play {
  position: absolute;
  right: clamp(24px, 5vw, 52px);
  bottom: clamp(24px, 5vw, 46px);
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  padding-left: 5px;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  font-size: 1.7rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
  transition: transform .2s ease;
}

.video-preview:hover .video-preview-play,
.video-preview:focus-visible .video-preview-play {
  transform: scale(1.08);
}

.video-preview-note {
  position: absolute;
  left: clamp(26px, 5vw, 54px);
  bottom: clamp(26px, 5vw, 48px);
  font-weight: 700;
  opacity: .9;
}

@media (max-width: 520px) {
  .video-preview-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }

  .video-preview strong {
    max-width: 82%;
  }

  .video-preview-play {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
  }

  .video-preview-note {
    display: none;
  }
}


/* Startseiten-Chorbild */
.hero-art img[src*="jazz-isses-chor-2025"] {
  aspect-ratio: 2.2 / 1;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  .hero-art img[src*="jazz-isses-chor-2025"] {
    aspect-ratio: auto;
  }
}

/* =========================================
   STARTSEITE: GROSSES CHORBILD
   Das Gruppenfoto orientiert sich an derselben
   maximalen Breite wie die Textbereiche. Wichtig: Es wird
   bewusst NICHT mit object-fit: cover beschnitten.
   width: 100% + height: auto erhält immer das
   vollständige Seitenverhältnis des Originals.
========================================== */
.hero-home {
  padding-bottom: 0;
}

.hero-copy {
  padding-bottom: 58px;
}

.hero-choir-wide {
  /* Gleiche maximale Breite und Seitenabstände wie die Textbereiche. */
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #e9e5de;
  box-shadow: 0 18px 48px rgba(20, 34, 54, 0.10);
}

.hero-choir-wide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 820px) {
  .hero-copy {
    padding-bottom: 42px;
  }
}


@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand-logo {
    width: 62px;
    height: 38px;
  }

  .brand span {
    font-size: .96rem;
  }

  .nav-toggle {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.45rem;
  }
}
