/* ================================================
   BOSSA NOSSA — Stylesheet
   Cremeweiß + Gold · Cormorant Garamond + Jost
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500&display=swap');

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

:root {
  --cream:    #FAF7F2;
  --cream-2:  #F3EDE3;
  --cream-3:  #EAE0D0;
  --gold:     #C9A84C;
  --gold-h:   #B8962A;
  --text:     #3D2B1F;
  --text-mid: #7A6555;
  --text-lt:  #A89880;
  --border:   #DDD5C5;
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); font-weight: 300; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ── Typography ── */
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.2; }
.bandname { font-variant: small-caps; letter-spacing: 1px; }

/* ── Logo ── */
.nav-logo img { filter: none; }

/* ── Video embed ── */
.video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; margin-top: 52px; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ── Pricing — Quartett als Hauptbesetzung ── */
.price-main-label { font-size: 11px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-top: 52px; margin-bottom: 12px; display: block; }
.price-alt-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-lt); margin: 28px 0 12px; display: block; }
.price-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card-main { padding: 52px; }

/* ── Technik list ── */
.technik-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.technik-list li { font-size: 15px; color: var(--text-mid); padding-left: 20px; position: relative; line-height: 1.6; }
.technik-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── Navigation ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--cream); border-bottom: 1px solid var(--border);
  height: 80px; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  transition: box-shadow .3s;
}
.nav.scrolled { box-shadow: 0 4px 32px rgba(61,43,31,.09); }
.nav-logo img { height: 60px; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  text-decoration: none; color: var(--text); font-weight: 400;
  transition: color .2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-lang {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-lt); text-decoration: none;
  padding-left: 24px; border-left: 1px solid var(--border);
  transition: color .2s;
}
.nav-lang:hover { color: var(--gold); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--text); transition: all .3s; }

/* ── Hero ── */
.hero {
  position: relative; height: 100vh; min-height: 640px;
  overflow: hidden;
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(15,8,3,.72) 0%, rgba(15,8,3,.2) 24%, transparent 38%, rgba(15,8,3,.34) 64%, rgba(12,6,2,.86) 100%);
}
.hero-topmark {
  position: absolute; top: 96px; left: 80px; right: 80px; z-index: 3;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(250,247,242,.78);
  white-space: nowrap;
}
.hero-topmark-left, .hero-topmark-right { white-space: nowrap; }
.hero-topmark-left { display: flex; align-items: center; gap: 14px; }
.hero-topmark-left b { font-weight: 400; color: var(--gold); }
.hero-topmark-left::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.hero-content {
  position: absolute; left: 80px; right: 80px; bottom: 80px; z-index: 2;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: stretch;
}
.hero-left {
  position: relative;
}
.hero-left::before {
  content: ''; position: absolute;
  top: -64px; bottom: -60px; left: -140px; right: -64px;
  background: radial-gradient(ellipse at 32% 62%, rgba(12,6,2,.82) 0%, rgba(12,6,2,.68) 32%, rgba(12,6,2,.4) 62%, rgba(12,6,2,.14) 86%, transparent 100%);
  z-index: -1;
  filter: blur(12px);
}
.hero-left h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(48px, 7vw, 96px); line-height: 1;
  letter-spacing: -.5px; color: var(--cream); text-shadow: 0 2px 40px rgba(0,0,0,.3);
}
.hero-left h1 em { font-style: italic; font-weight: 300; }
.hero-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  padding: 4px 0;
  position: relative;
}
.hero-right::before {
  content: ''; position: absolute;
  top: -28px; bottom: -56px; left: -56px; right: -140px;
  background: radial-gradient(ellipse at 68% 72%, rgba(12,6,2,.82) 0%, rgba(12,6,2,.68) 32%, rgba(12,6,2,.4) 62%, rgba(12,6,2,.14) 86%, transparent 100%);
  z-index: -1;
  filter: blur(10px);
}
.hero-right .btn { white-space: nowrap; }
.hero-right p {
  font-family: 'Jost', sans-serif; font-style: normal; font-weight: 300;
  font-size: clamp(15px, 1.4vw, 19px); color: rgba(250,247,242,.92);
  line-height: 1.6; margin-bottom: 0;
}
.hero-right p b { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-style: normal; font-weight: 400; font-size: 1.25em; }
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(250,247,242,.5);
}
.hero-scroll::after {
  content: ''; display: block; width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:.4;} 50%{opacity:1;} }

/* ── Buttons ── */
.btn {
  display: inline-block; padding: 13px 36px; font-family: 'Jost', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  text-decoration: none; font-weight: 400; cursor: pointer; border: none; transition: all .3s;
}
.btn-ghost { border: 1px solid rgba(201,168,76,.7); color: var(--cream); background: rgba(201,168,76,.12); }
.btn-ghost:hover { background: var(--gold); border-color: var(--gold); color: var(--text); }
.btn-gold { background: var(--gold); color: var(--text); border: 1px solid var(--gold); }
.btn-gold:hover { background: var(--gold-h); border-color: var(--gold-h); }
.btn-outline { border: 1px solid var(--border); color: var(--text); background: transparent; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── Logo Strip ── */
.logo-strip {
  padding: 48px 48px;
  text-align: center;
  background: var(--cream-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.logo-strip .section-label { display: block; margin-bottom: 18px; }
.hero-google-badge {
  display: flex; align-items: center; gap: 8px;
  margin-top: 20px; text-decoration: none;
  opacity: 0.75; transition: opacity .2s;
}
.hero-google-badge:hover { opacity: 1; }
.hero-google-g { font-size: 13px; font-weight: 700; color: #fff; background: #4285F4; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 2px; flex-shrink: 0; }
.hero-google-stars { color: #FBBC04; font-size: 12px; letter-spacing: 2px; }
.hero-google-text { font-size: 11px; color: rgba(255,255,255,0.75); letter-spacing: 1px; }

.google-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: white; border: 1px solid var(--border);
  padding: 14px 24px; text-decoration: none; color: var(--text);
  margin-bottom: 48px; transition: box-shadow .2s;
}
.google-badge:hover { box-shadow: 0 4px 20px rgba(61,43,31,.12); }
.google-badge-g { font-size: 22px; font-weight: 700; color: #4285F4; line-height: 1; }
.google-badge-stars { color: #FBBC04; font-size: 15px; letter-spacing: 2px; margin-bottom: 2px; }
.google-badge-score { font-weight: 500; font-size: 13px; }
.google-badge-count { font-size: 13px; color: var(--text-mid); }
.logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0 18px;
  position: relative;
}
.logo-tile + .logo-tile::before {
  content: '';
  position: absolute;
  left: 0; top: 22%; bottom: 22%;
  width: 1px;
  background: var(--border);
  opacity: .65;
}
.logo-tile img {
  max-height: 130px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity .3s, transform .3s;
}
.logo-tile--sm img { max-height: 100px; }
.logo-tile--text img { max-height: none; width: 95%; }
.logo-tile:hover img { transform: scale(1.04); }

/* ── Sections ── */
.section { padding: 84px 48px; max-width: 1160px; margin: 0 auto; }
.section-full { padding: 84px 48px; }
.bg-2 { background: var(--cream-2); }
.section-sep { border-top: 1px solid var(--border); }

/* ── Momente-Galerie (Hochzeiten) ── */
.moments-grid { columns: 3; column-gap: 22px; margin-top: 44px; }
.moment { break-inside: avoid; margin: 0 0 22px; }
.moment img { width: 100%; height: auto; display: block; }
.moment figcaption {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 16px; color: var(--text-mid); line-height: 1.5;
  margin-top: 10px; min-height: 1.4em;
}
.moment figcaption:empty::before { content: 'Bildunterschrift …'; color: var(--text-lt); }
.quote-section.quote-light { background: var(--cream); }

@keyframes logo-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.bg-3 { background: var(--cream-3); }
.text-center { text-align: center; }
.section-label { font-size: 11px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }
.section-title { font-size: clamp(28px, 4vw, 52px); margin-bottom: 20px; }
.section-title em { font-style: italic; }
.divider { width: 44px; height: 1px; background: var(--gold); margin: 20px 0; }
.divider-center { margin: 20px auto; }
.lead { font-size: 18px; color: var(--text-mid); line-height: 1.8; max-width: 640px; text-align: left; hyphens: none; }
.lead-center { margin-inline: auto; text-align: center; }

/* ── Feature Grid ── */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.feature-item { padding: 43px 40px; text-align: center; border-right: 1px solid var(--border); }
.feature-item:last-child { border-right: none; }
.feature-icon { font-size: 22px; color: var(--gold); margin-bottom: 18px; display: block; }
.feature-item h3 { font-size: 22px; margin-bottom: 10px; }
.feature-item p { font-size: 15px; color: var(--text-mid); line-height: 1.7; }

/* ── Quote ── */
.quote-section { padding: 67px 48px; text-align: center; background: var(--cream-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-section blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 34px); font-style: italic; font-weight: 300; color: var(--text); max-width: 900px; margin: 0 auto 20px; line-height: 1.4; }
.quote-section cite { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* ── CTA Banner ── */
.cta-banner { padding: 80px 48px; text-align: center; }
.cta-banner h2 { font-size: clamp(26px, 3.5vw, 44px); margin-bottom: 16px; }
.cta-banner p { color: var(--text-mid); margin-bottom: 36px; font-size: 15px; }

/* ── Two-col ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.two-col-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.two-col-img.landscape { aspect-ratio: 3/2; }

/* ── Member Cards ── */
.member-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 64px; }
.member-card { text-align: center; }
.member-card h3 { font-size: 22px; margin-bottom: 4px; }
.member-instrument { font-size: 11px; font-weight: 400; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
.member-bio { font-size: 14px; color: var(--text-mid); line-height: 1.7; }

/* ── Price Cards ── */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.price-card { border: 1px solid var(--border); padding: 44px 32px; text-align: center; transition: border-color .3s; }
.price-card:hover { border-color: var(--gold); }
.bg-2 .price-card { background: var(--cream); }
.bg-2 .price-card.featured { background: var(--cream); }
.pricing-uniform .price-card { background: var(--cream-2); }
.price-card.featured { border-color: var(--gold); background: var(--cream-2); }
.price-card h3 { font-size: 24px; margin-bottom: 6px; }
.price-instruments { font-size: 11px; letter-spacing: 1.5px; color: var(--text-lt); margin-bottom: 28px; display: block; text-transform: uppercase; }
.price-amount { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: var(--gold); display: block; margin-bottom: 4px; }
.price-note { font-size: 13px; color: var(--text-lt); }

/* ── Gallery ── */
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 52px; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: opacity .3s; }
.gallery img:hover { opacity: .85; }

/* ── Testimonials ── */
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; align-items: start; }
.testimonial-long-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; align-items: start; }
.testimonial { border: 1px solid var(--border); padding: 40px; }
.testimonial blockquote { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--text); margin-bottom: 20px; line-height: 1.5; }
.testimonial cite { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* ── Contact Form ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-mid); }
.form-group input, .form-group select, .form-group textarea {
  background: var(--cream); border: 1px solid var(--border);
  padding: 14px 16px; font-family: 'Jost', sans-serif;
  font-size: 16px; color: var(--text); font-weight: 300;
  outline: none; transition: border-color .2s; -webkit-appearance: none; border-radius: 0;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 130px; }

/* ── Booking Steps ── */
.steps { border: 1px solid var(--border); margin-top: 52px; }
.step { display: flex; align-items: flex-start; gap: 32px; padding: 32px 36px; border-bottom: 1px solid var(--border); }
.step:last-child { border-bottom: none; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: var(--gold); opacity: .4; line-height: 1; min-width: 36px; }
.step h3 { font-size: 18px; margin-bottom: 6px; }
.step p { font-size: 15px; color: var(--text-mid); }

/* ── Occasion Pills ── */
.occasion-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-mid); border: 1px solid var(--border); padding: 8px 18px; }

/* ── Contact Info ── */
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.contact-box { border: 1px solid var(--border); padding: 36px; }
.contact-box h3 { font-size: 20px; margin-bottom: 16px; }
.contact-box p { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.contact-box a { color: var(--gold); text-decoration: none; }
.contact-box a:hover { color: var(--gold-h); }

/* ── Page Header (inner pages) ── */
.page-header { padding: 140px 48px 67px; text-align: center; background: var(--cream-2); border-bottom: 1px solid var(--border); }
.page-header h1 { font-size: clamp(36px, 5vw, 68px); font-weight: 300; }
.page-header p { margin-top: 20px; font-size: 16px; color: var(--text-mid); max-width: 760px; margin-inline: auto; }

/* ── Band Story ── */
.story-section { padding: 67px 48px; max-width: 800px; margin: 0 auto; }
.story-section p { font-size: 16px; color: var(--text-mid); line-height: 1.9; margin-bottom: 24px; }

/* ── YouTube CTA ── */
.yt-cta { border: 1px solid var(--border); padding: 60px 40px; text-align: center; margin-top: 52px; }
.yt-cta h3 { font-size: 28px; margin-bottom: 12px; }
.yt-cta p { color: var(--text-mid); margin-bottom: 28px; font-size: 15px; }

/* ── Footer ── */
.footer { background: var(--text); color: var(--cream-3); padding: 72px 48px 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; margin-bottom: 52px; }
.footer-logo { height: 36px; filter: brightness(0) invert(.85); margin-bottom: 18px; }
.footer-tagline { font-size: 13px; color: #9A8878; line-height: 1.8; }
.footer-social { display: flex; gap: 20px; margin-top: 20px; }
.footer-social a { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #9A8878; text-decoration: none; transition: color .2s; }
.footer-social a:hover { color: var(--gold); }
.footer h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--cream); margin-bottom: 20px; font-weight: 400; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: #9A8878; text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 11px; color: #6A5848; letter-spacing: 1px; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 11px; color: #6A5848; text-decoration: none; letter-spacing: 1px; transition: color .2s; }
.footer-legal a:hover { color: var(--gold); }

/* ── Impressum / Datenschutz ── */
.legal-content { padding: 160px 48px 100px; max-width: 800px; margin: 0 auto; }
.legal-content h1 { font-size: 48px; font-weight: 300; margin-bottom: 40px; }
.legal-content h2 { font-size: 22px; margin: 36px 0 12px; }
.legal-content p, .legal-content li { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 12px; }
.legal-content h3 { font-size: 17px; font-weight: 500; font-family: var(--font-sans); margin: 28px 0 8px; color: var(--text); }
.legal-content a { color: var(--gold-h); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; word-break: break-word; }
.legal-content a.btn { color: inherit; text-decoration: none; }
.legal-content a:hover { color: var(--gold); }
.legal-content ul { padding-left: 20px; }

/* ── Repertoire ── */
.repertoire-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; margin-top: 48px; }
.repertoire-heading { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-family: var(--font-sans); font-weight: 500; }
.repertoire-list { list-style: none; }
.repertoire-list li { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--border); gap: 16px; }
.song-title { font-size: 15px; color: var(--text); font-family: var(--font-serif); }
.song-artist { font-size: 11px; color: var(--text-lt); white-space: nowrap; }
.repertoire-note { margin-top: 36px; font-size: 13px; color: var(--text-mid); font-style: italic; text-align: center; }
.repertoire-note a { color: var(--gold-h); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s; }
.repertoire-note a:hover { color: var(--gold); }

.wedding-songs-box { background: var(--cream-2); border: 1px solid var(--border); padding: 40px; margin-top: 52px; }
.wedding-songs-box h3 { font-size: clamp(20px,2.5vw,28px); font-weight: 300; margin: 8px 0 24px; }
.wunschsong-box { margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--gold); background: var(--cream-3); font-size: 14px; color: var(--text-mid); line-height: 1.7; }
.wunschsong-box strong { display: block; color: var(--text); font-weight: 500; margin-bottom: 4px; }

/* ── Anfrage Step Form ── */
.anfrage-form { max-width: 720px; }
.anfrage-quote { margin-top: 48px; padding: 24px 28px; border-left: 3px solid var(--gold); background: var(--cream-2); font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--text); line-height: 1.6; }
.anfrage-quote cite { display: block; margin-top: 12px; font-family: 'Jost', sans-serif; font-size: 11px; font-style: normal; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }

/* ── Anfrage – Bandfoto-Abschluss ── */
.anfrage-band { position: relative; height: 500px; overflow: hidden; }
.anfrage-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.anfrage-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,6,3,.35) 0%, rgba(10,6,3,0) 32%, rgba(10,6,3,.2) 62%, rgba(10,6,3,.9) 100%);
}
.anfrage-band-text {
  position: absolute; left: 48px; right: 48px; bottom: 52px; z-index: 2;
  max-width: 1160px; margin: 0 auto;
}
.anfrage-band-text .section-label { color: var(--gold); }
.anfrage-band-text h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(30px, 4.5vw, 54px); line-height: 1.05; color: var(--cream);
  margin-top: 10px; text-shadow: 0 2px 30px rgba(0,0,0,.4);
}
.anfrage-band-text h2 em { font-style: italic; }

/* ── Anfrage – Foto-Kopf (Banner-Variante) ── */
.anfrage-header { position: relative; min-height: 62vh; display: flex; align-items: flex-end; overflow: hidden; }
.anfrage-header img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.anfrage-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,6,3,.45) 0%, rgba(10,6,3,.05) 22%, transparent 44%, transparent 66%, rgba(10,6,3,.88) 92%, rgba(10,6,3,.98) 100%);
}
.anfrage-header-text { position: relative; z-index: 2; width: 100%; max-width: 1000px; margin: 0 auto; padding: 150px 48px 56px; text-align: center; }
.anfrage-header-text .section-label { color: var(--gold); text-shadow: 0 1px 12px rgba(0,0,0,.65); }
.anfrage-header-text h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(36px, 5vw, 68px); color: var(--cream); text-shadow: 0 2px 30px rgba(0,0,0,.4); }
.anfrage-header-text h1 em { font-style: italic; }
.anfrage-header-text p { margin-top: 20px; font-size: 16px; color: rgba(250,247,242,.92); max-width: 760px; margin-inline: auto; text-shadow: 0 1px 16px rgba(0,0,0,.55); }

.anf-progress {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  gap: 0;
}
.anf-progress-step {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center;
  opacity: .4;
  transition: opacity .4s;
  flex: 0 0 auto;
}
.anf-progress-step.active,
.anf-progress-step.done { opacity: 1; }
.anf-progress-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--gold);
  line-height: 1;
}
.anf-progress-step.done .anf-progress-num { color: var(--text-mid); }
.anf-progress-label {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-mid);
}
.anf-progress-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--border);
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
.anf-progress-line::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s ease;
}
.anf-progress-line.done::after { transform: scaleX(1); }

.anf-step { display: none; }
.anf-step.active { display: block; animation: anfFade .4s ease; }
@keyframes anfFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.anf-step-eyebrow {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 14px;
}
.anf-step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 44px;
  color: var(--text);
}
.anf-step-title em { font-style: italic; }

.anf-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.anf-group > label {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-mid);
  font-weight: 400;
}
.anf-opt { color: var(--text-lt); text-transform: none; letter-spacing: 0; font-size: 12px; }
.anf-hint { font-size: 12.5px; color: var(--text-lt); font-weight: 300; line-height: 1.4; margin-top: -8px; }
.anf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.anf-input {
  background: var(--cream-2);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 13px 16px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: var(--text);
  font-weight: 300;
  outline: none;
  transition: border-color .25s;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.anf-input::placeholder { color: var(--text-lt); font-style: italic; }
.anf-input:focus { border-color: var(--gold); }
textarea.anf-input { resize: vertical; min-height: 110px; }

input.anf-input[type="date"] {
  font-family: 'Jost', sans-serif;
  color: var(--text);
  cursor: pointer;
}
input.anf-input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: .5; cursor: pointer; filter: invert(.1);
}

.anf-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.anf-pills input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0;
}
.anf-pill {
  display: inline-block;
  padding: 11px 22px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-mid);
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  transition: all .2s;
}
.anf-pill:hover { border-color: var(--gold); color: var(--text); }
.anf-pills input[type="radio"]:checked + .anf-pill {
  background: var(--gold);
  color: var(--text);
  border-color: var(--gold);
}
.anf-pills input[type="radio"]:focus-visible + .anf-pill {
  outline: 1px solid var(--gold); outline-offset: 2px;
}
.anf-pill-sm { padding: 9px 16px; font-size: 10.5px; letter-spacing: 1.5px; }
.anf-sonstiges-wrap { margin-top: 14px; }

.anf-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
}
.anf-back {
  background: none; border: none; cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-mid);
  padding: 8px 0;
  transition: color .2s;
}
.anf-back:hover { color: var(--gold); }

.anf-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.anf-reassurance {
  font-size: 12px;
  color: var(--text-lt);
  letter-spacing: .3px;
}
.anf-reassurance a {
  color: var(--text-lt);
  text-decoration: underline;
  text-decoration-color: var(--border);
  text-underline-offset: 3px;
}
.anf-reassurance a:hover { color: var(--gold); }

.anf-group.anf-error > label { color: #b85c3a; }
.anf-group.anf-error .anf-input { border-color: #b85c3a; }
.anf-group.anf-error .anf-pill { border-color: rgba(184,92,58,.5); }

/* Location autocomplete dropdown */
.anf-autocomplete { position: relative; }
.anf-suggestions {
  position: absolute;
  top: calc(100% - 1px); left: 0; right: 0;
  margin: 0; padding: 0;
  list-style: none;
  background: var(--cream);
  border: 1px solid var(--border);
  border-top: 1px solid var(--gold);
  max-height: 280px;
  overflow-y: auto;
  z-index: 50;
  box-shadow: 0 12px 32px rgba(61,43,31,.1);
}
.anf-suggestions li {
  padding: 13px 16px;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.anf-suggestions li:last-child { border-bottom: none; }
.anf-suggestions li:hover,
.anf-suggestions li.active {
  background: var(--cream-2);
}

/* ================================================
   ANIMATIONS — „die Welle": langsam, weich, getragen
   Tuning-Variablen liegen auf :root, anim.js setzt .is-visible
   ================================================ */
:root {
  --reveal-dur: 1.3s;
  --reveal-dist: 12px;
  --reveal-stagger: 70ms;
  --reveal-ease: cubic-bezier(.22,.61,.36,1);
  --kenburns: 1;            /* 1 = an, 0 = aus (per JS auf 0 gesetzt) */
}

/* Scroll-Reveal — JS fügt .reveal hinzu, daher bleibt ohne JS alles sichtbar */
.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-dist));
  transition:
    opacity var(--reveal-dur) var(--reveal-ease),
    transform var(--reveal-dur) var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Hero-Load — gestaffeltes Hereinkommen nach dem Bild */
.hero-anim {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 3.4s var(--reveal-ease),
    transform 3.4s var(--reveal-ease);
  transition-delay: var(--hero-delay, 0s);
}
body.hero-loaded .hero-anim { opacity: 1; transform: none; }
.hero-topmark.hero-anim { --hero-delay: .15s; }
.hero-left.hero-anim    { --hero-delay: .5s; }
.hero-right.hero-anim   { --hero-delay: .7s; }
.hero-scroll.hero-anim  { --hero-delay: 2.4s; }

/* Ken-Burns — sehr langsamer, sanfter Zoom auf dem Hero-Foto */
.hero-img {
  animation: kenburns 22.7s ease-in-out infinite alternate;
  animation-play-state: running;
  transform-origin: center 42%;
}
body.kb-off .hero-img { animation: none; }
@keyframes kenburns {
  from { transform: scale(1); }
  to   { transform: scale(1.075); }
}

/* Button-Welle — Gold füllt von links */
.btn-outline { position: relative; z-index: 0; overflow: hidden; }
.btn-outline::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--reveal-ease);
}
.btn-outline:hover { color: var(--text); border-color: var(--gold); }
.btn-outline:hover::before { transform: scaleX(1); }

.btn-gold, .btn-ghost { position: relative; overflow: hidden; }
.btn-gold::after, .btn-ghost::after {
  content: ''; position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-18deg);
  transition: none;
}
.btn-gold:hover::after, .btn-ghost:hover::after {
  animation: sheen .8s var(--reveal-ease);
}
@keyframes sheen {
  to { left: 130%; }
}

/* Nav-Unterstrich — läuft von links ein */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--reveal-ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

/* Galerie & Karten — etwas reichhaltigerer Hover */
.gallery img { transition: opacity .4s var(--reveal-ease), transform .6s var(--reveal-ease); }
.gallery img:hover { opacity: 1; transform: scale(1.03); }

/* Globaler Aus-Schalter + Reduced-Motion */
body.anim-off .reveal,
body.anim-off .hero-anim {
  opacity: 1 !important; transform: none !important; transition: none !important;
}
body.anim-off .hero-img { animation: none !important; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-anim {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .hero-img { animation: none !important; }
  .btn-gold:hover::after, .btn-ghost:hover::after { animation: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ── */
@media (max-width: 960px) {
  /* ── Hero (mobile) ── */
  .hero-topmark { left: 24px; right: 24px; top: 88px; font-size: 9.5px; letter-spacing: 2px; }
  .hero-topmark-left::before { width: 18px; }
  .hero-topmark-right { display: none; }
  .hero-content {
    left: 24px; right: 24px; bottom: 40px;
    grid-template-columns: 1fr; gap: 12px;
  }
  /* Weicher dunkler Schein hinter dem Hero-Text (Lesbarkeit über den Händen) */
  .hero-content::before {
    content: ''; position: absolute;
    left: -18px; right: -18px; top: -30px; bottom: -26px;
    background: radial-gradient(125% 100% at 50% 62%, rgba(6,3,1,.82) 0%, rgba(6,3,1,.68) 46%, rgba(6,3,1,.32) 78%, transparent 100%);
    filter: blur(12px);
    z-index: -1;
  }
  .hero-left h1 { font-size: clamp(34px, 7.5vw, 50px); }
  .hero-scroll { display: none; }
  /* Mobil: Hochformat-Bild oben verankern (Kopffreiheit), Zoom aus */
  .hero-img { object-position: center top; animation: none; }
  .hero-right {
    padding: 0;
    gap: 14px;
  }
  /* Einzelne Lichtflecken + goldene Trennlinie mobil entfernen → ruhigerer Hero */
  .hero-left::before, .hero-right::before { display: none; }
  /* Overlay leicht — die dunkle Fläche unten kommt aus dem Bild selbst */
  .hero-overlay {
    background: linear-gradient(to bottom,
      rgba(13,8,4,.4) 0%, rgba(13,8,4,.06) 22%,
      transparent 46%, transparent 72%, rgba(9,5,2,.4) 100%);
  }
  .hero-right p { font-size: 16px; }

  /* ── Anfrage Step Form (mobile) ── */
  .anf-row { grid-template-columns: 1fr; gap: 0; }
  .anf-progress { margin-bottom: 40px; }
  .anf-progress-line { margin: 0 12px; }
  .anf-progress-label { font-size: 9px; letter-spacing: 1.5px; }
  .anf-step-title { margin-bottom: 32px; }

  /* ── Logo Strip (mobile) ── */
  .logo-strip { padding: 20px 0; overflow: hidden; }
  .logo-strip .section-label { margin-bottom: 10px; padding: 0 24px; }
  .logo-row {
    display: flex; flex-wrap: nowrap; width: max-content;
    grid-template-columns: none;
    animation: logo-marquee 26s linear infinite;
  }
  .logo-tile { flex: 0 0 auto; width: 150px; height: 60px; padding: 0 14px; }
  .logo-tile img { max-height: 56px; }
  .logo-tile--sm img { max-height: 44px; }
  .logo-tile + .logo-tile::before { display: none; }
  .logo-strip .section-label { margin-bottom: 14px; }

  .lead { text-align: left; hyphens: none; }
  .price-grid-2 { grid-template-columns: 1fr; }
  .price-card-main { padding: 36px 24px; }
  .nav { padding: 0 24px; height: 58px; }
  .nav-logo img { height: 38px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 58px; left: 0; right: 0;
    background: var(--cream); padding: 28px 24px; gap: 20px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 32px rgba(61,43,31,.1);
    z-index: 190;
  }
  .nav-toggle { display: flex; }

  .section { padding: 60px 24px; }
  .section-full { padding: 60px 24px; }
  .quote-section { padding: 60px 24px; }
  .cta-banner { padding: 72px 24px; }
  .page-header { padding: 120px 24px 60px; }
  .footer { padding: 52px 24px 28px; }
  .legal-content { padding: 120px 24px 80px; }
  .story-section { padding: 60px 24px; }

  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .moments-grid { columns: 2; column-gap: 16px; }
  .two-col-img { aspect-ratio: auto; }
  .repertoire-grid { grid-template-columns: 1fr; gap: 36px; }
  .wedding-songs-box { padding: 28px 20px; }
  .two-col .order-first { order: -1; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item { border-right: none; border-bottom: 1px solid var(--border); }
  .feature-item:last-child { border-bottom: none; }
  .member-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .price-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-long-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-info { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
}

@media (max-width: 560px) {
  .moments-grid { columns: 1; }
}