:root {
  --cream: #f4eee0;
  --cream-deep: #ece4cf;
  --paper: #fdfbf4;
  --green-950: #122318;
  --green-900: #18301f;
  --green-800: #1f4030;
  --green-700: #2a5440;
  --green-100: #dde7da;
  --ink: #28321f;
  --muted: #626a58;
  --gold: #a8853e;
  --gold-ink: #80662f; /* Gold als TEXT auf hellem Grund: 4,6:1 auf cream (WCAG) */
  --line: #e3dac0;
  --line-soft: #ece5d0;
  --danger: #9c4a33;
  --radius: 12px;
  --shadow: 0 14px 40px rgba(24, 38, 26, 0.10);
  --shadow-soft: 0 6px 18px rgba(24, 38, 26, 0.07);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Karla", "Segoe UI", sans-serif;
  --sel-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2379806c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }

/* ---- Formular-Controls: saubere Date/Time-Inputs (Select-Pfeil steht am Dateiende) ---- */
.field input[type="date"], .field input[type="time"],
.search-field input[type="date"], .search-field input[type="time"],
.admin-form input[type="date"], .admin-form input[type="time"],
.pcal-modal-field input[type="date"], .pcal-modal-field input[type="time"],
.datebar-pick input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.55;
  padding: 2px;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="time"]::-webkit-calendar-picker-indicator:hover { opacity: 0.85; }
select:disabled { cursor: not-allowed; opacity: 0.6; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > main { flex: 1 0 auto; }
.page-home .home-closing { margin-top: auto; }
main.page-narrow { width: 100%; }

img { display: block; max-width: 100%; }

a { color: var(--green-800); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; color: var(--green-900); }

.muted { color: var(--muted); }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line-soft);
  background: var(--cream);
  position: relative;
  z-index: 5;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green-900); }
.brand-emblem { width: 46px; height: 46px; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 21px;
}
.brand-name span {
  font-size: 10.5px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--gold-ink);
  font-weight: 600;
  margin-top: 2px;
}

.topbar-right { display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); }
.topbar-phone {
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; color: var(--green-900); font-weight: 600; font-size: 14.5px;
}
.topbar-phone svg { color: var(--gold); }

.lang-switch { display: flex; align-items: center; }
.lang-switch a {
  text-decoration: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 3px 9px;
}
.lang-switch a + a { border-left: 1px solid var(--line); }
.lang-switch a.active { color: var(--green-900); }
.lang-switch a:hover { color: var(--green-800); }

.home-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 32px) 24px 0;
  position: relative;
  z-index: 2;
}
.home-emblem { width: clamp(96px, 12vw, 132px); margin-bottom: clamp(8px, 1.4vw, 14px); }
.home-intro h1 {
  font-size: clamp(30px, 4.5vw, 46px);
  margin: 0 0 8px;
  line-height: 1.04;
}
.home-kicker {
  color: var(--gold);
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.home-line { color: var(--muted); max-width: 52ch; margin: 0 auto; }

.home-ornament {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(320px, 72%);
  margin: clamp(22px, 3.2vw, 30px) auto clamp(18px, 2.6vw, 24px);
  color: var(--gold);
}
.home-ornament span { flex: 1; height: 1px; background: linear-gradient(to right, transparent, var(--gold)); }
.home-ornament span:last-child { background: linear-gradient(to left, transparent, var(--gold)); }
.home-ornament i { font-style: normal; font-size: 13px; line-height: 1; }

.home-trio {
  display: flex;
  justify-content: center;
  gap: clamp(34px, 6vw, 66px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-trio li { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.home-trio svg { color: var(--gold); }
.home-trio li span {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green-900);
}

.home-art { position: relative; margin-top: clamp(-70px, -5vw, -34px); }
.home-art img {
  width: 100%;
  height: clamp(280px, 38vw, 560px);
  object-fit: cover;
  object-position: center bottom;
}
.home-art::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 30%;
  background: linear-gradient(to bottom, var(--cream), rgba(244, 238, 224, 0));
  pointer-events: none;
}
.home-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16%;
  background: linear-gradient(to top, var(--cream), rgba(244, 238, 224, 0));
  pointer-events: none;
}

.choice-kicker {
  font-size: 10.5px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold-ink);
  font-weight: 700;
  margin-bottom: 6px;
}

.home-photo { max-width: 1160px; margin: clamp(14px, 2.5vw, 28px) auto clamp(30px, 5vw, 58px); padding: 0 clamp(16px, 3vw, 24px); }
.home-photo img {
  width: 100%;
  height: clamp(240px, 38vw, 480px);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 6px solid var(--paper);
  outline: 1px solid rgba(168, 133, 62, 0.35);
}

.home-closing {
  background: var(--green-900);
  text-align: center;
  padding: clamp(38px, 6vw, 62px) 20px clamp(42px, 6vw, 66px);
}
.closing-script {
  font-family: "Dancing Script", "Brush Script MT", cursive;
  font-weight: 600;
  color: #f1eedd;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  margin: 0 0 12px;
}
.closing-sub {
  color: #b8a36b;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.choice { max-width: 1080px; margin: 0 auto; padding: 0 24px clamp(36px, 5vw, 56px); position: relative; z-index: 2; }

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 28px);
  margin-top: clamp(18px, 2.6vw, 30px);
  position: relative;
  z-index: 2;
}

.home-story {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(4px, 1.2vw, 14px) 24px 0;
  text-align: center;
}

.choice-card {
  display: flex;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.choice-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(24, 38, 26, 0.16); }
.choice-media { width: 42%; flex: none; }
.choice-media img { width: 100%; height: 100%; object-fit: cover; min-height: 150px; }
.choice-body { padding: clamp(16px, 2.6vw, 28px); display: flex; flex-direction: column; position: relative; flex: 1; }
.choice-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--green-900);
  line-height: 1.2;
}
.choice-sub { color: var(--muted); margin-top: 6px; font-size: 14px; }
.choice-arrow {
  margin-top: auto;
  align-self: flex-end;
  color: var(--gold);
  font-size: 20px;
  transition: transform 0.25s ease;
}
.choice-card:hover .choice-arrow, .package-band:hover .choice-arrow { transform: translateX(5px); }

.package-band {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: clamp(16px, 3vw, 28px);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 12px 26px 12px 12px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.package-band:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.package-media { width: 130px; flex: none; border-radius: 8px; overflow: hidden; }
.package-media img { height: 74px; width: 100%; object-fit: cover; }
.package-text { display: flex; flex-direction: column; flex: 1; }
.package-title {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--green-900);
}
.package-sub { color: var(--muted); font-size: 14px; }

.page-narrow { max-width: 1020px; margin: 0 auto; padding: clamp(20px, 4vw, 40px) 20px 64px; }

.stepper {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 4vw, 40px);
  list-style: none;
  margin: 0 0 clamp(22px, 4vw, 38px);
  padding: 0;
}
.stepper li { display: flex; align-items: center; gap: 9px; color: var(--muted); }
.step-num {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid; place-items: center;
  font-size: 12.5px; font-weight: 700;
  background: var(--paper);
}
.step-label { font-size: 11.5px; letter-spacing: 2.2px; text-transform: uppercase; font-weight: 600; }
.stepper li.active .step-num { background: var(--green-800); border-color: var(--green-800); color: #f6f2e4; }
.stepper li.active { color: var(--green-900); }
.stepper li.done .step-num { border-color: var(--green-700); color: var(--green-700); }

.page-title-block { text-align: center; margin-bottom: clamp(20px, 3.5vw, 32px); }
.page-title { font-size: clamp(30px, 4.5vw, 42px); margin: 0; }
.page-subtitle { color: var(--muted); margin: 6px 0 0; font-size: 14.5px; }

.card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.card-booking { padding: clamp(20px, 4vw, 36px); position: relative; overflow: hidden; }
.booking-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 56px); position: relative; z-index: 1; }

.deco-leaf {
  position: absolute;
  right: -14px;
  bottom: -20px;
  width: 110px;
  color: var(--green-700);
  opacity: 0.16;
  pointer-events: none;
}

.field-label {
  display: block;
  font-size: 11.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green-900);
  margin: 0 0 8px;
}

.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal-month { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--green-900); }
.cal-nav {
  text-decoration: none;
  color: var(--green-800);
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 15px;
}
.cal-nav:hover { background: var(--cream-deep); }
.cal-nav.disabled { opacity: 0.3; pointer-events: none; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-wd { text-align: center; font-size: 10px; letter-spacing: 1px; color: var(--muted); font-weight: 700; padding: 4px 0; }
.cal-day {
  text-align: center;
  padding: 7px 0;
  font-size: 13.5px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
}
a.cal-day:hover { background: var(--cream-deep); }
.cal-day.selected { background: var(--green-800); color: #f6f2e4; font-weight: 700; }
.cal-day.disabled { color: #c9c2ac; }
.cal-day.empty { visibility: hidden; }

.slots-date { font-family: var(--font-display); font-style: italic; font-size: 16px; color: var(--green-700); margin: -2px 0 12px; }
.slot-group { margin-bottom: 14px; }
.slot-group-label {
  display: block;
  font-size: 10.5px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--gold-ink); font-weight: 700; margin-bottom: 7px;
}
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: 8px; }
.slot-chip { position: relative; display: block; }
.slot-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.slot-chip span {
  display: block;
  text-align: center;
  padding: 9px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  background: var(--paper);
  transition: all 0.15s ease;
}
.slot-chip:hover span { border-color: var(--green-700); }
.slot-chip input:checked + span { background: var(--green-800); border-color: var(--green-800); color: #f6f2e4; }
.slot-chip input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.slot-chip.unavailable span { color: #c9c2ac; background: transparent; border-style: dashed; text-decoration: line-through; }

.persons-row { margin: 18px 0 20px; }
.persons-select {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 0 12px;
  background: var(--paper);
}
.persons-select svg { color: var(--muted); flex: none; }
.persons-select select {
  border: 0; background-color: transparent; padding: 11px 22px 11px 4px; font: inherit; width: 100%; color: var(--ink);
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-image: var(--sel-chevron); background-repeat: no-repeat; background-position: right 0 center; background-size: 12px;
  cursor: pointer;
}
.persons-select select:focus { outline: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 9px;
  padding: 13px 26px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.btn-primary { background: var(--green-800); color: #f6f2e4; }
.btn-primary:hover { background: var(--green-700); }
.btn-primary:active { transform: scale(0.98); }
.btn-wide { width: 100%; }
.btn-ghost { background: transparent; border: 1.5px solid var(--green-800); color: var(--green-800); }
.btn-ghost:hover { background: var(--green-800); color: #f6f2e4; }
.btn-light { background: var(--paper); color: var(--green-900); border: 1px solid var(--line); }
.btn-light:hover { background: var(--cream-deep); }

.call-hint { text-align: center; color: var(--muted); margin-top: 22px; font-size: 14.5px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.call-hint a { font-weight: 700; }

.twocol { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(18px, 3.5vw, 32px); align-items: start; }

.form-card { padding: clamp(20px, 3.5vw, 32px); }
.field { display: block; margin-bottom: 16px; flex: 1; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 11px 13px;
  font: inherit;
  color: var(--ink);
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(42, 84, 64, 0.12);
}
.field-row { display: flex; gap: 14px; flex-wrap: wrap; }
.field-small { flex: 0 0 130px; }

.summary-card { padding: 22px; position: sticky; top: 20px; }
.summary-title { font-size: 21px; margin: 0 0 14px; }
.summary-img { border-radius: 8px; height: 150px; width: 100%; object-fit: cover; margin-bottom: 14px; }
.summary-room { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--green-900); margin: 0 0 10px; }
.summary-list { margin: 0; }
.summary-list div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.summary-list dt { color: var(--muted); font-size: 14px; }
.summary-list dd { margin: 0; font-weight: 600; text-align: right; }
.summary-edit { display: inline-block; margin-top: 14px; font-size: 14px; color: var(--muted); }

.alert {
  background: #f7e8e0;
  border: 1px solid #e4c4b4;
  color: var(--danger);
  border-radius: 9px;
  padding: 11px 15px;
  font-size: 14.5px;
  margin: 0 0 16px;
}

.done-wrap { display: flex; justify-content: center; }
.done-card { max-width: 480px; width: 100%; padding: clamp(26px, 5vw, 40px); text-align: center; }
.done-check {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 2px solid var(--green-700);
  color: var(--green-700);
  display: grid; place-items: center;
}
.done-title { font-size: clamp(24px, 4vw, 30px); margin: 0 0 8px; }
.done-text { color: var(--muted); margin: 0 0 20px; }
.done-card .summary-list { text-align: left; margin-bottom: 22px; }

.searchbar {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 18px 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.search-field { flex: 1; min-width: 150px; }
.search-field input, .search-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  background: var(--paper);
  color: var(--ink);
}
.searchbar .btn { padding: 12px 28px; }

.room-card {
  display: flex;
  gap: 0;
  margin-bottom: 18px;
  overflow: hidden;
}
.room-media { width: 30%; flex: none; min-height: 190px; }
.room-media img { width: 100%; height: 100%; object-fit: cover; }
.room-body { padding: clamp(16px, 3vw, 26px); flex: 1; }
.room-name { font-size: clamp(21px, 2.6vw, 25px); margin: 0 0 6px; }
.room-desc { color: var(--muted); margin: 0 0 12px; max-width: 44ch; }
.room-extra { display: flex; align-items: center; gap: 8px; color: var(--green-700); font-size: 13.5px; font-weight: 600; margin: 0; }
.room-extra svg { color: var(--gold); }
.room-price {
  flex: none;
  width: 190px;
  padding: clamp(16px, 3vw, 26px);
  border-left: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  text-align: right;
}
.price-from { color: var(--muted); font-size: 12.5px; }
.price-value { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--green-900); line-height: 1; }
.price-per { color: var(--muted); font-size: 12.5px; margin-bottom: 12px; }

.empty-card { padding: 28px; text-align: center; color: var(--muted); }
.empty-card .btn { margin-top: 14px; }

.form-section-title { font-size: 20px; margin: 6px 0 14px; }
.form-card .form-section-title:not(:first-of-type) { margin-top: 22px; }

.board-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.board-opt {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; background: var(--paper); cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.board-opt:hover { border-color: var(--green-700); }
.board-opt input { width: 17px; height: 17px; accent-color: var(--green-800); flex: none; }
.board-opt:has(input:checked) { border-color: var(--green-800); background: #fcf9f0; }
.board-text { display: flex; flex-direction: column; gap: 2px; }
.board-name { font-weight: 700; font-size: 15px; }
.board-desc { font-size: 13px; color: var(--muted); }
.board-price { margin-left: auto; font-weight: 700; font-size: 14px; color: var(--green-800); white-space: nowrap; }

.greenfee-box {
  display: flex; align-items: center; gap: 14px;
  border: 1px dashed var(--line); border-radius: 10px;
  padding: 13px 15px; margin-bottom: 4px; background: var(--paper);
}
.greenfee-box .board-text { flex: 1; }
.greenfee-field { margin-left: auto; flex: 0 0 120px; }
.greenfee-field .field-label { font-size: 12px; }

.pay-box { border: 1px solid var(--line); border-radius: 10px; padding: 16px; background: #fcf9f0; }
.pay-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.pay-radio {
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 5px solid var(--green-800);
  background: var(--paper);
}
.pay-label { font-weight: 700; }
.pay-brands { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.brand-chip {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #2a3a6e;
  padding: 3px 7px;
}
.brand-chip.mc { display: inline-flex; padding: 3px 6px; }
.brand-chip.mc i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; background: #d6543a; }
.brand-chip.mc i + i { background: #e8a33d; margin-left: -5px; }
.pay-box .field input[disabled] { background: #f4f0e2; color: #a9a288; cursor: not-allowed; }
.pay-demo {
  margin: 4px 0 0;
  font-size: 13.5px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 7px;
  padding: 9px 12px;
}
.secure-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; margin: 16px 0 0; }
.secure-note svg { color: var(--green-700); }

.price-list { margin: 14px 0 0; }
.price-list div { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14.5px; border-bottom: 1px solid var(--line-soft); }
.price-list div[hidden] { display: none; }
.price-list dt { color: var(--muted); }
.price-list dd { margin: 0; font-weight: 600; }
.total-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0 16px;
}
.total-row span { font-weight: 700; }
.total-row small { display: block; font-weight: 400; color: var(--muted); font-size: 12px; }
.total-row strong { font-family: var(--font-display); font-size: 30px; color: var(--green-900); }
.cancel-note { text-align: center; color: var(--muted); font-size: 13px; margin: 12px 0 0; }

.trustband {
  background: var(--green-900);
  color: #e8e4d2;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 7vw, 90px);
  padding: 20px 16px;
  flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 0.4px; }
.trust-item svg { color: var(--gold); }

.site-footer {
  background: var(--green-950);
  color: #b9c2ae;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid rgba(197, 164, 108, 0.35);
}
.site-footer a { color: #dfe5d2; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 64px) 24px clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}
.footer-brand .footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-brand .footer-logo img { width: 72px; height: 72px; border-radius: 50%; background: var(--paper); padding: 4px; }
.footer-brand .brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.footer-brand .brand-name em { font-family: var(--font-display); font-style: normal; font-weight: 600; font-size: 21px; color: var(--paper); }
.footer-brand .brand-name span { font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--gold); }
.footer-claim { font-family: var(--font-display); font-size: 21px; color: var(--paper); margin: 20px 0 2px; }
.footer-sub { margin: 0; color: #96a28b; font-size: 13px; letter-spacing: 0.4px; }
.footer-heading {
  font-family: var(--font-body, inherit);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 6px 0 16px;
}
.footer-address { font-style: normal; margin: 0 0 10px; }
.footer-line { margin: 0 0 4px; }
.footer-hours { color: #96a28b; font-size: 13px; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin: 0 0 7px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #96a28b;
}
@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-brand .footer-logo { justify-content: center; }
  .footer-bottom { justify-content: center; text-align: center; }
}

.pkg-hero { display: flex; overflow: hidden; }
.pkg-img { width: 45%; object-fit: cover; min-height: 320px; }
.pkg-body { padding: clamp(24px, 4.5vw, 44px); }
.pkg-sub { color: var(--gold-ink); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; font-size: 12px; margin: 4px 0 16px; }
.pkg-text { color: var(--muted); max-width: 52ch; margin: 0 0 22px; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 8px 0 26px; }
.pkg-card { display: flex; flex-direction: column; overflow: hidden; }
.pkg-card-media { height: 180px; overflow: hidden; }
.pkg-card-media img { width: 100%; height: 100%; object-fit: cover; }
.pkg-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.pkg-card-title { font-size: 22px; margin: 0 0 6px; color: var(--green-900); }
.pkg-card-desc { color: var(--muted); margin: 0 0 14px; font-size: 14.5px; }
.pkg-card-inc-label { color: var(--gold-ink); font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; font-size: 11px; margin: 0 0 6px; }
.pkg-card-inc { list-style: none; margin: 0 0 16px; padding: 0; }
.pkg-card-inc li { position: relative; padding-left: 18px; margin-bottom: 5px; font-size: 14.5px; color: var(--ink); }
.pkg-card-inc li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.pkg-card-foot { margin-top: auto; }
.pkg-card-price { margin-bottom: 12px; }
.pkg-from { color: var(--muted); font-size: 13px; margin-right: 4px; }
.pkg-amount { font-size: 22px; font-weight: 700; color: var(--green-900); }
.pkg-per { color: var(--muted); font-size: 13px; }
.pkg-gf-note { display: block; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.pkg-card-foot .btn { width: 100%; }
.pkg-call-line { text-align: center; margin: 6px 0 10px; }
.pkg-call-line a { color: var(--green-800); font-weight: 600; text-decoration: none; }
.pkg-banner { background: var(--green-900); color: #f0ecdd; border-radius: 12px; padding: 14px 18px; margin: 0 0 18px; font-size: 14.5px; }
@media (max-width: 860px) { .pkg-grid { grid-template-columns: 1fr; } }

.legal-card { padding: clamp(20px, 4vw, 36px); margin-top: 18px; }
.legal .page-title { text-align: left; }

.admin-body { background: var(--green-900); display: block; }
.admin-shell { display: flex; min-height: 100vh; }

.admin-side {
  width: 230px;
  flex: none;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #dfe5d2;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.admin-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #f1eedd; padding: 2px 6px; }
.admin-brand img { width: 42px; height: 42px; object-fit: contain; background: #f6f2e4; border-radius: 50%; padding: 2px; }
.admin-brand em { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 17px; display: block; line-height: 1.1; }
.admin-brand small { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: #b8a36b; font-weight: 700; }

.admin-toggle {
  display: flex;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 4px;
}
.admin-toggle a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #b9c2ae;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 8px 4px;
  border-radius: 7px;
}
.admin-toggle a.active { background: #f6f2e4; color: var(--green-900); }

.admin-nav { display: flex; flex-direction: column; gap: 2px; }
.admin-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #c4cdb8;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 8px;
}
.admin-nav a:hover { background: rgba(255, 255, 255, 0.06); color: #f1eedd; }
.admin-nav a.active { background: rgba(255, 255, 255, 0.10); color: #f6f2e4; }
.admin-nav svg { flex: none; opacity: 0.8; }

.admin-logout {
  margin-top: auto;
  display: flex; align-items: center; gap: 10px;
  color: #93a08a; text-decoration: none; font-size: 13.5px; font-weight: 600;
  padding: 10px 12px;
}
.admin-logout:hover { color: #f1eedd; }

.admin-main {
  flex: 1;
  background: var(--cream);
  border-radius: 18px 0 0 18px;
  padding: clamp(18px, 3vw, 34px);
  min-width: 0;
}

.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.admin-topbar h1 { font-size: clamp(22px, 3vw, 30px); margin: 0; }

.admin-datebar { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.datebar-nav {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
  color: var(--green-900);
}
.datebar-pick input { border: 1px solid var(--line); border-radius: 8px; padding: 7px 10px; font: inherit; background: var(--paper); color: var(--ink); }
.datebar-today {
  text-decoration: none; font-size: 13px; font-weight: 700;
  color: var(--green-800); border: 1px solid var(--line); border-radius: 8px;
  padding: 7px 12px; background: var(--paper);
}
.datebar-stats { margin-left: auto; color: var(--muted); font-size: 13.5px; font-weight: 600; }

.admin-flash {
  background: var(--green-100);
  border: 1px solid #c4d4c0;
  color: var(--green-800);
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 14px;
  margin: 0 0 16px;
}

.admin-cols { display: grid; grid-template-columns: 300px 1fr; gap: 18px; align-items: start; }

.admin-panel {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(16px, 2.5vw, 24px);
  margin-bottom: 18px;
}
.admin-panel h2 { font-size: 19px; margin: 0 0 14px; }
.admin-panel h3 { font-size: 16px; margin: 0 0 8px; }
.admin-empty { color: var(--muted); }
.admin-hint { font-size: 13px; color: var(--muted); margin: 0 0 12px; }
.admin-sub { color: var(--muted); font-size: 14px; margin: 0 0 14px; }
.field-grouplabel { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-ink); font-weight: 700; margin: 18px 0 8px; }
.inv-link { color: var(--green-800); font-weight: 600; font-size: 13px; }
.inv-credit { color: #b06a4a; font-weight: 600; font-size: 13px; }
.ical-syncrow { margin-top: 12px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ical-syncrow .admin-sub { margin: 0; }

.occ-group { margin-bottom: 14px; }
.occ-group-label { display: block; font-size: 10.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-ink); font-weight: 700; margin-bottom: 6px; }
.occ-row { display: flex; align-items: center; gap: 10px; padding: 4px 0; }
.occ-row.blocked { opacity: 0.45; }
.occ-time { width: 42px; font-weight: 700; font-size: 13.5px; }
.occ-bar { flex: 1; height: 7px; border-radius: 4px; background: var(--cream-deep); overflow: hidden; }
.occ-bar i { display: block; height: 100%; background: var(--green-700); border-radius: 4px; }
.occ-bar i.busy { background: var(--gold); }
.occ-bar i.full { background: var(--danger); }
.occ-count { width: 56px; text-align: right; font-size: 12.5px; color: var(--muted); font-weight: 600; }

.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th {
  text-align: left;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 10px;
  border-bottom: 1.5px solid var(--line);
}
.admin-table td { padding: 10px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.admin-table tr:hover td { background: #faf6ea; }
.cell-time { font-weight: 700; white-space: nowrap; }
.cell-name small, .admin-table small { color: var(--muted); }
.cell-note { max-width: 220px; }

.tag { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; border-radius: 20px; padding: 3px 10px; white-space: nowrap; }
.tag-online { background: var(--green-100); color: var(--green-800); }
.tag-phone { background: #f3e6cf; color: #8a6a2c; }

.btn-cancel {
  border: 1px solid #ddc4b4;
  background: transparent;
  color: var(--danger);
  border-radius: 7px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 11px;
  cursor: pointer;
}
.btn-cancel:hover { background: #f7e8e0; }

.admin-hints {
  margin-top: 16px;
  background: #f8f2dd;
  border: 1px solid #e8dcb4;
  border-radius: 9px;
  padding: 12px 16px;
}
.admin-hints ul { margin: 4px 0 0; padding-left: 18px; }

.admin-form .field input, .admin-form .field select, .admin-form .field textarea { background: #fff; }
.check-field { display: flex; align-items: center; gap: 9px; font-size: 14px; margin: 4px 0 16px; color: var(--ink); }
.check-field input { width: 16px; height: 16px; accent-color: var(--green-800); }

.occal-scroll { overflow-x: auto; }
.occal { border-collapse: collapse; font-size: 12px; width: 100%; }
.occal th {
  padding: 5px 0;
  font-size: 10.5px;
  color: var(--muted);
  min-width: 26px;
  text-align: center;
  border-bottom: 1.5px solid var(--line);
}
.occal th.weekend { color: var(--gold-ink); }
.occal th.today { color: var(--green-800); }
.occal .occal-room { text-align: left; white-space: nowrap; padding: 7px 12px 7px 0; font-weight: 600; font-size: 13.5px; min-width: 170px; }
.occal .occal-room small { color: var(--muted); font-weight: 400; }
.occal-cell {
  text-align: center;
  border: 1px solid var(--line-soft);
  height: 30px;
  font-weight: 700;
  color: var(--green-900);
}
.occal-cell.level-0 { background: #fff; color: transparent; }
.occal-cell.level-1 { background: #dce8d6; }
.occal-cell.level-2 { background: #a9c89e; }
.occal-cell.level-3 { background: var(--green-700); color: #f1eedd; }
.occal-legend { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); margin: 12px 0 0; flex-wrap: wrap; }
.occal-legend .leg { width: 16px; height: 16px; border-radius: 4px; border: 1px solid var(--line-soft); display: inline-block; margin-left: 14px; }
.occal-legend .leg:first-child { margin-left: 0; }
.occal-legend .level-0 { background: #fff; }
.occal-legend .level-1 { background: #dce8d6; }
.occal-legend .level-2 { background: #a9c89e; }
.occal-legend .level-3 { background: var(--green-700); }

.room-edit { border: 1px solid var(--line-soft); border-radius: 9px; margin-bottom: 10px; background: #fff; }
.room-edit summary {
  cursor: pointer;
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14.5px;
}
.room-edit summary span { color: var(--muted); font-size: 13.5px; }
.room-edit form { padding: 6px 16px 16px; border-top: 1px solid var(--line-soft); }

.login-body { display: grid; place-items: center; min-height: 100vh; padding: 20px; }
.login-wrap { width: 100%; max-width: 380px; }
.login-card {
  background: var(--paper);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  padding: 34px 30px;
  text-align: center;
}
.login-logo { width: 110px; margin: 0 auto 12px; }
.login-card h1 { font-size: 24px; margin: 0 0 20px; }
.login-card .field { text-align: left; }

@media (max-width: 880px) {
  .choice-grid { grid-template-columns: 1fr; }
  .booking-cols { grid-template-columns: 1fr; }
  .twocol { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .room-card { flex-direction: column; }
  .room-media { width: 100%; }
  .room-media img { height: 200px; }
  .room-price {
    width: 100%;
    border-left: 0;
    border-top: 1px dashed var(--line);
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    text-align: left;
  }
  .room-price .btn { margin-left: auto; }
  .price-per { margin-bottom: 0; }
  .pkg-hero { flex-direction: column; }
  .pkg-img { width: 100%; min-height: 0; height: 220px; }
  .admin-shell { flex-direction: column; }
  .admin-side { width: 100%; height: auto; position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px; }
  .admin-brand { order: 0; }
  .admin-toggle { order: 1; margin-left: auto; }
  .admin-nav { order: 2; flex-direction: row; flex-wrap: wrap; width: 100%; }
  .admin-logout { order: 3; margin: 0; margin-left: auto; }
  .admin-main { border-radius: 18px 18px 0 0; }
  .admin-cols { grid-template-columns: 1fr; }
  .datebar-stats { margin-left: 0; width: 100%; }
  .admin-panel { overflow-x: auto; }
  .admin-table { min-width: 640px; }
  .occupancy-panel .admin-table, .occ-row { min-width: 0; }
}

@media (max-width: 560px) {
  .topbar { flex-wrap: wrap; }
  .topbar-right { width: 100%; justify-content: space-between; }
  .choice-media { width: 36%; }
  .package-band { flex-wrap: wrap; }
  .package-media { width: 100%; }
  .package-media img { height: 110px; }
  .stepper .step-label { display: none; }
  .stepper { gap: 10px; }
  .field-row { flex-direction: column; gap: 0; }
  .field-small { flex: 1; }
  .searchbar { flex-direction: column; align-items: stretch; }
  .page-narrow { padding-bottom: 44px; }
  .card-booking { padding: 18px 16px; }
  .form-card { padding: 18px 16px; }
  .summary-card { padding: 18px 16px; }
  .deco-leaf { display: none; }
  .pay-head { flex-wrap: wrap; }
  .pay-brands { margin-left: 0; width: 100%; }
  .total-row strong { font-size: 26px; }
  .home-photo { padding: 0 12px; }
  .home-photo img { height: 240px; }
  .choice { padding: 0 14px 40px; }
  .choice-arrow { display: none; }
  .room-body { padding: 16px; }
  .room-price { padding: 14px 16px; flex-wrap: wrap; }
  .trustband { gap: 14px; flex-direction: column; align-items: center; padding: 16px; }
  .admin-topbar h1 { font-size: 20px; }
  .admin-topbar .btn { width: 100%; }
  .admin-side { padding: 14px 12px; }
  .admin-brand span { display: none; }
  .admin-nav a { font-size: 13px; padding: 8px 9px; }
  .occal { min-width: 900px; }
  .room-edit summary { flex-direction: column; gap: 4px; }
  .closure-add { flex-direction: column; align-items: stretch; }
}

/* Sidebar nav groups */
.admin-nav-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  color: #8b977f; padding: 6px 12px 3px;
}
.admin-nav-divider { height: 1px; background: rgba(255, 255, 255, 0.08); margin: 10px 8px; }

/* In-page segmented tabs (settings) */
.seg-tabs {
  display: inline-flex; gap: 4px; padding: 4px; margin-bottom: 18px;
  background: var(--cream-deep); border: 1px solid var(--line); border-radius: 11px;
}
.seg-tabs button {
  appearance: none; border: 0; cursor: pointer; font-family: var(--font-body);
  font-size: 13.5px; font-weight: 700; color: var(--muted);
  padding: 8px 20px; border-radius: 8px; background: transparent; transition: all 0.15s;
}
.seg-tabs button:hover { color: var(--ink); }
.seg-tabs button.active { background: var(--green-900); color: var(--cream); box-shadow: var(--shadow-soft); }

/* Reservation detail */
.admin-stack { display: flex; flex-direction: column; gap: 18px; }
.detail-dl { display: grid; grid-template-columns: 130px 1fr; gap: 7px 14px; margin: 0 0 18px; }
.detail-dl dt { color: var(--muted); font-size: 13px; font-weight: 600; }
.detail-dl dd { margin: 0; color: var(--ink); font-size: 14.5px; }
.inline-assign { margin: 0; }
.inline-assign .field { margin: 0; }
.admin-hint.warn { color: var(--danger); font-weight: 600; }

/* Attachments */
.attach-list { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.attach-list li {
  display: flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 9px; padding: 9px 12px;
}
.attach-link { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14px; }
.attach-link:hover { color: var(--gold); }
.attach-link svg { color: var(--danger); flex: none; }
.attach-size { color: var(--muted); font-size: 12.5px; }
.attach-dl { margin-left: auto; color: var(--gold); text-decoration: none; font-size: 13px; font-weight: 600; }
.attach-dl:hover { text-decoration: underline; }
.attach-del { appearance: none; border: 0; background: transparent; cursor: pointer; color: var(--muted); font-size: 20px; line-height: 1; padding: 0 4px; }
.attach-del:hover { color: var(--danger); }
.attach-upload { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.attach-upload input[type=file] { font-size: 13px; }

/* List helpers */
.res-link { color: var(--ink); font-weight: 600; text-decoration: none; }
.res-link:hover { color: var(--gold); }
.att-badge { font-size: 12px; color: var(--muted); white-space: nowrap; }
.table-chip {
  display: inline-block; background: var(--green-100); color: var(--green-900);
  border-radius: 6px; padding: 2px 8px; font-size: 12.5px; font-weight: 700;
}
.btn-mini {
  display: inline-block; text-decoration: none; font-size: 12.5px; font-weight: 600;
  color: var(--green-800); border: 1px solid var(--line); border-radius: 7px;
  padding: 4px 10px; margin-right: 6px; background: var(--paper);
}
.btn-mini:hover { background: var(--cream-deep); }
.form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }

/* Table plan overview */
.table-plan { margin-top: 22px; }
.table-plan h3 { font-family: var(--font-display); font-size: 19px; color: var(--green-900); margin: 0 0 12px; }
.table-plan-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.table-plan-cell {
  border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; background: var(--paper);
}
.table-plan-cell.taken { border-color: var(--green-700); background: #f3f6ef; }
.tp-label { font-weight: 700; color: var(--green-900); font-size: 15px; }
.tp-seats { float: right; color: var(--muted); font-size: 12px; }
.table-plan-cell ul { list-style: none; margin: 8px 0 0; padding: 0; }
.table-plan-cell li { font-size: 12.5px; color: var(--ink); padding: 2px 0; border-top: 1px solid var(--line-soft); }
.tp-free { display: block; margin-top: 8px; color: #9aa388; font-size: 12.5px; font-style: italic; }

/* Graphical table plan (editor + day view) */
.table-plan-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 10px; }
.plan-legend { font-size: 12.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.plan-legend i { width: 13px; height: 13px; border-radius: 4px; display: inline-block; vertical-align: middle; }
.leg-free { background: var(--paper); border: 1px solid var(--line); }
.leg-taken { background: var(--green-700); }
.plan-tabs { margin-bottom: 14px; }

.plan-scroll { max-width: 100%; overflow-x: auto; overflow-y: hidden; padding-bottom: 2px; -webkit-overflow-scrolling: touch; }
.plan-canvas {
  position: relative; width: 880px; height: 460px;
  background: var(--paper);
  background-image: radial-gradient(var(--line-soft) 1px, transparent 1px);
  background-size: 26px 26px;
  border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; touch-action: none;
}
.plan-canvas.day { height: 400px; }
.plan-empty { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--muted); font-size: 14px; }

.plan-table {
  position: absolute; transform: translate(-50%, -50%);
  width: 74px; height: 74px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #fff; border: 2px solid var(--green-700); color: var(--green-900);
  box-shadow: var(--shadow-soft); user-select: none; touch-action: none;
  font-size: 13px; text-align: center; padding: 4px;
}
.plan-table.shape-round { border-radius: 50%; }
.plan-table.shape-rect { border-radius: 11px; width: 92px; height: 60px; }
.plan-canvas:not(.day) .plan-table { cursor: grab; }
.plan-canvas:not(.day) .plan-table.dragging { cursor: grabbing; box-shadow: 0 10px 26px rgba(24,38,26,0.22); z-index: 20; }
.plan-canvas.day .plan-table { cursor: pointer; }
.pt-name { font-weight: 700; line-height: 1.1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pt-seats {
  position: absolute; top: -7px; right: -7px;
  background: var(--gold); color: #fff; font-size: 11px; font-weight: 700;
  min-width: 18px; height: 18px; line-height: 18px; border-radius: 9px; padding: 0 4px;
}
.pt-on { font-size: 11px; color: var(--muted); margin-top: 1px; }

.plan-canvas.day .plan-table.taken { background: #eef3e9; border-color: var(--green-800); }
.plan-canvas.day .plan-table.free { border-color: var(--line); color: var(--muted); }
.plan-canvas.day .plan-table.free .pt-seats { background: #b9b09a; }

.plan-pop {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  width: 230px; background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow); padding: 11px 12px; z-index: 30; cursor: default;
  text-align: left; font-size: 13px; color: var(--ink);
}
.plan-pop strong { display: block; font-size: 13.5px; color: var(--green-900); margin-bottom: 7px; }
.pop-on { list-style: none; margin: 0 0 9px; padding: 0; }
.pop-on li { display: flex; align-items: center; gap: 6px; padding: 3px 0; border-top: 1px solid var(--line-soft); }
.pop-on li span { flex: 1; }
.pop-on form { margin: 0; }
.pop-x { appearance: none; border: 0; background: transparent; cursor: pointer; color: var(--muted); font-size: 17px; line-height: 1; padding: 0 2px; }
.pop-x:hover { color: var(--danger); }
.pop-add { margin: 0; }
.pop-add select { width: 100%; font-size: 12.5px; }


/* ---- Hotel: Rezeption, Status-Badges, Housekeeping ---- */
.topbar-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.unit-chip {
  display: inline-block; background: var(--green-100); color: var(--green-900);
  border-radius: 6px; padding: 2px 8px; font-size: 12.5px; font-weight: 700;
}
.stay-badge, .hk-badge {
  display: inline-block; border-radius: 20px; padding: 2px 10px; font-size: 12px; font-weight: 700; white-space: nowrap;
}
.st-expected { background: #efe7cf; color: #7a6520; }
.st-in { background: #d9ead9; color: #1f4030; }
.st-out { background: #e6e3da; color: #79806c; }
.st-noshow { background: #f0d9d2; color: #9c4a33; }

.checkin-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 0; }
.checkin-row select { min-width: 168px; }
.btn-sm { padding: 6px 12px; font-size: 13px; }
.cell-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.cell-actions form { margin: 0; }
.bal-open { color: var(--danger); }
.bal-paid { color: #6f8a5e; font-size: 12.5px; font-weight: 600; }

.hk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.hk-cell { border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: var(--paper); }
.hk-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.hk-clean { background: #d9ead9; color: #1f4030; }
.hk-dirty { background: #f5e4cf; color: #8a5a1e; }
.hk-inspected { background: #dce6ee; color: #2c557a; }
.hk-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.hk-actions form { margin: 0; }
.hk-btn {
  appearance: none; cursor: pointer; border: 1px solid var(--line); background: #fff;
  color: var(--muted); border-radius: 7px; padding: 5px 9px; font-size: 12px; font-weight: 600; font-family: var(--font-body);
}
.hk-btn:hover { background: var(--cream-deep); color: var(--ink); }
.hk-btn.active { background: var(--green-900); color: var(--cream); border-color: var(--green-900); }

@media (max-width: 640px) {
  .checkin-row { width: 100%; }
  .checkin-row select { flex: 1; min-width: 0; }
}

/* ---- Hotel-Belegungsplan (Tape-Chart) ---- */
.tape-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.tape { display: flex; flex-direction: column; min-width: max-content; padding-bottom: 96px; background: var(--paper); }
.tape-row { display: flex; align-items: stretch; min-height: 38px; }
.tape-rowlabel {
  width: 120px; flex: none; position: sticky; left: 0; z-index: 4;
  background: var(--cream-deep); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; padding: 0 12px; font-weight: 700; font-size: 13px; color: var(--green-900);
}
.tape-head .tape-rowlabel { background: var(--green-900); color: var(--cream); border-bottom: 0; }
.tape-head { position: sticky; top: 0; z-index: 5; }
.tape-days { display: flex; background: var(--green-900); }
.tape-day { width: var(--dayw); flex: none; text-align: center; color: #c4cdb8; font-size: 11px; line-height: 30px; }
.tape-day.weekend { color: var(--gold); }
.tape-day.today { background: rgba(255,255,255,0.14); color: #fff; font-weight: 700; }
.tape-track {
  position: relative; flex: none; border-bottom: 1px solid var(--line-soft);
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(var(--dayw) - 1px), var(--line-soft) calc(var(--dayw) - 1px), var(--line-soft) var(--dayw));
}
.tape-none .tape-rowlabel { color: var(--muted); }
.tape-ota .tape-rowlabel { color: #5a6b8c; }

.tape-bar {
  position: absolute; top: 5px; height: 28px; border-radius: 7px; padding: 0 8px;
  display: flex; align-items: center; font-size: 12px; font-weight: 600;
  cursor: grab; box-shadow: var(--shadow-soft); touch-action: none; user-select: none;
}
.bar-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; max-width: 100%; }
.tape-bar.st-expected { background: #ecdfb0; color: #5e4e16; }
.tape-bar.st-in { background: var(--green-700); color: #f1eedd; }
.tape-bar.st-out { background: #d3d6cc; color: #5d6353; }
.tape-bar.st-noshow { background: #e7c9bf; color: #7a3322; }
.tape-bar.ota { cursor: default; color: #555; background: repeating-linear-gradient(45deg, #d8d8d0, #d8d8d0 5px, #cfcfc6 5px, #cfcfc6 10px); }
.tape-bar.clipL { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.tape-bar.clipR { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.tape-bar.dragging { pointer-events: none; opacity: 0.88; z-index: 50; cursor: grabbing; box-shadow: 0 10px 26px rgba(24,38,26,0.25); }
.tape-row.drop-target .tape-track { background-color: #eef3e9; box-shadow: inset 0 0 0 2px var(--green-700); }

.bar-pop {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 40;
  width: 210px; background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow); padding: 11px 12px; cursor: default; color: var(--ink);
  display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 400;
}
.bar-pop strong { font-size: 13.5px; color: var(--green-900); }
.bar-pop span { color: var(--muted); font-size: 12.5px; }
.bar-pop .btn-mini { align-self: flex-start; }
.bar-pop form { margin: 0; }
.bar-cancel { appearance: none; border: 0; background: transparent; color: var(--danger); cursor: pointer; font-size: 12.5px; font-weight: 600; padding: 0; text-decoration: underline; }

/* ---- Restaurant Service-Modus ---- */
.av-badge { display: inline-block; border-radius: 10px; padding: 1px 7px; font-size: 10.5px; font-weight: 700; white-space: nowrap; }
.av-expected { background: #ece4cf; color: #7a6520; }
.av-arrived { background: #d9ead9; color: #1f4030; }
.av-noshow { background: #f0d9d2; color: #9c4a33; }
.av-left { background: #e6e3da; color: #79806c; }
.res-tag { display: inline-block; background: #efe7d6; color: #6e5a2a; border-radius: 6px; padding: 1px 7px; font-size: 11px; font-weight: 600; margin-left: 3px; }
.tag-walkin { background: #e2d6ef; color: #5b3a86; }
.admin-table tr.row-dim { opacity: 0.5; }

.ls-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; vertical-align: middle; border: 1px solid var(--line); margin: 0 3px 0 12px; }
.plan-legend .ls-dot:first-child { margin-left: 0; }
.ls-dot.ls-free { background: #fff; }
.ls-dot.ls-reserved { background: #e8c86a; }
.ls-dot.ls-busy { background: var(--green-700); }
.ls-dot.ls-clear { background: #d98b44; }

.plan-canvas.day .plan-table.ls-free { border-color: var(--line); color: var(--muted); }
.plan-canvas.day .plan-table.ls-free .pt-seats { background: #b9b09a; }
.plan-canvas.day .plan-table.ls-reserved { background: #f6eccf; border-color: #c8a64e; color: #6e5717; }
.plan-canvas.day .plan-table.ls-busy { background: #dfeeda; border-color: var(--green-800); color: var(--green-900); }
.plan-canvas.day .plan-table.ls-clear { background: #f4ddc7; border-color: #c87f3a; color: #8a5320; }

.pop-acts { display: inline-flex; gap: 3px; }
.pop-mini { appearance: none; border: 1px solid var(--line); background: #fff; border-radius: 5px; cursor: pointer; font-size: 11px; line-height: 1.4; padding: 2px 6px; color: var(--ink); }
.pop-mini:hover { background: var(--cream-deep); }
.walkin-form { display: flex; gap: 5px; align-items: center; flex-wrap: wrap; margin: 0; }
.walkin-party { width: 52px; }
.walkin-name { flex: 1; min-width: 84px; }
.tag-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 6px; margin-bottom: 12px; }
.table-pick-area { font-size: 12px; font-weight: 700; color: var(--green-900); margin: 8px 0 4px; text-transform: uppercase; letter-spacing: 0.04em; }

/* Phase 3b: Reservierung per Drag auf Tisch ziehen */
.unseated-rail { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 9px 11px; margin-bottom: 10px;
  background: var(--cream-deep); border: 1px dashed var(--line); border-radius: 9px; }
.unseated-label { font-size: 12px; font-weight: 700; color: var(--muted); margin-right: 4px; }
.unseated-chip { display: inline-block; padding: 4px 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  font-size: 12.5px; color: var(--ink); cursor: grab; touch-action: none; user-select: none; white-space: nowrap; }
.unseated-chip:hover { border-color: var(--green-700); }
.unseated-chip.dragging { opacity: 0.4; }
.drag-ghost { position: fixed; transform: translate(-50%, -50%); z-index: 9999; pointer-events: none;
  padding: 4px 10px; background: #fff; border: 1px solid var(--green-700); border-radius: 999px;
  font-size: 12.5px; box-shadow: 0 8px 22px rgba(24,38,26,0.25); white-space: nowrap; }
.plan-canvas.day .plan-table.drop-target { outline: 3px solid var(--green-700); outline-offset: 2px; }

/* Phase 4a: Küchenliste */
.kitchen-block { margin-bottom: 18px; }
.kitchen-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.kitchen-head h2 { margin: 0; }
.kitchen-sub { margin: 2px 0 0; font-size: 12.5px; color: var(--muted); }
.kitchen-total { display: flex; flex-direction: column; align-items: center; min-width: 78px; padding: 6px 14px;
  background: var(--green-900); color: #fff; border-radius: 10px; line-height: 1.05; }
.kitchen-total .kt-num { font-size: 26px; font-weight: 700; }
.kitchen-total .kt-lbl { font-size: 11px; opacity: 0.85; }
.kitchen-table .cell-stay { white-space: nowrap; color: var(--muted); }
.board-chip { display: inline-block; border-radius: 6px; padding: 1px 8px; font-size: 11.5px; font-weight: 600; }
.board-breakfast { background: #f6eccf; color: #6e5717; }
.board-halfboard { background: #dfeeda; color: var(--green-900); }
.board-logies { background: #e6e3da; color: #79806c; }
.kitchen-table .muted { color: var(--muted); }

@media print {
  .admin-side, .admin-datebar .datebar-nav, .admin-datebar .datebar-pick, .admin-datebar .datebar-today, .admin-topbar .btn { display: none !important; }
  .admin-shell, .admin-main { display: block; }
  .kitchen-total { background: #000 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .admin-panel { box-shadow: none; border: 1px solid #ccc; }
}

/* Phase 4b: Dashboard / Übersicht */
.admin-overview { display: flex; align-items: center; gap: 9px; padding: 8px 12px; margin: 0 0 10px; border-radius: 9px;
  font-weight: 600; color: var(--ink); text-decoration: none; border: 1px solid var(--line); background: #fff; }
.admin-overview svg { color: var(--green-700); }
.admin-overview:hover { background: var(--cream-deep); }
.admin-overview.active { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.admin-overview.active svg { color: #fff; }
.dash-section { margin-bottom: 16px; }
.stat-cards { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 10px; }
.stat-card { flex: 1 1 120px; min-width: 110px; display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px; background: var(--cream-deep); border: 1px solid var(--line); border-radius: 11px; }
.stat-card.wide { flex: 1 1 180px; }
.stat-card.accent { background: var(--green-900); border-color: var(--green-900); }
.stat-card.accent .stat-num, .stat-card.accent .stat-lbl { color: #fff; }
.stat-num { font-size: 28px; font-weight: 700; color: var(--green-900); line-height: 1.05; }
.stat-card.wide .stat-num { font-size: 23px; }
.stat-lbl { font-size: 12px; color: var(--muted); }
.dash-link { display: inline-block; font-size: 13px; font-weight: 600; color: var(--green-800); text-decoration: none; }
.dash-link:hover { text-decoration: underline; }
.dash-note { font-size: 12.5px; color: var(--muted); margin: 2px 0 8px; }
.dash-quick { display: flex; flex-wrap: wrap; gap: 8px; }

/* Phase 4c: Gästekartei */
.guest-search { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 12px; }
.guest-search input[type="search"] { flex: 1; min-width: 220px; padding: 9px 12px; border: 1px solid var(--line);
  border-radius: 9px; font-family: inherit; font-size: 14px; }
.guest-table .cell-contact { font-size: 12.5px; line-height: 1.4; }
.guest-table .cell-contact .muted { color: var(--muted); }
.regular-badge { display: inline-block; margin-left: 6px; padding: 1px 8px; border-radius: 999px;
  background: #f6eccf; color: #6e5717; font-size: 11px; font-weight: 700; white-space: nowrap; }
.guest-history .cell-stay { white-space: nowrap; }

/* Phase 5a: Preisregeln */
.weekday-grid { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px; }
.rate-add { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; }

/* Phase 5d: Tagesblatt */
.sheet-stats { font-size: 13px; color: var(--ink); margin: 0 0 14px; padding: 8px 12px; background: var(--cream-deep); border-radius: 8px; }
.sheet-block { margin-bottom: 16px; }
.sheet-block h2 { font-size: 15px; margin: 0 0 6px; color: var(--green-900); border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.sheet-table th, .sheet-table td { padding: 4px 8px; font-size: 13px; }
.sheet-list { margin: 4px 0 0; padding-left: 18px; font-size: 13px; line-height: 1.6; }
.sheet-cols { display: flex; gap: 18px; flex-wrap: wrap; }
.sheet-cols > .sheet-block { flex: 1 1 280px; }
@media print {
  .sheet-block { page-break-inside: avoid; }
  .sheet-stats { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* ---------- Preiskalender ---------- */
.pcal-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 14px; font-size: 12.5px; color: var(--muted); }
.pcal-legend span { display: inline-flex; align-items: center; gap: 6px; }
.pcal-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.pcal-dot.src-date { background: var(--gold); }
.pcal-dot.src-rule { background: var(--green-700); }
.pcal-dot.src-base { background: #cfc7ac; }
.pcal-occ-key { width: 22px; height: 6px; border-radius: 3px; display: inline-block; background: linear-gradient(to right, var(--green-700) 60%, var(--line) 60%); }

.pcal { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow-soft); margin-bottom: 22px; }
.pcal-head { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 6px; }
.pcal-head > div { text-align: center; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.pcal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.pcal-cell { min-height: 92px; border-radius: 10px; }
.pcal-cell.empty { background: transparent; }

.pcal-cell.day {
  position: relative; text-align: left; cursor: pointer; font-family: var(--font-body);
  border: 1px solid var(--line); background: #fff; padding: 6px 8px 8px;
  display: flex; flex-direction: column; gap: 2px; transition: border-color .12s, box-shadow .12s, transform .06s;
  border-left-width: 4px; border-left-color: #cfc7ac;
}
.pcal-cell.day:hover { border-color: var(--green-700); box-shadow: var(--shadow-soft); }
.pcal-cell.day:active { transform: translateY(1px); }
.pcal-cell.day.src-date { border-left-color: var(--gold); background: #fffdf6; }
.pcal-cell.day.src-rule { border-left-color: var(--green-700); }
.pcal-cell.day.wend { background: #f7f4ea; }
.pcal-cell.day.src-date.wend { background: #fffdf6; }
.pcal-cell.day.past { opacity: .55; }
.pcal-cell.day.today { outline: 2px solid var(--gold); outline-offset: -2px; }
.pcal-num { font-size: 12px; font-weight: 700; color: var(--muted); }
.pcal-price { font-size: 16px; font-weight: 700; color: var(--green-900); font-family: var(--font-display); line-height: 1.1; }
.pcal-min { font-size: 10.5px; font-weight: 700; color: var(--gold); }
.pcal-occbar { margin-top: auto; height: 5px; border-radius: 3px; background: var(--line); overflow: hidden; }
.pcal-occbar > i { display: block; height: 100%; background: var(--green-700); }
.pcal-occtxt { font-size: 10.5px; color: var(--muted); }

.pcal-range .field-row label { font-size: 13px; }
.pcal-range { max-width: 720px; }

.pcal-modal { position: fixed; inset: 0; z-index: 60; background: rgba(18, 35, 24, .42); display: flex; align-items: center; justify-content: center; padding: 18px; }
.pcal-modal[hidden] { display: none; }
.pcal-modal-card { position: relative; width: 100%; max-width: 360px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 22px 20px 20px; }
.pcal-modal-card h3 { margin: 0 6px 4px 0; font-size: 21px; }
.pcal-modal-x { position: absolute; top: 8px; right: 10px; background: none; border: none; font-size: 26px; line-height: 1; color: var(--muted); cursor: pointer; }
.pcal-modal-meta { font-size: 12.5px; color: var(--muted); margin: 0 0 14px; }
.pcal-modal-field { display: block; font-size: 13px; font-weight: 600; color: var(--green-900); margin-bottom: 12px; }
.pcal-modal-field input { display: block; width: 100%; margin-top: 4px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; font-family: var(--font-body); font-size: 15px; background: #fff; }
.pcal-modal-actions { display: flex; gap: 10px; margin-top: 4px; }
.pcal-modal-actions .btn { flex: 1; justify-content: center; }
.pcal-modal-err { color: var(--danger); font-size: 12.5px; font-weight: 600; margin: 10px 0 0; }

@media (max-width: 640px) {
  .pcal { padding: 7px; }
  .pcal-grid, .pcal-head { gap: 4px; }
  .pcal-cell { min-height: 78px; }
  .pcal-cell.day { padding: 4px 5px 6px; border-left-width: 3px; }
  .pcal-price { font-size: 14px; }
  .pcal-occtxt { font-size: 9.5px; }
}

/* ---------- Dashboard: Heute + Vorschau + Housekeeping ---------- */
.dash-today { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.today-card { background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 15px 16px 14px; }
.today-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.today-head > span { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--green-900); }
.gauge { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.gauge-big { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: var(--green-900); line-height: 1; }
.gauge-big span { font-size: 20px; color: var(--muted); font-weight: 600; }
.gauge-sub { font-size: 12.5px; color: var(--muted); }
.gauge-bar { height: 9px; border-radius: 5px; background: var(--line); overflow: hidden; margin: 10px 0 12px; }
.gauge-bar > i { display: block; height: 100%; background: var(--green-700); border-radius: 5px; }
.gauge-bar.rest > i { background: var(--gold); }
.today-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pill { font-size: 12px; color: var(--green-900); background: var(--cream); border: 1px solid var(--line); border-radius: 20px; padding: 3px 11px; }
.pill strong { font-weight: 700; }

.fc-strip { display: grid; grid-template-columns: repeat(14, 1fr); gap: 5px; overflow-x: auto; padding-bottom: 4px; }
.fc-day {
  display: flex; flex-direction: column; align-items: center; gap: 2px; text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 7px 3px 6px; min-width: 42px;
  transition: border-color .12s, box-shadow .12s;
}
.fc-day:hover { border-color: var(--green-700); box-shadow: var(--shadow-soft); }
.fc-day.wend { background: #f7f4ea; }
.fc-day.today { outline: 2px solid var(--gold); outline-offset: -2px; }
.fc-wd { font-size: 10.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; }
.fc-dnum { font-size: 14px; font-weight: 700; color: var(--green-900); }
.fc-col { width: 16px; height: 52px; background: var(--line); border-radius: 4px; display: flex; align-items: flex-end; overflow: hidden; margin: 2px 0; }
.fc-col > i { display: block; width: 100%; background: var(--green-700); border-radius: 4px; }
.fc-col > i.full { background: var(--gold); }
.fc-occ { font-size: 11px; font-weight: 700; color: var(--green-900); }
.fc-cov { font-size: 10.5px; color: var(--muted); }

.stat-card.warn { border-color: var(--gold); background: #fffaf0; }
.stat-card.warn .stat-num { color: var(--gold); }

.hk-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hk-bar h2 { margin: 0; }
.hk-summary { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hk-bulk { margin: 0; }

@media (max-width: 760px) {
  .dash-today { grid-template-columns: 1fr; }
  .fc-strip { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 46px; }
}

/* [hidden] muss display:flex/grid sicher überstimmen (sonst zeigen versteckte .field-row / .total-row trotzdem) */
[hidden] { display: none !important; }

/* ---------- btn-dark (primärer Admin-Button) ---------- */
.btn-dark { background: var(--green-800); color: #f6f2e4; }
.btn-dark:hover { background: var(--green-700); }
.btn-dark:active { transform: scale(0.98); }

/* ---------- Plain-Label-Formulare (Codes, Preiskalender-Zeitraum) ---------- */
.admin-form .field-row > label:not(.field):not(.check-field),
.admin-form > label.field-full {
  display: flex; flex-direction: column; gap: 4px;
  font-size: 12.5px; font-weight: 600; color: var(--green-900);
  flex: 1 1 160px; margin: 0 0 6px;
}
.admin-form > label.field-full { flex-basis: auto; margin-bottom: 14px; }
.admin-form .field-row > label:not(.field):not(.check-field) input,
.admin-form .field-row > label:not(.field):not(.check-field) select,
.admin-form > label.field-full input {
  width: 100%; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; padding: 9px 11px; font: inherit; font-weight: 400; color: var(--ink);
}

/* ---------- Codes-Verwaltung ---------- */
.code-list { display: flex; flex-direction: column; gap: 8px; }
.code-item { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.code-item.is-off { opacity: .62; }
.code-item > summary { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 11px 14px; cursor: pointer; list-style: none; }
.code-item > summary::-webkit-details-marker { display: none; }
.code-chip { font-size: 11px; font-weight: 700; letter-spacing: .4px; border-radius: 20px; padding: 3px 10px; white-space: nowrap; }
.code-chip.k-voucher { background: #e6dcc4; color: #7a5e22; }
.code-chip.k-discount { background: var(--green-100); color: var(--green-800); }
.code-code { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--green-900); letter-spacing: 1px; }
.code-meta { font-size: 12.5px; color: var(--ink); }
.code-uses { color: var(--muted); }
.code-state { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--green-700); }
.code-item.is-off .code-state { color: var(--muted); }
.code-edit { padding: 4px 14px 14px; border-top: 1px solid var(--line-soft); }
.code-edit input[readonly] { background: var(--cream); color: var(--muted); }

/* ---------- Checkout: Gutschein-/Rabattcode ---------- */
.code-box { margin: 4px 0 14px; padding: 12px 0 0; border-top: 1px solid var(--line-soft); }
.code-label { display: block; font-size: 12.5px; font-weight: 700; color: var(--green-900); margin-bottom: 6px; }
.code-row { display: flex; gap: 8px; }
.code-row input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 9px 11px; font: inherit; text-transform: uppercase; }
.code-row .btn { white-space: nowrap; }
.code-msg { font-size: 12.5px; font-weight: 600; margin: 7px 0 0; }
.code-msg.ok { color: var(--green-700); }
.code-msg.err { color: var(--danger); }
.discount-row dd { color: var(--green-700); font-weight: 700; }
.total-row.total-due { border-top: 1px dashed var(--line); margin-top: 4px; padding-top: 8px; }
.total-row.total-due strong { color: var(--gold-ink); }

/* ---------- Geschenkgutschein kaufen ---------- */
.gift-form .page-sub, .page-sub { color: var(--muted); font-size: 15px; margin: 6px 0 0; }
.gift-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 8px; }
.gift-amt { position: relative; cursor: pointer; }
.gift-amt > input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.gift-amt > span {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  border: 1.5px solid var(--line); border-radius: 11px; background: #fff;
  padding: 16px 10px; font-family: var(--font-display); font-size: 20px; font-weight: 600;
  color: var(--green-900); text-align: center; transition: border-color .12s, background .12s;
}
.gift-amt > input:checked + span { border-color: var(--green-700); background: #f3f6f0; box-shadow: inset 0 0 0 1px var(--green-700); }
.gift-amt > input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.gift-amt-custom > span { flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.gift-amt-custom input[type="number"] { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; font: inherit; font-size: 16px; color: var(--ink); text-align: center; }
@media (max-width: 520px) { .gift-amounts { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Event-/Festtagsmenüs ---------- */
.event-menu-box { margin: 6px 0 16px; padding: 16px; border: 1px solid var(--gold); border-radius: 11px; background: #fffdf6; }
.event-menu-box .form-section-title { margin-top: 0; }
.event-menu-intro { font-size: 14.5px; color: var(--ink); margin: 0 0 6px; }
.event-menu-pick { font-size: 12.5px; color: var(--muted); margin: 0 0 12px; }
.event-opt { border-top: 1px solid var(--line-soft); padding: 11px 0 5px; }
.event-opt:first-of-type { border-top: none; padding-top: 2px; }
.event-opt-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.event-opt-label { font-weight: 700; color: var(--green-900); }
.event-opt-price { font-weight: 600; color: var(--gold-ink); font-size: 13px; }
.event-opt-qty { width: 66px; border: 1px solid var(--line); border-radius: 8px; padding: 8px; background: #fff; font: inherit; color: var(--ink); }
.event-opt-desc { font-size: 13px; color: var(--muted); margin: 4px 0 0; line-height: 1.5; }

.tag-menu { background: #efe7cf; color: #7a5e22; }
.em-sub { font-size: 14px; margin: 16px 0 8px; color: var(--green-900); }
.em-opt { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 9px; padding: 11px 12px; margin-bottom: 8px; }
.em-add { background: #fff; border-style: dashed; }
.em-i18n { margin: 4px 0 10px; }
.em-i18n > summary { cursor: pointer; font-size: 12.5px; color: var(--green-800); font-weight: 600; padding: 4px 0; }
.em-i18n[open] > summary { margin-bottom: 6px; }
.nav-badge { background: var(--gold); color: #fff; border-radius: 10px; font-size: 11px; font-weight: 700; padding: 1px 7px; margin-left: 2px; }

/* ---------- „Feiern"-Seite ---------- */
.page-feiern-main { width: 100%; }
.feiern-hero { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.feiern-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feiern-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(18,35,24,.58), rgba(18,35,24,.32)); }
.feiern-hero-inner { position: relative; z-index: 1; color: #fff; padding: 44px 20px; max-width: 700px; }
.feiern-hero-inner h1 { color: #fff; font-size: clamp(34px, 6vw, 56px); margin: 0 0 12px; }
.feiern-hero-inner p { font-size: 17px; line-height: 1.6; margin: 0 0 24px; color: #f3eee0; }
.feiern-intro { max-width: 720px; margin: 46px auto 6px; padding: 0 20px; text-align: center; }
.feiern-intro p { font-size: 19px; line-height: 1.7; color: var(--green-900); font-family: var(--font-display); }
.feiern-occ { max-width: 1040px; margin: 38px auto; padding: 0 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.occ-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.occ-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.occ-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.occ-card:hover .occ-media img { transform: scale(1.04); }
.occ-body { padding: 18px 20px 20px; }
.occ-body h2 { margin: 0 0 6px; font-size: 24px; }
.occ-body p { margin: 0; color: var(--muted); line-height: 1.6; }
.feiern-why { max-width: 920px; margin: 52px auto; padding: 0 20px; text-align: center; }
.feiern-why-title { font-size: 30px; margin: 0 0 4px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 20px; }
.why-item h3 { margin: 0 0 6px; color: var(--gold); font-family: var(--font-body); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.why-item p { margin: 0; color: var(--green-900); line-height: 1.6; }
.feiern-form-wrap { max-width: 720px; margin: 42px auto 64px; padding: 0 20px; scroll-margin-top: 20px; }
.feiern-form-head { text-align: center; margin-bottom: 18px; }
.feiern-form-head h2 { font-size: 30px; margin: 0 0 6px; }
.feiern-form-head p { color: var(--muted); margin: 0; }
.feiern-done { text-align: center; }

.home-feiern { background: var(--green-900); color: #f3eee0; padding: 52px 20px; text-align: center; }
.home-feiern-inner { max-width: 640px; margin: 0 auto; }
.home-feiern-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.home-feiern h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 8px 0 10px; }
.home-feiern p { color: #e6ddc7; margin: 0 0 22px; line-height: 1.6; }

@media (max-width: 760px) { .feiern-occ, .why-grid { grid-template-columns: 1fr; } }

/* ---------- Veranstaltungen (Liste + Detail) ---------- */
.event-back { display: inline-block; margin: 18px 0 14px; color: var(--green-800); font-weight: 600; font-size: 14px; text-decoration: none; }
.event-card { padding: 0; overflow: hidden; margin-bottom: 22px; }
.event-img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; display: block; }
.event-body { padding: 22px 26px 26px; }
.event-title { margin: 0 0 12px; font-size: clamp(26px, 4vw, 38px); }
.event-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 14px; font-size: 14.5px; color: var(--green-900); }
.event-facts strong { color: var(--gold-ink); font-weight: 700; }
.event-intro { font-family: var(--font-display); font-size: 19px; line-height: 1.6; color: var(--green-900); margin: 0 0 10px; }
.event-text { color: var(--ink); line-height: 1.7; }
.event-signup { padding: 24px 26px; }
.event-spots { color: var(--green-700); font-weight: 600; font-size: 14px; margin: 0 0 12px; }
.event-full { color: var(--danger); font-weight: 600; font-size: 16px; margin: 0; text-align: center; }

.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 50px; }
.events-empty { text-align: center; color: var(--muted); font-size: 17px; padding: 40px 0 60px; }
.event-tile { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-soft); transition: box-shadow .15s, transform .12s; }
.event-tile:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.event-tile-media { aspect-ratio: 16 / 10; overflow: hidden; }
.event-tile-media img { width: 100%; height: 100%; object-fit: cover; }
.event-tile-body { display: flex; flex-direction: column; gap: 5px; padding: 16px 18px 18px; }
.event-tile-date { color: var(--gold-ink); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; }
.event-tile-title { font-family: var(--font-display); font-size: 23px; font-weight: 600; color: var(--green-900); }
.event-tile-intro { color: var(--muted); font-size: 14px; line-height: 1.55; }
.event-tile-cta { margin-top: 4px; color: var(--green-800); font-weight: 600; font-size: 14px; }

.home-events { max-width: 1040px; margin: 56px auto; padding: 0 20px; text-align: center; }
.home-events-title { font-size: clamp(26px, 4vw, 36px); margin: 0 0 22px; }
.home-events-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-event { display: flex; flex-direction: column; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .12s; }
.home-event:hover { transform: translateY(-2px); }
.he-media { aspect-ratio: 16 / 10; overflow: hidden; }
.he-media img { width: 100%; height: 100%; object-fit: cover; }
.he-body { padding: 14px 16px 16px; text-align: left; }
.he-date { display: block; color: var(--gold-ink); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.he-title { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--green-900); }
.home-events-all { display: inline-block; margin-top: 22px; color: var(--green-800); font-weight: 700; text-decoration: none; }

.event-link-row { font-size: 13px; color: var(--muted); margin: 0 0 12px; word-break: break-all; }

@media (max-width: 760px) { .events-grid, .home-events-row { grid-template-columns: 1fr; } }

/* ---- Einheitlicher Dropdown-Pfeil für alle Selects (am Dateiende, damit es Basis-Regeln überstimmt;
   setzt NUR background-image, lässt background-color der Basisregeln unangetastet) ---- */
.field select,
.search-field select,
.admin-form select,
.admin-form .field select,
.pop-add select,
.checkin-row select,
.inline-assign select,
select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--sel-chevron);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 34px;
  cursor: pointer;
}

/* ---------- UX refresh 2026-07: public navigation, accessibility, admin workflow ---------- */
html { scroll-behavior: smooth; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; }
button, input, select, textarea, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(168, 133, 62, .72);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  z-index: 120;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--green-950);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.page-content-anchor { scroll-margin-top: 86px; }
.btn:active, .btn-mini:active, .datebar-nav:active { transform: translateY(1px) scale(.99); }
.btn[disabled] { opacity: .48; cursor: not-allowed; filter: grayscale(.25); }
.notice-card {
  max-width: 720px;
  margin: 0 auto 18px;
  padding: 14px 18px;
  border: 1px solid #decfa8;
  border-radius: 10px;
  background: #fbf4df;
  color: #665321;
  text-align: center;
}
.notice-card a { font-weight: 700; }

.topbar { position: sticky; top: 0; z-index: 40; box-shadow: 0 5px 18px rgba(24, 48, 31, .035); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 28px); margin-inline: auto; }
.site-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--green-900);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 650;
  white-space: nowrap;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .22s ease;
}
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-menu { display: none; position: relative; }
.site-menu summary {
  width: 38px;
  height: 38px;
  display: grid;
  place-content: center;
  gap: 4px;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary span { display: block; width: 17px; height: 1.5px; background: var(--green-900); }
.site-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(300px, calc(100vw - 28px));
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.site-menu nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--green-900);
  text-decoration: none;
  font-weight: 650;
}
.site-menu nav a:hover, .site-menu nav a[aria-current="page"] { background: var(--cream-deep); }

.home-intro {
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: clamp(430px, 60dvh, 680px);
  justify-content: center;
  padding: 64px 24px;
  overflow: hidden;
  background: url("/assets/img/hero.jpg") center 46% / cover no-repeat;
}
.home-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(18,35,24,.16), rgba(18,35,24,.38));
}
.home-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(560px, calc(100% - 32px));
  height: min(330px, calc(100% - 58px));
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  background: rgba(253,251,244,.88);
  box-shadow: 0 26px 70px rgba(18,35,24,.24), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(8px);
}
.home-intro h1 { max-width: 15ch; font-size: clamp(38px, 5.2vw, 62px); letter-spacing: -.025em; }
.home-emblem { width: clamp(105px, 12vw, 146px); }

.admin-mobilebar, .admin-side-overlay { display: none; }
.admin-side { width: 250px; gap: 14px; }
.admin-overview {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #c4cdb8;
  text-decoration: none;
  font-weight: 650;
}
.admin-overview:hover, .admin-overview.active { background: rgba(255,255,255,.1); color: #fff; }
.admin-logout-form { margin-top: auto; }
.admin-logout {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.admin-main { max-width: calc(100vw - 250px); }
.admin-main :where(.stat-num, .gauge-big, .fc-occ, .datebar-stats, .total-row strong) { font-variant-numeric: tabular-nums; }
.eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-heading, .integration-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.section-heading h2, .integration-head h2 { margin-bottom: 2px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13.5px; }
.action-count, .system-state {
  flex: none;
  padding: 5px 10px;
  border-radius: 7px;
  background: var(--cream-deep);
  color: var(--green-800);
  font-size: 12px;
  font-weight: 750;
}
.system-state.ok { background: #d9ead9; }
.system-state.warn { background: #f5e4cf; color: #7a4e18; }
.action-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.action-item {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #faf7ee;
  color: var(--ink);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.action-item:hover { background: var(--cream-deep); transform: translateY(-1px); }
.action-marker { width: 7px; height: 7px; border-radius: 50%; background: var(--green-700); }
.action-item.warn .action-marker { background: #b86a3e; box-shadow: 0 0 0 4px rgba(184,106,62,.12); }
.action-item strong, .action-item small { display: block; }
.action-item strong { font-size: 14px; }
.action-item small { margin-top: 2px; color: var(--muted); font-size: 12.5px; }
.action-arrow { color: var(--gold); font-size: 18px; }
.admin-empty-state {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: #faf7ee;
}
.admin-empty-state > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: none;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 800;
}
.admin-empty-state strong { color: var(--green-900); }
.admin-empty-state p { margin: 2px 0 0; color: var(--muted); }

.settings-tabs { max-width: 100%; overflow-x: auto; scrollbar-width: thin; }
.settings-tabs button { white-space: nowrap; }
.integration-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.integration-card {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #fff;
}
.integration-dot { width: 9px; height: 9px; margin-top: 5px; flex: none; border-radius: 50%; background: #b6b5ad; }
.integration-dot.ok { background: #66865c; box-shadow: 0 0 0 4px rgba(102,134,92,.12); }
.integration-dot.off { background: #b77a52; box-shadow: 0 0 0 4px rgba(183,122,82,.1); }
.integration-card strong, .integration-card small { display: block; }
.integration-card small { margin-top: 2px; color: var(--muted); line-height: 1.45; }
.hk-filters { display: flex; gap: 6px; margin: 0 0 14px; overflow-x: auto; }
.hk-filters button {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  padding: 6px 10px;
  font: 650 12.5px var(--font-body);
  cursor: pointer;
  white-space: nowrap;
}
.hk-filters button.active { background: var(--green-900); border-color: var(--green-900); color: var(--cream); }
.hk-context { min-height: 38px; margin: 0 0 9px; color: var(--muted); font-size: 12.5px; line-height: 1.45; }
.hk-cell[hidden] { display: none; }

@media (max-width: 1120px) {
  .site-nav { display: none; }
  .site-menu { display: block; }
}

@media (max-width: 880px) {
  .admin-body { background: var(--cream); }
  .admin-mobilebar {
    position: sticky;
    top: 0;
    z-index: 72;
    height: 58px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: var(--green-900);
    color: #f6f2e4;
    box-shadow: 0 8px 24px rgba(18,35,24,.18);
  }
  .admin-mobilebar > a { color: #f6f2e4; text-decoration: none; font: italic 600 19px var(--font-display); }
  .admin-menu-button {
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 4px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
  }
  .admin-menu-button > span:not(.sr-only) { display: block; width: 17px; height: 1.5px; background: #f6f2e4; }
  .admin-quick { position: relative; }
  .admin-quick summary { cursor: pointer; list-style: none; padding: 7px 11px; border-radius: 7px; background: var(--gold); color: var(--green-950); font-weight: 800; font-size: 13px; }
  .admin-quick summary::-webkit-details-marker { display: none; }
  .admin-quick > div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 220px;
    padding: 8px;
    border-radius: 10px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .admin-quick a { display: block; padding: 9px 10px; border-radius: 6px; color: var(--green-900); text-decoration: none; font-weight: 650; }
  .admin-quick a:hover { background: var(--cream-deep); }
  .admin-shell { display: block; min-height: calc(100vh - 58px); }
  .admin-side {
    position: fixed;
    z-index: 80;
    inset: 0 auto 0 0;
    width: min(310px, 86vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    padding: 18px 14px;
    background: var(--green-900);
    transform: translateX(-104%);
    transition: transform .24s ease;
    box-shadow: 18px 0 48px rgba(18,35,24,.28);
  }
  .admin-nav { flex-direction: column; flex-wrap: nowrap; width: 100%; }
  .admin-brand span { display: block; }
  .admin-toggle { margin-left: 0; }
  .admin-logout-form { margin-top: auto; }
  .admin-side-overlay {
    position: fixed;
    z-index: 79;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(9,18,12,.48);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .admin-nav-open { overflow: hidden; }
  .admin-nav-open .admin-side { transform: translateX(0); }
  .admin-nav-open .admin-side-overlay { display: block; opacity: 1; pointer-events: auto; }
  .admin-main { width: 100%; max-width: none; min-height: calc(100vh - 58px); border-radius: 0; }
  .action-list { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar { padding: 10px 13px; }
  .brand-name { display: none; }
  .brand-emblem { width: 40px; height: 40px; }
  .topbar-right { width: auto; margin-left: auto; gap: 8px; }
  .topbar-phone span { display: none; }
  .lang-switch a { padding-inline: 6px; font-size: 11.5px; }
  .home-intro { min-height: 500px; padding-inline: 20px; }
  .home-intro::after { height: 340px; }
  .home-intro h1 { font-size: clamp(36px, 11vw, 50px); }
  .section-heading, .integration-head { align-items: flex-start; }
  .admin-main { padding: 16px 12px 28px; }
  .admin-panel { overflow-x: visible; }
  .admin-table { min-width: 680px; }
  .admin-panel:has(> .admin-table) { overflow-x: auto; }
  .hk-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hk-actions form, .hk-btn { width: 100%; }
}

.error-code {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font: 700 clamp(72px, 15vw, 160px)/.8 var(--font-display);
  letter-spacing: -.06em;
}

.pay-onsite {
  border-color: rgba(34, 70, 47, .2);
  background: rgba(239, 234, 216, .62);
}

.checkout-consent {
  margin-top: 18px;
  align-items: flex-start;
  line-height: 1.5;
}

.checkout-consent input {
  margin-top: 4px;
}

/* ==== Website-Ausbau 2026-07: Video-Hero, Startseiten-Sektionen, Unterseiten ==== */

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(480px, 78dvh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 22px;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; background: var(--green-950) url("/assets/img/hero.jpg") center 46% / cover no-repeat; }
.hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-video.on { opacity: 1; }
.hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(18, 35, 24, .34) 0%, rgba(18, 35, 24, .22) 42%, rgba(18, 35, 24, .58) 100%);
}
.hero-inner { max-width: 860px; }
.hero-inner h1 {
  margin: 0 0 10px;
  color: #fdfbf4;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -.02em;
  text-shadow: 0 2px 26px rgba(18, 35, 24, .45);
}
.hero-kicker {
  margin: 0 0 26px;
  color: #e9ddb8;
  font-size: clamp(11px, 1.4vw, 13.5px);
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 14px rgba(18, 35, 24, .5);
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: var(--paper);
  color: var(--green-900);
  border: 1px solid rgba(255, 255, 255, .6);
  padding: 14px 30px;
  font-size: 15.5px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(18, 35, 24, .3);
  transition: background .2s ease, transform .2s ease;
}
.btn-hero:hover { background: #fff; transform: translateY(-2px); }
.btn-hero:active { transform: translateY(0) scale(.98); }
.btn-hero-ghost {
  background: rgba(18, 35, 24, .24);
  color: #fdfbf4;
  border: 1px solid rgba(253, 251, 244, .75);
  backdrop-filter: blur(4px);
}
.btn-hero-ghost:hover { background: rgba(18, 35, 24, .42); color: #fff; }

.quickband {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 22px);
  max-width: 1160px;
  margin: clamp(-46px, -4vw, -30px) auto 0;
  padding: 0 clamp(16px, 3vw, 24px);
  position: relative;
  z-index: 3;
}
.quick-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.quick-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(24, 38, 26, .16); }
.quick-card img { width: 100%; height: clamp(88px, 10vw, 132px); object-fit: cover; }
.quick-card .quick-label {
  padding: 12px 14px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 18.5px);
  color: var(--green-900);
  line-height: 1.2;
}

.home-story { max-width: 820px; padding-top: clamp(40px, 6vw, 72px); }
.home-story h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 16px; line-height: 1.05; }
.home-welcome { color: var(--ink); max-width: 62ch; margin: 0 auto 14px; }
.home-welcome + .home-welcome { color: var(--muted); }

.home-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1160px;
  margin: clamp(48px, 7vw, 96px) auto 0;
  padding: 0 clamp(16px, 3vw, 24px);
}
.home-split.split-reverse .split-media { order: 2; }
.home-split.split-reverse .split-body { order: 1; }
.split-media { position: relative; padding-bottom: clamp(34px, 4vw, 52px); }
.split-img-main {
  width: 88%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.split-img-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 6px solid var(--cream);
  box-shadow: var(--shadow);
}
.split-reverse .split-img-main { margin-left: auto; }
.split-reverse .split-img-accent { right: auto; left: 0; }
.split-body h2 { font-size: clamp(28px, 3.4vw, 38px); margin: 0 0 6px; line-height: 1.05; }
.split-sub {
  color: var(--gold-ink);
  font-size: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 14px;
}
.split-body > p { max-width: 56ch; }
.split-minor { margin: 20px 0 6px; font-size: 20px; }
.split-note { color: var(--muted); font-size: 14px; margin-top: 14px; }
.split-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid var(--green-800);
  border-radius: 999px;
  background: transparent;
  color: var(--green-900);
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.btn-outline:hover { background: rgba(31, 64, 48, .08); transform: translateY(-1px); }

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 22px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.feature-grid li { display: flex; align-items: baseline; gap: 9px; font-size: 14.5px; }
.feature-grid li::before { content: "✦"; color: var(--gold); font-size: 11px; flex: none; }

.home-region {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1160px;
  margin: clamp(20px, 3vw, 40px) auto clamp(48px, 7vw, 90px);
  padding: 0 clamp(16px, 3vw, 24px);
}
.region-body h2 { font-size: clamp(28px, 3.4vw, 38px); margin: 0 0 14px; line-height: 1.05; }
.region-body > p { max-width: 56ch; }
.region-list-title { font-size: 19px; margin: 22px 0 8px; }
.region-list { list-style: none; margin: 0; padding: 0; }
.region-list li { padding: 8px 0 8px 24px; position: relative; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; }
.region-list li:last-child { border-bottom: 0; }
.region-list li::before { content: "✦"; position: absolute; left: 2px; top: 9px; color: var(--gold); font-size: 11px; }
.region-media { position: relative; padding-bottom: clamp(34px, 4vw, 52px); }
.region-media > img:first-child {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.region-img-small {
  position: absolute;
  left: clamp(-14px, -1.4vw, -8px);
  bottom: 0;
  width: 44%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  border: 6px solid var(--cream);
  box-shadow: var(--shadow);
}

.home-gallery { max-width: 1160px; margin: 0 auto clamp(48px, 7vw, 90px); padding: 0 clamp(16px, 3vw, 24px); }
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.6vw, 18px);
}
.gallery-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-feiern { margin-top: 0; }

.home-closing .closing-invite {
  font-family: var(--font-display);
  color: #f1eedd;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.35;
  margin: 0 0 22px;
}

/* Unterseiten: Bild-Hero, Prosa, Baender */
.subhero {
  position: relative;
  isolation: isolate;
  min-height: clamp(340px, 52dvh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 22px;
  overflow: hidden;
}
.subhero-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.subhero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(18, 35, 24, .3) 0%, rgba(18, 35, 24, .24) 45%, rgba(18, 35, 24, .56) 100%);
}
.subhero-inner h1 {
  margin: 0 0 8px;
  color: #fdfbf4;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
  text-shadow: 0 2px 24px rgba(18, 35, 24, .45);
}
.subhero-kicker {
  margin: 0 0 24px;
  color: #e9ddb8;
  font-size: clamp(11px, 1.3vw, 13px);
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-weight: 700;
}

.content-prose {
  max-width: 720px;
  margin: clamp(40px, 6vw, 64px) auto 0;
  padding: 0 24px;
  text-align: center;
}
.content-prose p { max-width: 62ch; margin: 0 auto 14px; }
.content-prose p:nth-child(n+2) { color: var(--muted); }
.prose-tagline {
  margin-top: 26px !important;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.6vw, 27px);
  color: var(--green-900) !important;
  line-height: 1.4;
}
.prose-tagline span { font-size: 15.5px; color: var(--muted); font-family: var(--font-body); }

.menu-band { max-width: 1160px; margin: clamp(44px, 6vw, 76px) auto 0; padding: 0 clamp(16px, 3vw, 24px); }
.menu-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: center;
  gap: clamp(22px, 4vw, 52px);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.menu-band-body { padding: clamp(24px, 4vw, 52px); }
.menu-band-body h2 { font-size: clamp(26px, 3.2vw, 36px); margin: 0 0 10px; }
.menu-band-body p { max-width: 52ch; color: var(--muted); }
.menu-band-inner > img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.menu-kids { margin: 14px 0 0; font-weight: 600; }
.menu-kids a { color: var(--green-800); text-decoration: underline; text-underline-offset: 3px; }
.menu-kids a:hover { color: var(--green-900); }

.hosts-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  max-width: 1160px;
  margin: clamp(44px, 6vw, 76px) auto 0;
  padding: 0 clamp(16px, 3vw, 24px);
}
.hosts-band img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hosts-body h2 { font-size: clamp(26px, 3.2vw, 36px); margin: 0 0 10px; }
.hosts-body p { max-width: 50ch; color: var(--muted); }

.board-band { background: var(--green-900); margin-top: clamp(48px, 7vw, 90px); padding: clamp(38px, 5.5vw, 64px) clamp(16px, 3vw, 24px); }
.board-band-inner { max-width: 1160px; margin: 0 auto; text-align: center; }
.board-band-inner h2 { color: #f1eedd; font-size: clamp(26px, 3.2vw, 36px); margin: 0 0 10px; }
.board-band-inner > p { color: #c9c3a6; max-width: 62ch; margin: 0 auto 26px; }
.board-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.8vw, 18px);
}
.board-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border: 1px solid rgba(241, 238, 221, .22);
  border-radius: var(--radius);
  background: rgba(253, 251, 244, .05);
}
.board-card-name { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: #f1eedd; }
.board-card-price { color: #b8a36b; font-size: 13.5px; font-weight: 700; }
.board-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #e9ddb8;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
}
.board-more:hover { color: #fff; }

.faq-section { max-width: 1020px; margin: clamp(48px, 7vw, 90px) auto 0; padding: 0 clamp(16px, 3vw, 24px); }
.faq-section > h2 { text-align: center; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 26px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 34px) clamp(24px, 4vw, 48px); }
.faq-item h3 { margin: 0 0 6px; font-size: 19px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14.5px; }

.book-band {
  background: var(--green-900);
  text-align: center;
  margin-top: clamp(48px, 7vw, 90px);
  padding: clamp(40px, 6vw, 66px) 20px;
}
.book-band h2 {
  color: #f1eedd;
  font-size: clamp(26px, 3.4vw, 40px);
  margin: 0 0 22px;
  line-height: 1.1;
}
.page-restaurant .book-band, .page-hotel .book-band { margin-bottom: 0; }
.page-hotel .board-band { margin-bottom: clamp(40px, 6vw, 72px); }
.page-hotel main.page-narrow { scroll-margin-top: 80px; }

/* Scroll-Reveals (reduced-motion-sicher) */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1); }
  .rv.in { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .quickband { grid-template-columns: repeat(2, 1fr); }
  .home-split, .home-region, .hosts-band { grid-template-columns: 1fr; }
  .home-split.split-reverse .split-media { order: 0; }
  .home-split.split-reverse .split-body { order: 1; }
  .board-cards { grid-template-columns: repeat(2, 1fr); }
  .menu-band-inner { grid-template-columns: 1fr; }
  .menu-band-inner > img { min-height: 200px; max-height: 280px; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero { min-height: clamp(440px, 86dvh, 620px); }
  .hero-ctas .btn-hero { width: 100%; justify-content: center; }
  .quickband { margin-top: -24px; }
  .quick-card img { height: 84px; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .split-img-accent { border-width: 4px; }
}

.events-empty-card { text-align: center; padding: 0 0 28px; overflow: hidden; }
.events-empty-card img { width: 100%; height: 210px; object-fit: cover; margin-bottom: 22px; }
.events-empty-card .events-empty { margin: 0 18px 6px; }
.events-empty-sub { color: var(--muted); margin: 0 18px 18px; }

/* Checkboxen, Radios und Datei-Inputs im Markenlook (Gast + Admin) */
input[type="checkbox"], input[type="radio"] {
  accent-color: var(--green-800);
  width: 17px;
  height: 17px;
  flex: none;
  cursor: pointer;
}
input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
input[type="file"] {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
}
input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 8px 16px;
  border: 1px solid var(--green-800);
  border-radius: 999px;
  background: var(--paper);
  color: var(--green-900);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  transition: background .2s ease;
}
input[type="file"]::file-selector-button:hover { background: var(--cream-deep); }

/* Freie Rechnung: Positionszeilen */
.invoice-item-row .field-wide { flex: 2.4; }
.invoice-item-row .field-slim { flex: .7; min-width: 90px; }

/* Fix: body ist flex-column - zentrierte Sektionen brauchen volle Breite, sonst shrink-to-fit */
.quickband, .home-split, .home-region, .home-gallery, .home-events,
.content-prose, .menu-band, .hosts-band, .faq-section, .home-story {
  width: 100%;
}
/* Fix: alter Negativ-Margin der Zeichnung (war fuer die Kartenreihe gedacht) */
.home-art { margin-top: clamp(28px, 4vw, 56px); }
.home-gallery { margin-top: clamp(40px, 6vw, 72px); }

/* Touch-Ziele auf Fingergroesse bringen, ohne die Optik zu vergroessern */
@media (pointer: coarse) {
  .lang-switch a { padding: 11px 12px; }
  .site-menu summary { min-width: 44px; min-height: 44px; }
  .cal-nav { width: 44px; height: 44px; }
  .cal-day { padding: 13px 0; }
  .slot-chip span { padding: 13px 0; }
  .site-footer a { display: inline-block; padding: 5px 2px; }
}

/* Buchungsbedingungen im Checkout */
.booking-terms {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.booking-terms > summary {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: var(--green-900);
  list-style: none;
}
.booking-terms > summary::-webkit-details-marker { display: none; }
.booking-terms > summary::after { content: " ▾"; color: var(--gold); }
.booking-terms[open] > summary::after { content: " ▴"; }
.booking-terms-body { padding: 0 16px 16px; font-size: 13.5px; line-height: 1.6; }
.booking-terms-body p { margin: 0 0 12px; }
.booking-terms-body strong { color: var(--green-900); }

/* Rechtstexte */
.legal-card h2 { font-size: 19px; margin: 26px 0 8px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { margin: 0 0 12px; line-height: 1.65; }
.legal-updated { margin-top: 26px !important; color: var(--muted); font-size: 13px; }

/* Consent-Banner (Google-Ads-Messung), Muster von der WM-Landingpage */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  display: none; flex-wrap: wrap; align-items: center; gap: 12px 16px;
  background: var(--paper); border: 1px solid var(--green-100); border-radius: 14px;
  box-shadow: 0 12px 34px rgba(18, 35, 24, .18); padding: 14px 18px;
  max-width: 860px; margin: 0 auto; font-size: 14px; }
.consent.show { display: flex; }
.consent p { margin: 0; flex: 1 1 260px; line-height: 1.45; color: var(--green-900); }
.consent .btns { display: flex; gap: 8px; }
.consent button { font: 600 14px var(--font-body, inherit); border-radius: 999px;
  padding: 10px 18px; border: 1px solid transparent; cursor: pointer; }
.consent .yes { background: var(--green-800); color: var(--paper); }
.consent .yes:hover { background: var(--green-900); }
.consent .no { background: var(--cream-deep); border-color: var(--green-800); color: var(--green-900); }
.consent .no:hover { background: var(--green-100); }
body.consent-open { padding-bottom: 190px; }
@media (min-width: 700px) { body.consent-open { padding-bottom: 130px; } }
@media (max-width: 480px) {
  .consent { left: 8px; right: 8px; bottom: 8px; padding: 12px 13px; gap: 9px; font-size: 13px; }
  .consent p { flex: 1 1 100%; line-height: 1.4; }
  .consent .btns { width: 100%; gap: 8px; }
  .consent .btns button { flex: 1; padding: 11px 10px; }
  body.consent-open { padding-bottom: 168px; }
}
