/* ==========================================================
   Beim Kiasn – Stylesheet
   ========================================================== */

@font-face { font-family: "Poppins"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/poppins-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/lora-500.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-weight: 400; font-style: italic; font-display: swap; src: url("../fonts/lora-400-italic.woff2") format("woff2"); }

:root {
  --forest: #0f4a32;
  --forest-2: #17603f;
  --green: #2f6f15;
  --leaf: #4a9e24;
  --leaf-2: #78bd48;
  --leaf-3: #b9dd98;
  --tint: #e9f4de;
  --cream: #fafdf6;
  --paper: #ffffff;
  --ink: #1d2a22;
  --muted: #5a6a60;
  --line: #dcebcf;
  --red: #d2322b;
  --sun: #f6d27a;
  --sun-2: #f0c14f;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(15, 74, 50, .06), 0 8px 24px rgba(15, 74, 50, .08);
  --wrap: 1180px;
  --header-h: 96px;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.7; color: var(--ink); background: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.2; color: var(--forest); margin: 0 0 .6em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--sun-2); outline-offset: 2px; }

.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.mt { margin-top: 2rem; }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; background: var(--sun); color: var(--ink); padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { top: 12px; }

.eyebrow { font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: .6rem; }
.lead { font-size: 1.15rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .5em; padding: .75em 1.4em; border-radius: 999px; font: 500 .95rem/1.2 var(--sans); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: .95em 1.8em; font-size: 1rem; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--forest-2); color: #fff; }
.btn-sun { background: var(--sun); color: var(--forest); }
.btn-sun:hover { background: var(--sun-2); color: var(--forest); }
.btn-ghost { border-color: rgba(255,255,255,.8); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--forest); }
.btn-outline { border-color: var(--green); color: var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }
.link-arrow { font-weight: 500; text-decoration: none; white-space: nowrap; }
.link-arrow::after { content: " →"; transition: margin .2s; }
.link-arrow:hover::after { margin-left: 4px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; color: var(--forest); border-top: 4px solid var(--leaf); isolation: isolate; }
/* Oben komplett durchsichtig; beim Scrollen weiße Fläche einblenden */
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: #fff; box-shadow: 0 1px 0 var(--line), 0 4px 16px rgba(15,74,50,.08); opacity: 0; transition: opacity .35s; }
.site-header.is-scrolled::after, .nav-open .site-header::after { opacity: 1; }
.site-header .site-nav > ul > li > a, .site-header .nav-toggle { transition: color .35s, background .2s, text-shadow .35s; }
/* Über dunklen Fotos (Unterkunftsseiten): helle Menüschrift, solange nicht gescrollt */
.header-on-dark:not(.is-scrolled) .site-nav > ul > li > a { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.header-on-dark:not(.is-scrolled) .site-nav > ul > li > a:hover, .header-on-dark:not(.is-scrolled) .site-nav > ul > li > a[aria-current] { background: rgba(255,255,255,.18); color: #fff; }
.header-on-dark:not(.is-scrolled) .nav-toggle { color: #fff; }
.nav-open .header-on-dark .site-nav > ul > li > a { color: var(--forest); text-shadow: none; }
.nav-open .header-on-dark .nav-toggle { color: var(--forest); }
/* Inhalt beginnt unter dem (durchsichtigen) Header */
.site-header + main { margin-top: calc(-1 * (var(--header-h) + 4px)); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: block; }
.brand img { width: auto; height: 84px; }
@media (max-width: 560px) { :root { --header-h: 80px; } .brand img { height: 68px; } }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: var(--forest); text-decoration: none; }
.site-nav > ul > li > a { display: block; padding: 8px 14px; border-radius: 8px; font-size: .95rem; font-weight: 500; }
.site-nav > ul > li > a:hover, .site-nav > ul > li > a[aria-current] { background: var(--tint); color: var(--green); }
.has-sub { position: relative; }
.has-sub > a::after { content: ""; display: inline-block; margin-left: 6px; border: 4px solid transparent; border-top-color: currentColor; transform: translateY(2px); }
.sub { position: absolute; top: 100%; left: 0; min-width: 240px; list-style: none; margin: 0; padding: 8px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--ink); font-size: .95rem; }
.sub a:hover { background: var(--tint); color: var(--forest); }
.nav-cta { padding: .6em 1.1em; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--forest); }
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 2px; position: relative; transition: .25s; }
.nav-toggle-bar::before, .nav-toggle-bar::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bar::before { top: -7px; }
.nav-toggle-bar::after { top: 7px; }
.nav-open .nav-toggle-bar { background: transparent; }
.nav-open .nav-toggle-bar::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle-bar::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: calc(var(--header-h) + 4px) 0 0 0; flex-direction: column; align-items: stretch; gap: 16px; padding: 20px 16px 32px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .3s; }
  .nav-open .site-nav { transform: none; }
  .site-nav > ul { flex-direction: column; }
  .site-nav > ul > li > a { padding: 12px 8px; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .sub { position: static; opacity: 1; visibility: visible; transform: none; background: transparent; box-shadow: none; padding: 4px 0 8px 16px; }
  .sub a { color: var(--muted); }
  .sub a:hover { background: var(--tint); color: var(--green); }
  .has-sub > a::after { display: none; }
  .nav-cta { align-self: flex-start; }
  body.nav-open { overflow: hidden; }
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(86vh, 760px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--leaf-2); }
.hero-small { min-height: min(62vh, 520px); }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-shade { background: linear-gradient(90deg, rgba(10,40,25,.5) 0%, rgba(10,40,25,.08) 65%), linear-gradient(180deg, rgba(10,40,25,.15) 0%, rgba(10,40,25,0) 35%, rgba(10,40,25,.6) 100%); }
.hero-small .hero-shade { background: linear-gradient(180deg, rgba(10,40,25,.5) 0%, rgba(10,40,25,0) 28%), linear-gradient(90deg, rgba(10,40,25,.5) 0%, rgba(10,40,25,.08) 65%), linear-gradient(180deg, transparent 50%, rgba(10,40,25,.6) 100%); }
.hero-brand .hero-shade { background: linear-gradient(180deg, transparent 70%, rgba(10,40,25,.45) 100%); opacity: 0; transition: opacity 1.2s; }
.hero-brand.show-shade .hero-shade { opacity: 1; }
.hero-content { position: relative; padding: calc(var(--header-h) + 60px) 0 110px; }
.hero-small .hero-content { padding-bottom: 90px; }
.hero h1 { color: #fff; max-width: 15em; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero .eyebrow { color: var(--sun); }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 36em; opacity: .95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.hero-caption { margin: 1.8rem 0 0; font-family: var(--serif); font-style: italic; font-size: 1.05rem; opacity: .85; }
.hero-caption::before { content: ""; display: inline-block; width: 28px; height: 2px; background: var(--sun); vertical-align: middle; margin-right: 10px; }
.hero-dots { position: absolute; right: max(16px, calc((100% - var(--wrap)) / 2)); bottom: 84px; display: flex; gap: 8px; z-index: 2; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border-radius: 50%; border: 2px solid #fff; background: transparent; cursor: pointer; transition: .2s; }
.hero-dots button[aria-selected="true"] { background: var(--sun); border-color: var(--sun); width: 28px; border-radius: 6px; }
.curve { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 50px; fill: var(--cream); z-index: 1; }
.hero-brand .curve { fill: #fff; }
.hero-brand { min-height: 0; height: calc(clamp(250px, calc(100vw * 864 / 1920), 70vh) + var(--header-h)); }
@media (max-width: 640px) { .hero.hero-brand { min-height: 0; } .hero-brand .hero-content { padding-bottom: 60px; } .hero-brand .hero-dots { bottom: 44px; } .hero-brand .curve { height: 28px; } }
.hero-brand .hero-slide-logo { background-position: 57% 40%; }
.hero-brand .hero-content { padding: 0 0 92px; }
.hero-brand .hero-caption { margin: 0; opacity: 0; transition: opacity .8s; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.hero-brand.show-shade .hero-caption { opacity: .95; }

/* ---------- Intro unter dem Slider ---------- */
.intro { background: #fff; padding: 8px 0 clamp(40px, 6vw, 72px); }
.intro-inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px 64px; align-items: end; }
.intro h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); max-width: 16em; }
.intro .lead { margin: 0; max-width: 36em; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 860px) { .intro-inner { grid-template-columns: 1fr; } .intro-actions { justify-content: flex-start; } }
.crumbs { font-size: .85rem; margin-bottom: 1rem; opacity: .85; }
.crumbs a { color: #fff; }

@media (max-width: 640px) {
  .hero { min-height: 78vh; }
  .hero-content { padding: calc(var(--header-h) + 40px) 0 100px; }
  .hero-dots { left: 16px; right: auto; bottom: 64px; }
  .hero-caption { display: none; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-first { padding-top: clamp(32px, 5vw, 56px); }
.section-slim { padding: 48px 0; }
.section-tint { background: var(--tint); }
.section-forest { background: linear-gradient(160deg, var(--leaf-3) 0%, #e3f5d0 60%, var(--tint) 100%); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head p:last-child { color: var(--muted); font-size: 1.05rem; }
.page-head { background: linear-gradient(180deg, var(--leaf-3) 0%, var(--tint) 100%); color: var(--forest); padding: calc(var(--header-h) + clamp(48px, 7vw, 88px)) 0 clamp(40px, 5vw, 64px); }
.page-head h1 { color: var(--forest); font-size: clamp(1.9rem, 4vw, 2.8rem); }
.page-head .eyebrow { color: var(--green); }
.page-head .lead { color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split-media { margin: 0; position: relative; }
.split-media::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--leaf); border-radius: var(--radius); z-index: -1; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split-media::after { display: none; } }

.badges { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.badges li { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: .9rem; line-height: 1.4; color: var(--muted); }
.badges strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
@media (max-width: 400px) { .cards { grid-template-columns: 1fr; } }
.card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(15,74,50,.06), 0 18px 40px rgba(15,74,50,.14); }
.card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; display: block; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card-media img { transform: scale(1.05); }
.card-tags { position: absolute; left: 12px; top: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.card-tags span { background: rgba(255,255,255,.92); color: var(--forest); font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 999px; }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card-body > p { color: var(--muted); font-size: .95rem; }
.card-type { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: var(--green); margin: 0 0 2px; }
.card h3 { font-size: 1.6rem; margin-bottom: .4em; }
.card h3 a { color: var(--forest); text-decoration: none; }
.facts-inline { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: .88rem; color: var(--muted); }
.facts-inline strong { color: var(--ink); }
.card-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.price-from { font-size: .9rem; color: var(--muted); }
.price-from strong { color: var(--red); font-size: 1.15rem; }

/* ---------- Offers & galleries ---------- */
.offer { display: grid; grid-template-columns: 1fr 1.8fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding: 36px 0; border-top: 1px solid var(--line); }
.offer:first-of-type { border-top: 0; padding-top: 0; }
.offer-rev { grid-template-columns: 1.8fr 1fr; }
.offer-rev .offer-text { order: 2; }
.offer-text p { color: var(--muted); }
@media (max-width: 860px) { .offer { grid-template-columns: 1fr; } .offer-rev .offer-text { order: 0; } }

.gallery { display: grid; gap: 12px; }
.gallery a { position: relative; display: block; overflow: hidden; border-radius: 10px; aspect-ratio: 4 / 3; background: var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.06); }
.gallery-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 12px 10px; font-size: .85rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.6)); }
.gallery-2 { grid-template-columns: 1fr 1fr; }
.gallery-3 { grid-template-columns: 1fr 1fr 1fr; }
.gallery-4 { grid-template-columns: 1fr 1fr; }
.gallery-stack { grid-template-columns: 1fr 1fr; }
.gallery-stack a:first-child { grid-column: span 2; aspect-ratio: 16 / 9; }
.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
@media (max-width: 560px) { .gallery-3 { grid-template-columns: 1fr 1fr; } .gallery-3 a:first-child { grid-column: span 2; } .gallery-stack a:first-child { aspect-ratio: 4 / 3; } }

/* ---------- Kinder ---------- */
.baby-box { background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); padding: 28px; }
.baby-box h3 { font-size: 1.25rem; }
.note { border-left: 3px solid var(--sun); padding-left: 14px; font-size: .95rem; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.baby-box .checklist { grid-template-columns: 1fr 1fr; }
.checklist li { position: relative; padding-left: 30px; line-height: 1.45; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .1em; width: 20px; height: 20px; border-radius: 50%; background: var(--leaf-3) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230f4a32' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 14px no-repeat; }
.checklist-cols { grid-template-columns: 1fr 1fr; gap: 12px 24px; }
@media (max-width: 560px) { .baby-box .checklist, .checklist-cols { grid-template-columns: 1fr; } }

/* ---------- Reisen für Alle ---------- */
.rfa { display: grid; grid-template-columns: 260px 1fr auto; gap: 32px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 32px; }
.rfa h2 { font-size: 1.5rem; margin-bottom: .3em; }
.rfa p { margin: 0; color: var(--muted); }
@media (max-width: 860px) { .rfa { grid-template-columns: 1fr; text-align: center; justify-items: center; } .rfa img { max-width: 240px; } }

/* ---------- Reviews ---------- */
.reviews { columns: 2 340px; column-gap: 24px; }
.review { break-inside: avoid; margin: 0 0 24px; background: var(--paper); border-radius: var(--radius); padding: 28px 28px 22px; box-shadow: var(--shadow); position: relative; }
.review::before { content: "“"; position: absolute; top: -6px; left: 20px; font: 500 5rem/1 var(--serif); color: var(--sun); }
.review blockquote { margin: 0; }
.review p { font-family: var(--serif); font-style: italic; font-size: 1.05rem; line-height: 1.65; margin-top: 18px; }
.review figcaption { font-weight: 600; color: var(--forest); }

/* ---------- Prices ---------- */
.price-card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; margin-top: 1.6rem; border-top: 4px solid var(--red); }
.price-card .price-main { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.price-card ul { padding-left: 1.1em; color: var(--muted); margin: 0 0 1.4rem; }
.price-num { font-family: var(--serif); font-size: 2.6rem; font-weight: 500; color: var(--red); line-height: 1; }

.prices { display: grid; gap: 28px; max-width: 560px; margin: 0 auto; }
.prices-multi { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); max-width: 960px; }
.price-table { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.price-table h3 { margin-bottom: .2em; }
.price-table .price-main { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px 0 24px; margin-bottom: 8px; border-bottom: 1px dashed var(--line); }
.price-for { font-weight: 500; }
.price-per { font-size: .85rem; color: var(--muted); margin-top: 4px; }
.price-table .price-num { font-size: 3rem; margin-top: 6px; }
.price-table dl { margin: 0; }
.price-table dl div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-table dl div:last-child { border-bottom: 0; }
.price-table dt { color: var(--muted); }
.price-table dd { margin: 0; font-weight: 600; text-align: right; white-space: nowrap; }
.price-table dd small { display: block; font-weight: 400; color: var(--muted); }

/* ---------- Unit page ---------- */
.facts { list-style: none; padding: 0; margin: 0 auto 28px; display: flex; justify-content: center; gap: clamp(16px, 5vw, 64px); }
.facts li { display: flex; flex-direction: column; align-items: center; color: var(--green); min-width: 90px; }
.facts-num { font-family: var(--serif); font-size: 2.6rem; color: var(--forest); line-height: 1.1; margin-top: 6px; }
.facts-label { font-size: .85rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.unit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .unit-grid { grid-template-columns: 1fr; } }
.plans { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px; text-decoration: none; color: var(--muted); font-size: .85rem; text-align: center; }
.plan img { aspect-ratio: 4 / 3; object-fit: contain; width: 100%; margin-bottom: 6px; }

.mini-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.mini-card { display: flex; align-items: center; gap: 14px; background: var(--paper); border-radius: 12px; padding: 10px; text-decoration: none; color: var(--forest); box-shadow: var(--shadow); font-family: var(--serif); font-size: 1.2rem; transition: transform .2s; }
.mini-card:hover { transform: translateY(-2px); }
.mini-card img { width: 76px; height: 60px; object-fit: cover; border-radius: 8px; }
.mini-card small { display: block; font: 600 .7rem var(--sans); text-transform: uppercase; letter-spacing: .12em; color: var(--green); }

/* ---------- Embeds (Karte, Kalender) ---------- */
.map, .calendar { border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); min-height: 380px; position: relative; }
.calendar { min-height: 200px; border: 0; background: transparent; overflow: visible; }
.map iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.map-consent { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 32px; gap: 4px; background: repeating-linear-gradient(45deg, var(--tint), var(--tint) 12px, #eaf0e2 12px, #eaf0e2 24px); }
.map-consent p { max-width: 460px; color: var(--muted); font-size: .92rem; }
.map-consent p strong { color: var(--forest); font-size: 1.05rem; }
.is-loaded .map-consent { display: none; }
.big-address { font-family: var(--serif); font-size: 1.4rem; color: var(--forest); line-height: 1.5; margin-bottom: 1rem; }
.charge { display: flex; align-items: center; gap: 14px; margin: 1.6rem 0 0; font-size: .9rem; color: var(--muted); }
.charge img { width: 72px; border-radius: 8px; }

/* ---------- Forms ---------- */
.form fieldset { border: 0; padding: 0; margin: 0 0 28px; }
.form legend { font-family: var(--serif); font-size: 1.25rem; color: var(--forest); margin-bottom: 12px; padding: 0; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; margin-bottom: 20px; }
.row .col-2 { grid-column: span 2; }
.row .spacer { display: block; }
@media (max-width: 600px) { .row { grid-template-columns: 1fr; } .row .col-2 { grid-column: auto; } .row .spacer { display: none; } }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: .88rem; font-weight: 500; color: var(--ink); }
.form input, .form select, .form textarea { font: 400 1rem/1.4 var(--sans); color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; width: 100%; transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--leaf); box-shadow: 0 0 0 4px rgba(74,158,36,.2); }
.form textarea { resize: vertical; }
.form .check { flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 400; color: var(--muted); margin-bottom: 20px; }
.form .check input { width: 20px; height: 20px; flex: none; margin-top: 2px; accent-color: var(--green); }
.alert { border-radius: 12px; padding: 18px 20px; margin-bottom: 24px; }
.alert ul { margin: 6px 0 0; padding-left: 1.2em; }
.alert-ok { background: #e5f3dc; border: 1px solid #b9dca3; color: #22521a; }
.alert-err { background: #fdecea; border: 1px solid #f3b9b4; color: #8a1f18; }

.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; border-top: 4px solid var(--leaf); }
.contact-card dl { margin: 0 0 24px; }
.contact-card dl div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.contact-card dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--green); font-weight: 600; }
.contact-card dd { margin: 2px 0 0; }

/* ---------- Prose (Impressum/Datenschutz) ---------- */
.prose { overflow-wrap: anywhere; }
.prose h2 { font-size: 1.6rem; margin-top: 2.2rem; }
.prose h3 { font-size: 1.2rem; margin-top: 1.8rem; }
.prose h4 { font-size: 1.05rem; margin-top: 1.4rem; font-family: var(--sans); font-weight: 600; }
.prose > :first-child { margin-top: 0; }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(180deg, #0e5a36 0%, #0b3f28 100%); border-top: 6px solid var(--leaf); color: rgba(255,255,255,.78); font-size: .93rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--sun); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding: 64px 0 40px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { margin-bottom: 16px; }
.footer-h { font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sun); margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer-links a { text-decoration: none; }
.partners { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.partners a { display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 8px; padding: 6px 8px; height: 48px; min-width: 64px; }
.partners img { max-height: 36px; width: auto; }
.partners .partner-text { color: var(--forest); font-size: .8rem; font-weight: 600; text-decoration: none; }
.funding { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.12); }
.funding-img { background: #fff; border-radius: 8px; padding: 8px; }
.funding p { margin-bottom: .5em; font-size: .88rem; }
@media (max-width: 560px) { .funding { grid-template-columns: 1fr; } .funding-img { max-width: 200px; } }
.footer-bottom { background: rgba(0,0,0,.2); padding: 18px 0; font-size: .85rem; }
.footer-bottom .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom nav { display: flex; gap: 20px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8, 24, 16, .94); display: flex; align-items: center; justify-content: center; padding: 56px 64px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); border-radius: 6px; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.lightbox figcaption { color: #fff; margin-top: 12px; font-family: var(--serif); font-style: italic; }
.lightbox button { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 2rem; line-height: 1; cursor: pointer; transition: background .2s; }
.lightbox button:hover { background: rgba(255,255,255,.25); }
.lb-close { top: 14px; right: 14px; }
.lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) { .lightbox { padding: 60px 8px; } .lb-prev, .lb-next { top: auto; bottom: 10px; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Belegungskalender eberl-online
   Deren Schriftdateien sind per CORS gesperrt -> komplett auf unsere lokale Schrift umstellen */
.calendar [id^="belegungsplan-gid"], .calendar [id^="belegungsplan-gid"] * { font-family: var(--sans) !important; }
.eobp_desktop .eobp { box-shadow: none !important; border-radius: 0 !important; border: none !important; }
.eobp_monthbox { font-family: var(--sans) !important; }
.eobp_monthname { background: var(--tint) !important; padding: 10px !important; color: var(--forest) !important; }

/* ==========================================================
   Reservierungsanfrage (Buchungskarte im Airbnb-Stil)
   ========================================================== */
.booking-layout { display: grid; grid-template-columns: 1fr minmax(360px, 440px); gap: clamp(32px, 6vw, 88px); align-items: start; }
@media (max-width: 900px) { .booking-layout { grid-template-columns: 1fr; } }
.booking-perks { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 18px; }
.booking-perks li { position: relative; padding-left: 44px; }
.booking-perks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 30px; height: 30px; border-radius: 50%; background: var(--tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232f6f15' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 16px no-repeat; }
.booking-perks strong { display: block; color: var(--forest); }
.booking-perks span { color: var(--muted); font-size: .95rem; }

.booking-card-wrap { position: sticky; top: calc(var(--header-h) + 24px); }
.booking-card { background: #fff; border: 1px solid #e4e8e1; border-radius: 20px; box-shadow: 0 6px 32px rgba(15, 40, 25, .12); padding: 24px; }
.bk-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.bk-price { font-size: 1rem; color: var(--ink); }
.bk-price strong { font-size: 1.45rem; font-weight: 600; }
.bk-base-note { font-size: .85rem; color: var(--muted); }

.bk-select { display: block; margin-bottom: 12px; border: 1px solid #b9c2b5; border-radius: 12px; padding: 8px 14px 6px; position: relative; }
.bk-select span, .bk-field span, .bk-input span { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.bk-select select { width: 100%; border: 0; background: transparent; font: 400 .95rem var(--sans); color: var(--ink); padding: 2px 0; outline: 0; appearance: none; cursor: pointer; }
.bk-select::after { content: ""; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-70%) rotate(45deg); pointer-events: none; }

.bk-box { position: relative; border: 1px solid #b9c2b5; border-radius: 12px; }
.bk-dates { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #b9c2b5; }
.bk-field { display: block; padding: 10px 14px 8px; cursor: pointer; text-align: left; background: none; border: 0; width: 100%; font: inherit; color: inherit; border-radius: 12px; }
.bk-dates .bk-field:first-child { border-right: 1px solid #b9c2b5; border-radius: 12px 0 0 0; }
.bk-dates .bk-field:last-child { border-radius: 0 12px 0 0; }
.bk-field input { width: 100%; border: 0; padding: 2px 0 0; font: 400 .95rem var(--sans); color: var(--ink); background: transparent; outline: 0; cursor: pointer; }
.bk-field input::placeholder { color: var(--muted); opacity: 1; }
.bk-field.is-active { outline: 2px solid var(--ink); outline-offset: -2px; background: #fff; }
.bk-field b { display: block; font-weight: 400; font-size: .95rem; padding-top: 2px; }
.bk-guests { position: relative; }
.bk-guests-toggle { position: relative; }
.bk-guests-toggle::after { content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.bk-guests-toggle[aria-expanded="true"]::after { transform: translateY(-30%) rotate(-135deg); }

/* Ohne JS: Gäste-Panel immer sichtbar; mit JS als Aufklapp-Menü */
.bk-guests-panel { padding: 8px 14px 14px; }
.js .bk-guests-panel { position: absolute; left: -1px; right: -1px; top: calc(100% + 8px); z-index: 20; background: #fff; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,.18); padding: 12px 20px 16px; display: none; }
.js .bk-guests-panel.is-open { display: block; }
html:not(.js) .bk-guests-toggle { display: none; }
.bk-counter { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.bk-counter strong { display: block; font-weight: 600; }
.bk-counter small { color: var(--muted); font-size: .85rem; }
.bk-stepper { display: flex; align-items: center; gap: 10px; }
.bk-stepper button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #b9c2b5; background: #fff; color: var(--ink); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: border-color .2s; }
.bk-stepper button:hover:not(:disabled) { border-color: var(--ink); }
.bk-stepper button:disabled { opacity: .3; cursor: not-allowed; }
.bk-stepper input { width: 34px; text-align: center; border: 0; font: 500 1rem var(--sans); color: var(--ink); background: transparent; -moz-appearance: textfield; }
.bk-stepper input::-webkit-inner-spin-button, .bk-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.bk-ages { display: block; padding-top: 14px; }
.bk-ages span { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.bk-ages input { width: 100%; border: 1px solid #b9c2b5; border-radius: 10px; padding: 10px 12px; font: 400 .95rem var(--sans); }
.bk-ages[hidden] { display: none; }
.bk-hint { font-size: .82rem; color: var(--muted); margin: 10px 0 0; }
.bk-hint:empty { display: none; }

/* Kalender */
.bk-cal { position: absolute; z-index: 30; top: 64px; right: -1px; width: min(680px, calc(100vw - 32px)); background: #fff; border-radius: 20px; box-shadow: 0 8px 40px rgba(0,0,0,.2); padding: 20px 24px 16px; }
.bk-cal[hidden] { display: none; }
.bk-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.bk-cal-head strong { font-size: 1rem; }
.bk-cal-nav { width: 36px; height: 36px; border-radius: 50%; border: 0; background: none; font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--ink); }
.bk-cal-nav:hover:not(:disabled) { background: #f1f3ef; }
.bk-cal-nav:disabled { opacity: .25; cursor: default; }
.bk-months { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.bk-month h4 { font: 600 .95rem var(--sans); text-align: center; margin: 4px 0 12px; color: var(--ink); }
.bk-days { display: grid; grid-template-columns: repeat(7, 1fr); row-gap: 2px; }
.bk-dow { font-size: .72rem; color: var(--muted); text-align: center; padding-bottom: 6px; font-weight: 600; }
.bk-day { position: relative; aspect-ratio: 1; border: 0; background: none; font: 500 .88rem var(--sans); color: var(--ink); cursor: pointer; padding: 0; }
.bk-day span { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; border: 1.5px solid transparent; }
.bk-day:hover:not(:disabled) span { border-color: var(--ink); }
.bk-day:disabled { color: #c3c9c0; text-decoration: line-through; cursor: default; }
.bk-day.in-range { background: var(--tint); }
.bk-day.is-start { background: linear-gradient(90deg, transparent 50%, var(--tint) 50%); }
.bk-day.is-end { background: linear-gradient(90deg, var(--tint) 50%, transparent 50%); }
.bk-day.is-start.is-end, .bk-day.is-start.no-range { background: none; }
.bk-day.is-start span, .bk-day.is-end span { background: var(--forest); color: #fff; }
.bk-day.is-today span { text-decoration: underline; text-underline-offset: 3px; }
.bk-cal-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.bk-cal-foot .btn { padding: .6em 1.3em; border-radius: 10px; }
.bk-link { background: none; border: 0; font: 600 .9rem var(--sans); text-decoration: underline; cursor: pointer; color: var(--ink); padding: 6px 0; }
@media (max-width: 1100px) { .bk-cal { width: min(360px, calc(100vw - 32px)); } .bk-months { grid-template-columns: 1fr; } .bk-months .bk-month + .bk-month { display: none; } }
@media (max-width: 700px) {
  .bk-cal { position: fixed; inset: auto 0 0 0; top: auto; width: 100%; border-radius: 20px 20px 0 0; max-height: 88vh; overflow-y: auto; z-index: 60; }
}

/* Button & Zusammenfassung */
.bk-cta { width: 100%; justify-content: center; margin-top: 16px; padding: 1em 1.4em; border-radius: 12px; font-size: 1.02rem; font-weight: 600; color: #fff; background: linear-gradient(90deg, var(--green) 0%, var(--leaf) 50%, var(--green) 100%); background-size: 200% 100%; transition: background-position .5s, transform .2s; }
.bk-cta:hover { color: #fff; background-position: 100% 0; }
.bk-note { text-align: center; font-size: .85rem; color: var(--muted); margin: 10px 0 0; }
.bk-summary { margin-top: 18px; }
.bk-summary[hidden] { display: none; }
.bk-summary ul { list-style: none; padding: 0; margin: 0 0 12px; display: grid; gap: 10px; }
.bk-summary li { display: flex; justify-content: space-between; gap: 12px; color: var(--ink); font-size: .95rem; }
.bk-summary li span:first-child { text-decoration: underline; text-decoration-color: #c9d1c5; text-underline-offset: 3px; }
.bk-total { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); font-weight: 600; font-size: 1.02rem; }

/* Schritt 2 */
.bk-step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.bk-step-head strong { display: block; font-size: 1.15rem; }
.bk-step-head small { color: var(--muted); font-size: .85rem; }
.bk-back { width: 36px; height: 36px; flex: none; border-radius: 50%; border: 1px solid #b9c2b5; background: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--ink); }
.bk-back:hover { border-color: var(--ink); }
.bk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bk-col-2 { grid-column: span 2; }
.bk-input { display: block; border: 1px solid #b9c2b5; border-radius: 12px; padding: 8px 12px 6px; transition: border-color .2s, box-shadow .2s; }
.bk-input:focus-within { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.bk-input input, .bk-input select, .bk-input textarea { width: 100%; border: 0; padding: 2px 0; font: 400 .95rem var(--sans); color: var(--ink); background: transparent; outline: 0; resize: vertical; }
.bk-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: .85rem; color: var(--muted); }
.bk-check input { width: 18px; height: 18px; flex: none; margin-top: 2px; accent-color: var(--green); }
.js .booking-card [data-step="2"] { display: none; }
.js .booking-card.is-step2 [data-step="1"] { display: none; }
.js .booking-card.is-step2 [data-step="2"] { display: block; animation: bkIn .3s ease; }
html:not(.js) [data-bk-back], html:not(.js) [data-bk-next-step] { display: none; }
html:not(.js) .booking-card [data-step="2"] { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
@keyframes bkIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
@media (max-width: 420px) { .booking-card { padding: 18px; } .bk-grid { grid-template-columns: 1fr; } .bk-col-2 { grid-column: auto; } }

/* Mobile Leiste */
.bk-mobilebar { display: none; }
@media (max-width: 900px) {
  .bk-mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(0,0,0,.06); transition: transform .3s; }
  .bk-mobilebar.is-hidden { transform: translateY(110%); }
  .bk-mobilebar strong { font-size: 1.05rem; }
  .bk-mobilebar span { color: var(--muted); font-size: .9rem; }
  .bk-mobilebar small { display: block; font-size: .8rem; color: var(--muted); }
  .bk-mobilebar .bk-cta { width: auto; margin: 0; padding: .8em 1.6em; }
  .booking-card-wrap { position: static; }
  body:has(.bk-mobilebar) .site-footer { padding-bottom: 76px; }
}
