@charset "UTF-8";
/* ==========================================================================
   Waldhotel Tropfsteinhöhle, Wiehl
   Stilrichtung: warme Gastlichkeit. Grossflaechige Fotos, weiche Radien,
   Hairline-Raender statt Schatten, genau eine Akzentfarbe (Logo-Orange),
   Lora als Display-Serif ueber Poppins. Wechsel aus Creme, Weiss und
   tiefem Waldbraun.
   ========================================================================== */

/* ---------- Schriften ---------- */
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora-var.woff") format("woff-variations"),
       url("/fonts/lora-var.woff") format("woff");
  font-weight: 400 700;
  font-display: swap;
}
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-light.woff") format("woff");   font-weight: 300; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-regular.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-medium.woff") format("woff");  font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/fonts/poppins-bold.woff") format("woff");    font-weight: 700; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  /* Farben */
  --ink:        #1E1108;
  --ink-2:      #2C1B0F;
  --ink-3:      #3D2817;
  --brand:      #E3672A;
  --brand-hi:   #F0844D;
  --brand-ink:  #B44A17;   /* Akzent als Text auf hellem Grund, 5.3:1 */
  --brand-tint: #FCEFE6;
  --paper:      #FFFFFF;
  --cream:      #FBF4E6;
  --sand:       #F6F1E8;
  --line:       #E7DFD2;
  --line-dark:  rgba(255, 255, 255, .14);
  --text:       #33261C;
  --muted:      #6E6259;
  --on-dark:    #EFE6DA;
  --on-dark-mut:#BCADA0;

  /* Abstaende, 4er-Raster */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;

  /* Radien */
  --r-sm: 8px; --r-md: 16px; --r-lg: 26px; --r-full: 999px;

  /* Raster */
  --wrap: 1200px;
  --sec: clamp(64px, 8vw, 104px);

  /* Bewegung */
  --t-fast: 160ms;
  --t: 260ms;
  --ease: cubic-bezier(.22, .61, .36, 1);

  /* Kopfzeile */
  --head-h: 82px;
  --top-h: 42px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
/* Grundgroesse fuer Inline-Icons. Komponenten unten ueberschreiben das. */
svg { width: 20px; height: 20px; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 var(--s4);
  letter-spacing: -.012em;
  color: var(--ink);
}
h2 svg, h3 svg, h4 svg {
  width: 1.12em; height: 1.12em; display: inline-block;
  vertical-align: -.16em; margin-right: 8px; color: var(--brand-ink);
}
.sec--dark h2 svg, .sec--dark h3 svg, .sec--dark h4 svg { color: var(--brand); }
h1 { font-size: clamp(2.15rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
h3 { font-size: 1.3rem; line-height: 1.25; }
h4 { font-size: 1.0625rem; line-height: 1.3; }
p  { margin: 0 0 var(--s4); }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 var(--s4); padding-left: 1.2em; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--s7) 0; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 40px, 820px); margin-inline: auto; }
@media (max-width: 640px) { .wrap, .wrap--narrow { width: calc(100% - 32px); } }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Typo-Bausteine ---------- */
.kicker {
  display: block;
  font-size: .8125rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brand-ink);
  margin: 0 0 var(--s4); font-family: "Poppins", sans-serif;
}
.kicker--center { text-align: center; }
.lead { font-size: 1.15rem; line-height: 1.6; color: var(--muted); }
.sechead { max-width: 720px; margin-bottom: var(--s7); }
.sechead--center { margin-inline: auto; text-align: center; }
.sechead--center .kicker { text-align: center; }
.sechead p { color: var(--muted); margin-bottom: 0; }
.muted { color: var(--muted); }
.small { font-size: .9375rem; }
.tiny { font-size: .8125rem; letter-spacing: .06em; }

/* ---------- Sektionen ---------- */
section { position: relative; }
.sec { padding: var(--sec) 0; }
.sec--tight { padding: clamp(48px, 5vw, 72px) 0; }
.sec--cream { background: var(--cream); }
.sec--sand  { background: var(--sand); }
.sec--dark  { background: var(--ink); color: var(--on-dark); }
.sec--dark h1, .sec--dark h2, .sec--dark h3, .sec--dark h4 { color: #fff; }
.sec--dark .kicker { color: var(--brand); }
.sec--dark .lead, .sec--dark .sechead p, .sec--dark .muted { color: var(--on-dark-mut); }

/* Feine Holzmaserung fuer dunkle Flaechen */
.sec--dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background:
    repeating-linear-gradient(94deg, rgba(255,255,255,.022) 0 2px, transparent 2px 7px),
    radial-gradient(120% 80% at 80% 0%, rgba(227,103,42,.13), transparent 60%);
}
.sec--dark > * { position: relative; z-index: 1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px;
  border-radius: var(--r-full); border: 1.5px solid transparent;
  font-size: .96rem; font-weight: 500; text-decoration: none; cursor: pointer;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--brand); color: var(--ink); }
.btn--primary:hover { background: var(--brand-hi); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--outline { border-color: var(--line); background: var(--paper); color: var(--ink); }
.btn--outline:hover { border-color: var(--ink); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .45; pointer-events: none; }
.btnrow { display: flex; flex-wrap: wrap; gap: var(--s3); }

.tlink {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .9rem; font-weight: 500; color: var(--brand-ink);
  text-decoration: none; letter-spacing: .01em;
}
.tlink svg { width: 17px; height: 17px; transition: transform var(--t-fast) var(--ease); }
.tlink:hover svg { transform: translateX(3px); }
.sec--dark .tlink { color: var(--brand); }

/* ---------- Kopfzeile ---------- */
.topbar {
  background: var(--ink-2); color: var(--on-dark-mut);
  font-size: .8125rem; height: var(--top-h);
  display: flex; align-items: center; position: relative; z-index: 60;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: var(--s5); }
.topbar a { color: var(--on-dark); text-decoration: none; }
.topbar a:hover { color: var(--brand); }
.topbar ul { list-style: none; display: flex; gap: var(--s5); margin: 0; padding: 0; }
.topbar li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar svg { width: 15px; height: 15px; color: var(--brand); flex: none; }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: #7CC08B; flex: none; }
@media (max-width: 900px) { .topbar { display: none; } }

.site-head {
  position: sticky; top: 0; z-index: 50;
  height: var(--head-h); display: flex; align-items: center;
  background: var(--ink);
  transition: background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.site-head--over { background: transparent; margin-bottom: calc(var(--head-h) * -1); }
.site-head--over.is-stuck { background: rgba(30, 17, 8, .96); backdrop-filter: blur(8px); }
.site-head .wrap { display: flex; align-items: center; gap: var(--s5); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { height: 50px; width: auto; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.05; color: #fff; }
.brand-txt b { font-family: "Poppins", sans-serif; font-weight: 300; font-size: 1.32rem; letter-spacing: -.01em; }
.brand-txt span { font-size: .58rem; letter-spacing: .28em; color: var(--on-dark-mut); text-transform: uppercase; }

.mainnav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.mainnav a {
  display: block; padding: 9px 13px; border-radius: var(--r-full);
  font-size: .9rem; font-weight: 400; color: var(--on-dark); text-decoration: none;
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
  white-space: nowrap;
}
.mainnav a:hover { color: #fff; background: rgba(255,255,255,.09); }
.mainnav a[aria-current="page"] { color: var(--brand); font-weight: 500; }
@media (max-width: 1100px) { .mainnav { display: none; } }

.head-cta { display: flex; align-items: center; gap: var(--s2); }
.head-cta .btn { min-height: 46px; padding: 11px 20px; font-size: .9rem; }
@media (max-width: 700px) { .head-cta .btn span { display: none; } .head-cta .btn { padding: 11px 16px; } }

.burger {
  display: none; width: 46px; height: 46px; border: 1.5px solid var(--line-dark);
  background: transparent; border-radius: var(--r-full); cursor: pointer;
  align-items: center; justify-content: center; color: #fff;
}
.burger svg { width: 22px; height: 22px; }
@media (max-width: 1100px) { .burger { display: inline-flex; } }

.drawer {
  position: fixed; inset: 0; z-index: 80; background: var(--ink);
  padding: var(--s5) 0 var(--s8);
  transform: translateX(100%); transition: transform var(--t) var(--ease);
  overflow-y: auto; visibility: hidden;
}
.drawer.is-open { transform: none; visibility: visible; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s6); }
.drawer nav ul { list-style: none; margin: 0 0 var(--s6); padding: 0; }
.drawer nav a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line-dark);
  color: #fff; text-decoration: none; font-size: 1.15rem; font-family: "Lora", serif;
}
.drawer nav a svg { width: 18px; height: 18px; color: var(--brand); }
.drawer .booking-links { display: grid; gap: var(--s2); margin-bottom: var(--s6); }
.drawer .booking-links a {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px;
  background: rgba(255,255,255,.06); border-radius: var(--r-md);
  color: #fff; text-decoration: none; font-size: .95rem;
}
.drawer .booking-links svg { width: 19px; height: 19px; color: var(--brand); }
.drawer-contact { color: var(--on-dark-mut); font-size: .9rem; }
.drawer-contact a { color: var(--brand); text-decoration: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; display: flex; align-items: flex-end;
  min-height: min(92vh, 860px);
  padding: calc(var(--head-h) + var(--s8)) 0 var(--s9);
  color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kb 26s ease-in-out infinite alternate; }
@keyframes kb { from { transform: scale(1.04); } to { transform: scale(1.13); } }
@media (prefers-reduced-motion: reduce) { .hero-bg img { animation: none; } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(23,13,6,.93) 0%, rgba(23,13,6,.8) 38%, rgba(23,13,6,.4) 72%, rgba(23,13,6,.55) 100%),
    linear-gradient(0deg, rgba(23,13,6,.78), transparent 48%);
}
.hero .wrap { position: relative; z-index: 1; }
/* Weicher Schleier nur hinter dem Textblock. Sorgt dafuer, dass helle Stellen
   im Foto den Text nicht ausbleichen. */
.hero .wrap::before, .phero .wrap::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -56px -12% -56px -50vw;
  background: radial-gradient(115% 105% at 18% 50%,
    rgba(23,13,6,.9) 0%, rgba(23,13,6,.82) 42%, rgba(23,13,6,.5) 68%, transparent 82%);
}
@media (max-width: 760px) {
  .hero .wrap::before, .phero .wrap::before {
    inset: -48px -50vw -48px -50vw;
    background: linear-gradient(180deg, rgba(23,13,6,.72), rgba(23,13,6,.88) 35%, rgba(23,13,6,.88));
  }
}
.hero-in { max-width: 780px; }
/* Ueber Fotos steht die Zeile in Creme, der Strich bleibt in der Akzentfarbe.
   Orange erreicht auf hellen Bildstellen keine 4,5:1. */
.hero .kicker, .phero .kicker { color: var(--cream); text-shadow: 0 1px 10px rgba(23,13,6,.9), 0 1px 3px rgba(23,13,6,.75); }
.hero h1, .phero h1, .hero .lead, .phero .lead, .hero-meta, .crumbs { text-shadow: 0 2px 16px rgba(23,13,6,.55); }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 5.6vw, 4.05rem); margin-bottom: var(--s5); }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero p.lead { color: rgba(255,255,255,.86); max-width: 560px; margin-bottom: var(--s6); }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: var(--s5) var(--s7);
  margin-top: var(--s7); padding-top: var(--s5);
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero-meta div { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.8); }
.hero-meta svg { width: 18px; height: 18px; color: var(--brand); flex: none; }

.scrollcue {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .2em;
  text-transform: uppercase; display: grid; justify-items: center; gap: 6px;
}
.scrollcue span { width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,.7), transparent); }
@media (max-width: 900px) { .scrollcue { display: none; } }
@media (max-width: 760px) {
  .hero-bg img { object-position: 62% center; }
  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(23,13,6,.62) 0%, rgba(23,13,6,.78) 40%, rgba(23,13,6,.88) 100%);
  }
  .phero-bg::after { background: linear-gradient(180deg, rgba(23,13,6,.72), rgba(23,13,6,.9)); }
}

/* Seiten-Hero */
.phero {
  position: relative; color: #fff; overflow: hidden;
  padding: calc(var(--head-h) + var(--s7)) 0 var(--s8);
  min-height: 460px; display: flex; align-items: flex-end;
}
.phero-bg { position: absolute; inset: 0; }
.phero-bg img { width: 100%; height: 100%; object-fit: cover; }
.phero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(23,13,6,.94), rgba(23,13,6,.74) 55%, rgba(23,13,6,.5));
}
.phero .wrap { position: relative; z-index: 1; }
.phero h1 { color: #fff; margin-bottom: var(--s4); }
.phero .lead { color: rgba(255,255,255,.85); max-width: 620px; margin-bottom: 0; }

.crumbs { display: flex; gap: 8px; align-items: center; font-size: .82rem; color: rgba(255,255,255,.62); margin-bottom: var(--s5); }
.crumbs a { color: rgba(255,255,255,.82); text-decoration: none; }
.crumbs a:hover { color: var(--brand); }

/* ---------- Buchungsleiste ---------- */
.bookbar { margin-top: calc(var(--s8) * -1); position: relative; z-index: 20; }
.bookbar-card {
  background: var(--paper); border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: 0 26px 60px -34px rgba(30, 17, 8, .5);
  overflow: hidden;
}
.bookbar-tabs {
  display: flex; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%);
          mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%);
}
@media (min-width: 900px) { .bookbar-tabs { -webkit-mask-image: none; mask-image: none; } }
.bookbar-tabs::-webkit-scrollbar { display: none; }
.bookbar-tabs button {
  flex: 1 0 auto; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 17px 20px; background: var(--sand); border: 0; border-right: 1px solid var(--line);
  font-size: .92rem; font-weight: 500; color: var(--muted); cursor: pointer;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
  white-space: nowrap;
}
.bookbar-tabs button:last-child { border-right: 0; }
.bookbar-tabs button svg { width: 19px; height: 19px; }
.bookbar-tabs button:hover { background: #fff; color: var(--ink); }
.bookbar-tabs button[aria-selected="true"] { background: var(--paper); color: var(--ink); box-shadow: inset 0 -3px 0 var(--brand); }
.bookbar-panel { padding: var(--s5); }
.bookbar-grid { display: grid; gap: var(--s4); align-items: end; }
.bookbar-grid--4 { grid-template-columns: repeat(4, 1fr) auto; }
.bookbar-grid--3 { grid-template-columns: repeat(3, 1fr) auto; }
@media (max-width: 980px) { .bookbar-grid--4, .bookbar-grid--3 { grid-template-columns: repeat(2, 1fr); } .bookbar-grid .btn { grid-column: 1 / -1; } }
@media (max-width: 540px) { .bookbar-grid--4, .bookbar-grid--3 { grid-template-columns: 1fr; } }
.bookbar-note { margin: var(--s4) 0 0; font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.bookbar-note svg { width: 15px; height: 15px; color: var(--brand-ink); flex: none; }

/* ---------- Formularfelder ---------- */
.field { display: grid; gap: 7px; }
.field > label, .field-label {
  font-size: .78rem; font-weight: 500; letter-spacing: .07em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 7px;
}
.field-label svg { width: 15px; height: 15px; color: var(--brand-ink); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 15px;
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font-size: 1rem; transition: border-color var(--t-fast) var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #C9BDAB; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); outline-offset: 1px; }
.field-hint { font-size: .8rem; color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); }
@media (max-width: 700px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

/* ---------- Kennzahlenband ---------- */
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); }
@media (max-width: 900px) { .kpis { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .kpis { grid-template-columns: 1fr; } }
.kpi { padding-left: var(--s5); border-left: 2px solid var(--brand); }
.kpi b { display: block; font-family: "Lora", serif; font-size: clamp(2.1rem, 3.6vw, 2.9rem); font-weight: 600; line-height: 1; color: var(--ink); }
.sec--dark .kpi b { color: #fff; }
.kpi u { display: block; text-decoration: none; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-ink); margin: 9px 0 6px; font-weight: 500; }
.sec--dark .kpi u { color: var(--brand); }
.kpi span { font-size: .9rem; color: var(--muted); }
.sec--dark .kpi span { color: var(--on-dark-mut); }

/* ---------- Karten ---------- */
.cards { display: grid; gap: var(--s5); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .cards--4 { grid-template-columns: repeat(2, 1fr); } .cards--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px)  { .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; } }

a.card, a.tile { text-decoration: none; color: inherit; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: #D6C8B4; }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.card-body h3 { margin: 0; }
.card-body p { color: var(--muted); font-size: .95rem; margin: 0; flex: 1; }
.card-badge {
  position: absolute; left: var(--s4); bottom: var(--s4);
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--brand); color: var(--ink);
  display: grid; place-items: center;
}
.card-badge svg { width: 23px; height: 23px; }
.sec--dark .card { background: rgba(255,255,255,.045); border-color: var(--line-dark); }
.sec--dark .card-body p { color: var(--on-dark-mut); }

/* Zimmerkarte mit Preisblock */
.roomcard .card-media { aspect-ratio: 3 / 2; }
.roomprice {
  position: absolute; right: 0; bottom: 0;
  background: var(--ink); color: #fff; padding: 12px 18px;
  border-top-left-radius: var(--r-md);
}
.roomprice b { display: block; font-family: "Lora", serif; font-size: 1.3rem; line-height: 1; }
.roomprice span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-mut); }
.roomfacts { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: var(--r-full);
  background: var(--sand); border: 1px solid var(--line);
  font-size: .78rem; color: var(--muted);
}
.chip svg { width: 14px; height: 14px; color: var(--brand-ink); }
.sec--dark .chip { background: rgba(255,255,255,.07); border-color: var(--line-dark); color: var(--on-dark-mut); }
.sec--dark .chip svg { color: var(--brand); }

/* Icon-Karte ohne Bild */
.icard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s5); }
.icard-ico { width: 48px; height: 48px; border-radius: 50%; background: var(--brand-tint); color: var(--brand-ink); display: grid; place-items: center; margin-bottom: var(--s4); }
.icard-ico svg { width: 24px; height: 24px; }
.icard h3 { font-size: 1.15rem; }
.icard p { color: var(--muted); font-size: .95rem; margin: 0; }
.sec--dark .icard { background: rgba(255,255,255,.045); border-color: var(--line-dark); }
.sec--dark .icard-ico { background: rgba(227,103,42,.18); color: var(--brand); }
.sec--dark .icard p { color: var(--on-dark-mut); }

/* Kachel mit Bild und Text darauf */
.tile { position: relative; border-radius: var(--r-md); overflow: hidden; min-height: 260px; display: flex; align-items: flex-end; color: #fff; text-decoration: none; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,13,6,.88), rgba(23,13,6,.15) 65%); }
.tile:hover img { transform: scale(1.06); }
.tile-in { position: relative; z-index: 1; padding: var(--s5); }
.tile-in h3 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.tile-in p { color: rgba(255,255,255,.8); font-size: .9rem; margin: 0; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--wide-left { grid-template-columns: 1.15fr 1fr; }
.split--wide-right { grid-template-columns: 1fr 1.15fr; }
.split--top { align-items: start; }
@media (max-width: 900px) { .split, .split--wide-left, .split--wide-right { grid-template-columns: 1fr; } }
.split-media { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.split-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.split-media--tall img { aspect-ratio: 3 / 4; }

/* Bildcollage */
.collage { position: relative; padding-bottom: 56px; padding-right: 46px; }
.collage-a { border-radius: var(--r-lg); overflow: hidden; }
.collage-a img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }
.collage-b {
  position: absolute; right: 0; bottom: 0; width: 52%;
  border-radius: var(--r-md); overflow: hidden; border: 6px solid var(--paper);
}
.sec--cream .collage-b, .sec--sand .collage-b { border-color: var(--cream); }
.collage-b img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.collage-stamp {
  position: absolute; left: -14px; top: 22px; z-index: 2;
  background: var(--brand); color: var(--ink); border-radius: var(--r-md);
  padding: 14px 18px; max-width: 190px;
}
.collage-stamp b { display: block; font-family: "Lora", serif; font-size: 1.5rem; line-height: 1; }
.collage-stamp span { font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Listen ---------- */
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; }
.checks svg { width: 21px; height: 21px; color: var(--brand); flex: none; margin-top: 2px; }
.checks--2 { grid-template-columns: 1fr 1fr; gap: 12px var(--s5); }
@media (max-width: 700px) { .checks--2 { grid-template-columns: 1fr; } }

.deflist { display: grid; gap: 0; margin: 0; }
.deflist div { display: flex; justify-content: space-between; gap: var(--s4); padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.deflist div:last-child { border-bottom: 0; }
.deflist dt { color: var(--muted); margin: 0; }
.deflist dd { margin: 0; font-weight: 500; text-align: right; }
.sec--dark .deflist div { border-color: var(--line-dark); }
.sec--dark .deflist dt { color: var(--on-dark-mut); }
.sec--dark .deflist dd { color: #fff; }
.deflist .is-closed dd { color: var(--brand-ink); }
.sec--dark .deflist .is-closed dd { color: var(--brand); }

.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s5); }
.panel h3 { font-size: 1.15rem; }
.panel--dark { background: var(--ink-2); border-color: var(--line-dark); color: var(--on-dark); }
.panel--dark h3 { color: #fff; }
.panel--brand { background: var(--brand-tint); border-color: #F0D9C8; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
@media (max-width: 800px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery button { padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: var(--r-md); overflow: hidden; position: relative; }
.gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 600ms var(--ease); }
.gallery button:hover img { transform: scale(1.05); }
.gallery button::after {
  content: ""; position: absolute; inset: 0; background: rgba(23,13,6,.18);
  opacity: 0; transition: opacity var(--t) var(--ease);
}
.gallery button:hover::after { opacity: 1; }
.gallery button:first-child { grid-column: span 2; grid-row: span 2; }
.gallery button:first-child img { aspect-ratio: 3 / 2.02; height: 100%; }
@media (max-width: 800px) { .gallery button:first-child { grid-column: span 2; grid-row: auto; } }

.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(18,10,4,.94);
  display: none; align-items: center; justify-content: center; padding: var(--s5);
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 86vh; border-radius: var(--r-md); }
.lightbox-close, .lightbox-nav {
  position: absolute; width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.35); background: rgba(0,0,0,.35); color: #fff;
  display: grid; place-items: center; cursor: pointer;
}
.lightbox-close { top: 22px; right: 22px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-nav--prev { left: 18px; }
.lightbox-nav--next { right: 18px; }
.lightbox svg { width: 24px; height: 24px; }
.lightbox-cap { position: absolute; left: 0; right: 0; bottom: 22px; text-align: center; color: rgba(255,255,255,.72); font-size: .85rem; padding: 0 var(--s7); }

/* ---------- Akkordeon ---------- */
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary {
  list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative;
  font-family: "Lora", serif; font-size: 1.1rem; font-weight: 600; color: var(--ink);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: translateY(-70%) rotate(45deg); transition: transform var(--t) var(--ease);
}
.acc details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.acc-body { padding: 0 var(--s7) 22px 0; color: var(--muted); font-size: .97rem; }

/* ---------- Bewertungen ---------- */
.quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s5); display: grid; gap: var(--s3); }
.stars { display: flex; gap: 3px; color: var(--brand); }
.stars svg { width: 18px; height: 18px; }
.quote p { font-family: "Lora", serif; font-size: 1.05rem; line-height: 1.5; color: var(--ink); margin: 0; }
.quote footer { font-size: .85rem; color: var(--muted); }
.quote footer b { color: var(--ink); font-weight: 500; display: block; }

/* ---------- Karte ---------- */
.mapbox { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--sand); min-height: 420px; }
.mapbox iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.map-consent { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; text-align: center; padding: var(--s5); }
.map-consent-in { max-width: 420px; background: rgba(255,255,255,.94); border-radius: var(--r-md); padding: var(--s5); border: 1px solid var(--line); }
.map-consent h3 { font-size: 1.15rem; }
.map-consent p { font-size: .9rem; color: var(--muted); }
.map-static { position: absolute; inset: 0; z-index: 0; }
.map-static svg { width: 100%; height: 100%; }
.mapbox .map-static svg { width: 100%; height: 100%; }

.routes { display: grid; gap: var(--s3); }
.route { display: flex; gap: var(--s4); align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.route:last-child { border-bottom: 0; }
.route-ico { width: 42px; height: 42px; border-radius: 50%; background: var(--brand-tint); color: var(--brand-ink); display: grid; place-items: center; flex: none; }
.route-ico svg { width: 21px; height: 21px; }
.route b { display: block; font-size: .95rem; }
.route span { font-size: .89rem; color: var(--muted); }
.sec--dark .route { border-color: var(--line-dark); }
.sec--dark .route-ico { background: rgba(227,103,42,.18); color: var(--brand); }
.sec--dark .route span { color: var(--on-dark-mut); }

/* ---------- CTA-Band ---------- */
.ctaband { position: relative; overflow: hidden; color: #fff; padding: clamp(56px, 6vw, 86px) 0; }
.ctaband-bg { position: absolute; inset: 0; }
.ctaband-bg img { width: 100%; height: 100%; object-fit: cover; }
.ctaband-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(23,13,6,.9), rgba(23,13,6,.58)); }
.ctaband .wrap { position: relative; z-index: 1; display: flex; gap: var(--s7); align-items: center; justify-content: space-between; flex-wrap: wrap; }
.ctaband h2 { color: #fff; margin-bottom: 10px; }
.ctaband p { color: rgba(255,255,255,.8); margin: 0; max-width: 520px; }
.ctaband .kicker { color: var(--brand); }

/* ---------- Fussbereich ---------- */
.site-foot { background: var(--ink); color: var(--on-dark-mut); padding: var(--s9) 0 var(--s5); font-size: .93rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--s7); }
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: var(--s6); } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.site-foot h4 { color: #fff; font-family: "Poppins", sans-serif; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin-bottom: var(--s4); }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.site-foot a { color: var(--on-dark-mut); text-decoration: none; }
.site-foot a:hover { color: var(--brand); }
.foot-brand img { height: 96px; width: auto; margin-bottom: var(--s4); }
.foot-contact { display: grid; gap: 12px; }
.foot-contact div { display: flex; gap: 11px; align-items: flex-start; }
.foot-contact svg { width: 18px; height: 18px; color: var(--brand); flex: none; margin-top: 3px; }
.foot-bottom {
  margin-top: var(--s8); padding-top: var(--s5); border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; gap: var(--s4); flex-wrap: wrap; font-size: .84rem;
}
.foot-bottom p { margin: 0; }

.to-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 40;
  width: 50px; height: 50px; border-radius: 50%; border: 0;
  background: var(--brand); color: var(--ink); cursor: pointer;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease);
}
.to-top.is-on { opacity: 1; pointer-events: auto; transform: none; }
.to-top svg { width: 22px; height: 22px; }

/* ---------- Demo-Hinweis ---------- */
.demoflag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-tint); color: var(--brand-ink);
  border: 1px solid #F0D9C8; border-radius: var(--r-full);
  padding: 7px 15px; font-size: .8rem; font-weight: 500;
}
.demoflag svg { width: 15px; height: 15px; }
.sec--dark .demoflag { background: rgba(227,103,42,.16); border-color: rgba(227,103,42,.36); color: var(--brand); }

.demobar {
  background: var(--ink-3); color: var(--on-dark); font-size: .82rem;
  padding: 11px 0; text-align: center;
}
.demobar b { color: var(--brand-hi); font-weight: 500; }

/* ---------- Buchungsassistent ---------- */
.wizard { display: grid; grid-template-columns: 1fr 380px; gap: var(--s7); align-items: start; }
@media (max-width: 1000px) { .wizard { grid-template-columns: 1fr; } }

.steps { display: flex; gap: var(--s2); margin-bottom: var(--s6); flex-wrap: wrap; }
.step {
  display: flex; align-items: center; gap: 10px; padding: 11px 17px;
  border: 1.5px solid var(--line); border-radius: var(--r-full);
  font-size: .88rem; color: var(--muted); background: var(--paper);
  font-family: inherit; text-align: left;
}
button.step:not([disabled]) { cursor: pointer; }
button.step[disabled] { cursor: default; }
.step b { width: 24px; height: 24px; border-radius: 50%; background: var(--sand); color: var(--muted); display: grid; place-items: center; font-size: .78rem; font-weight: 500; }
.step.is-active { border-color: var(--brand); color: var(--ink); }
.step.is-active b { background: var(--brand); color: var(--ink); }
.step.is-done b { background: var(--ink); color: #fff; }
.step.is-done { color: var(--ink); }

.wstep { display: none; }
.wstep.is-active { display: block; animation: fadein var(--t) var(--ease); }
.wstep:focus { outline: none; }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.optionlist { display: grid; gap: var(--s3); }
.option {
  display: flex; gap: var(--s4); align-items: center; flex-wrap: wrap;
  padding: var(--s4); border: 1.5px solid var(--line); border-radius: var(--r-md);
  background: var(--paper); cursor: pointer; transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.option-txt { flex: 1 1 220px; }
.option-price { margin-left: auto; }
.option:hover { border-color: #D0C1AC; }
.option input { position: absolute; opacity: 0; width: 0; height: 0; }
.option:has(input:checked) { border-color: var(--brand); background: #FFFCF8; }
.option:has(input:focus-visible) { outline: 3px solid var(--brand); outline-offset: 2px; }
.option-mark { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; flex: none; }
.option:has(input:checked) .option-mark { border-color: var(--brand); background: var(--brand); }
.option-mark svg { width: 13px; height: 13px; color: var(--ink); opacity: 0; }
.option:has(input:checked) .option-mark svg { opacity: 1; }
.option-txt b { display: block; font-size: 1rem; }
.option-txt span { font-size: .87rem; color: var(--muted); }
.option-price { text-align: right; font-family: "Lora", serif; font-size: 1.15rem; font-weight: 600; white-space: nowrap; }
.option-price small { display: block; font-family: "Poppins", sans-serif; font-size: .72rem; color: var(--muted); font-weight: 400; letter-spacing: .04em; }
.option-img { width: 96px; height: 72px; border-radius: var(--r-sm); object-fit: cover; }
@media (max-width: 560px) { .option-img { width: 64px; height: 52px; } .option-price { font-size: 1.05rem; } }

.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--r-full); overflow: hidden; background: var(--paper); }
.stepper button { width: 44px; height: 46px; border: 0; background: none; cursor: pointer; color: var(--ink); font-size: 1.2rem; line-height: 1; }
.stepper button:hover { background: var(--sand); }
.stepper output { min-width: 46px; text-align: center; font-weight: 500; }
.qtyrow { display: flex; justify-content: space-between; align-items: center; gap: var(--s4); padding: 15px 0; border-bottom: 1px solid var(--line); }
.qtyrow:last-of-type { border-bottom: 0; }
.qtyrow b { display: block; font-size: .98rem; font-weight: 500; }
.qtyrow span { font-size: .85rem; color: var(--muted); }

.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(126px, 1fr)); gap: var(--s3); }
.slot { position: relative; }
.slot input { position: absolute; opacity: 0; width: 0; height: 0; }
.slot label {
  display: grid; gap: 3px; padding: 13px; text-align: center; cursor: pointer;
  border: 1.5px solid var(--line); border-radius: var(--r-md); background: var(--paper);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.slot label b { font-size: 1.02rem; font-weight: 500; }
.slot label span { font-size: .76rem; color: var(--muted); }
.slot label:hover { border-color: #D0C1AC; }
.slot input:checked + label { border-color: var(--brand); background: #FFFCF8; }
.slot input:focus-visible + label { outline: 3px solid var(--brand); outline-offset: 2px; }
.slot input:disabled + label { opacity: .4; cursor: not-allowed; background: var(--sand); }
.slot .free-low { color: var(--brand-ink); }

.summary { position: sticky; top: calc(var(--head-h) + 16px); background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.summary-head { padding: var(--s5); border-bottom: 1px solid var(--line); display: flex; gap: var(--s4); align-items: center; }
.summary-head img { width: 74px; height: 60px; object-fit: cover; border-radius: var(--r-sm); }
.summary-head b { display: block; font-family: "Lora", serif; font-size: 1.15rem; }
.summary-head span { font-size: .82rem; color: var(--muted); }
.summary-body { padding: var(--s5); display: grid; gap: 11px; }
.sumrow { display: flex; justify-content: space-between; gap: var(--s4); font-size: .93rem; }
.sumrow span { color: var(--muted); }
.sumrow.is-total { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 5px; font-size: 1.06rem; }
.sumrow.is-total b { font-family: "Lora", serif; font-size: 1.45rem; }
.summary-foot { padding: 0 var(--s5) var(--s5); display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--s3); }
.summary-foot .btn { white-space: normal; text-align: center; }
.summary-body { min-width: 0; }
.summary-empty { color: var(--muted); font-size: .9rem; }

.confirm { text-align: center; padding: var(--s8) var(--s5); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--cream); }
.confirm-ico { width: 74px; height: 74px; border-radius: 50%; background: var(--brand); color: var(--ink); display: grid; place-items: center; margin: 0 auto var(--s5); }
.confirm-ico svg { width: 38px; height: 38px; }

/* ---------- Preisliste ---------- */
.pricetable { width: 100%; border-collapse: collapse; }
.pricetable th, .pricetable td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.pricetable th { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.pricetable td:last-child, .pricetable th:last-child { text-align: right; font-weight: 500; white-space: nowrap; }
.sec--dark .pricetable th, .sec--dark .pricetable td { border-color: var(--line-dark); }
.sec--dark .pricetable th { color: var(--on-dark-mut); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms var(--ease), transform 620ms var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Hilfsklassen ---------- */
.stack > * + * { margin-top: var(--s4); }
.stack-lg > * + * { margin-top: var(--s6); }
.center { text-align: center; }
.mt-6 { margin-top: var(--s6); }
.mt-7 { margin-top: var(--s7); }
.mb-0 { margin-bottom: 0; }
.nowrap { white-space: nowrap; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
