/* =========================================================
   Anandas Way — Stylesheet

   CI:  Hauptfarbe  #ABC2DF  (frisches Blau)
        Buttermilk  #FFF1B5
        Old Burgundy #43302E

   Wo welche Farbe arbeiten darf, folgt aus dem Kontrast:

     #ABC2DF  Luminanz ~0.51 → auf Weiß nur ~1.7:1.
              Also Fläche, Ring, Rand und Button-Hintergrund
              (mit Burgundy-Schrift ~6.6:1) — nicht als kleine Schrift auf hell.
     #FFF1B5  Luminanz 0.88 → auf hell praktisch unsichtbar.
              Leuchtet nur auf Burgundy (10.9:1). Auf hellem Grund
              dient es als Textmarker hinter Burgundy-Schrift.
     #43302E  Luminanz 0.035 → auf Weiß 12.4:1. Schrift und dunkle Flächen.

   Zwei dunklere Blaustufen füllen die Lücke (Token-Namen bleiben „green-*"):
     green-deep #7089B8  ~3.5:1 auf hell → nur Grafik/große Schrift
     green-ink  #47597E  ~6.9:1 auf hell → auch kleine Schrift; weißer Text darauf ok

   Typo: Fraunces (Display, SOFT/WONK hoch) + Karla (Text)
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Hauptfarbe und Abstufungen (frisches Blau — Token-Namen historisch „green") */
  --green:      #ABC2DF;
  --green-deep: #7089B8;  /* Grafik, große Schrift (>=3:1) */
  --green-ink:  #47597E;  /* kleine Schrift auf hell (>=4.5:1) */

  /* Akzent, nur auf dunklem Grund oder als Marker */
  --butter:     #FFF1B5;
  --mark:       #C1DBE8;  /* Textmarker unter hervorgehobenen Wörtern */

  /* Schrift und dunkle Flächen */
  --ink:        #43302E;  /* Old Burgundy */
  --ink-soft:   #6B5450;
  --deep:       #3B2A28;
  --deep-2:     #4E3A37;

  /* Helle Flächen, grünlich getönt */
  --shell:      #F4F2EA;
  --shell-2:    #EAE7DA;
  --mist:       #D9D5C4;
  --white:      #FCFBF6;

  /* Schrift auf dunklem Grund */
  --on-dark:    #EFE8D5;  /* 10.0:1 */
  --on-dark-2:  #C9BFA6;  /*  6.8:1 */
  --on-dark-3:  #B2A78E;  /*  5.2:1 */

  --font-display: "Higuen Serif", "Iowan Old Style", Georgia, serif;
  --font-text:    "Karla", "Helvetica Neue", Arial, sans-serif;

  /* Fluide Typo-Skala */
  --t--1: clamp(0.80rem, 0.78rem + 0.10vw, 0.86rem);
  --t-0:  clamp(1.03rem, 1.00rem + 0.16vw, 1.14rem);
  --t-1:  clamp(1.22rem, 1.15rem + 0.34vw, 1.42rem);
  --t-2:  clamp(1.52rem, 1.36rem + 0.78vw, 2.06rem);
  --t-3:  clamp(1.95rem, 1.62rem + 1.62vw, 3.05rem);
  /* Untergrenze so gewählt, dass "niemand braucht." bei 375px in eine Zeile passt */
  --t-4:  clamp(2.00rem, 1.25rem + 3.70vw, 4.90rem);

  /* Raum — großzügig (density 3/10) */
  --s-1: 0.5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2.5rem;
  --s-5: 4rem;
  --s-6: 6rem;
  --s-7: 9rem;

  --wrap: 74rem;
  --wrap-narrow: 46rem;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --dur:  240ms;

  --z-menu: 50;
  --z-nav: 60;   /* über dem Menü, damit der Schließen-Knopf klickbar bleibt */
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: var(--t-0);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, canvas { display: block; max-width: 100%; }
/* Autor-display schlägt sonst das UA-Stylesheet und macht [hidden] wirkungslos. */
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, blockquote, figure { margin: 0; }

:focus-visible {
  outline: 2px solid var(--green-ink);
  outline-offset: 3px;
  border-radius: 3px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--white);
  padding: var(--s-2) var(--s-3); border-radius: 0 0 var(--r-sm) 0;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ---------- Typografie ---------- */
/* opsz wird gepinnt statt automatisch skaliert: bei 5rem würde Fraunces
   sonst haarfeine Striche ziehen und wie die übliche Display-Serife wirken.
   Niedrige opsz + hohe SOFT/WONK halten den handgeschnittenen Charakter. */
.hero__title,
.hero__line,
.section__title,
.ort__titel,
.plan__preis,
.intro__opener,
.intro__schluss,
.hostcard__name,
.hosts__zitat,
.frageblock__titel,
.zimmerblock__titel,
.connect__titel,
.mehr__titel {
  font-family: var(--font-display);
  font-optical-sizing: none;
  font-variation-settings: "opsz" 36, "SOFT" 80, "WONK" 1;
  font-weight: 380;
  letter-spacing: -0.012em;
  line-height: 1.12;
  text-wrap: balance;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

.eyebrow {
  font-size: var(--t--1);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--ink-soft);
}
/* Datum und Ort im Hero prominenter: größer, dunkler, fett.
   700 ist die fetteste Stufe von Karla; engeres Tracking lässt es
   zusätzlich kräftiger wirken. */
/* Größe so gewählt, dass Datum · Ort auch in der schmalen zweispaltigen
   Hero-Spalte (ab 900px) in eine Zeile passen. */
.eyebrow--termin {
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  font-weight: 700;
}
/* hält "Benissa, Spanien" bzw. das Datum als Einheit zusammen, statt
   mitten im Ort umzubrechen */
.nobr { white-space: nowrap; }

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--s-6); }
/* Sprungziele nicht unter der fixierten Navigation parken */
[id] { scroll-margin-top: 5.5rem; }
.section--muted { background: var(--shell-2); }
.section--dark {
  background: var(--deep);
  color: var(--on-dark);
}
.section--dark .section__sub { color: var(--on-dark-2); }

.section__head { margin-bottom: var(--s-6); max-width: 44rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { font-size: var(--t-3); margin-block: var(--s-2) var(--s-3); }
.section__sub { color: var(--ink-soft); font-size: var(--t-1); line-height: 1.6; max-width: 38rem; }
.section__sub strong { font-weight: 600; color: var(--ink); }
.section__head--center .section__sub { margin-inline: auto; }
/* volle Breite, damit der Text sich über die Fläche streckt und nicht
   als schmaler Block links steht. */
.section__sub--breit { max-width: none; font-size: var(--t-0); line-height: 1.75; }
#woche .section__head { max-width: none; }

/* Der Bogen — Segment eines Klangschalenrandes, kein Trennstrich */
.arc {
  display: block;
  width: 76px; height: 38px;
  border: 1.5px solid var(--green-deep);
  border-bottom: none;
  border-radius: 76px 76px 0 0;
  opacity: .85;
}
.section__head--center .arc { margin-inline: auto; }
.arc--light { border-color: var(--butter); opacity: .9; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-1);
  min-height: 48px;
  padding: 0 var(--s-4);
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--t-0);
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform var(--dur) var(--ease),
              background-color var(--dur) var(--ease),
              color var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

/* Grün als Grundzustand, beim Hover dunkel. Burgundy auf Grün liest 5,4:1. */
.btn--solid { --btn-bg: var(--green); --btn-fg: var(--ink); }   /* helles CI-Blau + dunkle Schrift (weiß wäre unlesbar) */
.btn--solid:hover { --btn-bg: var(--green-ink); --btn-fg: var(--white); }

.btn--quiet { --btn-fg: var(--ink); border-color: var(--mist); }
.btn--quiet:hover { border-color: var(--ink); }

.btn--ghost { --btn-fg: var(--ink); border-color: var(--ink); min-height: 42px; padding-inline: var(--s-3); }
.btn--ghost:hover { --btn-bg: var(--ink); --btn-fg: var(--white); }

.btn--wide { width: 100%; }

.section--dark .btn--solid { --btn-bg: var(--butter); --btn-fg: var(--ink); }
.section--dark .btn--solid:hover { --btn-bg: var(--white); --btn-fg: var(--ink); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; inset-block-start: 0; inset-inline: 0;
  z-index: var(--z-nav);
  transition: background-color var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              backdrop-filter var(--dur) var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: color-mix(in srgb, var(--shell) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--mist);
}

.nav__inner {
  max-width: var(--wrap);
  margin-inline: auto;
  padding: var(--s-2) clamp(1.25rem, 5vw, 3rem);
  display: flex; align-items: center; gap: var(--s-4);
}

.nav__brand {
  display: flex; align-items: center;
  color: var(--ink); text-decoration: none;
  margin-inline-end: auto;
}

/* Das Logo ist einfarbig mit Alphakanal. Als Maske eingesetzt erbt es die
   Textfarbe: Burgundy auf hell, hell auf dunkel — eine Datei, kein Recolor. */
.logo {
  display: block;
  height: 32px;
  aspect-ratio: 720 / 119;
  background-color: currentColor;
  -webkit-mask: url("assets/logo.png") no-repeat center / contain;
          mask: url("assets/logo.png") no-repeat center / contain;
}
.logo--klein { height: 24px; }

@media (max-width: 480px) {
  .logo { height: 30px; }
}

.nav__links { display: flex; gap: var(--s-3); }
.nav__links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding-block: var(--s-1);
  position: relative;
  transition: color var(--dur) var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 2px;
  width: 100%; height: 1px; background: var(--green-deep);
  transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav__toggle {
  display: none;
  width: 48px; height: 48px;
  background: none; border: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.nav__bar {
  display: block; width: 22px; height: 1.5px; background: var(--ink);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav__toggle[aria-expanded="true"] .nav__bar:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__bar:last-child  { transform: translateY(-3.75px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--shell);
  display: grid; place-items: center;
}
.menu[hidden] { display: none; }
.menu__links { display: flex; flex-direction: column; gap: var(--s-3); text-align: center; }
.menu__links a {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 30, "SOFT" 80, "WONK" 1;
  font-size: var(--t-2); font-weight: 400;
  color: var(--ink); text-decoration: none;
  padding: var(--s-1) var(--s-3);
}
.menu__links a:hover { color: var(--green-ink); }

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  /* knapper als 8rem/6rem: sonst rutscht der Verfügbarkeits-Chip
     auf einem 900px hohen Bildschirm unter die Kante. */
  padding-block: 7.5rem var(--s-5);
  overflow: hidden;
}

.hero__inner {
  display: grid;
  /* minmax(0,…) statt auto: sonst zwingt die min-content-Breite der
     H1 die Spalte über die Viewportbreite hinaus. */
  grid-template-columns: minmax(0, 1fr);
  gap: var(--s-5);
  align-items: center;
}
@media (min-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: var(--s-5);
  }
}

.hero__content { min-width: 0; }

.hero__bild {
  position: relative;
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;                 /* mobil: natives Format des Fotos */
  background: var(--shell-2);
  box-shadow: 0 34px 70px -46px rgba(67,48,46,.65);
}
/* Auf Desktop quadratisch statt 4:5 — sonst würde das Querformatfoto
   rund 40 % seiner Breite verlieren. 1:1 beschneidet nur ~25 %. */
@media (min-width: 900px) {
  .hero__bild { aspect-ratio: 1 / 1; }
}
.hero__bild picture { display: block; width: 100%; height: 100%; }
.hero__bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__title {
  font-size: var(--t-4);
  font-weight: 320;
  margin-block: var(--s-3) var(--s-2);
  max-width: 15ch;
}

.hero__line {
  font-size: var(--t-2);
  font-weight: 340;
  line-height: 1.3;
  margin-bottom: var(--s-3);
  max-width: 24ch;
}
/* Buttermilk trägt auf hellem Grund keine Schrift (1.2:1), aber es trägt
   Schrift: als Marker hinter Burgundy liest es sich mit 10.9:1. */
.hero__line em {
  font-style: normal;
  font-variation-settings: "opsz" 42, "SOFT" 100, "WONK" 1;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  display: inline-block;
  padding-inline: 0.04em;
}

.hero__lead {
  font-size: var(--t-1);
  color: var(--ink-soft);
  max-width: 42ch;
  line-height: 1.6;
}

.hero__actions {
  display: flex; flex-wrap: wrap; gap: var(--s-2);
  margin-block: var(--s-4) var(--s-4);
}

.hero__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2);
  font-size: var(--t--1);
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}
.dot { width: 3px; height: 3px; border-radius: 50%; background: var(--green-deep); }

/* Verfügbarkeits-Hinweis: Farbe allein trägt die Aussage nicht, der Text tut es. */
.chip {
  display: inline-flex; align-items: center; gap: var(--s-1);
  margin-top: var(--s-3);
  padding: 6px var(--s-2);
  border: 1px solid var(--mist);
  border-radius: 999px;
  background: color-mix(in srgb, var(--white) 70%, transparent);
  font-size: 0.85rem; font-weight: 600;
  color: var(--ink);
}
.chip__pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-ink);
  box-shadow: 0 0 0 0 rgba(95,92,70,.55);
  animation: puls 2.6s var(--ease) infinite;
}
@keyframes puls {
  0%   { box-shadow: 0 0 0 0 rgba(95,92,70,.5); }
  70%  { box-shadow: 0 0 0 7px rgba(95,92,70,0); }
  100% { box-shadow: 0 0 0 0 rgba(95,92,70,0); }
}

/* ---------- Einleitung ----------
   Zweispaltig: links der Text, rechts eine Slideshow, die beim
   Scrollen mitläuft (sticky). Auf Mobil untereinander. */
.intro { padding-block: var(--s-6) var(--s-4); }
/* Weniger Luft zwischen den Abschnitten. */
#ort { padding-block: var(--s-4) var(--s-3); }
#woche { padding-top: var(--s-5); }
#inbegriffen { padding-top: var(--s-4); }
#philosophie { padding-block: var(--s-5) var(--s-4); }
#connect { padding-top: var(--s-4); }

.intro__grid {
  display: grid;
  gap: var(--s-5);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
    gap: var(--s-6);
    align-items: start;
  }
}

.intro__opener {
  font-size: var(--t-2);
  line-height: 1.28;
  font-weight: 350;
  text-wrap: pretty;
  margin-bottom: var(--s-4);
}

.intro__body p {
  color: var(--ink-soft);
  line-height: 1.75;
  max-width: 46ch;
}
.intro__body p + p { margin-top: var(--s-3); }
/* Hervorhebung wichtiger Stellen: kräftiger und in der Textfarbe,
   damit sie beim Überfliegen hängenbleiben. */
.intro__body strong { font-weight: 600; color: var(--ink); }

.intro__schluss {
  margin-top: var(--s-4);
  font-size: var(--t-1);
  font-weight: 380;
  line-height: 1.4;
  color: var(--ink);
  max-width: 34ch;
  text-wrap: balance;
}

/* Rechte Spalte: Bild oben, darunter die letzten Absätze und der
   Schluss — damit die linke Spalte kürzer wird und rechts unter dem
   Bild kein Weißraum bleibt. */
.intro__col--media { min-width: 0; display: flex; flex-direction: column; }
.intro__media { min-width: 0; }
.intro__body--rechts { margin-top: var(--s-4); }

/* Buttermilk-Marker, wiederverwendbar */
.mark {
  font-variation-settings: "opsz" 40, "SOFT" 100, "WONK" 1;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  display: inline-block;
  padding-inline: 0.04em;
}

/* Handgezeichnete Unterstreichung in Burgundy statt blauem Marker */
.hero__line em::after,
.mark::after {
  content: "";
  position: absolute;
  left: -0.04em; right: -0.04em;
  bottom: -0.18em;
  height: 0.32em;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2018'%20preserveAspectRatio='none'%3E%3Cpath%20d='M3%2011C38%2016%2072%206%20104%2010C140%2015%20168%206%20197%2011'%20fill='none'%20stroke='%2343302E'%20stroke-width='7'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  pointer-events: none;
}


/* ---------- Der Ort ---------- */
.ort {
  display: grid;
  gap: var(--s-5);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.ort__links { min-width: 0; }
.ort__links .arc { margin-bottom: var(--s-2); }

/* Überschrift links über der Slideshow, schlicht und linksbündig. */
.ort__titel {
  font-size: var(--t-3);
  margin-bottom: var(--s-2);
}

/* Handgeschriebene Annotation mit Pfeil auf die Bilder. */
.hand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0 0 var(--s-3);
  padding-right: clamp(1rem, 8%, 3.5rem);
}
.hand__text {
  font-family: "Caveat", cursive;
  font-size: clamp(1.5rem, 1.15rem + 1.4vw, 2.05rem);
  font-weight: 600;
  line-height: 1;
  color: var(--green-ink);
  transform: rotate(-4deg);
}
.hand__pfeil {
  flex: none;
  width: 40px; height: 46px;
  color: var(--green-ink);
  margin-bottom: -6px;
}

.ort__text > p { color: var(--ink-soft); margin-bottom: var(--s-3); max-width: 48ch; }
.ort__text strong { font-weight: 600; color: var(--ink); }
.ort__h {
  display: flex; align-items: center; gap: var(--s-1);
  font-family: var(--font-text);
  font-size: var(--t--1);
  text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700;
  color: var(--green-ink);
  margin-bottom: var(--s-1);
}
.ort__icon { display: block; width: 26px; height: 26px; flex: none; }
.ort__icon svg { width: 100%; height: 100%; }

/* ---------- Slideshow ----------
   Ohne JavaScript liegen alle Bilder untereinander und bleiben lesbar;
   erst das Skript macht daraus eine Spur und blendet die Bedienung ein. */
.slider { position: relative; }
.slider__fenster { border-radius: var(--r-lg); overflow: hidden; }

.slider__spur {
  display: flex;
  flex-direction: column;              /* Grundzustand ohne JS */
  transition: transform 480ms var(--ease);
}
.slider.is-bereit .slider__spur { flex-direction: row; }

.slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
}
.slide svg,
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide__bu {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: 6px var(--s-2);
  font-size: 0.72rem; text-align: center;
  color: var(--ink-soft);
  background: color-mix(in srgb, var(--white) 82%, transparent);
}
.slider__pfeil {
  display: none;
  position: absolute; top: calc(50% - 24px);
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  padding: 0;
  border: 1px solid var(--mist);
  border-radius: 50%;
  background: color-mix(in srgb, var(--white) 88%, transparent);
  backdrop-filter: blur(6px);
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.slider.is-bereit .slider__pfeil { display: flex; }
.slider__pfeil svg { width: 20px; height: 20px; }
.slider__pfeil:hover { background: var(--white); transform: scale(1.06); }
.slider__pfeil[disabled] { opacity: .35; cursor: default; transform: none; }
.slider__pfeil--zurueck { left: var(--s-2); }
.slider__pfeil--vor     { right: var(--s-2); }

.slider__punkte {
  display: none;
  justify-content: center; gap: var(--s-1);
  margin-top: var(--s-2);
}
.slider.is-bereit .slider__punkte { display: flex; }

/* Der sichtbare Punkt ist nur 8px groß, die Trefferfläche 44px. */
.punkt {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  padding: 0; border: 0; background: none; cursor: pointer;
}
.punkt::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--mist);
  transition: background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.punkt:hover::before { background: var(--green); }
.punkt[aria-current="true"]::before { background: var(--ink); transform: scale(1.3); }

/* Zähler statt Punkten, wenn es viele Bilder gibt. */
.slider__zaehler {
  font-size: 0.85rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding-block: var(--s-1);
}

@media (max-width: 860px) {
  .ort { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .slider__spur { transition: none; }
}

/* ---------- Praxis ---------- */
.praxis {
  display: grid; gap: var(--s-4);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}
/* Fünf Praxen, eine Reihe — sonst bleibt "Freiraum" als Waise stehen. */
@media (min-width: 1180px) {
  .praxis { grid-template-columns: repeat(5, 1fr); }
}
.praxis__item { max-width: 26rem; }
.praxis__icon { display: block; width: 40px; height: 40px; color: var(--green-ink); margin-bottom: var(--s-2); }
.praxis__icon svg { width: 100%; height: 100%; }
.praxis__title { font-family: var(--font-text); font-size: var(--t-1); font-weight: 600; margin-bottom: var(--s-1); }
.praxis__text { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Ein Tag ---------- */
.tag { max-width: 48rem; margin-inline: auto; }
.tag__row {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: var(--s-3);
  align-items: start;
  padding-block: var(--s-3);
  border-bottom: 1px solid rgba(177,172,141,.22);
}
.tag__row:last-child { border-bottom: 0; }
.tag__time {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--on-dark-3);
  padding-top: 4px;
}
.tag__title {
  font-family: var(--font-text);
  font-size: var(--t-1);
  font-weight: 500;
  line-height: 1.25;
  color: var(--on-dark);
  margin-bottom: 6px;
  display: flex; align-items: baseline; gap: var(--s-1); flex-wrap: wrap;
}
.tag__desc {
  color: var(--on-dark-2);
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 48ch;
}
/* dezentes "optional"-Label neben dem Titel */
.tag__opt {
  font-family: var(--font-text);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--on-dark-3);
  border: 1px solid rgba(177,172,141,.4);
  border-radius: 999px;
  padding: 2px 9px;
  transform: translateY(-1px);
}

/* Bildergalerie: drei gestaffelte Spalten, Bilder blenden beim Scrollen ein */
.taggalerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-2);
  max-width: 60rem;
  margin: var(--s-5) auto 0;
}
.taggalerie__col { display: flex; flex-direction: column; gap: var(--s-2); }
@media (max-width: 640px) {
  .taggalerie { grid-template-columns: 1fr; max-width: 22rem; }
  .taggalerie__col { display: contents; }
}

.tagfoto {
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--on-dark) 24%, transparent);
  background: color-mix(in srgb, var(--on-dark) 8%, transparent);
}
.tagfoto img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.tagfoto--hoch img { aspect-ratio: 4 / 5; }
.tagfoto--quad img { aspect-ratio: 1 / 1; }

/* ---------- Über ----------
   Host-Karten im Profil-Stil: quadratisches Bild, daneben eine
   Textkarte, die das Bild leicht überlappt. Abwechselnd gespiegelt. */
.hosts { display: flex; flex-direction: column; gap: var(--s-6); }

.hostcard {
  display: flex;
  align-items: stretch;          /* beide Karten gleich hoch */
  min-height: 28.5rem;
  max-width: 62rem;
  width: 100%;
  margin-inline: auto;
}
.hostcard--flip { flex-direction: row-reverse; }

.hostcard__img {
  flex: none;
  width: 23rem;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--shell-2);
}
.hostcard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hostcard__box {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  margin-left: -3.5rem;
  padding: var(--s-4);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  box-shadow:
    0 2px 4px rgba(67,48,46,.04),
    0 28px 56px -34px rgba(67,48,46,.34);
}
.hostcard--flip .hostcard__box { margin-left: 0; margin-right: -3.5rem; }

.hostcard__name { font-size: var(--t-2); line-height: 1.1; }
.hostcard__rolle {
  font-size: var(--t--1);
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600;
  color: var(--green-ink);
  margin-top: 6px;
}
.hostcard__bio { color: var(--ink-soft); line-height: 1.7; margin-top: var(--s-2); }
.hostcard__bio + .hostcard__bio { margin-top: var(--s-2); }

.hostcard__insta {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: start;
  margin-top: var(--s-3);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: color var(--dur) var(--ease);
}
.hostcard__insta svg {
  width: 20px; height: 20px; flex: none;
  color: var(--green-ink);
  transition: color var(--dur) var(--ease);
}
.hostcard__insta:hover { color: var(--green-ink); }
.hostcard__insta:hover svg { color: var(--ink); }

.hosts__zitat {
  margin: var(--s-4) auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: var(--t-0);
  line-height: 1.4;
  font-weight: 350;
  color: var(--ink);
  text-wrap: balance;
}

/* Gestapelt: Bild oben, Textkarte überlappt nach oben. */
@media (max-width: 820px) {
  .hostcard, .hostcard--flip { flex-direction: column; align-items: stretch; max-width: 30rem; }
  .hostcard__img { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .hostcard__box,
  .hostcard--flip .hostcard__box {
    margin: -3rem var(--s-3) 0;
    text-align: center;
  }
}

/* ---------- Stimmen ---------- */
.stimmen {
  display: grid; gap: var(--s-4);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}
.stimme {
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: var(--s-3);
  display: flex; flex-direction: column; gap: var(--s-2);
}
.stimme__text { font-size: var(--t-1); line-height: 1.42; font-weight: 350; }
.stimme__by {
  margin-top: auto;
  font-size: var(--t--1);
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600;
  color: var(--green-ink);
}

/* ---------- FAQ ---------- */
.faq {
  border-top: 1px solid var(--mist);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--s-5);
  align-items: start;
}
@media (max-width: 720px) {
  .faq { grid-template-columns: 1fr; column-gap: 0; }
}
.faq__item { border-bottom: 1px solid var(--mist); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  min-height: 64px;
  padding-block: var(--s-2);
  cursor: pointer;
  list-style: none;
  font-size: var(--t-1);
  font-weight: 500;
  transition: color var(--dur) var(--ease);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--green-ink); }

.faq__mark { position: relative; width: 16px; height: 16px; flex: none; }
.faq__mark::before, .faq__mark::after {
  content: ""; position: absolute; inset: 50% 0 auto 0;
  height: 1.5px; background: currentColor;
  transition: transform var(--dur) var(--ease);
}
.faq__mark::after { transform: rotate(90deg); }
.faq__item[open] .faq__mark::after { transform: rotate(0deg); }

.faq__a { padding-bottom: var(--s-3); }
.faq__a p { color: var(--ink-soft); max-width: 62ch; }

/* ---------- Mehr als nur ein Retreat ---------- */
.mehr {
  display: grid;
  grid-template-columns: minmax(0, 4.5fr) minmax(0, 7.5fr);
  align-items: center;
  max-width: 80rem;
  margin-inline: auto;
}
.mehr__bild {
  margin: 0;
  align-self: center;
  aspect-ratio: 3 / 4;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 34px 74px -40px rgba(67,48,46,.5);
}
.mehr__bild img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mehr__box {
  position: relative;
  z-index: 1;
  margin-left: -4.5rem;
  padding: var(--s-5);
  background: color-mix(in srgb, var(--white) 55%, var(--shell));
  border: 1px solid color-mix(in srgb, var(--green-deep) 18%, var(--mist));
  border-radius: var(--r-lg);
  box-shadow: 0 40px 90px -50px rgba(67,48,46,.42);
}
.mehr__box .arc { margin-bottom: var(--s-2); }
.mehr__titel { font-size: var(--t-1); color: var(--ink); margin-bottom: var(--s-3); }
.mehr__text { font-size: 0.9rem; }
.mehr__text .mehr__lead {
  font-size: var(--t-0);
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: var(--s-2);
}
.mehr__text p { color: var(--ink-soft); line-height: 1.7; }
.mehr__text p + p { margin-top: var(--s-2); }
.mehr__text strong { color: var(--ink); font-weight: 600; }
.mehr__pointe {
  color: var(--ink);
  font-size: var(--t-0);
  line-height: 1.4;
}
.mehr__pointe:first-of-type { margin-top: var(--s-3); }
.mehr__pointe + .mehr__pointe { margin-top: 2px; }
.mehr__signatur {
  font-family: "Caveat", cursive;
  font-size: var(--t-2);
  line-height: 1;
  color: var(--green-ink);
  margin-top: var(--s-3) !important;
}

@media (max-width: 820px) {
  .mehr { grid-template-columns: 1fr; max-width: 32rem; }
  .mehr__bild { aspect-ratio: 4 / 5; }
  .mehr__box { margin: -3rem var(--s-2) 0; padding: var(--s-5) var(--s-4); }
}

/* ---------- Let's Connect / Instagram ---------- */
.connect__kopf {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: var(--s-3);
  margin-bottom: var(--s-3);
}
.connect__titel { font-size: var(--t-2); color: var(--ink); margin: 0; max-width: 26ch; }
.connect__cta { flex: none; }
.connect__ig { width: 20px; height: 20px; flex: none; }
.connect__text {
  max-width: 62ch;
  margin-bottom: var(--s-5);
  color: var(--ink-soft);
  font-size: var(--t-0);
  line-height: 1.7;
}
.connect__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-2);
}
@media (max-width: 760px) { .connect__grid { grid-template-columns: repeat(2, 1fr); } }
.ig-kachel {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--shell-2);
}
.ig-kachel img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform var(--dur) var(--ease);
}
.ig-kachel:hover img,
.ig-kachel:focus-visible img { transform: scale(1.05); }
.ig-kachel__ov {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--ink) 32%, transparent);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.ig-kachel:hover .ig-kachel__ov,
.ig-kachel:focus-visible .ig-kachel__ov { opacity: 1; }
.ig-kachel__ov svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Was inbegriffen ist ----------
   Die Hierarchie macht die Aussage: große Zahlen, dann viele Zeilen,
   dann eine leise Fußnote. Das Nicht-Enthaltene bekommt bewusst
   keine eigene Spalte und keine zweite Überschrift. */
/* 6 Kacheln: nur 2, 3 und 6 Spalten gehen glatt auf — sonst bleibt
   die letzte Reihe halb leer. Deshalb feste Stufen statt auto-fit. */
.zaehlwerk {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: var(--s-6);
  background: var(--green-deep);   /* zeigt sich als Fugen (mittleres Blau) */
  border: 1px solid var(--green-deep);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (min-width: 640px)  { .zaehlwerk { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .zaehlwerk { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.zaehlwerk__i {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: var(--s-3) var(--s-2);
  background: var(--green);   /* helles CI-Blau #abc2df */
  text-align: center;
}
.zaehlwerk__zahl {
  font-family: var(--font-display);
  font-optical-sizing: none;
  font-variation-settings: "opsz" 40, "SOFT" 90, "WONK" 1;
  font-size: var(--t-3);
  font-weight: 420;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.zaehlwerk__zahl--wort { font-size: var(--t-0); line-height: 1.05; }
.zaehlwerk__was {
  font-size: 0.76rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink);
}

.inbeg {
  display: grid; gap: var(--s-4);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}
.inbeg__gruppe { border-top: 1.5px solid var(--green); padding-top: var(--s-2); }
.inbeg__label {
  font-family: var(--font-text);
  font-size: var(--t--1);
  text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700;
  color: var(--green);            /* helles CI-Blau */
  margin-bottom: var(--s-2);
}

.haken { display: flex; flex-direction: column; gap: var(--s-2); }
.haken li {
  display: flex; align-items: flex-start; gap: var(--s-1);
  font-size: 0.98rem;
  line-height: 1.5;
}
.haken li::before {
  content: "";
  flex: none;
  width: 16px; height: 16px;
  margin-top: 5px;
  background-color: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5l4 4 8-9' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5l4 4 8-9' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Die Fußnote: eine Zeile, kleine Schrift, keine Überschrift zweiter Ordnung */
.nicht {
  margin-top: var(--s-6);
  padding-top: var(--s-3);
  border-top: 1px solid var(--mist);
  max-width: 58rem; margin-inline: auto;
  text-align: center;
}
.nicht__label {
  font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-soft);
  margin-bottom: var(--s-1);
}
.nicht__liste {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0 var(--s-2);
  font-size: 0.86rem;
  color: var(--ink-soft);
}
.nicht__liste li { display: flex; align-items: center; gap: var(--s-2); }
.nicht__liste li + li::before {
  content: ""; width: 10px; height: 1px; background: var(--mist); flex: none;
}
/* Umbrechend säßen die Trennstriche am Zeilenanfang — untereinander statt nebeneinander. */
@media (max-width: 760px) {
  .nicht__liste { flex-direction: column; gap: 6px; }
  .nicht__liste li + li::before { display: none; }
}

/* ---------- Umschalter Gesamtpreis / Anzahlung ---------- */
.umschalter {
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-2);
  margin-bottom: var(--s-5);
}

/* Zwei-Knopf-Auswahl: klar sichtbare Wahl zwischen Gesamt und Anzahlung. */
.segwahl {
  display: inline-flex;
  padding: 4px;
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 999px;
}
.segwahl__opt {
  border: 0;
  background: transparent;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
  cursor: pointer;
  white-space: nowrap;
  touch-action: manipulation;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.segwahl__opt:hover { color: var(--ink); }
.segwahl__opt.is-aktiv {
  background: var(--ink);
  color: var(--white);
}
.segwahl__opt.is-aktiv:hover { color: var(--white); }
.segwahl__hint {
  font-size: 0.82rem; color: var(--ink-soft);
  letter-spacing: 0.01em;
}
@media (max-width: 380px) {
  .segwahl__opt { padding: 10px 16px; font-size: 0.88rem; }
}

/* ---------- Zimmerkarten ---------- */
/* stretch, damit alle Karten gleich hoch sind und die Knöpfe
   auf einer Linie stehen (zusammen mit margin-top:auto am CTA). */
.plans {
  display: grid;
  gap: var(--s-3);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  align-items: stretch;
}

.plan {
  position: relative;
  display: flex; flex-direction: column;
  padding: var(--s-4) var(--s-3) var(--s-3);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  text-align: center;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.plan:hover { box-shadow: 0 18px 40px -26px rgba(67,48,46,.5); }

/* Die beliebteste Karte trägt die Betonung: kräftigerer Rand, angehoben. */
.plan--beliebt {
  border: 2px solid var(--ink);
  box-shadow: 0 24px 50px -30px rgba(67,48,46,.6);
}
/* Anhebung über margin, nicht transform: .reveal.is-visible setzt
   transform:none und hat die höhere Spezifität — der Lift ginge verloren. */
@media (min-width: 900px) {
  .plan--beliebt { margin-top: -20px; }
}

/* -2px = Rahmenbreite der beliebten Karte: absolute Offsets zählen ab der
   Padding-Kante, sonst ragt das Badge über die Ecke hinaus. */
.plan__badge {
  position: absolute; top: -2px; right: -2px;
  display: flex; align-items: center; gap: 5px;
  padding: 5px var(--s-2);
  background: var(--ink);
  color: var(--white);
  border-radius: 0 var(--r-lg) 0 var(--r-md);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.plan__stern { width: 13px; height: 13px; fill: var(--butter); flex: none; }

.plan__name {
  font-size: var(--t--1); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-soft);
}

.plan__preis {
  display: flex; align-items: baseline; justify-content: center; gap: 4px;
  margin-top: var(--s-3);
  font-size: var(--t-3);
  font-weight: 480;
  color: var(--ink);
}
.plan__zahl { font-variant-numeric: tabular-nums; }
.plan__waehrung { font-size: 0.5em; font-weight: 400; }

.plan__period { font-size: 0.82rem; color: var(--ink-soft); margin-top: 4px; min-height: 2.4em; }

.plan__features {
  display: flex; flex-direction: column; gap: var(--s-1);
  margin-top: var(--s-3);
  text-align: left;
}
.plan__features li {
  display: flex; align-items: flex-start; gap: var(--s-1);
  font-size: 0.94rem;
  color: var(--ink-soft);
}
/* Häkchen als Maske, damit es die Textfarbe erbt und ohne Netzwerk auskommt. */
.plan__features li::before {
  content: "";
  flex: none;
  width: 15px; height: 15px;
  margin-top: 5px;
  background-color: var(--green-ink);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5l4 4 8-9' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5l4 4 8-9' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.plan__rule { border: 0; border-top: 1px solid var(--mist); margin-block: var(--s-3); }

.plan__cta {
  width: 100%;
  margin-top: auto;
  border-color: var(--mist);
  color: var(--ink);
}
.plan__cta:hover { background-color: var(--ink); color: var(--white); border-color: var(--ink); }
.plan--beliebt .plan__cta { background-color: var(--ink); color: var(--white); border-color: var(--ink); }
.plan--beliebt .plan__cta:hover { background-color: var(--green); color: var(--ink); border-color: var(--green); }

.plan__frei { margin-top: var(--s-2); font-size: 0.82rem; font-weight: 600; color: var(--green-ink); }
/* Knappheit als Buttermilk-Pille: Burgundy darauf liest 10.9:1,
   und der Text sagt es ohnehin — die Farbe trägt allein nichts. */
.plan__frei--knapp {
  display: inline-block;
  align-self: center;
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--butter);
  color: var(--ink);
}

/* Kurzbeschreibung unter dem Zimmernamen */
.plan__desc {
  margin-top: var(--s-2);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.plan__desc strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-weight: 600;
}

/* Bonus-Hinweis: dezent hervorgehobener Kasten in Buttermilk */
.plan__bonus {
  margin-top: var(--s-2);
  padding: 8px 12px;
  border-radius: var(--r-sm);
  background: color-mix(in srgb, var(--butter) 55%, var(--white));
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.4;
  text-align: left;
}
.plan__bonus strong { font-weight: 700; }

/* Ausverkaufte Kategorie: sichtbar, aber gedämpft und nicht buchbar */
.plan--ausverkauft {
  opacity: 0.72;
  background: color-mix(in srgb, var(--white) 55%, var(--shell-2));
  border-color: var(--mist);
}
.plan--ausverkauft:hover { box-shadow: none; }
.plan--ausverkauft .plan__zahl,
.plan--ausverkauft .plan__waehrung {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: var(--ink-soft);
}
.plan__badge--aus {
  background: var(--ink-soft);
  color: var(--white);
  letter-spacing: 0.08em;
}
.plan__cta--aus {
  margin-top: auto;
  background: transparent;
  color: var(--ink-soft);
  border-color: var(--mist);
  cursor: not-allowed;
  pointer-events: none;
}

/* Sehr kleiner Rechtshinweis unter den Kacheln */
.plans__hinweis {
  margin: var(--s-4) auto 0;
  max-width: 66ch;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* Kontaktblock „Hast du noch Fragen?“ */
.frageblock {
  margin: var(--s-5) auto 0;
  max-width: 46rem;
  padding-top: var(--s-4);
  border-top: 1px solid var(--mist);
  text-align: center;
}
.frageblock__titel {
  font-size: var(--t-2);
  color: var(--ink);
  margin-bottom: var(--s-2);
}
.frageblock__text {
  max-width: 54ch;
  margin: 0 auto var(--s-3);
  font-size: var(--t-0);
  line-height: 1.65;
  color: var(--ink-soft);
}
.frageblock__mail {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: var(--t-0); font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
  padding-bottom: 2px;
  transition: border-color var(--dur) var(--ease);
}
.frageblock__mail:hover { border-bottom-color: var(--ink); }
.frageblock__mail svg { width: 17px; height: 17px; flex: none; color: var(--green-ink); }
.frageblock__antwort {
  margin-top: var(--s-2);
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* Drei Zimmer-Slider nebeneinander */
.zimmerreihe {
  margin-top: var(--s-6);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  align-items: start;
}
@media (max-width: 860px) {
  .zimmerreihe { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
}
.zimmerblock__titel {
  font-size: var(--t-1);
  color: var(--ink);
  text-align: center;
  margin-bottom: 2px;
}
.zimmerblock__sub {
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: var(--s-3);
}

/* ---------- So läuft die Buchung ---------- */
.schritte {
  display: grid; gap: var(--s-3);
  max-width: 40rem; margin-inline: auto;
}
.schritt { display: flex; gap: var(--s-3); align-items: flex-start; }
.schritt__nr {
  flex: none;
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border: 1px solid rgba(255,241,181,.45);
  border-radius: 50%;
  color: var(--butter);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.schritt__h { font-family: var(--font-text); font-size: var(--t-1); font-weight: 600; margin-bottom: 4px; }
.schritt__t { color: var(--on-dark-2); font-size: 0.96rem; }

/* Restzahlungs-Hinweis unter den Schritten */
.buchen__rest {
  max-width: 42rem; margin: var(--s-5) auto 0;
  padding-top: var(--s-3);
  border-top: 1px solid rgba(177,172,141,.30);
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--on-dark-2);
}

/* Sehr kleiner rechtlicher Buchungshinweis */
.buchen__hinweis {
  max-width: 46rem; margin: var(--s-4) auto 0;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--on-dark-3);
}
.buchen__hinweis-titel {
  font-family: var(--font-text);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--on-dark-2);
  margin-bottom: 6px;
}
.buchen__hinweis p + p { margin-top: 6px; }

/* ---------- Mobile Buchungsleiste ---------- */
.bar {
  position: fixed; inset-inline: 0; bottom: 0;
  z-index: 45;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
  padding: var(--s-2) var(--s-2) calc(var(--s-2) + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--shell) 94%, transparent);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--mist);
  transform: translateY(110%);
  transition: transform 320ms var(--ease);
}
.bar.is-on { transform: translateY(0); }
.bar__info { display: flex; flex-direction: column; line-height: 1.25; }
.bar__preis { font-weight: 700; font-variant-numeric: tabular-nums; }
.bar__frei { font-size: 0.78rem; color: var(--green-ink); font-weight: 600; }
.bar__cta { min-height: 46px; padding-inline: var(--s-3); }

@media (min-width: 901px) { .bar { display: none; } }

/* ---------- Footer ---------- */
.footer { background: var(--shell-2); border-top: 1px solid var(--mist); padding-block: var(--s-5); }
.footer__inner { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; justify-content: space-between; }
.footer__brand { display: flex; align-items: center; gap: var(--s-2); }
.footer__tag { font-size: 0.9rem; color: var(--ink-soft); }
.footer__links { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.footer__links a {
  color: var(--ink-soft); text-decoration: none; font-size: 0.9rem;
  min-height: 44px; display: inline-flex; align-items: center;
  transition: color var(--dur) var(--ease);
}
.footer__links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer__legal { font-size: 0.85rem; color: var(--ink-soft); font-variant-numeric: tabular-nums; }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Rechtsseiten (Impressum, Datenschutz, AGB) ---------- */
.rechts__bar {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  padding: var(--s-3) 0;
  border-bottom: 1px solid var(--mist);
}
.rechts__zurueck { color: var(--ink-soft); text-decoration: none; font-size: 0.92rem; font-weight: 600; }
.rechts__zurueck:hover { color: var(--ink); }
.rechtsseite { padding-block: var(--s-4) var(--s-6); }
.rechtsseite h1 { font-family: var(--font-display); color: var(--ink); font-size: var(--t-3); margin-bottom: var(--s-4); }
.rechtsseite h2 { font-family: var(--font-display); color: var(--ink); font-size: var(--t-1); margin: var(--s-5) 0 var(--s-2); }
.rechtsseite h3 { font-size: 1rem; font-weight: 700; color: var(--ink); margin: var(--s-3) 0 var(--s-1); }
.rechtsseite p, .rechtsseite li { color: var(--ink-soft); line-height: 1.7; }
.rechtsseite p { margin-bottom: var(--s-2); }
.rechtsseite ul { margin: 0 0 var(--s-2) 1.3em; list-style: disc; }
.rechtsseite li { margin-bottom: 4px; }
.rechtsseite a { color: var(--ink); }
.rechtsseite strong { color: var(--ink); }
.rechts__hinweis {
  background: color-mix(in srgb, var(--butter) 45%, var(--white));
  border: 1px solid color-mix(in srgb, var(--green-deep) 24%, var(--mist));
  border-radius: var(--r-md);
  padding: var(--s-3);
  margin-bottom: var(--s-5);
  font-size: 0.9rem; line-height: 1.6;
}
/* Platzhalter: gelb hervorgehoben, damit du sofort siehst, was noch ersetzt werden muss */
.pf {
  background: #ffe08a; color: #6b4b00;
  padding: 1px 5px; border-radius: 4px; font-weight: 600;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .btn:hover { transform: none; }
  .bar { transition: none; }
}
