/* Lokal gehostete Schriften, keine Verbindung zu Google */

@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Belleza-400-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Belleza-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Montserrat-300-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Montserrat-300-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Montserrat-400-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Montserrat-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Montserrat-500-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Montserrat-500-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-400-i-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-400-i-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-400-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-500-latin-ext.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/PlayfairDisplay-500-latin.woff2') format('woff2');
}

/* WeBondit — gemeinsames Stylesheet */

:root {
  --sand: #F7F4F0;
  --greige: #E4DCD2;
  --taupe: #C9BFB2;
  --espresso: #2A2521;
  --espresso-soft: #4A423B;
  --gold: #B8945F;
  --white: #FFFFFF;

  --serif: "Playfair Display", Georgia, serif;
  --display: "Belleza", "Playfair Display", Georgia, serif;
  --sans: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 64px);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--espresso);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
}

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

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- Typo ---------- */

.kicker {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 22px;
}

.kicker.on-dark { color: rgba(255,255,255,0.85); }

h1, h2, h3 { font-weight: 400; line-height: 1.12; letter-spacing: -0.01em; }

h1 { font-family: var(--display); font-size: clamp(46px, 8.5vw, 104px); }
h2 { font-family: var(--serif); font-size: clamp(30px, 4.4vw, 52px); line-height: 1.18; }
h3 { font-family: var(--serif); font-size: clamp(21px, 2.4vw, 28px); }

.lead { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.8; color: var(--espresso-soft); }

section { padding: clamp(72px, 11vw, 140px) 0; }
section.tight { padding: clamp(52px, 7vw, 90px) 0; }

.bg-white { background: var(--white); }
.bg-greige { background: var(--greige); }
.bg-dark { background: var(--espresso); color: var(--sand); }
.bg-dark .lead { color: rgba(247,244,240,0.78); }
.bg-dark h2 { color: var(--sand); }

.center { text-align: center; }
.measure { max-width: 660px; }
.measure.center { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 17px 42px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--sand);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
}
.btn:hover { background: transparent; color: var(--espresso); }

.btn.ghost { background: transparent; color: var(--espresso); }
.btn.ghost:hover { background: var(--espresso); color: var(--sand); }

.btn.on-dark { background: var(--sand); border-color: var(--sand); color: var(--espresso); }
.btn.on-dark:hover { background: transparent; color: var(--sand); }

.btn.light { background: transparent; border-color: rgba(255,255,255,0.7); color: #fff; }
.btn.light:hover { background: #fff; color: var(--espresso); }

/* ---------- Navigation ---------- */

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gut);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.scrolled {
  background: rgba(247,244,240,0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(42,37,33,0.08);
  padding: 14px var(--gut);
}

.nav-logo {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: color .3s ease;
  display: block;
  line-height: 0;
}
.nav.scrolled .nav-logo,
.nav.solid .nav-logo { color: var(--espresso); }

/* Bildlogo in der Navigation, hell auf dem Hero, dunkel nach dem Scrollen */
.nav-logo { transition: opacity .3s ease; }
.nav-logo img { height: 26px; width: auto; transition: opacity .3s ease; }

/* Auf der Startseite steht die Wortmarke schon im Hero, deshalb oben ausblenden */
body.home .nav:not(.scrolled) .nav-logo { opacity: 0; pointer-events: none; }
body.home .nav.scrolled .nav-logo { opacity: 1; pointer-events: auto; }
.nav-logo .logo-dark { display: none; }
.nav.scrolled .nav-logo .logo-light,
.nav.solid .nav-logo .logo-light { display: none; }
.nav.scrolled .nav-logo .logo-dark,
.nav.solid .nav-logo .logo-dark { display: block; }

.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; color: rgba(255,255,255,0.9); font-weight: 500;
  transition: color .3s ease, opacity .2s ease;
}
.nav.scrolled .nav-links a,
.nav.solid .nav-links a { color: var(--espresso-soft); }
.nav-links a:hover { opacity: .6; }
.nav-links a.active { color: var(--gold); }

.nav-toggle { display: none; background: none; border: 0; color: inherit; font-size: 22px; cursor: pointer; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 0 var(--gut);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(42,37,33,0.52) 0%, rgba(42,37,33,0.44) 45%, rgba(42,37,33,0.70) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 900px; }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero .lead { color: rgba(255,255,255,0.9); max-width: 620px; margin: 0 auto 38px; }
.hero-note { margin-top: 30px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

/* Wortmarke im Hero */
.hero-logo { width: clamp(210px, 26vw, 320px); margin: 0 auto 34px; }

/* Hero etwas kürzer, damit der Video-Fächer direkt darunter sichtbar wird */
.hero.with-fan { min-height: 86svh; padding-bottom: 90px; }

/* ---------- Video-Fächer ---------- */

.fan-sec { padding-top: 0; margin-top: -110px; position: relative; z-index: 5; overflow-x: clip; }
.fan-sec .wrap { position: relative; }

.fan {
  position: relative;
  height: 470px;
  max-width: 760px;
  margin: 0 auto;
}
.fancard {
  position: absolute; left: 50%; bottom: 0;
  width: 250px; aspect-ratio: 9/16;
  border-radius: 20px; overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 22px 50px rgba(42,37,33,0.26);
  transform-origin: bottom center;
  transition: transform .3s ease;
  background: var(--taupe);
}
.fancard video, .fancard img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fan .c1 { transform: translateX(calc(-50% - 205px)) rotate(-9deg); z-index: 1; }
.fan .c2 { transform: translateX(-50%) rotate(0deg); z-index: 3; }
.fan .c3 { transform: translateX(calc(-50% + 205px)) rotate(9deg); z-index: 2; }

.fan .c1:hover { transform: translateX(calc(-50% - 205px)) rotate(-9deg) translateY(-24px) scale(1.05); z-index: 9; }
.fan .c2:hover { transform: translateX(-50%) rotate(0deg) translateY(-24px) scale(1.05); z-index: 9; }
.fan .c3:hover { transform: translateX(calc(-50% + 205px)) rotate(9deg) translateY(-24px) scale(1.05); z-index: 9; }

.fan-cap {
  text-align: center; margin-top: 34px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--espresso-soft);
}

/* ---------- Pillars ---------- */

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 72px); margin-top: 64px; }
.pillar-letter {
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 76px);
  line-height: 1;
  color: var(--gold);
  margin-bottom: 18px;
}
.pillar h3 { margin-bottom: 12px; }
.pillar p { color: var(--espresso-soft); font-size: 15px; }

/* ---------- Split ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* ---------- Galerie ---------- */

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 56px; }
.gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .5s ease; }
.gallery figure { overflow: hidden; position: relative; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery .tall { grid-row: span 2; }
.gallery .tall img { aspect-ratio: 3/8; }

/* Video-Platzhalter */
.vid-ph {
  position: relative; background: var(--taupe);
  aspect-ratio: 9/16; display: flex; align-items: center; justify-content: center;
  color: var(--white); text-align: center;
}
.vid-ph::before {
  content: "▶"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); font-size: 34px; opacity: .9;
}
.vid-ph span {
  position: absolute; bottom: 14px; left: 0; right: 0;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; opacity: .9;
}

.ph-label {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  background: rgba(42,37,33,0.72); color: #fff;
  font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 9px;
}

/* Im Hero nach unten, damit es die Navigation nicht überlagert */
.hero .ph-label, .band .ph-label { top: auto; bottom: 14px; left: 14px; }

/* ---------- Zitat ---------- */

.quote { text-align: center; max-width: 820px; margin: 0 auto; }
.quote p {
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.32; font-style: italic;
}
.quote cite {
  display: block; margin-top: 28px; font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-style: normal; opacity: .7;
}

/* ---------- Gesichter ---------- */

.faces { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); margin-top: 60px; }
.face img { width: 100%; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 26px; }
.face-meta { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.face h3 { margin-bottom: 14px; }
.face p { color: var(--espresso-soft); font-size: 15px; }
.face-link {
  display: inline-block; margin-top: 18px; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 3px;
}

/* ---------- Fakten ---------- */

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(42,37,33,0.14); margin-top: 56px; }
.fact { background: var(--sand); padding: 34px 24px; text-align: center; }
.bg-white .fact { background: var(--white); }
.bg-greige .fact { background: var(--greige); }
.fact-num { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 42px); line-height: 1; margin-bottom: 10px; }
.fact-lbl { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--espresso-soft); }

/* ---------- Programm / Timeline ---------- */

.days { margin-top: 56px; border-top: 1px solid rgba(42,37,33,0.16); }
.day { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid rgba(42,37,33,0.16); }
.day-no { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); padding-top: 6px; }
.day h3 { font-size: clamp(19px, 2vw, 23px); margin-bottom: 6px; }
.day p { color: var(--espresso-soft); font-size: 15px; }

/* ---------- Listen ---------- */

.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); margin-top: 48px; }
.ticks { list-style: none; }
.ticks li { padding: 11px 0 11px 30px; position: relative; border-bottom: 1px solid rgba(42,37,33,0.1); font-size: 15px; }
.ticks li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.bg-dark .ticks li { border-color: rgba(247,244,240,0.16); }

/* ---------- Preise ---------- */

.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.price { border: 1px solid rgba(42,37,33,0.2); padding: clamp(30px, 4vw, 48px); background: var(--white); position: relative; }
.price.featured { border-color: var(--espresso); border-width: 1.5px; }
.price-tag {
  position: absolute; top: -1px; right: -1px; background: var(--espresso); color: var(--sand);
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; padding: 7px 14px;
}
.price h3 { margin-bottom: 6px; }
.price-sub { font-size: 13px; color: var(--espresso-soft); margin-bottom: 26px; }
.price-amt { font-family: var(--serif); font-size: clamp(38px, 5vw, 54px); line-height: 1; margin-bottom: 6px; }
.price-per { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--espresso-soft); margin-bottom: 28px; }
.price .ticks { margin-bottom: 32px; }
.price .btn { width: 100%; text-align: center; }

/* ---------- FAQ ---------- */

.faq { max-width: 820px; margin: 52px auto 0; }
.faq details { border-bottom: 1px solid rgba(42,37,33,0.16); }
.bg-dark .faq details { border-color: rgba(247,244,240,0.18); }
.faq summary {
  cursor: pointer; list-style: none; padding: 24px 40px 24px 0; position: relative;
  font-family: var(--serif); font-size: clamp(17px, 1.9vw, 21px);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 20px; color: var(--gold); transition: transform .25s ease;
}
.faq details[open] summary::after { content: "–"; }
.faq-body { padding: 0 40px 26px 0; color: var(--espresso-soft); font-size: 15px; }
.bg-dark .faq-body { color: rgba(247,244,240,0.75); }

/* ---------- CTA-Band ---------- */

.band { position: relative; text-align: center; color: #fff; padding: clamp(90px, 13vw, 170px) var(--gut); overflow: hidden; }
.band-media { position: absolute; inset: 0; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-media::after { content: ""; position: absolute; inset: 0; background: rgba(42,37,33,0.55); }
.band-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.band h2 { color: #fff; margin-bottom: 20px; }
.band p { color: rgba(255,255,255,0.88); margin-bottom: 36px; }

/* ---------- Footer ---------- */

footer { background: var(--espresso); color: rgba(247,244,240,0.7); padding: clamp(56px, 8vw, 88px) 0 34px; font-size: 13px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; }
.foot-logo { font-family: var(--serif); font-size: 19px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sand); margin-bottom: 16px; }
footer h4 { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sand); margin-bottom: 16px; font-weight: 500; }
footer ul { list-style: none; }
footer li { margin-bottom: 9px; }
footer a { text-decoration: none; transition: color .2s ease; }
footer a:hover { color: var(--sand); }
.foot-bottom {
  margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(247,244,240,0.14);
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 12px;
}

/* Hinweis-Kasten für den Entwurf */
.draft-note {
  background: #FFF6E3; border: 1px solid #E8D5A8; color: #6B5426;
  padding: 14px 18px; font-size: 12.5px; line-height: 1.6; margin-top: 26px;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .fan { height: 340px; max-width: 100%; }
  .fancard { width: 158px; border-width: 4px; border-radius: 15px; }
  .fan .c1 { transform: translateX(calc(-50% - 128px)) rotate(-9deg); }
  .fan .c3 { transform: translateX(calc(-50% + 128px)) rotate(9deg); }
  .fan .c1:hover { transform: translateX(calc(-50% - 128px)) rotate(-9deg) translateY(-16px) scale(1.04); }
  .fan .c2:hover { transform: translateX(-50%) translateY(-16px) scale(1.04); }
  .fan .c3:hover { transform: translateX(calc(-50% + 128px)) rotate(9deg) translateY(-16px) scale(1.04); }
  .fan-sec { margin-top: -70px; }
  .hero.with-fan { padding-bottom: 60px; }

  .pillars, .split, .faces, .cols2, .prices, .foot-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery .tall { grid-row: span 1; }
  .gallery .tall img { aspect-ratio: 3/4; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .day { grid-template-columns: 1fr; gap: 8px; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--sand); flex-direction: column; gap: 0; padding: 12px 0;
    box-shadow: 0 12px 30px rgba(42,37,33,0.12);
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: var(--espresso) !important; padding: 13px var(--gut); width: 100%; }
  .nav-toggle { display: block; color: #fff; }
  .nav.scrolled .nav-toggle, .nav.solid .nav-toggle { color: var(--espresso); }
}

/* Wortmarke im Footer */
.foot-logo-img { width: 168px; margin-bottom: 18px; }

/* Sehr schmale Displays: Fächer enger stellen */
@media (max-width: 560px) {
  .fan { height: 272px; }
  .fancard { width: 118px; border-width: 3px; border-radius: 13px; }
  .fan .c1 { transform: translateX(calc(-50% - 84px)) rotate(-9deg); }
  .fan .c3 { transform: translateX(calc(-50% + 84px)) rotate(9deg); }
  .fan .c1:hover { transform: translateX(calc(-50% - 84px)) rotate(-9deg) translateY(-12px) scale(1.04); }
  .fan .c3:hover { transform: translateX(calc(-50% + 84px)) rotate(9deg) translateY(-12px) scale(1.04); }
  .fan-sec { margin-top: -50px; }
}

/* ---------- Sprachnachrichten ---------- */

.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }

.voice {
  background: var(--white);
  border: 1px solid rgba(42,37,33,0.12);
  border-radius: 16px;
  padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 18px;
}
.bg-white .voice { background: var(--sand); }

.voice-head { display: flex; align-items: center; gap: 14px; }
.voice-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--greige); flex: 0 0 46px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 17px; color: var(--espresso-soft);
  overflow: hidden;
}
.voice-avatar img { width: 100%; height: 100%; object-fit: cover; }
.voice-name { font-family: var(--serif); font-size: 17px; line-height: 1.3; }
.voice-meta { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--espresso-soft); margin-top: 2px; }

.voice-player { display: flex; align-items: center; gap: 14px; }

.voice-play {
  width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: var(--espresso); color: var(--sand);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.voice-play:hover:not(:disabled) { transform: scale(1.07); }
.voice-play:disabled { background: var(--taupe); cursor: default; }

.wave { display: flex; align-items: center; gap: 2px; height: 34px; flex: 1; min-width: 0; cursor: pointer; }
.wave span {
  flex: 1 1 0; min-width: 2px; background: var(--taupe); border-radius: 1px;
  transition: background .2s ease, height .2s ease;
}
.wave span.on { background: var(--gold); }

.voice-time { font-size: 11px; color: var(--espresso-soft); font-variant-numeric: tabular-nums; min-width: 34px; text-align: right; }

.voice-quote { font-size: 14.5px; line-height: 1.65; color: var(--espresso-soft); }
.voice-missing { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--taupe); }

@media (max-width: 900px) {
  .voices { grid-template-columns: 1fr; }
}

/* ---------- Rechtstexte ---------- */

body.legal { background: var(--sand); }
.legal-page { padding: 140px 0 90px; }
.legal-page .wrap { max-width: 780px; }
.legal-page h1 { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); margin-bottom: 34px; }
.legal-page h2 { font-size: clamp(20px, 2.4vw, 26px); margin: 44px 0 14px; }
.legal-page h3 { font-size: 17px; margin: 26px 0 8px; }
.legal-page p { margin-bottom: 14px; font-size: 15px; color: var(--espresso-soft); }
.legal-page ul { margin: 0 0 16px 18px; }
.legal-page li { font-size: 15px; color: var(--espresso-soft); margin-bottom: 6px; }
.legal-page a { color: var(--espresso); }
.legal-page address { font-style: normal; font-size: 15px; line-height: 1.9; color: var(--espresso-soft); }

/* Platzhalter, die vor dem Livegang ersetzt werden müssen */
.fill {
  background: #FFF0C2; border-bottom: 1.5px solid #D9B441;
  padding: 1px 6px; border-radius: 3px; font-weight: 500; color: #6B5426;
  white-space: nowrap;
}

/* ---------- Warteliste ---------- */
.wl-wrap { max-width: 760px; }
.wl-lead { font-size: 17px; line-height: 1.75; color: var(--espresso-soft); max-width: 62ch; margin-bottom: 34px; }

.wl-facts {
  border-top: 1px solid var(--taupe);
  margin-bottom: 46px;
}
.wl-facts > div {
  display: flex;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--taupe);
  font-size: 15px;
  color: var(--espresso);
}
.wl-facts > div span {
  flex: 0 0 92px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 3px;
}

.wl-form { display: block; }
.wl-form label {
  display: block;
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--espresso-soft);
}
.wl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
@media (max-width: 620px) { .wl-row { grid-template-columns: 1fr; } }

.wl-form input[type="text"],
.wl-form input[type="email"],
.wl-form input[type="tel"],
.wl-form select,
.wl-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid var(--taupe);
  border-radius: 2px;
  background: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  color: var(--espresso);
  -webkit-appearance: none;
  appearance: none;
}
.wl-form select { background-image: none; }
.wl-form textarea { resize: vertical; min-height: 84px; }
.wl-form input:focus, .wl-form select:focus, .wl-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.wl-form ::placeholder { color: #A99F94; }

.wl-checks { margin: 30px 0 34px; }
.wl-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  color: var(--espresso-soft);
  cursor: pointer;
}
.wl-check input { margin-top: 3px; flex: 0 0 auto; accent-color: var(--gold); width: 16px; height: 16px; }
.wl-check a { color: var(--espresso); text-decoration: underline; }

.wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.wl-note { margin-top: 16px; font-size: 13px; color: var(--espresso-soft); }
.wl-note.is-error { color: #9B3B2E; }

.wl-done { padding: 8px 0 20px; }
.wl-done h2 { margin-bottom: 16px; }
.wl-done p { font-size: 16px; line-height: 1.7; color: var(--espresso-soft); margin-bottom: 14px; }
.wl-done a { color: var(--espresso); text-decoration: underline; }

.wl-legal {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid var(--taupe);
}
.wl-legal h3 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.wl-legal p { font-size: 13px; line-height: 1.7; color: var(--espresso-soft); }

/* ---------- Trip-Karten (Uebersicht auf der Startseite) ---------- */

.trip-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 34px);
  margin-top: 56px;
}
.trip-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--sand);
  border: 1px solid rgba(42,37,33,0.14);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.bg-white .trip-card { background: var(--sand); }
.trip-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(42,37,33,0.14); }

.trip-media { overflow: hidden; aspect-ratio: 16/10; }
.trip-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trip-card:hover .trip-media img { transform: scale(1.05); }

.trip-body { padding: clamp(24px, 3vw, 34px); }
.trip-status {
  display: inline-block;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  padding: 5px 11px; margin-bottom: 16px;
  border: 1px solid currentColor;
}
.trip-status.done { color: var(--espresso-soft); opacity: .7; }
.trip-status.open { color: var(--gold); }
.trip-body h3 { font-family: var(--serif); font-size: clamp(24px, 2.6vw, 31px); margin-bottom: 8px; }
.trip-meta { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--espresso-soft); margin-bottom: 16px; }
.trip-body p { color: var(--espresso-soft); font-size: 15px; line-height: 1.7; }
.trip-link {
  display: inline-block; margin-top: 20px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  border-bottom: 1px solid var(--gold); padding-bottom: 4px;
}

/* Einzelner Preisblock, seit nur noch Doppelzimmer verkauft wird */
.price-single { max-width: 560px; margin: 56px auto 0; }

/* ---------- Navigation: mehr Luft, damit das Logo die Reiter nie ueberlappt ---------- */

.nav { gap: 24px; }
.nav-logo { flex: 0 0 auto; }
.nav-links { flex: 1 1 auto; justify-content: flex-end; gap: clamp(16px, 2.2vw, 30px); }

/* Ab hier passen Logo und fuenf Reiter nicht mehr nebeneinander */
@media (max-width: 1080px) {
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--sand); flex-direction: column; gap: 0; padding: 8px 0;
    box-shadow: 0 12px 30px rgba(42,37,33,0.12);
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: var(--espresso) !important; padding: 15px var(--gut); width: 100%; font-size: 12px; }
  .nav-toggle { display: block; color: #fff; font-size: 26px; line-height: 1; padding: 4px 2px; }
  .nav.scrolled .nav-toggle, .nav.solid .nav-toggle { color: var(--espresso); }
  /* Auf der Startseite ist das Logo oben ausgeblendet, der Balken bleibt trotzdem lesbar */
  body.home .nav:not(.scrolled) { background: linear-gradient(180deg, rgba(42,37,33,0.42), rgba(42,37,33,0)); }
}

/* ---------- Mobil ---------- */

@media (max-width: 760px) {
  .trip-cards { grid-template-columns: 1fr; }
  .trip-media { aspect-ratio: 3/2; }

  /* Hero: Text muss auch auf kleinen Geraeten atmen */
  .hero.with-fan { min-height: 88svh; padding-bottom: 54px; }
  .hero .lead { font-size: 16px; line-height: 1.72; margin-bottom: 30px; }
  .hero-logo { width: clamp(180px, 54vw, 240px); margin-bottom: 26px; }
  .hero-note { font-size: 10px; letter-spacing: .16em; }

  /* Tippflaechen gross genug */
  .btn { padding: 16px 26px; font-size: 12px; }
  .faq summary { padding: 20px 40px 20px 0; }

  .gallery { gap: 8px; }
  .quote p { font-size: clamp(22px, 6vw, 30px); }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { gap: 32px; }
}

@media (max-width: 480px) {
  .facts { grid-template-columns: 1fr 1fr; }
  .fact { padding: 24px 12px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .wl-facts > div { flex-direction: column; gap: 4px; }
  .wl-facts > div span { flex: none; }
  .price-single .price { padding: 28px 22px; }
}

/* Bilder nie ueber den Rand, egal wo */
img { max-width: 100%; }

/* ---------- Hero: nie unter die Navigation rutschen ---------- */

.hero { padding-top: clamp(96px, 13vh, 150px); }
.hero.with-fan { padding-bottom: clamp(54px, 8vh, 96px); }
.hero-inner { width: 100%; }

/* Flache Fenster (Laptops, Querformat): Wortmarke und Headline kleiner,
   sonst schiebt sich der Hero-Inhalt in die Navigationsleiste. */
@media (max-height: 800px) {
  .hero-logo { width: clamp(150px, 17vw, 215px); margin-bottom: 20px; }
  .hero h1 { font-size: clamp(38px, 5.6vw, 66px); }
  .hero .lead { font-size: 16px; line-height: 1.7; margin-bottom: 26px; }
  .hero-note { margin-top: 20px; }
  .hero.with-fan { min-height: 92svh; }
}
@media (max-height: 640px) {
  .hero-logo { width: clamp(130px, 15vw, 175px); margin-bottom: 14px; }
  .hero h1 { font-size: clamp(32px, 4.8vw, 52px); }
  .hero .lead { display: none; }
}
