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

:root {
  --sand: #f5f0e8;
  --warm: #ede5d4;
  --stone: #b5a48c;
  --bark: #6b5a42;
  --deep: #2c2318;
  --forest: #4a6741;
  --forest-light: #6a9464;
  --accent: #c8773a;
  --white: #fdfaf6;
}

/* ── DARK MODE VARIABLEN ── */
[data-theme="dark"] {
  --sand: #1e1a14;
  --warm: #252017;
  --stone: #7a6e5f;
  --bark: #c4b49e;
  --deep: #f0e8dc;
  --forest: #5a8050;
  --forest-light: #6a9464;
  --accent: #d4854a;
  --white: #161210;
}
[data-theme="dark"] body {
  background-color: #161210;
  color: #f0e8dc;
}
[data-theme="dark"] .hero-text {
  background-color: #1e1a14;
}
[data-theme="dark"] .features-section {
  background-color: #161210;
}
[data-theme="dark"] .pricing-section {
  background-color: #252017;
}
[data-theme="dark"] .booking-section {
  background-color: #1e1a14;
}
[data-theme="dark"] .calendar-section {
  background-color: #252017;
}
[data-theme="dark"] .strip {
  background-color: #0e0c09;
}
/* ── DARK MODE TEXTE & KONTRAST ── */
[data-theme="dark"] .hero-eyebrow { color: #9a8c7e; }
[data-theme="dark"] .hero-title { color: #f0e8dc; }
[data-theme="dark"] .hero-desc { color: #c4b49e; }
[data-theme="dark"] .badge { background: #252017; border-color: #3a3020; color: #c4b49e; }

[data-theme="dark"] .section-label { color: #7a6e5f; }
[data-theme="dark"] .section-title { color: #f0e8dc; }

[data-theme="dark"] .feature-title { color: #f0e8dc; }
[data-theme="dark"] .feature-desc { color: #9a8c7e; }

[data-theme="dark"] .price-unit { color: #7a6e5f; }

[data-theme="dark"] .strip-label { color: #c4b49e; }
[data-theme="dark"] .strip-sub { color: #7a6e5f; }

[data-theme="dark"] .booking-intro .section-title { color: #f0e8dc; }
[data-theme="dark"] .booking-form h3 { color: #f0e8dc; }

[data-theme="dark"] .footer-brand { color: #c4b49e; }
[data-theme="dark"] .footer-links a { color: #7a6e5f; }
[data-theme="dark"] .footer-links a:hover { color: #c4b49e; }

[data-theme="dark"] .cal-sync-note strong { color: #5a8050; }
[data-theme="dark"] .cal-legend-item { color: #9a8c7e; }
[data-theme="dark"] .cal-cta:disabled { background: #3a3020; }

[data-theme="dark"] .maps-address { color: #c4b49e; }
[data-theme="dark"] .maps-placeholder-text { color: #7a6e5f; }

[data-theme="dark"] .slide-placeholder-label { color: #7a6e5f; }
[data-theme="dark"] .lightbox-placeholder-text { color: #7a6e5f; }

[data-theme="dark"] .hero-cta-row .btn-secondary { color: #c4b49e; border-color: #7a6e5f; }
[data-theme="dark"] .btn-secondary:hover { color: var(--accent); border-color: var(--accent); }

[data-theme="dark"] nav {
  background: rgba(22,18,16,0.92);
}
[data-theme="dark"] .hero-price-tag {
  background: rgba(22,18,16,0.95);
}
[data-theme="dark"] .hero-price-tag .price { color: #f0e8dc; }
[data-theme="dark"] .hero-price-tag .price-label { color: #9a8c7e; }
[data-theme="dark"] .feature-card {
  background: #252017;
}
[data-theme="dark"] .booking-form {
  background: #1e1a14;
}
[data-theme="dark"] .booking-form h3 { color: #f0e8dc; }
[data-theme="dark"] .form-group label { color: #9a8c7e; }
[data-theme="dark"] .booking-intro p { color: #c4b49e; }
[data-theme="dark"] .contact-item { color: #c4b49e; }
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group select,
[data-theme="dark"] .form-group textarea {
  background: #252017;
  border-color: #3a3020;
  color: #f0e8dc;
}
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group select:focus,
[data-theme="dark"] .form-group textarea:focus {
  background: #2c2418;
  border-color: var(--forest);
}
[data-theme="dark"] .price-card {
  background: #1e1a14;
}
[data-theme="dark"] .price-amount { color: #f0e8dc; }
[data-theme="dark"] .price-row-value { color: #f0e8dc; }
[data-theme="dark"] .price-row-label { color: #c4b49e; }
[data-theme="dark"] .pricing-notes h3 { color: #f0e8dc; }
[data-theme="dark"] .note-item { color: #c4b49e; }
[data-theme="dark"] .price-row {
  border-color: #2c2418;
}

/* ── DARK MODE TOGGLE ── */
.theme-toggle {
  display: flex; align-items: center; justify-content: center;
  width: 2.2rem; height: 2.2rem;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(181,164,140,0.35);
  cursor: pointer;
  font-size: 1rem;
  transition: border-color 0.2s, background 0.2s, transform 0.3s;
  flex-shrink: 0;
}
.theme-toggle:hover {
  border-color: var(--accent);
  background: rgba(200,119,58,0.08);
  transform: rotate(20deg);
}
.theme-toggle .icon-sun  { display: none; }
.theme-toggle .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle .icon-sun  { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

/* Farb-Übergänge sanft halten */
body, nav, .hero-text, .hero-price-tag, .feature-card,
.price-card, .booking-form, .form-group input,
.form-group select, .form-group textarea,
.strip, .badge, .attraction {
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--deep);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 3rem;
  background: rgba(253,250,246,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(181,164,140,0.2);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--bark);
  letter-spacing: 0.05em;
  text-decoration: none;
}
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--bark);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  background: var(--forest); color: var(--white) !important;
  padding: 0.5rem 1.2rem; border-radius: 2rem;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--accent) !important; color: var(--white) !important; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 70px;
}
.hero-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
  background: var(--sand);
}
.hero-eyebrow {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--stone);
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1.15;
  color: var(--deep);
  margin-bottom: 1.5rem;
}
.hero-title em { font-style: italic; color: var(--accent); }
.hero-desc {
  font-size: 1.05rem; font-weight: 300; line-height: 1.75;
  color: var(--bark); max-width: 480px;
  margin-bottom: 2.5rem;
}
.hero-badges {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.8rem; font-weight: 500;
  background: var(--white); border: 1px solid var(--stone);
  padding: 0.4rem 0.9rem; border-radius: 2rem;
  color: var(--bark);
}
.hero-cta-row { display: flex; gap: 1rem; align-items: center; }
.btn-primary {
  display: inline-block; background: var(--forest);
  color: var(--white); font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.04em;
  padding: 0.9rem 2rem; border-radius: 2rem;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--accent); transform: translateY(-1px); }
.btn-secondary {
  display: inline-block; color: var(--bark);
  font-size: 0.9rem; font-weight: 500;
  text-decoration: none; padding: 0.9rem 0;
  border-bottom: 1px solid var(--stone);
  transition: color 0.2s, border-color 0.2s;
}
.btn-secondary:hover { color: var(--accent); border-color: var(--accent); }

.hero-image {
  position: relative; overflow: hidden;
}
.hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 8s ease;
}
.hero-image:hover img { transform: scale(1.03); }
.hero-price-tag {
  position: absolute; bottom: 2rem; left: 2rem;
  background: rgba(253,250,246,0.95);
  backdrop-filter: blur(8px);
  padding: 1rem 1.4rem; border-radius: 0.75rem;
  border-left: 3px solid var(--accent);
}
.hero-price-tag .price { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--deep); }
.hero-price-tag .price-label { font-size: 0.75rem; color: var(--stone); font-weight: 500; }

/* ── HIGHLIGHTS STRIP ── */
.strip {
  background: var(--deep);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 2rem 4rem;
}
.strip-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 1rem;
  border-right: 1px solid rgba(181,164,140,0.15);
}
.strip-item:last-child { border-right: none; }
.strip-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.strip-label { font-size: 0.95rem; font-weight: 500; color: var(--warm); }
.strip-sub { font-size: 0.75rem; color: var(--stone); margin-top: 0.2rem; }

/* ── SECTIONS ── */
section { padding: 6rem 5rem; }

.section-label {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--stone);
  margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--deep); line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--accent); }

/* ── AUSSTATTUNG ── */
.features-section { background: var(--white); }
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  margin-top: 3rem;
}
.feature-card {
  background: var(--sand); border-radius: 1rem;
  padding: 1.8rem; transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(44,35,24,0.08); }
.feature-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
.feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; color: var(--bark); }
.feature-desc { font-size: 0.88rem; color: var(--stone); line-height: 1.6; font-weight: 300; }

/* ── PREISE ── */
.pricing-section {
  background: var(--warm);
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;
}
.price-card {
  background: var(--white); border-radius: 1.5rem;
  padding: 2.5rem; position: relative; overflow: hidden;
  box-shadow: 0 4px 32px rgba(44,35,24,0.07);
}
.price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent);
}
.price-main { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 2rem; }
.price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; color: var(--deep);
}
.price-unit { color: var(--stone); font-size: 0.9rem; }
.price-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.75rem 0; border-bottom: 1px solid var(--warm);
  font-size: 0.9rem;
}
.price-row:last-child { border-bottom: none; }
.price-row-label { color: var(--bark); }
.price-row-value { font-weight: 500; color: var(--deep); }
.pricing-notes h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; margin-bottom: 1.2rem; margin-top: 0;
  color: var(--deep);
}
.note-item {
  display: flex; gap: 0.8rem; margin-bottom: 1rem;
  font-size: 0.9rem; font-weight: 400; color: var(--deep); line-height: 1.6;
}
.note-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0; margin-top: 0.55rem;
}

/* ── LAGE ── */
.location-section {
  background: var(--deep); color: var(--warm);
}
.location-section .section-label { color: var(--stone); }
.location-section .section-title { color: var(--warm); }
.attractions-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
  margin-top: 3rem;
}
.attraction {
  background: rgba(255,255,255,0.05); border-radius: 0.75rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(181,164,140,0.15);
  display: flex; gap: 1.2rem; align-items: flex-start;
}
.attraction-icon { font-size: 1.4rem; flex-shrink: 0; }
.attraction-name { font-weight: 500; font-size: 0.95rem; color: var(--warm); margin-bottom: 0.2rem; }
.attraction-dist { font-size: 0.8rem; color: var(--stone); }

/* ── BUCHUNG ── */
.booking-section {
  background: var(--sand);
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;
}
.booking-intro .section-title { margin-bottom: 1.5rem; }
.booking-intro p {
  font-size: 0.95rem; font-weight: 300; color: var(--bark);
  line-height: 1.8; margin-bottom: 1.5rem;
}
.contact-info {
  display: flex; flex-direction: column; gap: 0.8rem; margin-top: 2rem;
}
.contact-item {
  display: flex; align-items: center; gap: 0.8rem;
  font-size: 0.9rem; color: var(--bark);
}
.contact-item a { color: var(--accent); text-decoration: none; font-weight: 500; }

.booking-form {
  background: var(--white); border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 40px rgba(44,35,24,0.08);
}
.booking-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; margin-bottom: 2rem; color: var(--deep);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 0.8rem 1rem;
  border: 1.5px solid var(--warm);
  border-radius: 0.6rem;
  background: var(--sand);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; color: var(--deep);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--forest);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-check {
  display: flex; gap: 0.7rem; align-items: flex-start;
  margin-bottom: 1.5rem;
}
.form-check input { width: auto; margin-top: 3px; accent-color: var(--forest); }
.form-check label {
  font-size: 0.8rem; color: var(--stone); text-transform: none;
  letter-spacing: 0; font-weight: 300;
}
.form-check a { color: var(--accent); }
.form-submit {
  width: 100%; padding: 1rem;
  background: var(--forest); color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; font-weight: 500;
  border: none; border-radius: 2rem;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
}
.form-submit:hover { background: var(--accent); transform: translateY(-1px); }
.form-success {
  display: none; text-align: center; padding: 2rem;
  color: var(--forest); font-size: 1rem;
}

/* ── FOOTER ── */
footer {
  background: var(--deep); color: var(--stone);
  padding: 3rem 5rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: var(--warm);
}
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 0.8rem; color: var(--stone); text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--warm); }

/* ── GALERIE / KARUSSELL ── */
.gallery-section {
  background: var(--deep);
  padding: 6rem 0;
  overflow: hidden;
}
.gallery-header {
  padding: 0 5rem 3rem;
}
.gallery-header .section-label { color: var(--stone); }
.gallery-header .section-title { color: var(--warm); }

.carousel-wrap { position: relative; }

.carousel-track-outer {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.carousel-track-outer:active { cursor: grabbing; }

.carousel-track {
  display: flex;
  gap: 1.5rem;
  padding: 0 5rem;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 calc(50% - 3rem);
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: rgba(255,255,255,0.05);
}
.carousel-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.carousel-slide:hover img { transform: scale(1.04); }

/* Placeholder slides when no real image */
.slide-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, rgba(181,164,140,0.12), rgba(74,103,65,0.12));
  border: 1px dashed rgba(181,164,140,0.25);
}
.slide-placeholder-icon { font-size: 2.5rem; opacity: 0.5; }
.slide-placeholder-label {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--stone); opacity: 0.7;
}

.slide-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.2rem 1.4rem 1rem;
  background: linear-gradient(to top, rgba(44,35,24,0.85) 0%, transparent 100%);
  color: var(--warm);
  font-size: 0.85rem; font-weight: 500;
  transform: translateY(4px);
  transition: transform 0.3s ease;
}
.carousel-slide:hover .slide-caption { transform: translateY(0); }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(18,14,10,0.96);
  align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw; max-height: 85vh;
  border-radius: 0.75rem;
  object-fit: contain;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
}
.lightbox-placeholder {
  width: min(80vw, 900px); aspect-ratio: 4/3;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(181,164,140,0.1), rgba(74,103,65,0.1));
  border: 1px dashed rgba(181,164,140,0.3);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem;
}
.lightbox-placeholder-icon { font-size: 4rem; opacity: 0.4; }
.lightbox-placeholder-text { color: var(--stone); font-size: 0.9rem; }
.lightbox-caption {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  background: rgba(44,35,24,0.7); backdrop-filter: blur(8px);
  color: var(--warm); font-size: 0.9rem; padding: 0.6rem 1.4rem;
  border-radius: 2rem; white-space: nowrap;
}
.lightbox-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none;
  color: var(--warm); font-size: 1.2rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lightbox-close:hover { background: var(--accent); }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 3rem; height: 3rem; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none;
  color: var(--warm); font-size: 1.1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lightbox-nav:hover { background: var(--accent); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

/* Carousel controls */
.carousel-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; padding: 2rem 5rem 0;
}
.carousel-btn {
  width: 2.8rem; height: 2.8rem; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(181,164,140,0.2);
  color: var(--warm); font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.carousel-btn:hover { background: var(--accent); border-color: var(--accent); }
.carousel-btn:disabled { opacity: 0.25; cursor: default; }
.carousel-dots {
  display: flex; gap: 0.5rem; align-items: center;
}
.carousel-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(181,164,140,0.3);
  border: none; cursor: pointer; padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.carousel-dot.active {
  background: var(--accent); transform: scale(1.4);
}

@media (max-width: 900px) {
  .gallery-header { padding: 0 2rem 2rem; }
  .carousel-track { padding: 0 2rem; }
  .carousel-slide { flex: 0 0 85%; }
  .carousel-controls { padding: 1.5rem 2rem 0; }
}

/* ── BELEGUNGSKALENDER ── */
.calendar-section {
  background: var(--warm);
  padding: 6rem 5rem;
}
.calendar-section .section-label { color: var(--stone); }

.calendar-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
  align-items: start;
}

.cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.2rem;
}
.cal-nav-btn {
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  border: 1.5px solid var(--stone);
  background: transparent; cursor: pointer;
  color: var(--bark); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.cal-nav-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.cal-month-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 600; color: var(--deep);
}

.cal-grid {
  background: var(--white);
  border-radius: 1.2rem;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(44,35,24,0.07);
}
.cal-weekdays {
  display: grid; grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.4rem;
}
.cal-weekday {
  text-align: center;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--stone);
  padding: 0.4rem 0;
}
.cal-days {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.cal-day {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; border-radius: 0.4rem;
  cursor: pointer; position: relative;
  transition: background 0.15s, color 0.15s;
  color: var(--deep);
  user-select: none;
}
.cal-day:hover:not(.blocked):not(.past) {
  background: rgba(200,119,58,0.12);
  color: var(--accent);
}
.cal-day.empty { cursor: default; }
.cal-day.past { color: var(--stone); opacity: 0.4; cursor: not-allowed; }
.cal-day.blocked {
  background: rgba(181,164,140,0.18);
  color: var(--stone); cursor: not-allowed;
  text-decoration: line-through;
}
.cal-day.blocked::after {
  content: ''; position: absolute; inset: 0;
  border-radius: 0.4rem;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 3px,
    rgba(181,164,140,0.15) 3px, rgba(181,164,140,0.15) 4px
  );
}
.cal-day.checkin  { background: var(--forest); color: #fff; border-radius: 0.4rem 0 0 0.4rem; }
.cal-day.checkout { background: var(--forest); color: #fff; border-radius: 0 0.4rem 0.4rem 0; }
.cal-day.inrange  { background: rgba(74,103,65,0.12); color: var(--forest); border-radius: 0; }
.cal-day.checkin.checkout { border-radius: 0.4rem; }
.cal-day.today { font-weight: 700; }
.cal-day.today:not(.blocked):not(.checkin):not(.checkout) { color: var(--accent); }

.cal-legend {
  display: flex; gap: 1.2rem; flex-wrap: wrap; margin-top: 1rem;
  padding: 0 0.2rem;
}
.cal-legend-item {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; color: var(--bark);
}
.cal-legend-dot { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; }
.dot-free    { background: rgba(74,103,65,0.15); border: 1px solid var(--forest); }
.dot-blocked { background: rgba(181,164,140,0.25);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(181,164,140,0.4) 2px, rgba(181,164,140,0.4) 3px); }
.dot-selected { background: var(--forest); }

.cal-info-panel { display: flex; flex-direction: column; gap: 1.5rem; }
.cal-info-card {
  background: var(--white); border-radius: 1rem; padding: 1.6rem;
  box-shadow: 0 4px 20px rgba(44,35,24,0.06);
}
.cal-info-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--deep); margin-bottom: 1rem;
}
.cal-date-row { display: flex; gap: 1rem; }
.cal-date-box {
  flex: 1; border: 1.5px solid var(--warm);
  border-radius: 0.6rem; padding: 0.8rem; text-align: center;
}
.cal-date-box.active { border-color: var(--forest); }
.cal-date-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--stone); font-weight: 600; }
.cal-date-value { font-size: 1.05rem; font-weight: 500; color: var(--deep); margin-top: 0.3rem; min-height: 1.5rem; }
.cal-nights { text-align: center; padding: 0.6rem; font-size: 0.85rem; color: var(--bark); }
.cal-price-row {
  display: flex; justify-content: space-between; padding: 0.5rem 0;
  font-size: 0.9rem; border-bottom: 1px solid var(--warm);
}
.cal-price-row:last-child { border: none; font-weight: 600; font-size: 1rem; color: var(--deep); }
.cal-cta {
  width: 100%; padding: 0.9rem;
  background: var(--forest); color: #fff;
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 500;
  border: none; border-radius: 2rem; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.cal-cta:hover { background: var(--accent); transform: translateY(-1px); }
.cal-cta:disabled { background: var(--stone); cursor: not-allowed; transform: none; opacity: 0.6; }
.cal-sync-note {
  background: rgba(74,103,65,0.08); border: 1px solid rgba(74,103,65,0.2);
  border-radius: 0.75rem; padding: 1rem 1.2rem;
  font-size: 0.82rem; color: var(--bark); line-height: 1.6;
}
.cal-sync-note strong { color: var(--forest); }

[data-theme="dark"] .cal-grid,
[data-theme="dark"] .cal-info-card { background: #1e1a14; }
[data-theme="dark"] .cal-day { color: #f0e8dc; }
[data-theme="dark"] .cal-month-label { color: #f0e8dc; }
[data-theme="dark"] .cal-date-value { color: #f0e8dc; }
[data-theme="dark"] .cal-date-label { color: #9a8c7e; }
[data-theme="dark"] .cal-nights { color: #c4b49e; }
[data-theme="dark"] .cal-info-card h3 { color: #f0e8dc; }
[data-theme="dark"] .cal-date-box { border-color: #3a3020; }
[data-theme="dark"] .cal-date-box.active { border-color: var(--forest); }
[data-theme="dark"] .cal-price-row { border-color: #3a3020; }
[data-theme="dark"] .cal-sync-note { background: rgba(90,128,80,0.1); border-color: rgba(90,128,80,0.25); }

@media (max-width: 900px) {
  .calendar-section { padding: 4rem 2rem; }
  .calendar-layout { grid-template-columns: 1fr; gap: 2rem; }
}

/* ── GOOGLE MAPS ── */
.maps-wrap {
  margin-top: 3rem;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  position: relative;
}
.maps-wrap iframe {
  width: 100%; height: 380px;
  border: none; display: block;
}
.maps-address {
  display: flex; align-items: center; gap: 0.8rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(181,164,140,0.15);
  border-radius: 0.75rem;
  padding: 1rem 1.4rem;
  margin-top: 1.2rem;
  color: var(--warm);
  font-size: 0.9rem;
}
.maps-address a {
  color: var(--accent); text-decoration: none; font-weight: 500;
}
.maps-address a:hover { text-decoration: underline; }

/* ── MAPS ZWEI-KLICK-LÖSUNG ── */
.maps-placeholder {
  width: 100%; height: 380px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(181,164,140,0.2);
  border-radius: 1.2rem;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem; text-align: center; padding: 2rem;
  cursor: default;
}
.maps-placeholder-icon { font-size: 2.5rem; opacity: 0.5; }
.maps-placeholder-text {
  font-size: 0.88rem; color: var(--stone); line-height: 1.6;
  max-width: 360px;
}
.maps-placeholder-text a { color: var(--accent); text-decoration: none; }
.maps-placeholder-text a:hover { text-decoration: underline; }
.maps-load-btn {
  background: var(--forest); color: #fff;
  border: none; border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.maps-load-btn:hover { background: var(--accent); transform: translateY(-1px); }
.maps-wrap iframe { display: none; }
.maps-wrap.loaded .maps-placeholder { display: none; }
.maps-wrap.loaded iframe { display: block; }


/* ── HAMBURGER / MOBILE NAV ── */
.nav-mobile-cta {
  display: none;
  background: var(--forest); color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem; font-weight: 500;
  padding: 0.5rem 1.1rem; border-radius: 2rem;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s;
}
.nav-mobile-cta:hover { background: var(--accent); color: var(--white); }

.hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 2.2rem; height: 2.2rem;
  background: transparent; border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; height: 2px; width: 100%;
  background: var(--bark); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed; top: 64px; left: 0; right: 0; z-index: 99;
  background: rgba(253,250,246,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(181,164,140,0.2);
  padding: 1.2rem 1.5rem 1.5rem;
  flex-direction: column; gap: 0;
  transform: translateY(-8px);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
[data-theme="dark"] .mobile-menu {
  background: rgba(22,18,16,0.97);
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu a {
  font-size: 1rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--bark); text-decoration: none;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(181,164,140,0.15);
  transition: color 0.2s;
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu-cta {
  margin-top: 1rem;
  display: block; text-align: center;
  background: var(--forest); color: var(--white) !important;
  padding: 0.85rem; border-radius: 2rem;
  font-size: 0.95rem !important;
  border-bottom: none !important;
  transition: background 0.2s !important;
}
.mobile-menu-cta:hover { background: var(--accent) !important; }
.mobile-menu-bottom {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid rgba(181,164,140,0.15);
}
.mobile-menu-bottom span {
  font-size: 0.8rem; color: var(--stone); font-weight: 400;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  nav > .theme-toggle { display: none; }
  .hamburger { display: flex; }
  .nav-mobile-cta { display: inline-block; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: 5.5rem 2rem 3rem; }
  .hero-image { height: 55vw; }
  .strip { grid-template-columns: repeat(2, 1fr); padding: 1.5rem 2rem; }
  section { padding: 4rem 2rem; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .pricing-section,
  .booking-section { grid-template-columns: 1fr; gap: 3rem; }
  .attractions-grid { grid-template-columns: 1fr; }
  footer { padding: 2rem; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
}

/* ── GENERATED FROM INLINE STYLES ── */
.is-p0 { padding: 0; }
.is-fs1 { font-size: 1rem; }
.is-mt25 { margin-top: 2.5rem; }
.is-mt15-block { margin-top: 1.5rem; display: inline-block; }
.is-warm { color: var(--warm); }
.is-noborder { border: none; }
.is-hidden { display: none; }
.is-mt12 { margin-top: 1.2rem; }
.is-icon-success { font-size: 2rem; margin-bottom: 0.8rem; }
.is-form-error { display: none; margin-top: 1rem; padding: 1rem; background: rgba(200,60,60,0.08); border: 1px solid rgba(200,60,60,0.3); border-radius: 0.6rem; font-size: 0.88rem; color: #a33; }


/* ── LEGAL PAGES (impressum.html, datenschutz.html) ── */
.page-hero {
  padding: 8rem 5rem 4rem;
  background: var(--sand);
  border-bottom: 1px solid var(--warm);
}
.page-eyebrow {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--stone); margin-bottom: 0.8rem;
}
.page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--deep); line-height: 1.15;
}
.page-title em { font-style: italic; color: var(--accent); }
.page-subtitle { font-size: 0.9rem; color: var(--stone); margin-top: 0.8rem; font-weight: 300; }

.nav-back {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em;
  color: var(--bark); text-decoration: none; transition: color 0.2s;
}
.nav-back:hover { color: var(--accent); }

.legal-content { max-width: 780px; margin: 0 auto; padding: 4rem 5rem 6rem; }
.legal-section { margin-bottom: 2.5rem; }
.legal-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; color: var(--deep);
  margin-bottom: 1rem; padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--warm);
}
.legal-section h3 {
  font-size: 0.9rem; font-weight: 600; color: var(--bark);
  margin: 1rem 0 0.4rem; text-transform: uppercase; letter-spacing: 0.06em;
}
.legal-section p {
  font-size: 0.95rem; font-weight: 300; color: var(--bark);
  line-height: 1.8; margin-bottom: 0.6rem;
}
.legal-section ul { padding-left: 1.4rem; margin-bottom: 0.8rem; }
.legal-section ul li {
  font-size: 0.95rem; font-weight: 300; color: var(--bark);
  line-height: 1.8; margin-bottom: 0.3rem;
}
.legal-section a { color: var(--accent); text-decoration: none; }
.legal-section a:hover { text-decoration: underline; }
.placeholder {
  background: rgba(200,119,58,0.1); border: 1px dashed var(--accent);
  border-radius: 0.3rem; padding: 0.1rem 0.4rem;
  font-style: italic; color: var(--accent); font-size: 0.9rem;
}
.legal-note {
  background: var(--warm); border-radius: 0.75rem;
  padding: 1rem 1.4rem; margin-top: 2rem;
  font-size: 0.82rem; color: var(--bark); line-height: 1.6;
  border-left: 3px solid var(--accent);
}

/* Datenschutz extras */
.toc { background: var(--warm); border-radius: 1rem; padding: 1.5rem 2rem; margin-bottom: 3rem; }
.toc-title { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); margin-bottom: 0.8rem; }
.toc ol { padding-left: 1.2rem; }
.toc li { margin-bottom: 0.3rem; }
.toc a { font-size: 0.88rem; color: var(--bark); text-decoration: none; transition: color 0.2s; }
.toc a:hover { color: var(--accent); }
.service-card { background: var(--sand); border-radius: 0.75rem; padding: 1.2rem 1.4rem; margin: 1rem 0; border-left: 3px solid var(--forest); }
.service-card-title { font-weight: 600; font-size: 0.9rem; color: var(--deep); margin-bottom: 0.4rem; }
.service-card p { margin-bottom: 0.3rem; font-size: 0.88rem; }
[data-theme="dark"] .toc { background: #252017; }
[data-theme="dark"] .service-card { background: #252017; }
[data-theme="dark"] .legal-note { background: #252017; }

.legal-section .legal-content .scroll-margin-top { scroll-margin-top: 5rem; }

@media (max-width: 900px) {
  .page-hero { padding: 7rem 2rem 3rem; }
  .legal-content { padding: 3rem 2rem 5rem; }
}
