/* ===================================================================
   Haus Waldesruh – Event Hotel
   Farbwelt: Tannengrün & Gold
=================================================================== */

:root {
  --green-900: #12271b;
  --green-800: #1b3a28;
  --green-700: #224a33;
  --green-600: #2c5a3f;
  --gold: #d4ac6e;
  --gold-light: #e6c98f;
  --gold-dark: #b8904f;
  --cream: #f8f4ec;
  --sand: #efe7d8;
  --ink: #1f2a22;
  --muted: #5c6b60;
  --white: #ffffff;

  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", "Segoe UI", sans-serif;

  --maxw: 1180px;
  --radius: 14px;
  --shadow: 0 18px 50px -20px rgba(18, 39, 27, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }
:target { scroll-margin-top: 100px; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding-left: max(clamp(20px, 5vw, 40px), env(safe-area-inset-left));
  padding-right: max(clamp(20px, 5vw, 40px), env(safe-area-inset-right));
}

h1, h2, h3, h4, h5 { font-family: var(--font-serif); font-weight: 500; line-height: 1.12; color: var(--green-900); }

h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }

.eyebrow {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}

.lead { font-size: 1.1rem; color: var(--muted); max-width: 620px; }

.section { padding: clamp(70px, 11vw, 130px) 0; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(40px, 6vw, 70px); }
.section-head .lead { margin: 0.8rem auto 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5em;
  padding: 0.95em 2.1em;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.4s var(--ease);
}
.btn-gold { background: var(--gold); color: var(--green-900); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 14px 30px -12px rgba(184,144,79,0.7); }
.btn-green { background: var(--green-700); color: var(--cream); }
.btn-green:hover { background: var(--green-600); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--cream); border-color: rgba(255,255,255,0.5); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.btn.full { width: 100%; }

.link-arrow { color: var(--gold-dark); font-weight: 500; letter-spacing: 0.05em; transition: 0.3s; display: inline-block; margin-top: 0.5rem; }
.link-arrow:hover { color: var(--green-700); transform: translateX(4px); }

/* ===== Header ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.2rem 0;
  transition: all 0.45s var(--ease);
}
.site-header.scrolled {
  background: rgba(18, 39, 27, 0.96);
  padding: 0.6rem 0;
  box-shadow: 0 8px 30px -12px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.brand-logo { height: 112px; width: auto; transition: height 0.4s var(--ease); filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35)); }
.site-header.scrolled .brand-logo { height: 66px; }

.nav { display: flex; align-items: center; gap: 1.45rem; }
.nav a {
  color: var(--cream);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  transition: color 0.3s;
}
.nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0;
  background: var(--gold); transition: width 0.35s var(--ease);
}
.nav a:not(.nav-cta):hover { color: var(--gold-light); }
.nav a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta {
  border: 1.5px solid var(--gold);
  padding: 0.55em 1.25em; border-radius: 50px; color: var(--gold-light);
}
.nav-cta:hover { background: var(--gold); color: var(--green-900); }
.nav-book { background: var(--gold); color: var(--green-900) !important; border-color: var(--gold); }
.nav-book:hover { background: var(--gold-light); border-color: var(--gold-light); }

/* Dropdown "Über uns" */
.has-dropdown { position: relative; display: flex; align-items: center; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 0.35em; }
.dropdown-toggle .caret { font-size: 0.7em; transition: transform 0.3s var(--ease); }
.has-dropdown:hover .dropdown-toggle .caret, .has-dropdown:focus-within .dropdown-toggle .caret { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px);
  background: rgba(18,39,27,0.97); backdrop-filter: blur(8px);
  border: 1px solid rgba(212,172,110,0.25); border-radius: 12px; padding: 0.55rem;
  min-width: 220px; display: flex; flex-direction: column; gap: 0.15rem;
  opacity: 0; visibility: hidden; transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
  box-shadow: 0 22px 46px -18px rgba(0,0,0,0.6); z-index: 120;
}
.has-dropdown:hover .dropdown-menu, .has-dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(4px);
}
.dropdown-menu a { padding: 0.65em 0.9em; border-radius: 8px; font-size: 0.76rem; white-space: nowrap; }
.dropdown-menu a::after { display: none !important; }
.dropdown-menu a:hover { background: rgba(212,172,110,0.14); color: var(--gold-light); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 110; }
.nav-toggle span { width: 26px; height: 2px; background: var(--cream); transition: 0.35s var(--ease); border-radius: 2px; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
  transform: scale(1.08);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(18,39,27,0.55) 0%, rgba(18,39,27,0.35) 40%, rgba(18,39,27,0.85) 100%);
}
.hero-content { position: relative; z-index: 2; color: var(--cream); max-width: 760px; padding-top: 80px; }
.hero-content .eyebrow { color: var(--gold-light); }
.hero h1 { color: #fff; margin-bottom: 1.4rem; text-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.hero-sub { font-size: 1.18rem; max-width: 560px; margin-bottom: 2.4rem; color: rgba(255,255,255,0.92); font-weight: 300; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.scroll-cue { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 3; width: 26px; height: 44px; border: 2px solid rgba(255,255,255,0.5); border-radius: 14px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--gold-light); border-radius: 4px; animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; top: 8px; } 50% { opacity: 1; } 100% { opacity: 0; top: 24px; } }

/* ===== About ===== */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-text p { color: var(--muted); margin-bottom: 1.1rem; }
.about-text h2 { margin-bottom: 1.3rem; }
.stats { display: grid; grid-template-columns: repeat(2, auto); gap: 1.8rem 2.4rem; margin-top: 2.2rem; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-serif); font-size: 2.6rem; color: var(--gold-dark); line-height: 1; }
.stat-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin-top: 0.4rem; }

.about-media { position: relative; height: 520px; }
.about-img { position: absolute; border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.about-img-1 { width: 70%; height: 75%; top: 0; left: 0; background-image: url("../assets/about/haus.jpg"); }
.about-img-2 { width: 55%; height: 55%; bottom: 0; right: 0; border: 6px solid var(--cream); background-image: url("../assets/about/tafel.jpg"); }
.about-badge {
  position: absolute; top: 58%; left: -2%; z-index: 3;
  background: var(--green-800); color: var(--gold-light);
  width: 110px; height: 110px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--shadow); border: 2px solid var(--gold);
}
.about-badge span { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
.about-badge strong { font-family: var(--font-serif); font-size: 1.9rem; font-weight: 600; }

/* ===== Events ===== */
.events { background: var(--sand); position: relative; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; margin-bottom: clamp(50px, 7vw, 90px); }
.feature-media { height: 460px; border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--shadow); }
#haus .feature-media { height: auto; aspect-ratio: 1100 / 619; }
.feature-wedding { background-image: url("../assets/anlaesse/hochzeit.jpg"); }
.feature-firmenfeier { background-image: url("../assets/anlaesse/firmenfeier.jpg"); }
.feature-feier { background-image: url("../assets/anlaesse/geburtstag.jpg"); }
.feature-retreat { background-image: url("../assets/anlaesse/retreat.jpg"); }
.feature-publicevents { background-image: url("../assets/anlaesse/events.jpg"); }
.feature-text h3 { margin: 0.4rem 0 1rem; }
.feature-text > p { color: var(--muted); margin-bottom: 1.4rem; }
.check-list { list-style: none; display: grid; gap: 0.7rem; margin-bottom: 1.4rem; }
.check-list li { position: relative; padding-left: 1.8rem; color: var(--ink); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 600; }

.mission-intro { max-width: 760px; margin: 0 auto clamp(40px, 6vw, 70px); }
.mission-intro p { color: var(--muted); margin-bottom: 1.1rem; }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.event-card {
  background: var(--cream); border-radius: var(--radius); padding: 2.2rem 1.9rem;
  border: 1px solid rgba(184,144,79,0.18);
  transition: all 0.45s var(--ease);
}
.event-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.event-icon {
  width: 58px; height: 58px; margin-bottom: 1.1rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; color: var(--gold-dark);
  background: rgba(212,172,110,0.12); border: 1px solid rgba(184,144,79,0.3);
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.event-icon svg { width: 28px; height: 28px; }
.event-card:hover .event-icon { background: var(--green-800); color: var(--gold-light); border-color: var(--green-800); }
.event-card h4 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.event-card p { color: var(--muted); font-size: 0.95rem; }

.events-newsletter-note { text-align: center; max-width: 640px; margin: clamp(50px, 7vw, 90px) auto 0; }
.events-newsletter-note p { color: var(--muted); margin-bottom: 1.4rem; }

/* ===== Rooms ===== */
.rooms { background: var(--green-900); color: var(--cream); }
.rooms .section-head h2 { color: #fff; }
.rooms .eyebrow { color: var(--gold-light); }
.rooms .lead { color: rgba(247,243,236,0.7); }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
.room-card {
  background: rgba(255,255,255,0.04); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(212,172,110,0.2);
  transition: all 0.45s var(--ease);
}
.room-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 30px 60px -25px rgba(0,0,0,0.7); }
.room-img { height: 230px; background-size: cover; background-position: center; }
.room-img-1 { background-image: url("https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=800&q=80"); }
.room-img-2 { background-image: url("https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=800&q=80"); }
.room-img-3 { background-image: url("https://images.unsplash.com/photo-1591088398332-8a7791972843?auto=format&fit=crop&w=800&q=80"); }
.room-pano { position: relative; background: var(--green-800); }
.room-pano iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* 360°-Umschalter (mehrere Touren pro Zimmer) */
.pano-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.4s var(--ease); }
.pano-slide.is-active { opacity: 1; visibility: visible; }
.pano-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 30px; height: 30px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(18,39,27,0.32); color: rgba(255,255,255,0.85);
  font-size: 1.15rem; line-height: 1; display: flex; align-items: center; justify-content: center;
  padding: 0; opacity: 0.55; transition: opacity 0.3s, background 0.3s, color 0.3s;
  backdrop-filter: blur(2px);
}
.room-carousel:hover .pano-nav { opacity: 0.9; }
.pano-nav:hover { opacity: 1; background: rgba(18,39,27,0.68); color: var(--gold-light); }
.pano-nav.prev { left: 8px; }
.pano-nav.next { right: 8px; }
.pano-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 6px; }
.pano-dots button {
  width: 7px; height: 7px; border-radius: 50%; border: none; padding: 0; cursor: pointer;
  background: rgba(255,255,255,0.5); transition: background 0.3s, transform 0.3s;
}
.pano-dots button.is-active { background: var(--gold); transform: scale(1.25); }
.room-body { padding: 1.6rem 1.7rem 1.9rem; }
.room-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.6rem; gap: 1rem; }
.room-top h3 { color: #fff; font-size: 1.55rem; }
.room-price { color: var(--gold-light); font-family: var(--font-serif); font-size: 1.3rem; white-space: nowrap; }
.room-price small { font-size: 0.7rem; font-family: var(--font-sans); opacity: 0.7; }
.room-body p { color: rgba(247,243,236,0.72); font-size: 0.95rem; margin-bottom: 1.1rem; }
.room-feats { list-style: none; display: flex; gap: 0.6rem; flex-wrap: wrap; }
.room-feats li { font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35em 0.9em; border: 1px solid rgba(212,172,110,0.35); border-radius: 50px; color: var(--gold-light); }
.rooms-cta { text-align: center; margin-top: 3rem; }

/* ===== Gallery ===== */
.gallery { background: var(--cream); }
.gallery-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.4rem; }
.gallery-filter {
  padding: 0.55em 1.3em; border-radius: 50px; cursor: pointer;
  border: 1.5px solid rgba(184,144,79,0.4); background: transparent; color: var(--muted);
  font-family: var(--font-sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.3s var(--ease);
}
.gallery-filter:hover { border-color: var(--gold); color: var(--gold-dark); }
.gallery-filter.is-active { background: var(--green-800); color: var(--cream); border-color: var(--green-800); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.g-item {
  position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden;
  cursor: pointer; border: none; padding: 0; background: var(--sand);
}
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.g-item:hover img { transform: scale(1.07); }
.g-item::after { content: "\002B"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.6rem; background: rgba(18,39,27,0.28); opacity: 0; transition: opacity 0.3s; }
.g-item:hover::after { opacity: 1; }
.g-item.is-hidden { display: none; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(10,20,14,0.92); backdrop-filter: blur(6px); padding: 4vw; }
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 82vh; border-radius: 10px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.8); }
.lightbox-close { position: absolute; top: 18px; right: 26px; background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; transition: color 0.3s, opacity 0.3s; }
.lightbox-close:hover { opacity: 1; color: var(--gold-light); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); border: none; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.9rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.3s, color 0.3s; }
.lightbox-nav:hover { background: var(--gold); color: var(--green-900); }
.lightbox-nav.prev { left: 3vw; }
.lightbox-nav.next { right: 3vw; }
.lightbox-counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.75); font-size: 0.85rem; letter-spacing: 0.12em; }

/* ===== 360° Tours ===== */
.tours { background: var(--green-900); color: var(--cream); }
.tours .section-head h2 { color: #fff; }
.tours .eyebrow { color: var(--gold-light); }
.tours .lead { color: rgba(247,243,236,0.7); }
.tours .container { max-width: 1520px; }
.tour-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem; }
.tour-card { margin: 0; display: flex; flex-direction: column; align-items: center; }
.tour-frame {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.7);
  border: 1px solid rgba(212,172,110,0.25);
  background: var(--green-800);
}
.tour-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.tour-card figcaption {
  margin-top: 1.1rem; text-align: center;
  font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-light);
}
.tour-btn { margin-top: 1rem; }

.footer-cookie-btn {
  background: none; border: 0; padding: 0; margin: 0;
  font: inherit; color: inherit; text-decoration: underline; cursor: pointer;
}

/* ===== Contact ===== */
.contact { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-info h2 { margin: 0.4rem 0 1.2rem; }
.contact-info > p { color: var(--muted); margin-bottom: 2rem; }
.contact-list { list-style: none; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: 0.9rem; align-items: center; color: var(--ink); }
.contact-list a:hover { color: var(--gold-dark); }
.contact-icon {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(212,172,110,0.14); border: 1px solid rgba(184,144,79,0.3);
  color: var(--gold-dark);
}
.contact-icon svg { width: 20px; height: 20px; }

.contact-form { background: var(--cream); padding: clamp(28px, 4vw, 44px); border-radius: var(--radius); box-shadow: var(--shadow); }
.field { position: relative; margin-bottom: 1.3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 1rem 1.1rem; font-family: var(--font-sans); font-size: 0.98rem;
  border: 1.5px solid rgba(92,107,96,0.25); border-radius: 10px; background: var(--white);
  color: var(--ink); transition: border-color 0.3s; resize: vertical;
}
.field select { color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field label {
  position: absolute; left: 1.1rem; top: 1rem; color: var(--muted); pointer-events: none;
  transition: all 0.25s var(--ease); background: var(--cream); padding: 0 0.35rem;
}
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label {
  top: -0.6rem; font-size: 0.74rem; color: var(--gold-dark); letter-spacing: 0.05em;
}
.form-note { margin-top: 1rem; color: var(--green-700); font-weight: 500; text-align: center; }

.field-group { margin-bottom: 1.3rem; }
.field-group-label { display: block; font-size: 0.82rem; color: var(--muted); margin-bottom: 0.7rem; letter-spacing: 0.03em; }
.checkbox-group { display: flex; flex-direction: column; gap: 0.6rem; }
.checkbox-group label { display: flex; align-items: center; gap: 0.65rem; font-size: 0.92rem; color: var(--ink); cursor: pointer; }
.checkbox-group input[type="checkbox"] { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--gold-dark); cursor: pointer; }

/* ===== Footer ===== */
.site-footer { background: var(--green-900); color: rgba(247,243,236,0.75); padding-top: clamp(50px, 7vw, 80px); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-logo { height: 70px; margin-bottom: 1.2rem; }
.footer-brand p { max-width: 320px; font-size: 0.95rem; }
.footer-col h5 { color: var(--gold-light); font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: 0.04em; }
.footer-col a, .footer-col p { display: block; color: rgba(247,243,236,0.72); font-size: 0.92rem; margin-bottom: 0.55rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(212,172,110,0.18); padding: 1.4rem 0; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a:hover { color: var(--gold-light); }

/* ===== Ablauf / Process ===== */
.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin-top: 1rem; }
.process-step { position: relative; background: var(--sand); border-radius: var(--radius); padding: 2.4rem 1.7rem 2rem; border: 1px solid rgba(184,144,79,0.18); transition: all 0.45s var(--ease); }
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.process-num { font-family: var(--font-serif); font-size: 2.6rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 0.6rem; }
.process-step h4 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.process-step p { color: var(--muted); font-size: 0.94rem; }
.process-step::after { content: "→"; position: absolute; top: 50%; right: -1.15rem; transform: translateY(-50%); color: var(--gold); font-size: 1.3rem; z-index: 2; }
.process-step:last-child::after { display: none; }

/* ===== CTA Band (Link zu Ablauf & FAQ) ===== */
.cta-band { background: var(--green-800); color: var(--cream); padding: clamp(48px, 7vw, 80px) 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band .eyebrow { color: var(--gold-light); }
.cta-band h2 { color: #fff; margin-bottom: 0.6rem; }
.cta-band p { color: rgba(247,243,236,0.8); max-width: 560px; }
.cta-band .btn { flex-shrink: 0; }

/* ===== Reviews / Testimonials ===== */
.reviews { background: var(--green-900); color: var(--cream); }
.reviews .section-head h2 { color: #fff; }
.reviews .eyebrow { color: var(--gold-light); }
.reviews .lead { color: rgba(247,243,236,0.7); }
.rating-summary { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin: -0.5rem auto 3rem; }
.google-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #fff; border-radius: 50px; padding: 0.4rem 1.1rem 0.4rem 0.9rem; box-shadow: 0 8px 24px -14px rgba(0,0,0,0.6); }
.google-badge .google-g { display: inline-flex; }
.google-label { font-family: var(--font-sans); font-weight: 500; letter-spacing: 0.02em; color: #3c4043; font-size: 0.98rem; }
.rating-stars { color: var(--gold); font-size: 1.7rem; letter-spacing: 0.15em; }
.rating-score { font-family: var(--font-serif); font-size: 1.4rem; color: #fff; }
.rating-score strong { color: var(--gold-light); }
.reviews-marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; gap: 1.6rem; width: max-content; will-change: transform; }
.marquee-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(212,172,110,0.4);
  background: rgba(18,39,27,0.55); color: var(--gold-light);
  font-size: 1.5rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(3px); transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.marquee-nav:hover { background: var(--gold); color: var(--green-900); border-color: var(--gold); }
.marquee-nav.prev { left: -4px; }
.marquee-nav.next { right: -4px; }
.review-card { width: 350px; flex: 0 0 350px; background: rgba(255,255,255,0.04); border: 1px solid rgba(212,172,110,0.2); border-radius: var(--radius); padding: 2rem 1.9rem; display: flex; flex-direction: column; }
.review-card .stars { color: var(--gold); letter-spacing: 0.12em; margin-bottom: 0.9rem; }
.review-card blockquote { font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.55; color: rgba(247,243,236,0.92); font-style: italic; margin-bottom: 1.2rem; flex: 1; }
.review-author { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--green-900); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-weight: 600; font-size: 1.1rem; }
.review-author .who { font-size: 0.9rem; }
.review-author .who span { display: block; color: rgba(247,243,236,0.55); font-size: 0.78rem; }
.reviews-cta { text-align: center; margin-top: 3rem; }
.btn-google { background: #fff; color: #1f2a22; }
.btn-google:hover { background: var(--gold-light); transform: translateY(-3px); }

/* ===== FAQ ===== */
.faq { background: var(--sand); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(92,107,96,0.22); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.35rem 3rem 1.35rem 0; position: relative;
  font-family: var(--font-serif); font-size: 1.25rem; color: var(--green-800);
  transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; color: var(--gold-dark); transition: transform 0.35s var(--ease); line-height: 1;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: var(--gold-dark); }
.faq-answer { padding: 0 3rem 1.4rem 0; color: var(--muted); }
.faq-answer p { margin-bottom: 0.6rem; }

/* ===== Anfahrt / Map ===== */
.anfahrt { background: var(--cream); }
.anfahrt-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 60px); align-items: stretch; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(184,144,79,0.2); min-height: 360px; position: relative; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.anfahrt-info { display: flex; flex-direction: column; justify-content: center; }
.anfahrt-info h2 { margin-bottom: 1.1rem; }
.anfahrt-info .info-block { margin-bottom: 1.4rem; }
.anfahrt-info .info-block h4 { font-size: 1.15rem; color: var(--green-700); margin-bottom: 0.35rem; }
.anfahrt-info .info-block p { color: var(--muted); }
.anfahrt-info .btn { align-self: flex-start; margin-top: 0.4rem; }

/* ===== Legal / Text pages (Impressum, Datenschutz) ===== */
.legal-hero {
  background: var(--green-900); color: var(--cream);
  padding: calc(clamp(90px, 14vw, 150px)) 0 clamp(40px, 6vw, 70px);
  text-align: center;
}
.legal-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); }
.legal-hero .eyebrow { color: var(--gold-light); }
.legal { background: var(--cream); padding: clamp(50px, 8vw, 90px) 0; }
.legal .container { max-width: 820px; }
.legal h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 2.4rem 0 0.9rem; color: var(--green-800); }
.legal h3 { font-size: 1.25rem; margin: 1.6rem 0 0.6rem; color: var(--green-700); }
.legal p, .legal li { color: var(--muted); margin-bottom: 0.9rem; }
.legal strong { color: var(--ink); font-weight: 500; }
.legal a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--green-700); }
.legal ul { padding-left: 1.3rem; margin-bottom: 1rem; }
.legal .lead { margin-bottom: 1.4rem; }
.legal .back-link { display: inline-block; margin-top: 2.5rem; color: var(--gold-dark); font-weight: 500; }
.legal .back-link:hover { transform: translateX(-4px); }
.legal .contact-block { background: var(--sand); border-radius: var(--radius); padding: 1.6rem 1.8rem; margin: 1.4rem 0; }
.legal .contact-block p { margin-bottom: 0.4rem; }

/* ===== Newsletter ===== */
.newsletter { background: var(--green-800); color: var(--cream); padding: clamp(56px, 8vw, 90px) 0; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.newsletter .eyebrow { color: var(--gold-light); }
.newsletter h2 { color: #fff; margin-bottom: 0.7rem; }
.newsletter-text p { color: rgba(247,243,236,0.82); max-width: 460px; }
.newsletter-form .newsletter-fields { display: flex; gap: 0.8rem; align-items: stretch; }
.newsletter-form .field { flex: 1; margin-bottom: 0.9rem; }
.newsletter-form .field input {
  background: rgba(255,255,255,0.06); border-color: rgba(212,172,110,0.4); color: #fff;
}
.newsletter-form .field input:focus { border-color: var(--gold); }
.newsletter-form .field label { background: transparent; color: rgba(247,243,236,0.7); }
.newsletter-form .field input:focus + label,
.newsletter-form .field input:not(:placeholder-shown) + label {
  top: -0.6rem; font-size: 0.72rem; color: var(--gold-light); background: var(--green-800); letter-spacing: 0.05em;
}
.newsletter-form .btn { flex: 0 0 auto; }
.newsletter-consent { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.82rem; color: rgba(247,243,236,0.75); line-height: 1.5; }
.newsletter-consent input { margin-top: 0.25rem; accent-color: var(--gold); flex: 0 0 auto; }
.newsletter-consent a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.newsletter-form .form-note { color: var(--gold-light); text-align: left; }

/* ===== Partner ===== */
.partners { background: var(--sand); }
.partner-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.4rem; }
.partner-tab {
  padding: 0.55em 1.3em; border-radius: 50px; cursor: pointer;
  border: 1.5px solid rgba(184,144,79,0.4); background: transparent; color: var(--muted);
  font-family: var(--font-sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.3s var(--ease);
}
.partner-tab:hover { border-color: var(--gold); color: var(--gold-dark); }
.partner-tab.is-active { background: var(--green-800); color: var(--cream); border-color: var(--green-800); }
.partner-panel { display: none; }
.partner-panel.is-active { display: block; }
.partner-marquee {
  position: relative; overflow: hidden; margin-top: 3.2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.partner-marquee .marquee-track { align-items: center; }
.partner-marquee img { height: 64px; width: auto; object-fit: contain; filter: grayscale(1) opacity(0.6); transition: filter 0.3s var(--ease); }
.partner-marquee img:hover { filter: none; }
.partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 300px)); justify-content: center; gap: 1.6rem; }
.partner-card {
  background: var(--cream); border-radius: var(--radius); padding: 2.2rem 1.9rem;
  border: 1px solid rgba(184,144,79,0.18); text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: all 0.45s var(--ease); text-decoration: none; color: inherit;
}
.partner-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.partner-logo { max-height: 70px; max-width: 160px; object-fit: contain; margin-bottom: 1.1rem; }
.partner-card h4 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.partner-card p { color: var(--muted); font-size: 0.94rem; }
.partner-card-pending { border-style: dashed; opacity: 0.85; }
.partner-card-empty { padding: 1.5rem 1.9rem; }
.partner-card-empty p { margin: 0; }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    background: var(--green-900); flex-direction: column; align-items: flex-start;
    justify-content: center; gap: 1.8rem; padding: 0 2.4rem;
    transform: translateX(100%); transition: transform 0.45s var(--ease);
    box-shadow: -20px 0 60px -20px rgba(0,0,0,0.6);
  }
  .nav.open { transform: translateX(0); }
  .nav a { font-size: 1rem; }
  .nav { overflow-y: auto; }

  /* Dropdown im mobilen Menü statisch anzeigen */
  .has-dropdown { flex-direction: column; align-items: flex-start; width: 100%; }
  .dropdown-menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    background: transparent; border: none; box-shadow: none; backdrop-filter: none;
    padding: 0.5rem 0 0 1rem; min-width: 0;
  }
  .dropdown-menu a { font-size: 0.9rem; padding: 0.4em 0; }
  .dropdown-toggle .caret { display: none; }

  .brand-logo { height: 88px; }
  .site-header.scrolled .brand-logo { height: 54px; }

  .about-grid, .feature, .contact-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .about-media { height: 420px; max-width: 460px; }
  .feature-media { order: -1; height: 320px; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .room-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .tour-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }

  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .review-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .anfahrt-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 300px; order: 2; }
}

@media (max-width: 540px) {
  .brand-logo { height: 70px; }
  .site-header.scrolled .brand-logo { height: 48px; }
  .event-grid { grid-template-columns: 1fr; }
  .newsletter-form .newsletter-fields { flex-direction: column; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions { gap: 0.7rem; }
  .hero-actions .btn { flex: 1 1 auto; padding-left: 1.2em; padding-right: 1.2em; }
  .stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .faq-item summary { font-size: 1.12rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card { width: 78vw; flex-basis: 78vw; }
  .reviews-marquee .marquee-track { padding-left: calc((100% - 78vw) / 2); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom .container { justify-content: center; text-align: center; }
}

/* ===== Bewegung reduzieren (Barrierefreiheit) ===== */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { transition: none; }
  .hero-bg { animation: none; transform: none; }
  .reveal { transition-duration: 0.001s; }
}
