@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Fraunces:ital,wght@0,300;0,400;0,600;1,300&display=swap');

/* ── WRAPPER ── */
.bs-booking-wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  border-radius: 20px;
  box-shadow: 0 12px 60px rgba(0,0,0,0.18);
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

/* ── LEFT ── */
.bs-left {
  background: #111110;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs-badge {
  display: inline-block;
  background: rgba(200,169,110,0.15);
  color: #c8a96e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 22px;
  border: 1px solid rgba(200,169,110,0.25);
}
.bs-left h2 {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.bs-left > div > p {
  font-size: 15px;
  color: #b0b0a8;  /* heller als vorher */
  line-height: 1.7;
  margin: 0 0 28px;
}
.bs-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #c8c8c0;  /* deutlich heller */
}
.bs-meta-icon {
  width: 30px; height: 30px;
  background: #1a1a18;
  border: 1px solid #2e2e2b;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
}
.bs-divider {
  border: none;
  border-top: 1px solid #2e2e2b;
  margin: 26px 0 18px;
}
.bs-contact { display: flex; flex-direction: column; gap: 8px; }
.bs-contact a {
  font-size: 13px;
  color: #b0b0a8;  /* heller */
  text-decoration: none;
  transition: color 0.2s;
  display: flex; align-items: center; gap: 8px;
}
.bs-contact a:hover { color: #c8a96e; }

/* ── RIGHT ── */
.bs-right {
  padding: 40px 50px 40px;
  background: #f4f4f0;
}
.bs-right h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 400;
  color: #111110;
  margin: 0 0 5px;
  letter-spacing: -0.02em;
}
.bs-right > p {
  font-size: 13px;
  color: #555550;  /* dunkler als vorher */
  margin: 0 0 22px;
  line-height: 1.6;
}

/* ── STEPS ── */
.bs-steps {
  display: flex;
  border-bottom: 2px solid #e8e8e3;
  margin-bottom: 22px;
}
.bs-step-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 7px 18px 9px;
  font-size: 13px;
  font-weight: 500;
  color: #888880;
  cursor: default;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.01em;
  transition: all 0.2s;
}
.bs-step-btn.active {
  color: #111110;
  border-bottom-color: #c8a96e;
  font-weight: 600;
}

/* ── PANELS ── */
.bs-panel { display: none; }
.bs-panel.active { display: block; }

/* ── CALENDAR ── */
.bs-cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.bs-cal-month-label {
  font-weight: 600;
  font-size: 15px;
  color: #111110;
  letter-spacing: -0.01em;
}
.bs-cal-nav {
  background: #ffffff;
  border: 1px solid #e8e8e3;
  border-radius: 8px;
  width: 30px; height: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #111110;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  line-height: 1;
}
.bs-cal-nav:hover { background: #111110; color: #fff; border-color: #111110; }
.bs-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  text-align: center;
}
.bs-cal-day-name {
  font-size: 11px;
  font-weight: 700;
  color: #888880;
  letter-spacing: 0.06em;
  padding: 4px 0 6px;
}
/* WICHTIGSTE ÄNDERUNG: feste Höhe statt aspect-ratio */
.bs-cal-day {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  color: #111110;
  cursor: pointer;
  border: 1.5px solid transparent;
  background: #ffffff;
  transition: all 0.15s;
  font-weight: 400;
}
.bs-cal-day:hover:not(.empty):not(.past) {
  border-color: #c8a96e;
}
.bs-cal-day.selected {
  background: #111110;
  color: #fff;
  font-weight: 600;
  border-color: #111110;
}
.bs-cal-day.today { font-weight: 700; color: #c8a96e; }
.bs-cal-day.past { color: #ccc; cursor: default; background: transparent; border-color: transparent; }
.bs-cal-day.empty { cursor: default; background: transparent; }

/* ── SUMMARY BAR ── */
.bs-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e3;
  border-radius: 10px;
  padding: 9px 14px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #111110;
}
.bs-summary a {
  color: #888880;
  font-size: 12px;
  text-decoration: none;
  margin-left: auto;
}
.bs-summary a:hover { color: #c8a96e; }

/* ── SLOTS ── */
.bs-times-label {
  font-size: 11px;
  font-weight: 700;
  color: #555550;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.bs-slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: 4px;
}
.bs-slot {
  background: #ffffff;
  border: 1.5px solid #e8e8e3;
  border-radius: 10px;
  padding: 9px 4px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #111110;
  cursor: pointer;
  transition: all 0.15s;
  font-family: 'DM Sans', sans-serif;
}
.bs-slot:hover { border-color: #c8a96e; }
.bs-slot.selected {
  background: #111110;
  color: #fff;
  border-color: #111110;
}

/* ── FORM ── */
.bs-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bs-form-group { margin-bottom: 18px; }
.bs-form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #111110;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
.bs-form-group input,
.bs-form-group textarea {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e8e8e3;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  color: #111110;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.bs-form-group input:focus,
.bs-form-group textarea:focus { border-color: #c8a96e; }
.bs-form-group textarea { resize: vertical; min-height: 90px; }

/* ── BUTTONS ── */
.bs-btn-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.bs-btn {
  padding: 11px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  border: none;
  letter-spacing: 0.01em;
}
.bs-btn-primary {
  background: #111110;
  color: #fff;
  flex: 1;
}
.bs-btn-primary:hover { background: #c8a96e; transform: translateY(-1px); }
.bs-btn-secondary {
  background: #ffffff;
  color: #555550;
  border: 1.5px solid #e8e8e3;
}
.bs-btn-secondary:hover { border-color: #111110; color: #111110; }

/* ── ERROR ── */
.bs-error {
  color: #a00;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 13px;
  background: #fff5f5;
  border-radius: 8px;
  border: 1px solid #f5c0c0;
}

/* ── SUCCESS ── */
#bs-panel-success {
  text-align: center;
  padding: 40px 20px;
}
.bs-success-icon {
  width: 56px; height: 56px;
  background: #111110;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 22px;
  color: #c8a96e;
}
#bs-panel-success h4 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  color: #111110;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
#bs-panel-success p {
  font-size: 15px;
  color: #555550;
  margin: 0 0 8px;
  line-height: 1.6;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .bs-booking-wrap { grid-template-columns: 1fr; }
  .bs-left { padding: 36px 26px; }
  .bs-right { padding: 32px 22px; }
  .bs-slots { grid-template-columns: repeat(3, 1fr); }
  .bs-form-row { grid-template-columns: 1fr; }
}

/* ── GEBUCHTER SLOT ── */
.bs-slot.booked {
  background: #f0f0ee;
  border-color: #e0e0dc;
  color: #bbb;
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.6;
}

/* ── GESPERRTER SLOT ── */
.bs-slot.booked {
  background: #f0f0ee;
  border-color: #e0e0dc;
  color: #bbb;
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.6;
}

/* ── GANZER TAG GESPERRT ── */
.bs-day-blocked-notice {
  background: #fff5f0;
  border: 1.5px solid #f5c8b0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  color: #c0500a;
  margin-bottom: 16px;
  font-weight: 500;
}
