/* ============================================================
   Villa Sole – Design System
   Markenfarben aus dem Logo: Wasserblau #0080c0, Sonnengelb #f5c700
   Radius-Regel: Buttons = Pill · Karten/Bilder = 16px · Inputs = 10px
   Theme: hell, fixiert (Sonnen-/Urlaubsmarke)
   ============================================================ */

@font-face {
  font-family: 'Caveat';
  src: url('/assets/fonts/caveat-v23-latin_latin-ext-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* Humanistische Sans für Fließtext & Bedienelemente (passt zur Antiqua) */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Display-Serif für Überschriften */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-v21-latin_latin-ext-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-v21-latin_latin-ext-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/cormorant-garamond-v21-latin_latin-ext-600italic.woff2') format('woff2');
  font-weight: 600; font-style: italic; font-display: swap;
}

:root {
  /* Farbe */
  --blue:        #0b6a9d;   /* Text-/Buttonblau, AA auf Weiß */
  --blue-bright: #0080c0;   /* Logo-Blau, große Flächen/Deko */
  --blue-deep:   #14425c;   /* Überschriften */
  --sun:         #f5c700;   /* Sonnengelb, nur dekorativ, nie als Textfarbe */
  --ink:         #24404f;
  --muted:       #587284;
  --paper:       #ffffff;
  --mist:        #eef5f9;   /* helle Sektionstönung */
  --mist-deep:   #dcebf3;
  --line:        #d9e6ee;
  --ok:          #2c7a4b;
  --err:         #b3372f;

  /* Form */
  --r-card: 16px;
  --r-input: 10px;

  /* Typo */
  --ff: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  --ff-display: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --fs-display: clamp(2.9rem, 6.4vw, 4.6rem);
  --fs-h2: clamp(2.1rem, 4vw, 3.1rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.5rem);
  --fs-body: 1.125rem; /* Source Sans läuft etwas kleiner als Outfit */

  /* Rhythmus */
  --section-y: clamp(4rem, 9vw, 7rem);
  --gap: clamp(1.25rem, 3vw, 2.5rem);
  --content-w: 1180px;

  --shadow-card: 0 10px 34px rgba(20, 66, 92, 0.10);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* Sprungziele nicht unter den klebenden Kopf rutschen lassen */
[id] { scroll-margin-top: 6rem; }
body {
  margin: 0;
  font-family: var(--ff);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--blue-deep); }

h1, h2 {
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 1.08;
  color: var(--blue-deep);
  letter-spacing: -0.005em;
  margin: 0 0 0.45em;
}
h3, h4 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue-deep);
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}
h1 { font-size: var(--fs-display); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
/* Kursive Betonung im gleichen Schriftschnitt (Pepi's-Muster) */
h1 em, h2 em {
  font-style: italic;
  font-weight: 600;
  color: var(--blue);
  padding-bottom: 0.06em;
}

/* Gesperrtes Kleinlabel über Überschriften */
.eyebrow {
  display: block;
  font-family: var(--ff);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.9rem;
}
.section-deep .eyebrow, .hero .eyebrow { color: var(--sun); }
p  { margin: 0 0 1em; max-width: 65ch; }
.lede { font-size: 1.18rem; color: var(--muted); max-width: 58ch; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--blue-deep); color: #fff; padding: 0.6rem 1.2rem;
  border-radius: 0 0 var(--r-input) 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.78rem 1.7rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font: 600 1rem/1.2 var(--ff);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s var(--ease), background-color 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.985); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-deep); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--blue); border-color: var(--blue);
}
.btn-ghost:hover { background: var(--blue); color: #fff; }
.btn-light {
  background: #fff; color: var(--blue-deep);
}
.btn-light:hover { background: var(--mist); color: var(--blue-deep); }
.btn-sun {
  background: var(--sun); color: var(--blue-deep);
}
.btn-sun:hover { background: #ffd83d; color: var(--blue-deep); }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand img { max-height: 56px; max-width: 220px; width: auto; height: auto; }
.nav-list {
  display: flex; align-items: center; gap: 0.25rem;
  list-style: none; margin: 0; padding: 0;
}
.nav-list a {
  display: block; padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: var(--ink); text-decoration: none; font-weight: 500;
  transition: background-color 0.18s, color 0.18s;
}
.nav-list a:hover { background: var(--mist); color: var(--blue-deep); }
.nav-list a[aria-current="page"] { color: var(--blue); font-weight: 600; }
.nav-lang a {
  border: 1.5px solid var(--line);
  font-weight: 600; font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}
.nav-toggle { display: none; }

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 0.3rem;
    background: none; border: 0; padding: 0.6rem; cursor: pointer;
  }
  .nav-toggle-bar {
    width: 24px; height: 2.5px; border-radius: 2px;
    background: var(--blue-deep);
    transition: transform 0.25s var(--ease), opacity 0.2s;
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  /* Vollbild-Overlay-Menü in Markenblau */
  .nav-list {
    position: fixed; top: 76px; left: 0; right: 0; bottom: 0; z-index: 49;
    flex-direction: column; align-items: stretch; gap: 0;
    background: linear-gradient(160deg, var(--blue-deep) 0%, #0d3349 100%);
    padding: 1.6rem 1.6rem 2rem;
    display: none;
    overflow-y: auto;
  }
  .nav-list.open { display: flex; }
  .nav-list::before {
    content: 'Wohin darf es gehen?';
    font-family: 'Caveat', cursive; font-weight: 600;
    font-size: 1.7rem; color: var(--sun);
    margin-bottom: 1rem;
  }
  html[lang="en"] .nav-list::before { content: 'Where would you like to go?'; }
  .nav-list::after {
    content: '';
    position: absolute; right: -60px; bottom: -60px;
    width: 240px; height: 240px;
    background: url('/assets/images/misc/favicon.png') no-repeat center / contain;
    opacity: 0.14; pointer-events: none;
  }
  .nav-list a {
    padding: 0.7rem 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.45rem; font-weight: 600; letter-spacing: -0.01em;
  }
  .nav-list a:hover { background: none; color: var(--sun); }
  .nav-list a[aria-current="page"] { color: var(--sun); }
  .nav-lang { margin-top: 1.6rem; }
  .nav-lang a {
    display: inline-block;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-size: 1rem; padding: 0.45rem 1.1rem;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
  }
  @media (prefers-reduced-motion: no-preference) {
    .nav-list.open li {
      animation: nav-item-in 0.45s var(--ease) both;
    }
    .nav-list.open li:nth-child(1) { animation-delay: 0.05s; }
    .nav-list.open li:nth-child(2) { animation-delay: 0.1s; }
    .nav-list.open li:nth-child(3) { animation-delay: 0.15s; }
    .nav-list.open li:nth-child(4) { animation-delay: 0.2s; }
    .nav-list.open li:nth-child(5) { animation-delay: 0.25s; }
    .nav-list.open li:nth-child(6) { animation-delay: 0.3s; }
    @keyframes nav-item-in {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: none; }
    }
  }
  body.nav-open { overflow: hidden; }
  /* backdrop-filter macht den Header zum Containing Block für position:fixed
     (Gastrofisch-Lesson) → bei offenem Menü deaktivieren */
  body.nav-open .site-header { backdrop-filter: none; background: #fff; }
}

/* ---------- Layout-Helfer ---------- */
.wrap { max-width: var(--content-w); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: var(--section-y) 0; }
.section-mist { background: var(--mist); }
.section-deep { background: var(--blue-deep); color: #fff; }
.section-deep h2, .section-deep h3 { color: #fff; }
.section-deep p { color: rgba(255, 255, 255, 0.85); }
.section-deep a { color: #bfe3f7; }
.section-deep .btn-light { color: var(--blue-deep); }
.section-deep .btn-light:hover { color: var(--blue-deep); }
.section-deep .btn-sun { color: var(--blue-deep); }

.section-head { max-width: 45rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head .sun-mark {
  display: block; width: 44px; height: 5px; border-radius: 3px;
  background: var(--sun); margin-bottom: 1.1rem;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: min(92dvh, 840px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0;
}
.hero-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
}

/* Hero-Slideshow: Crossfade + langsamer Ken-Burns-Zoom */
.hero-slides { position: absolute; inset: 0; }
.hero-slides img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-slides img {
    animation: hero-fade 21s infinite;
    transform-origin: center;
  }
  .hero-slides img:nth-child(1) { animation-delay: 0s; }
  .hero-slides img:nth-child(2) { animation-delay: 7s; }
  .hero-slides img:nth-child(3) { animation-delay: 14s; }
  @keyframes hero-fade {
    0%   { opacity: 0; transform: scale(1); }
    5%   { opacity: 1; }
    33%  { opacity: 1; }
    43%  { opacity: 0; transform: scale(1.08); }
    100% { opacity: 0; transform: scale(1.08); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slides img:first-child { opacity: 1; }
}
/* Mobil: Bildausschnitt je Slide aufs Motiv legen (Boot links, Bootshaus links) */
@media (max-width: 700px) {
  .hero-slides img:nth-child(1) { object-position: 18% 45%; }
  .hero-slides img:nth-child(2) { object-position: 55% 40%; }
  .hero-slides img:nth-child(3) { object-position: 30% 40%; }
}

/* Handschrift-Akzent (echot die Logo-Schreibschrift) */
.script-accent {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  line-height: 1.1;
  display: block;
  margin-bottom: 0.3rem;
}
.hero .script-accent {
  color: var(--sun);
  text-shadow: 0 2px 16px rgba(10, 35, 52, 0.6);
}
.section-deep .script-accent { color: var(--sun); }

/* Wellen-Übergang (Wasser-Motiv) */
.wave {
  display: block; width: 100%; height: clamp(36px, 6vw, 80px);
  margin-bottom: -1px;
}
.wave-holder { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; line-height: 0; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11, 42, 61, 0.72) 0%, rgba(11, 42, 61, 0.25) 42%, rgba(11, 42, 61, 0.05) 70%);
}
.hero-content {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 1.25rem clamp(2.5rem, 6vw, 4.5rem);
}
.hero-content h1 {
  color: #fff; max-width: 15ch;
  text-shadow: 0 2px 24px rgba(10, 35, 52, 0.45);
  margin-bottom: 0.35em;
}
.hero-content .hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem; max-width: 34ch;
  text-shadow: 0 1px 14px rgba(10, 35, 52, 0.5);
  margin-bottom: 1.6rem;
}
.hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; }
/* Mobil endet der Hero etwas über der Bildschirmkante: der schwebende
   Barrierefreiheits-Knopf liegt dann über der nächsten Sektion statt über den
   Buttons — und der Streifen darunter lädt zum Weiterscrollen ein. */
@media (max-width: 700px) {
  .hero { min-height: 78dvh; }
  .hero .hero-content { padding-bottom: 2.2rem; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

/* Innenseiten-Hero */
.page-hero {
  position: relative; min-height: clamp(440px, 52vw, 640px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
/* Ausschnitt tiefer legen: bei Seefotos liegt das Motiv im unteren Bilddrittel */
.page-hero .hero-img img { transform: scale(1.06); object-position: center 62%; }
@media (prefers-reduced-motion: no-preference) {
  .page-hero .hero-img img {
    animation: page-hero-zoom 18s ease-out forwards;
  }
  @keyframes page-hero-zoom {
    from { transform: scale(1.12); }
    to   { transform: scale(1.02); }
  }
}
.page-hero .hero-content { padding-bottom: clamp(2.4rem, 5vw, 4rem); }
.page-hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  color: #fff;
  text-shadow: 0 2px 24px rgba(10, 35, 52, 0.45);
  margin-bottom: 0;
}
.page-hero .eyebrow, .hero .eyebrow {
  color: var(--sun); margin-bottom: 0.7rem;
  text-shadow: 0 1px 10px rgba(10, 35, 52, 0.75);
}

/* ---------- Split-Sektion (Bild + Text) ---------- */
.split {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: var(--gap);
}
.split.reverse { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
.split.align-top { align-items: start; }
.split.reverse .split-media { order: 2; }
.split-media img {
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  width: 100%; object-fit: cover;
}
.split-media.offset { transform: translateY(-1.4rem); }
@media (max-width: 800px) {
  /* Gestapelt brauchen die Spalten mehr Luft als nebeneinander */
  .split, .split.reverse { grid-template-columns: 1fr; gap: 2.5rem; }
  .split.reverse .split-media { order: 0; }
  .split-media.offset { transform: none; }
}

/* Appartement-Detailseite: Kopfbereich mit Bild in natürlichem Format
   (Innenaufnahmen vertragen kein vollflächiges Querformat-Band) */
.apt-intro { padding-top: clamp(2rem, 4vw, 3.2rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.apt-intro h1 { font-size: clamp(2.2rem, 4.4vw, 3.2rem); margin-bottom: 0.35em; }
.apt-back { margin-bottom: 1.6rem; }
.apt-hero-img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
}
@media (max-width: 800px) {
  .apt-hero-img { aspect-ratio: 3 / 2; }
}

/* Hervorgehobener Infokasten (z.B. Hausleistungen auf der Detailseite) */
.house-note {
  background: var(--mist);
  border-radius: var(--r-card);
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.house-note p { color: var(--muted); margin-bottom: 0; }
.house-note .feature-icon { box-shadow: none; background: #fff; }

/* ---------- Fakten-Zeile (große Zahlen, kleine Labels) ---------- */
.facts {
  display: grid; grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: clamp(1.4rem, 3.5vw, 3rem);
  margin-top: 2.2rem;
}
@media (max-width: 420px) { .facts { grid-template-columns: repeat(2, auto); } }
.fact strong {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600; line-height: 1;
  color: var(--blue);
  font-variant-numeric: lining-nums; /* sonst rendert Cormorant Mediävalziffern */
}
.apt-price strong { font-variant-numeric: lining-nums; }
.fact span {
  display: block; margin-top: 0.35rem;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.section-deep .fact strong { color: var(--sun); }
.section-deep .fact span { color: rgba(255, 255, 255, 0.65); }

/* ---------- Diagonal zusammenfahrendes Foto-Band ---------- */
.diag-band {
  position: relative;
  height: clamp(400px, 46vw, 680px);
  overflow: hidden;
  background: var(--blue-deep);
}
.diag-half { position: absolute; inset: 0; }
.diag-half img { width: 100%; height: 100%; object-fit: cover; }
/* Bildausschnitt so legen, dass das Motiv in der jeweiligen Dreieckshälfte liegt */
.diag-half.is-left img  { object-position: 40% 42%; }
.diag-half.is-right img { object-position: 60% 58%; }
/* Obere linke Hälfte / untere rechte Hälfte, getrennt durch die Diagonale */
.diag-half.is-left  { clip-path: polygon(0 0, 100% 0, 0 100%); }
.diag-half.is-right { clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.diag-band::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: rgba(11, 42, 61, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
  .js .diag-half {
    transition: transform 1.1s var(--ease), opacity 0.8s var(--ease);
    opacity: 0;
  }
  /* Leichte Überskalierung, damit beim Zusammenfahren keine Kanten aufblitzen */
  .js .diag-half.is-left  { transform: translate(-6%, -4%) scale(1.14); }
  .js .diag-half.is-right { transform: translate(6%, 4%) scale(1.14); }
  .js .diag-band.in-view .diag-half { transform: scale(1); opacity: 1; }
  .js .diag-band .ghost-word {
    opacity: 0; transform: translate(-50%, -42%);
    transition: opacity 0.9s 0.35s var(--ease), transform 0.9s 0.35s var(--ease);
  }
  .js .diag-band.in-view .ghost-word { opacity: 1; transform: translate(-50%, -50%); }
}

/* ---------- Riesen-Outline-Wort als Hintergrund ---------- */
.ghost-word {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff-display);
  font-size: clamp(4rem, 15vw, 13rem);
  font-weight: 600; line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 2px 14px rgba(10, 35, 52, 0.55));
  pointer-events: none; user-select: none;
  z-index: 2;
}

/* ---------- Überlappende Foto-Collage ---------- */
.collage {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 560px;
}
.collage img {
  position: absolute;
  border-radius: var(--r-card);
  box-shadow: 0 14px 44px rgba(20, 66, 92, 0.22);
  object-fit: cover;
}
.collage img:nth-child(1) { width: 62%; aspect-ratio: 4/5; left: 0; top: 0; }
.collage img:nth-child(2) { width: 52%; aspect-ratio: 4/3; right: 0; top: 22%; }
.collage img:nth-child(3) { width: 44%; aspect-ratio: 1/1; left: 14%; bottom: 0; }
@media (max-width: 620px) {
  /* Quadratischer Rahmen: das hohe Bild (4:5) braucht mehr Höhe, sonst ragt
     es unten heraus und überdeckt die folgende Überschrift */
  .collage { aspect-ratio: 1 / 1; max-width: none; }
  .collage img:nth-child(1) { width: 64%; }
  .collage img:nth-child(2) { width: 46%; top: 26%; }
  /* etwas nach rechts, damit der schwebende Knopf unten links freibleibt */
  .collage img:nth-child(3) { width: 40%; left: 24%; }
}

/* ---------- Feature-Band ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.5rem 2rem;
  margin-top: 1rem;
}
.feature { border-top: 3px solid var(--sun); padding-top: 1.1rem; }
.feature h3 { font-size: 1.08rem; margin-bottom: 0.3em; }
.feature p { font-size: 0.98rem; color: var(--muted); margin: 0; }
.feature-icon {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin-bottom: 0.9rem;
  border-radius: 50%;
  background: var(--paper);
  color: var(--blue);
  box-shadow: 0 3px 12px rgba(20, 66, 92, 0.1);
}
.section-mist .feature-icon { background: #fff; }
.feature-icon svg { width: 24px; height: 24px; }

/* ---------- Appartement-Karten ---------- */
.apt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--gap);
}
.apt-card {
  background: #fff;
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.apt-card:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(20, 66, 92, 0.16); }
.apt-card-img {
  position: relative; display: block;
  aspect-ratio: 3 / 2; overflow: hidden;
}
.apt-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.apt-card:hover .apt-card-img img { transform: scale(1.05); }
.apt-card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11, 42, 61, 0.78) 0%, rgba(11, 42, 61, 0.22) 42%, transparent 70%);
}
/* Titel liegt im Bild (Pepi's-Muster) */
.apt-card-caption {
  position: absolute; left: 1.35rem; right: 1.35rem; bottom: 1.1rem; z-index: 2;
}
.apt-card-caption .apt-meta {
  display: block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.35rem;
}
.apt-card-caption h3 {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 600; line-height: 1.1;
  color: #fff; margin: 0;
  text-shadow: 0 2px 16px rgba(10, 35, 52, 0.5);
}
.apt-card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.apt-card-body h3 { margin-bottom: 0.25em; }
.apt-meta { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.7rem; }
.apt-teaser { flex: 1; }
.apt-price { margin: 0.4rem 0 1rem; color: var(--blue-deep); }
.apt-price strong {
  font-family: var(--ff-display);
  font-size: 1.9rem; font-weight: 600;
}
.apt-price span { color: var(--muted); font-size: 0.92rem; font-weight: 400; }

/* Ausstattungs-Chips */
.apt-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.9rem 0 0.2rem; }
.apt-chips span {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
}

/* Textlink-CTA statt Button (leiser, wertiger) */
.link-cta {
  align-self: flex-start;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue); text-decoration: none;
  padding-bottom: 0.35rem;
  border-bottom: 1.5px solid var(--sun);
  transition: color 0.2s, border-color 0.2s;
}
.link-cta:hover { color: var(--blue-deep); border-color: var(--blue-deep); }
.apt-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.apt-actions .btn { padding: 0.62rem 1.3rem; font-size: 0.95rem; }

/* Ausklappbares Kalender-Panel */
.apt-panel {
  grid-column: 1 / -1;
  background: #fff;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  padding: clamp(1.4rem, 3vw, 2.4rem);
  display: none;
}
.apt-panel.open { display: block; }
.apt-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gap);
}
@media (max-width: 860px) { .apt-panel-grid { grid-template-columns: 1fr; } }
.apt-panel h3 { margin-bottom: 0.2em; }
.apt-panel .panel-close {
  float: right;
  background: var(--mist); border: 0; cursor: pointer;
  width: 40px; height: 40px; border-radius: 999px;
  font-size: 1.2rem; color: var(--blue-deep); line-height: 1;
}
.apt-panel .panel-close:hover { background: var(--mist-deep); }

/* ---------- Kalender ---------- */
.cal { user-select: none; }
.cal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.6rem;
}
.cal-header strong { color: var(--blue-deep); font-size: 1.05rem; }
.cal-nav {
  background: var(--mist); border: 0; cursor: pointer;
  width: 38px; height: 38px; border-radius: 999px;
  color: var(--blue-deep); font-size: 1rem;
}
.cal-nav:hover:not(:disabled) { background: var(--mist-deep); }
.cal-nav:disabled { opacity: 0.35; cursor: default; }
.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.2rem;
}
.cal-dow {
  text-align: center; font-size: 0.78rem; font-weight: 600;
  color: var(--muted); padding: 0.3rem 0; text-transform: uppercase; letter-spacing: 0.04em;
}
.cal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-input);
  font-size: 0.95rem;
  background: var(--mist); color: var(--ink);
  border: 0; cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}
.cal-day:hover:not(:disabled):not(.booked) { background: var(--mist-deep); }
.cal-day.other { visibility: hidden; }
.cal-day.past, .cal-day:disabled { background: transparent; color: #b9c9d3; cursor: default; }
.cal-day.booked {
  background: repeating-linear-gradient(-45deg, #e9eef2 0 5px, #f6f8fa 5px 10px);
  color: #a3b4bf; cursor: not-allowed; text-decoration: line-through;
}
.cal-day.sel-edge { background: var(--blue); color: #fff; font-weight: 600; }
.cal-day.sel-range { background: var(--mist-deep); color: var(--blue-deep); }
.cal-legend {
  display: flex; gap: 1.2rem; margin-top: 0.7rem;
  font-size: 0.85rem; color: var(--muted);
}
.cal-legend i {
  display: inline-block; width: 14px; height: 14px; border-radius: 4px;
  margin-right: 0.35rem; vertical-align: -2px;
}
.cal-legend .l-free i { background: var(--mist); }
.cal-legend .l-booked i { background: repeating-linear-gradient(-45deg, #e9eef2 0 4px, #f6f8fa 4px 8px); }
.cal-selection {
  margin-top: 0.8rem; font-size: 0.98rem; color: var(--blue-deep);
  min-height: 1.5em;
}

/* ---------- Formulare ---------- */
.form-grid { display: grid; gap: 1rem; }
.form-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field label {
  display: block; font-weight: 600; font-size: 0.92rem;
  color: var(--blue-deep); margin-bottom: 0.3rem;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r-input);
  font: 400 1rem var(--ff);
  color: var(--ink);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input::placeholder, .field textarea::placeholder { color: #8fa5b2; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 106, 157, 0.18);
}
.field .field-error { color: var(--err); font-size: 0.88rem; margin-top: 0.25rem; display: none; }
.field.invalid input, .field.invalid textarea { border-color: var(--err); }
.field.invalid .field-error { display: block; }
.form-note { font-size: 0.85rem; color: var(--muted); }
.check-label {
  display: flex; gap: 0.65rem; align-items: flex-start;
  font-size: 0.92rem; color: var(--muted); cursor: pointer;
}
.check-label input {
  width: 19px; height: 19px; margin-top: 2px; flex-shrink: 0;
  accent-color: var(--blue);
}
.field.required-check.invalid .check-label { color: var(--err); }
.form-status { border-radius: var(--r-input); padding: 0.9rem 1.1rem; font-weight: 500; display: none; }
.form-status.ok { display: block; background: #e6f4ec; color: var(--ok); }
.form-status.err { display: block; background: #fbeae8; color: var(--err); }

/* ---------- Galerie ---------- */
.gallery-filter {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  margin-bottom: 1.8rem;
}
.gallery-filter button {
  border: 1.5px solid var(--line); background: #fff; cursor: pointer;
  padding: 0.5rem 1.1rem; border-radius: 999px;
  font: 500 0.95rem var(--ff); color: var(--ink);
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.gallery-filter button:hover { border-color: var(--blue); color: var(--blue); }
.gallery-filter button.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.gallery-grid { columns: 4 240px; column-gap: 0.875rem; }
.gallery-grid a {
  display: block; margin-bottom: 0.875rem;
  border-radius: 12px; overflow: hidden;
  break-inside: avoid;
}
.gallery-grid img {
  width: 100%; transition: transform 0.35s var(--ease);
}
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-grid a.hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(10, 30, 44, 0.94);
  display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(92vw, 1400px); max-height: 88vh;
  border-radius: 8px;
}
.lightbox button {
  position: absolute; background: rgba(255, 255, 255, 0.12);
  border: 0; color: #fff; cursor: pointer;
  width: 48px; height: 48px; border-radius: 999px; font-size: 1.4rem;
  transition: background-color 0.15s;
}
.lightbox button:hover { background: rgba(255, 255, 255, 0.25); }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }

/* ---------- Jahreszeiten-Kacheln ---------- */
.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
@media (max-width: 900px) { .season-grid { grid-template-columns: repeat(2, 1fr); } }
.season-tile {
  position: relative; display: block;
  border-radius: var(--r-card); overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
}
.season-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.season-tile:hover img, .season-tile:focus-visible img { transform: scale(1.06); }
.season-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11, 42, 61, 0.55) 0%, transparent 45%);
}
.season-tile span {
  position: absolute; left: 1.1rem; bottom: 0.9rem; z-index: 2;
  color: #fff; font-family: 'Caveat', cursive; font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  text-shadow: 0 1px 10px rgba(10, 35, 52, 0.6);
}

/* ---------- Groß-Typo-Sektion (markenblau) ---------- */
.big-statement h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 700;
  max-width: 18ch;
  letter-spacing: -0.02em;
}
.big-statement .wrap {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 840px) { .big-statement .wrap { grid-template-columns: 1fr; } }
.big-statement img {
  border-radius: var(--r-card);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

/* ---------- Sticky-Buchungsleiste ---------- */
.sticky-book {
  position: fixed; left: 50%; bottom: 1.1rem; z-index: 60;
  transform: translateX(-50%) translateY(140%);
  display: flex; align-items: center; gap: 0.4rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem;
  box-shadow: 0 14px 44px rgba(20, 66, 92, 0.3);
  transition: transform 0.4s var(--ease);
}
.sticky-book.visible { transform: translateX(-50%) translateY(0); }
.sticky-book .btn { padding: 0.6rem 1.4rem; font-size: 0.95rem; }
.sticky-book .book-phone {
  padding: 0.6rem 1.1rem; font-weight: 600; font-size: 0.95rem;
  color: var(--blue-deep); text-decoration: none; white-space: nowrap;
}
@media (max-width: 560px) { .sticky-book .book-phone { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .sticky-book { transition: none; }
}

/* ---------- Foto-Band (volle Breite) ---------- */
.photo-band { position: relative; min-height: 420px; overflow: hidden; display: flex; align-items: center; }
.photo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-band-card {
  position: relative; z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border-radius: var(--r-card);
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
  max-width: 470px;
  margin: clamp(2.5rem, 6vw, 4.5rem) 1.25rem;
  box-shadow: var(--shadow-card);
}

/* ---------- Kontakt-CTA-Band ---------- */
.cta-band { text-align: left; }
.cta-band .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--gap); flex-wrap: wrap;
}
.cta-band h2 { margin-bottom: 0.2em; }
.cta-band p { margin: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--blue-deep); color: rgba(255, 255, 255, 0.88);
  margin-top: 0;
}
.footer-inner {
  max-width: var(--content-w); margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 1.25rem 2rem;
  display: grid; gap: var(--gap);
  grid-template-columns: 2fr 1.2fr 1fr;
}
@media (max-width: 760px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-brand img {
  filter: brightness(0) invert(1); opacity: 0.95;
  max-height: 54px; max-width: 220px; width: auto; height: auto;
}
.footer-brand p { margin-top: 1rem; color: rgba(255, 255, 255, 0.7); }
.footer-col h2 {
  color: #fff; font-size: 1rem; letter-spacing: 0.02em; margin-bottom: 0.9em;
}
.footer-col a { color: #bfe3f7; text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 0.4rem; }
.footer-col address { font-style: normal; margin-bottom: 0.8rem; }
.footer-line {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-line p {
  max-width: var(--content-w); margin: 0 auto;
  padding: 1.1rem 1.25rem; font-size: 0.88rem; color: rgba(255, 255, 255, 0.6);
}

/* ---------- Text-Seiten (Impressum etc.) ---------- */
.prose { max-width: 46rem; }
.prose h2 { margin-top: 2em; font-size: 1.35rem; }
.prose h3 { margin-top: 1.6em; font-size: 1.1rem; }

/* ---------- WebCam (schwenkbares Panorama) ---------- */
.webcam-figure { margin: 0; }
.webcam-pan {
  overflow-x: auto; overflow-y: hidden;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  cursor: grab;
  scrollbar-width: thin;
}
.webcam-pan.dragging { cursor: grabbing; }
.webcam-pan img {
  height: clamp(280px, 42vw, 460px);
  width: auto; max-width: none;
  display: block;
  user-select: none;
}
.webcam-figure figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0.5rem; }
.webcam-stage { position: relative; }
.webcam-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px; border-radius: 999px;
  border: 0; cursor: pointer;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue-deep);
  font-size: 1.6rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 0.16em 0 0; /* Guillemet-Tinte sitzt im Font hoch → optisch zentrieren */
  box-shadow: 0 4px 18px rgba(20, 66, 92, 0.35);
  transition: background-color 0.15s, opacity 0.25s, transform 0.15s;
}
.webcam-arrow:hover { background: #fff; }
.webcam-arrow:active { transform: translateY(-50%) scale(0.94); }
.webcam-arrow-left { left: 0.9rem; }
.webcam-arrow-right { right: 0.9rem; }
.webcam-arrow[disabled] { opacity: 0.25; cursor: default; }
@media (max-width: 560px) {
  .webcam-arrow { width: 38px; height: 38px; font-size: 1.3rem; }
}

/* ---------- Wetter (nativ, ohne Fremd-Widget) ---------- */
.weather-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
  max-width: 720px;
}
.weather-card {
  background: var(--mist);
  border-radius: var(--r-card);
  padding: 1.1rem 0.8rem 1rem;
  text-align: center;
  display: flex; flex-direction: column; gap: 0.3rem; align-items: center;
}
.weather-card.today {
  background: var(--blue-deep); color: #fff;
}
.weather-card.today .weather-day, .weather-card.today .weather-temp { color: #fff; }
.weather-card.today .weather-label { color: rgba(255, 255, 255, 0.75); }
.weather-day {
  font-weight: 600; font-size: 0.9rem; color: var(--blue-deep);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.weather-icon { font-size: 2rem; line-height: 1.2; }
.weather-label { font-size: 0.82rem; color: var(--muted); }
.weather-temp { font-size: 0.98rem; color: var(--ink); }
.weather-temp strong { font-size: 1.15rem; font-weight: 700; }

.embed-consent {
  position: relative;
  border-radius: var(--r-card);
  background: linear-gradient(150deg, var(--blue-deep) 0%, #0d3349 100%);
  color: #fff;
  min-height: 240px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 0.9rem;
  padding: 2rem 1.6rem;
  overflow: hidden;
}
.embed-consent.ratio-video { aspect-ratio: 16 / 9; min-height: 0; }
.embed-consent::before {
  content: '';
  position: absolute; right: -50px; bottom: -50px;
  width: 190px; height: 190px;
  background: url('/assets/images/misc/favicon.png') no-repeat center / contain;
  opacity: 0.13; pointer-events: none;
}
.embed-consent strong { font-size: 1.1rem; }
.embed-consent p {
  margin: 0; max-width: 42ch;
  font-size: 0.85rem; color: rgba(255, 255, 255, 0.75);
}
.embed-consent iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  background: #fff;
}
/* Statische Karte mit Zwei-Klick zur interaktiven OSM-Karte */
.map-stage {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 5 / 3;
}
.map-stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.map-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
  padding: 2.2rem 1rem 1rem;
  background: linear-gradient(to top, rgba(11, 42, 61, 0.55), transparent);
}
.map-overlay p {
  margin: 0; font-size: 0.78rem; color: #fff;
  text-shadow: 0 1px 6px rgba(10, 35, 52, 0.7); text-align: center;
}

.embed-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--gap);
}

/* ---------- Entfernungen-Liste ---------- */
.distance-list { list-style: none; margin: 1.2rem 0 0; padding: 0; max-width: 34rem; }
.distance-list li {
  display: flex; align-items: baseline; gap: 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
}
.distance-list li:last-child { border-bottom: 0; }
.distance-list span { color: var(--ink); }
.distance-list b {
  margin-left: auto; text-align: right;
  color: var(--blue-deep); font-weight: 600; white-space: nowrap;
}

/* ---------- Häufige Fragen (native Details, funktioniert ohne JS) ---------- */
.faq { max-width: 46rem; border-top: 1px solid var(--line); }
/* Im farbigen Abschnitt sitzt die Liste auf einer weißen Karte */
.section-mist .faq {
  background: #fff;
  border-top: 0;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  padding: 0 clamp(1.2rem, 3vw, 1.8rem);
}
.section-mist .faq details:last-child { border-bottom: 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1.05rem 0; cursor: pointer;
  font-weight: 600; color: var(--blue-deep);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  margin-left: auto;
  font-family: var(--ff-display);
  font-size: 1.5rem; line-height: 1; color: var(--blue);
  transition: transform 0.2s var(--ease);
}
.faq details[open] summary::after { content: '−'; }
.faq summary:hover { color: var(--blue); }
.faq summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.faq-answer {
  padding: 0 0 1.1rem;
  color: var(--muted);
  max-width: 60ch;
}

/* ---------- Gästestimmen ---------- */
.score-stars { display: inline-flex; gap: 0.1em; line-height: 1; }
.score-stars .icon { width: 1em; height: 1em; }
.star-on  { color: var(--sun); }
.star-off { color: var(--line); }

/* Portal-Wertungen als Karten-Zeile */
.score-strip {
  display: flex; flex-wrap: wrap; gap: 1rem;
  margin-bottom: 2.5rem;
}
.score-card {
  display: inline-flex; align-items: center; gap: 0.95rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 0.95rem 1.4rem;
  text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s var(--ease), border-color 0.2s;
}
a.score-card:hover { transform: translateY(-2px); border-color: var(--blue-bright); color: var(--ink); }
a.score-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.score-card .score-stars { font-size: 1.05rem; }
.score-body { display: flex; flex-direction: column; gap: 0.3rem; }
.score-value {
  font-family: var(--ff-display); font-weight: 600;
  font-size: 2.4rem; line-height: 1; color: var(--blue-deep);
  white-space: nowrap;
}
.score-value small { font-size: 0.9rem; color: var(--muted); font-family: var(--ff); }
.score-meta { font-size: 0.85rem; color: var(--muted); line-height: 1.35; }
.score-meta strong { color: var(--blue-deep); font-weight: 600; }

/* Zitate */
.quote-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.quote-card {
  position: relative;
  background: #fff;
  border-radius: var(--r-card);
  padding: 2.2rem 1.5rem 1.4rem;
  box-shadow: var(--shadow-card);
  margin: 0;
  display: flex; flex-direction: column;
}
.quote-mark {
  position: absolute; top: 1.1rem; left: 1.5rem;
  color: var(--mist-deep);
}
.quote-mark .icon { width: 1.8rem; height: 1.8rem; }
.quote-card blockquote {
  margin: 0 0 1.1rem;
  font-family: var(--ff-display);
  font-size: 1.24rem; line-height: 1.5;
  color: var(--blue-deep);
  flex: 1 1 auto;
}
.quote-card figcaption { font-size: 0.88rem; color: var(--muted); }
.quote-card figcaption strong { color: var(--ink); font-weight: 600; }
.quote-card figcaption span::before { content: '·'; margin: 0 0.4em; }
.quote-src { color: var(--muted); }

/* Kompakte Zeile beim Anfrage-CTA */
.score-inline {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1rem;
  margin-bottom: 1.75rem;
}
.score-inline-label { font-size: 0.9rem; color: var(--muted); }
.score-pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--mist);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.9rem; color: var(--ink); text-decoration: none;
  transition: background-color 0.2s;
}
a.score-pill:hover { background: var(--mist-deep); color: var(--ink); }
a.score-pill:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.score-pill .score-stars { font-size: 0.95rem; }
.score-pill b { color: var(--blue-deep); font-size: 1rem; }
.score-pill small { color: var(--muted); }
.score-pill span { color: var(--muted); }

@media (max-width: 560px) {
  .score-strip { flex-direction: column; }
  .quote-card blockquote { font-size: 1.14rem; }
}

/* ---------- Cookie-Bar ---------- */
.cookie-bar {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 80;
  max-width: 620px; margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: 0 18px 50px rgba(20, 66, 92, 0.25);
  padding: 1rem 1.2rem;
  display: flex; gap: 1rem; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-bar[hidden] { display: none; }
/* Mobil sitzt der Barrierefreiheits-Knopf unten links (3rem hoch, 0.875rem Abstand) —
   der Hinweis legt sich darüber statt darunter. */
@media (max-width: 700px) {
  .cookie-bar { bottom: 4.75rem; }
}
.cookie-bar p { margin: 0; font-size: 0.92rem; color: var(--ink); flex: 1 1 320px; }
/* Bricht der Text auf eine eigene Zeile um (mobil), rückt der Button nach rechts
   — dort liegt er für den Daumen am besten. */
.cookie-bar .btn { padding: 0.5rem 1.4rem; margin-left: auto; }

/* Cookie-Hinweis und Buchungsleiste sitzen beide unten: solange der Hinweis
   sichtbar ist, bleibt die Buchungsleiste eingefahren. */
body.cookie-visible .sticky-book { transform: translateX(-50%) translateY(160%); }

/* ---------- Scroll-Reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0; transform: translateY(22px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  }
  .js .reveal.in-view { opacity: 1; transform: none; }
  .reveal-d1 { transition-delay: 0.08s; }
  .reveal-d2 { transition-delay: 0.16s; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
