/* ============================================================
   Göhrischgut — Stylesheet
   Hell, natürlich, im Stil der Hochzeitsmappe.
   ============================================================ */

:root {
  --bg: #fbf9f5;          /* fast weiß, warm – wie die Empfehlungsliste */
  --bg-deep: #f4efe7;     /* Leinen, sehr hell */
  --card: #fdfbf7;        /* Polaroid-Rahmen */
  --ink: #2f2921;         /* warmes Dunkelbraun, kräftig */
  --ink-soft: #4a4139;
  --muted: #776b60;
  --line: #e4dacb;
  --gold: #aab8a4;        /* Salbeigrün: Linien, Rubriken (aus der Empfehlungsliste) */
  --sage: #7f9279;
  --bronze: #7d6b55;      /* Buttons */
  --bronze-deep: #5f5040;
  --white: #fdfbf7;

  --serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --script: "Great Vibes", "Snell Roundhand", "Apple Chancery", cursive;

  --max: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(90px, 12vw, 180px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 400; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2em; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(48px, 7.5vw, 108px); font-weight: 300; line-height: 1.02; }
h2 { font-size: clamp(36px, 4.8vw, 66px); font-weight: 300; }
h3 { font-size: clamp(26px, 2.6vw, 36px); }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 300; }

.eyebrow { font-family: var(--sans); font-size: 12.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); font-weight: 400; margin-bottom: 1.6em; display: block; }
/* Kapitelmarke mit Linien links und rechts (wie in der Mappe) */
.eyebrow.lined { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--sage); font-size: 12.5px; letter-spacing: .3em; }
.eyebrow.lined::before, .eyebrow.lined::after { content: ""; width: 56px; height: 1px; background: var(--gold); }
.eyebrow.lined.left { justify-content: flex-start; }
.eyebrow.lined.left::before { display: none; }

.lead { font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.45; color: var(--ink); }
.small { font-size: 14px; color: var(--ink-soft); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.center { text-align: center; }
.measure { max-width: 660px; }
.measure.center { margin-left: auto; margin-right: auto; }
.caption { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink-soft); text-align: center; margin: 16px 0 0; }

/* Logo-Marke über einem Abschnitt, Schreibschrift-Anrede (wie in der Empfehlungsliste) */
.mark { height: clamp(90px, 10vw, 130px); width: auto; margin: 0 auto 28px; display: block; opacity: .9; }
.script { font-family: var(--script); font-size: clamp(40px, 5.5vw, 68px); line-height: 1; color: var(--sage); margin: 0 0 .35em; font-weight: 400; }
.band.closing { height: clamp(460px, 66vh, 720px); }
.band.closing::after { background: rgba(40,32,22,.22); }
.band.closing .sign-line { margin-top: 36px; }
.sign-line { display: block; width: 72px; height: 1px; background: #fff; margin: 0 auto 22px; opacity: .9; }
.sign { font-family: var(--sans); font-weight: 400; font-size: 15px; letter-spacing: .32em; text-transform: uppercase; text-shadow: 0 1px 14px rgba(0,0,0,.35); }

/* ---------- Buttons / Links ---------- */
.btn { display: inline-block; font-family: var(--sans); font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; padding: 16px 30px; border: 1px solid var(--ink); color: var(--ink); background: transparent; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.btn:hover { background: var(--ink); color: var(--white); }
.btn.light { border-color: rgba(255,255,255,.8); color: #fff; }
.btn.light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn.solid { background: var(--bronze); border-color: var(--bronze); color: #fff; }
.btn.solid:hover { background: var(--bronze-deep); border-color: var(--bronze-deep); }
.textlink { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.textlink { border-bottom: 1px solid transparent; transition: border-color .3s ease; }
.textlink:hover { border-color: var(--ink); }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 18px var(--gutter); display: flex; align-items: center; justify-content: space-between; color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.25); transition: color .4s ease, padding .4s ease, text-shadow .4s ease; }
.site-header.scrolled { color: var(--ink); padding: 10px var(--gutter); text-shadow: none; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(249,244,236,.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(0,0,0,.05); opacity: 0; transition: opacity .4s ease; }
.site-header.scrolled::before { opacity: 1; }
.site-header.on-light { color: var(--ink); text-shadow: none; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand img { height: 84px; width: auto; display: block; filter: drop-shadow(0 1px 10px rgba(0,0,0,.25)); }
.brand .logo-dark { display: none; }
.site-header.scrolled .brand .logo-dark, .site-header.on-light .brand .logo-dark { display: block; }
.site-header.scrolled .brand .logo-light, .site-header.on-light .brand .logo-light { display: none; }
.site-header.scrolled .brand img { height: 60px; filter: none; }
.brand .name { font-family: var(--serif); font-size: 26px; letter-spacing: .04em; }
.brand .since { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; opacity: .75; margin-top: 6px; }
.nav { display: flex; gap: 38px; align-items: center; }
.nav a { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 400; position: relative; opacity: .9; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .3s ease; }
.nav a:hover::after, .nav a.active::after { right: 0; }
/* Anfrage-Link im Header als Rahmen-Button */
.nav a.nav-cta { border: 1px solid currentColor; padding: 10px 18px; opacity: 1; transition: background .3s, color .3s, border-color .3s; }
.nav a.nav-cta::after { display: none; }
.nav a.nav-cta:hover { background: #fff; color: var(--ink); border-color: #fff; }
.site-header.scrolled .nav a.nav-cta:hover, .site-header.on-light .nav a.nav-cta:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; color: inherit; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .3s ease, opacity .3s ease; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero.short { height: 82svh; min-height: 560px; }
.hero.plain::after { background: linear-gradient(to bottom, rgba(40,32,22,.22), rgba(40,32,22,0) 40%); }
.as-h2 { font-size: clamp(36px, 4.8vw, 66px); font-weight: 300; line-height: 1.08; max-width: 20ch; margin: 0 auto .5em; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,26,20,.72) 0%, rgba(30,26,20,.28) 45%, rgba(30,26,20,.12) 70%, rgba(30,26,20,.3) 100%); }
.hero .wrap { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(28px, 4vw, 56px); }
.hero .eyebrow { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero h1 { max-width: 14ch; margin-bottom: .3em; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.hero h1 br { display: block; }
.hero .lead { color: #fff; max-width: 560px; text-shadow: 0 1px 16px rgba(0,0,0,.5); }
.hero .actions { margin-top: 28px; display: flex; gap: 16px; flex-wrap: wrap; }
.scroll-hint { position: absolute; right: var(--gutter); bottom: 40px; z-index: 2; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.8); writing-mode: vertical-rl; display: flex; align-items: center; gap: 14px; }
.scroll-hint::after { content: ""; width: 1px; height: 56px; background: rgba(255,255,255,.7); animation: drop 2.2s ease-in-out infinite; }
@keyframes drop { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* Hero-Variante: Headline links unten, Button rechts unten */
.hero.row .wrap { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding-bottom: clamp(24px, 3.5vw, 48px); }
.hero.row h1 { margin-bottom: 0; max-width: none; }
.hero.lift .wrap { padding-bottom: clamp(72px, 10vw, 140px); }
.hero h1.hero-small { font-size: clamp(36px, 4.8vw, 70px); }
.badge { display: inline-block; background: #fff; color: var(--ink); font-family: var(--sans); font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; font-weight: 400; padding: 7px 14px 6px; margin-bottom: 18px; text-shadow: none; }
.hero.row .actions { margin: 0 0 8px; flex-direction: column; align-items: center; gap: 12px; }
.cta-note { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.85); text-shadow: 0 1px 12px rgba(0,0,0,.4); }

/* Bildstreifen: drei Bilder sichtbar, das vierte angeschnitten, langsam weiterlaufend */
.strip { position: relative; }
.strip-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0 var(--gutter); scrollbar-width: none; }
.strip-track::-webkit-scrollbar { display: none; }
.strip-track figure { flex: 0 0 calc((100% - 36px) / 3.25); margin: 0; scroll-snap-align: start; overflow: hidden; }
.strip-track img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.strip-nav { display: flex; justify-content: flex-end; gap: 6px; padding: 18px var(--gutter) 0; }
.strip-nav button { background: none; border: 0; cursor: pointer; color: var(--muted); font-size: 20px; font-family: var(--sans); font-weight: 300; padding: 4px 10px; transition: color .3s; }
.strip-nav button:hover { color: var(--ink); }

/* Anker-Ziele unter dem fixen Header frei halten */
[id] { scroll-margin-top: 96px; }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section.tight { padding: calc(var(--section) * .6) 0; }
.section.deep { background: var(--bg-deep); }
.intro { text-align: center; }
.intro h2 { max-width: 20ch; margin: 0 auto .5em; }
.intro .lead { margin: 0 auto 1.4em; }

/* Kapitel: Marke, Überschrift, großes Bild, Bildunterschrift, Text */
.chapter { text-align: center; }
.chapter h2 { max-width: 22ch; margin: 0 auto .6em; }
.chapter .chapter-text { max-width: 720px; margin: 36px auto 0; text-align: center; }
.chapter .chapter-text p { font-size: 17.5px; }
.wide { width: 100%; }
.wide img { width: 100%; aspect-ratio: 21/10; object-fit: cover; }
.wide.tall img { aspect-ratio: 16/9; }

/* Fakten in einer Reihe */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 44px 0; }
.fact strong { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 4vw, 58px); line-height: 1; margin-bottom: 8px; }
.fact strong small { font-size: .5em; color: var(--muted); margin-left: 4px; }
.fact span { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }

/* Split: Bild + Text */
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 110px); align-items: center; }
.split.flip { grid-template-columns: .85fr 1.15fr; }
.split.flip .split-media { order: 2; }
.split-media { position: relative; overflow: hidden; border-radius: 6px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.split-media.landscape img { aspect-ratio: 4/3; }
.split-text { max-width: 480px; }
.split-text h2 { margin-bottom: .55em; }
.split-text .btn, .split-text .textlink { margin-top: 12px; }

/* Bereiche: Scheune, Gutshaus, Park */
.place { padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.place:first-of-type { border-top: 0; padding-top: 0; }
.place .split-text h3 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 300; margin-bottom: .5em; }
.place .split-text h3 em { font-style: italic; }
.specs { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 20px; font-size: 14.5px; color: var(--ink-soft); }
.specs li { position: relative; padding-left: 16px; }
.specs li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.trio img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Bereich mit Vollbild: darunter Text links, kleines Raster rechts */
.place.place-full { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: start; padding-top: clamp(72px, 8vw, 120px); padding-bottom: clamp(40px, 6vw, 80px); border-top: 0; }
.place-full .place-text { max-width: 480px; }
.place-text .textlink { margin-top: 22px; }
/* Kapitelmarke über die Oberkante der Bilder heben, damit die Überschrift bündig mit den Bildern steht */
.place.place-full .place-text > .eyebrow { margin-top: -36px; }
@media (max-width: 820px) { .place.place-full .place-text > .eyebrow { margin-top: 0; } }
.place-full h3 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 300; margin-bottom: .5em; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; }
.mini-grid.six { gap: 12px; }
.mini-grid.six img { aspect-ratio: 4/3; border-radius: 6px; }
.trio img { border-radius: 6px; }
.trio-cards img { border-radius: 6px; }
.trio-cards h4 { text-align: center; }
.place-full + .place { border-top: 1px solid var(--line); }
.place-full + .place, .place + .wide { margin-top: clamp(40px, 5vw, 72px); }
.band.closing { align-items: flex-end; padding-bottom: clamp(40px, 6vw, 80px); }

/* Cabins: Text + Galerie links, Bild rechts, unten bündig */
.split.cabins { grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.split.cabins .split-media { order: 2; }
.split.cabins .split-media img { height: 100%; aspect-ratio: auto; min-height: 520px; }
.split.cabins .split-text { max-width: none; display: flex; flex-direction: column; }
.split.cabins .mini-grid { margin-top: auto; padding-top: 36px; gap: 10px; }
.split.cabins .mini-grid img { aspect-ratio: 4/3; border-radius: 6px; }

/* Lightbox */
.lightbox-group img { cursor: zoom-in; }
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(20,16,12,.92); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.lb.open { opacity: 1; pointer-events: auto; }
.lb img { max-width: min(92vw, 1600px); max-height: 88vh; object-fit: contain; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lb button { position: absolute; background: none; border: 0; color: #fff; cursor: pointer; font-family: var(--sans); font-weight: 300; opacity: .8; transition: opacity .3s; }
.lb button:hover { opacity: 1; }
.lb-close { top: 18px; right: 22px; font-size: 34px; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); font-size: 34px; padding: 20px; }
.lb-prev { left: 12px; } .lb-next { right: 12px; }
@media (max-width: 820px) { .split.cabins .split-media img { min-height: 0; aspect-ratio: 4/3; } .split.cabins .mini-grid { padding-top: 28px; } }

/* Hauptbild + vier Zusatzbilder */
.feature-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.feature-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; aspect-ratio: 4/3; }
.feature-gallery img.main { grid-row: 1 / 3; grid-column: 1; aspect-ratio: auto; }
/* Kleiner Teaser als eigener Kasten */
.teaser { display: grid; grid-template-columns: 1fr; gap: 16px; align-self: start; justify-self: stretch; width: 100%; margin: 6px 0 0; padding: 18px; border: 1px solid var(--line); background: var(--card); border-radius: 8px; }
.teaser img { width: 100%; aspect-ratio: 3/1; object-fit: cover; border-radius: 4px; }
.teaser h4 { font-size: 22px; font-weight: 400; margin: 0 0 .3em; }
.teaser p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 10px; }
.teaser .eyebrow { margin-bottom: 8px; font-size: 11px; }
@media (max-width: 820px) { .feature-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .feature-gallery img.main { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4/3; } .teaser { max-width: none; justify-self: stretch; } }

/* Bildband (hell, luftig) */
.band { position: relative; height: clamp(420px, 70vh, 760px); overflow: hidden; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; background: rgba(30,26,20,.38); }
.band .inner { position: relative; z-index: 2; max-width: 820px; padding: 0 var(--gutter); }
.band blockquote { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.6vw, 50px); line-height: 1.2; font-style: italic; font-weight: 300; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.band cite { display: block; margin-top: 22px; font-style: normal; font-size: 11.5px; letter-spacing: .25em; text-transform: uppercase; opacity: .85; }

/* Drei Bereiche */
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area { position: relative; overflow: hidden; display: block; color: #fff; aspect-ratio: 3/4; }
.area img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.area:hover img { transform: scale(1.05); }
.area::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(40,32,22,.6), rgba(40,32,22,0) 55%); }
.area .label { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; }
.area .label .eyebrow { color: rgba(255,255,255,.8); margin-bottom: .6em; }
.area .label h3 { margin: 0 0 6px; font-size: clamp(28px, 2.4vw, 38px); }
.area .label p { margin: 0; font-size: 14px; opacity: .9; }

/* Feature-Liste */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 60px) clamp(28px, 4vw, 56px); }
.feature { border-top: 1px solid var(--line); padding-top: 22px; }
.feature h4 { font-size: 24px; margin-bottom: .4em; }
.feature p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }
.feature .num { font-size: 11.5px; letter-spacing: .25em; color: var(--ink-soft); display: block; margin-bottom: 14px; }
.features.two { grid-template-columns: 1fr 1fr; max-width: 900px; }

/* Ablauf */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps.five { grid-template-columns: repeat(5, 1fr); gap: 28px; }
.steps.five h4 { font-size: 24px; }
.step { border-top: 1px solid var(--gold); padding-top: 24px; }
.step .day { font-size: 11.5px; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-bottom: 14px; }
.step h4 { font-size: 26px; margin-bottom: .35em; }
.step p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* Aktivitäten */
.activities { display: grid; grid-template-columns: 1fr 1fr; gap: 40px clamp(32px, 5vw, 80px); max-width: 900px; }
.activities h4 { font-size: 22px; margin-bottom: .4em; }
.activities p { font-size: 16px; color: var(--ink-soft); margin: 0; line-height: 1.8; }
.activities .sep { color: var(--gold); margin: 0 .35em; }

/* Laufband: langsam, endlos, pausiert bei Hover */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 110s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee img { height: clamp(200px, 26vw, 360px); width: auto; margin-right: clamp(16px, 2vw, 32px); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } .marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; } }

/* Drei Bildkarten mit kurzer Beschreibung */
.trio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.trio-cards figure { margin: 0; }
.trio-cards img { width: 100%; aspect-ratio: 4/5; object-fit: cover; margin-bottom: 22px; }
.trio-cards h4 { font-size: 24px; margin-bottom: .35em; }
.trio-cards p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* Mosaik-Galerie: gemischte Formate, gleiche Zeilenhöhe, leicht gerundet */
.mosaic { display: flex; flex-wrap: wrap; gap: 14px; }
.mosaic figure { margin: 0; height: clamp(180px, 22vw, 320px); flex-grow: calc(var(--ar) * 100); width: calc(var(--ar) * clamp(180px, 22vw, 320px)); overflow: hidden; border-radius: 6px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.mosaic figure:hover img { transform: scale(1.03); }
.mosaic::after { content: ""; flex-grow: 100000; }

/* Symmetrische Galerie: gleich große Kacheln */
.grid-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-gallery figure { margin: 0; overflow: hidden; border-radius: 6px; }
.grid-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.grid-gallery figure:hover img { transform: scale(1.03); }

/* Galerie (Masonry über CSS-Spalten) */
.gallery { columns: 3; column-gap: 18px; }
.gallery figure { margin: 0 0 18px; break-inside: avoid; overflow: hidden; }
.gallery img { width: 100%; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.03); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.duo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Karten (Übernachten) */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 4vw, 60px); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 26px; border-radius: 6px; }
.card h3 { margin-bottom: .3em; }
.card .meta { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; display: block; }
.card p { color: var(--ink-soft); font-size: 15.5px; }

/* Versprechen / Zitat */
.promise { text-align: center; max-width: 860px; margin: 0 auto; padding: 48px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise p { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.35; margin: 0; }
.promise .sig { font-family: var(--serif); font-style: italic; font-size: 24px; margin-top: 22px; display: block; }

/* Gästestimmen */
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px) clamp(32px, 5vw, 90px); }
.quote { border-top: 1px solid var(--line); padding-top: 28px; }
.quote h4 { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; font-family: var(--sans); font-weight: 400; color: var(--muted); margin: 0 0 16px; }
.quote p { font-family: var(--serif); font-size: clamp(20px, 1.7vw, 24px); line-height: 1.4; font-style: italic; margin: 0 0 16px; }
.quote cite { font-style: normal; font-size: 13px; color: var(--ink-soft); letter-spacing: .05em; }

/* Gästestimmen als ruhige Slides */
.slider { max-width: 860px; margin: 0 auto; text-align: center; }
.slides { display: grid; }
.slide { grid-area: 1 / 1; margin: 0; opacity: 0; transition: opacity 1.4s ease; pointer-events: none; }
.slide.active { opacity: 1; pointer-events: auto; }
.slide h4 { font-size: 12.5px; letter-spacing: .3em; text-transform: uppercase; font-family: var(--sans); font-weight: 400; color: var(--sage); margin: 0 0 22px; }
.slide blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.4; }
.slide figcaption { margin-top: 22px; font-size: 14px; letter-spacing: .1em; color: var(--ink-soft); }
.slider-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 40px; }
.slider-nav button { background: none; border: 0; cursor: pointer; color: var(--muted); font-size: 20px; font-family: var(--sans); font-weight: 300; padding: 6px 10px; transition: color .3s; }
.slider-nav button:hover { color: var(--ink); }
.slider-dots { display: flex; gap: 10px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border-radius: 50%; background: var(--line); border: 0; cursor: pointer; transition: background .3s, transform .3s; }
.slider-dots button.active { background: var(--sage); transform: scale(1.3); }
@media (prefers-reduced-motion: reduce) { .slide { transition: none; } }

/* FAQ */
.faq { max-width: 860px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-family: var(--serif); font-size: clamp(21px, 1.8vw, 26px); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 26px; color: var(--gold); flex: none; transition: transform .3s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 0 26px; max-width: 700px; color: var(--ink-soft); font-size: 16px; }
.faq .answer p:last-child { margin: 0; }

/* Kontakt */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 120px); align-items: start; }
.contact h2 { margin-bottom: .4em; }
.contact .big-mail { font-family: var(--serif); font-size: clamp(24px, 2.8vw, 40px); display: inline-block; margin: 8px 0 28px; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.contact .big-mail:hover { color: var(--bronze); }
.contact dl { margin: 0; display: grid; grid-template-columns: 130px 1fr; row-gap: 18px; column-gap: 20px; font-size: 15.5px; }
.contact dt { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.contact dd { margin: 0; }
.form { display: grid; gap: 14px; position: relative; }
.section.compact { padding: calc(var(--section) * .6) 0; }
.form.single { max-width: 760px; margin: 0 auto; }
.form.single .btn { justify-self: center; margin-top: 6px; }
/* Einwilligung Newsletter + kleiner Rechtshinweis */
.form .consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; cursor: pointer; margin: 4px 0 0; text-transform: none; letter-spacing: 0; font-size: 14.5px; color: var(--ink-soft); }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent .box { width: 18px; height: 18px; border: 1px solid #b3a798; margin-top: 3px; position: relative; transition: background .25s, border-color .25s; }
.consent input:checked + .box { background: var(--bronze); border-color: var(--bronze); }
.consent input:checked + .box::after { content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.consent input:focus-visible + .box { outline: 2px solid var(--sage); outline-offset: 2px; }
.consent .text { font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.consent strong { font-weight: 400; color: var(--ink); letter-spacing: .04em; }
.legal-note { font-size: 12.5px; color: var(--muted); margin: 0; }
.legal-note a { border-bottom: 1px solid var(--line); }
.legal-note a:hover { color: var(--ink); border-color: var(--ink); }

/* Prominente Jahreswahl ganz oben im Formular */
.choice.big { justify-content: center; gap: 16px; margin-bottom: 10px; }
.choice.big legend { text-align: center; font-family: var(--serif); font-size: clamp(22px, 2vw, 27px); text-transform: none; letter-spacing: 0; color: var(--ink); margin-bottom: 16px; }
.choice.big span { font-family: var(--serif); font-size: 24px; letter-spacing: .08em; padding: 12px 44px; }
.form-sep { border: 0; border-top: 1px solid var(--line); margin: 10px 0 4px; width: 100%; }

/* Jahreswahl als zwei Schalter */
.choice { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.choice legend { display: block; width: 100%; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; padding: 0; }
.choice label { cursor: pointer; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span { display: inline-block; padding: 9px 24px; border: 1px solid #b3a798; font-size: 13px; letter-spacing: .18em; font-weight: 400; color: var(--ink); transition: background .3s, border-color .3s, color .3s; }
.choice label:hover span { border-color: var(--ink); }
.choice input:checked + span { background: var(--bronze); border-color: var(--bronze); color: #fff; }
.choice input:focus-visible + span { outline: 2px solid var(--sage); outline-offset: 2px; }
.form-error { font-size: 14px; color: #8a3b2e; margin: 6px 0 0; text-align: center; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-done { text-align: center; font-family: var(--serif); font-size: 22px; color: var(--ink); margin: 8px 0 0; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; align-items: end; }
.form .row.top { align-items: start; }
.form .row.three { grid-template-columns: 1.3fr 1fr 1fr; }
.form .stack { display: grid; gap: 14px; align-content: start; }
.form label { display: block; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
.form input, .form select, .form textarea { width: 100%; border: 0; border-bottom: 1px solid #c4b9aa; background: transparent; padding: 7px 0; font-family: var(--sans); font-size: 16px; font-weight: 300; color: var(--ink); border-radius: 0; outline: none; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--ink); }
.form textarea { min-height: 64px; resize: vertical; }
.form .btn { justify-self: start; margin-top: 8px; }
.form .note { font-size: 13px; color: var(--muted); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 40px; font-size: 14.5px; color: var(--ink-soft); }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand { color: var(--ink); margin-bottom: 14px; }
.site-footer h5 { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; font-weight: 400; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a:hover { color: var(--ink); }
.site-footer .legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--ink-soft); }

/* Zauber: Bilder klären sich beim Auftauchen, das Hero-Bild atmet ganz langsam */
.hero img { animation: breathe 26s ease-out forwards; transform-origin: 50% 60%; }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.07); } }
@media (prefers-reduced-motion: reduce) { .hero img { animation: none; } }
.fog { position: relative; overflow: hidden; }
.fog img { width: 100%; aspect-ratio: 3/1; object-fit: cover; object-position: 50% 45%; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Rechtstexte */
.legal-page { padding-top: calc(var(--section) + 60px); }
.legal-page h1 { font-size: clamp(38px, 5vw, 64px); }
.legal-page h2 { font-size: 28px; margin-top: 2em; }
.legal-page .measure { max-width: 720px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .areas { grid-template-columns: 1fr 1fr; }
  .areas .area:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }
  .features, .steps, .steps.five { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav { position: fixed; inset: 0; z-index: 55; background: var(--bg); color: var(--ink); text-shadow: none; flex-direction: column; justify-content: center; gap: 30px; transform: translateY(-100%); transition: transform .5s cubic-bezier(.7,0,.2,1); }
  .nav.open { transform: none; }
  .nav a { font-size: 15px; }
  .nav-toggle { display: block; position: relative; z-index: 60; }
  .nav-toggle.open { color: var(--ink); text-shadow: none; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .split, .split.flip { grid-template-columns: 1fr; }
  .hero.row .wrap { flex-direction: column; align-items: flex-start; }
  .hero.row .actions { align-items: flex-start; }
  .strip-track figure { flex-basis: calc((100% - 18px) / 1.6); }
  .split.flip .split-media { order: 0; }
  .split-media img { aspect-ratio: 4/3; }
  .split-text { max-width: none; }
  .wide img, .wide.tall img { aspect-ratio: 4/3; }
  .fog img { aspect-ratio: 16/9; }
  .gallery { columns: 2; column-gap: 12px; }
  .grid-gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mosaic { gap: 8px; }
  .mosaic figure { height: 150px; width: calc(var(--ar) * 150px); border-radius: 4px; }
  .specs { grid-template-columns: 1fr; }
  .gallery figure { margin-bottom: 12px; }
  .contact, .cards, .duo, .quotes, .activities, .features.two, .trio-cards, .place-full { grid-template-columns: 1fr; }
  .trio { grid-template-columns: 1fr 1fr; }
  .scroll-hint { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .areas { grid-template-columns: 1fr; }
  .areas .area, .areas .area:first-child { aspect-ratio: 4/5; }
  .features, .steps, .steps.five, .facts { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .form .row, .form .row.three { grid-template-columns: 1fr; align-items: stretch; }
  .contact dl { grid-template-columns: 1fr; row-gap: 6px; }
  .contact dt { margin-top: 12px; }
  .brand .name { font-size: 22px; }
  .brand img, .site-header.scrolled .brand img { height: 52px; }
  .site-footer .brand img { height: 80px; }
  .eyebrow.lined::before, .eyebrow.lined::after { width: 28px; }
}

.form ::placeholder { color: #958a7e; opacity: 1; }
