/* ============================================================
   TOUR DETAIL PAGE STYLES
   ============================================================ */

/* BREADCRUMB */
.breadcrumb-bar {
  margin-top: var(--header-h);
  padding: 14px 32px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.breadcrumb-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text-mid);
}
.breadcrumb-inner a { color: var(--text-soft); transition: color .2s; }
.breadcrumb-inner a:hover { color: var(--sandstone); }
.breadcrumb-inner .sep { color: var(--border); }
.breadcrumb-inner .current { color: var(--text); font-weight: 500; }

/* HERO: Text links + Hauptbild rechts */
.tour-hero {
  max-width: 1200px;
  margin: 32px auto 0;
  padding: 0 32px;
}
.tour-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 24px;
}
.tour-hero-text {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.tour-hero-image {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--sand-pale);
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
/* Hochformat-Hero: Bild rechts mit fester Hoehe, Text vertikal mittig daneben */
.tour-hero-grid.is-portrait-hero {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}
.tour-hero-grid.is-portrait-hero .tour-hero-text {
  min-height: 0;
  justify-content: center;
}
.tour-hero-image.is-portrait {
  aspect-ratio: 3/4;
  height: 500px;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.tour-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Thumb-Strip unter dem Hero */
.tour-thumb-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 0;
}
.tour-thumb {
  aspect-ratio: 4/3;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  background: var(--sand-pale);
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
}
.tour-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
  display: block;
}
.tour-thumb:hover img { transform: scale(1.05); }
.tour-thumb-more {
  position: absolute; inset: 0;
  background: rgba(26,19,10,.55);
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 600; font-size: 14px;
  pointer-events: none;
}

/* LIGHTBOX */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(20,14,7,.92);
  display: flex; align-items: center; justify-content: center;
}
.lightbox[hidden] { display: none; }
.lb-img {
  max-width: 90vw; max-height: 88vh;
  width: auto; height: auto;
  border-radius: var(--r);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  object-fit: contain;
}
.lb-close, .lb-nav {
  position: absolute;
  background: rgba(255,255,255,.12);
  border: 0; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lb-close:hover, .lb-nav:hover { background: rgba(255,255,255,.28); }
.lb-close {
  top: 20px; right: 20px;
  width: 44px; height: 44px; border-radius: 50%;
  font-size: 28px; line-height: 1;
}
.lb-nav {
  top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  font-size: 34px; line-height: 1;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
@media (max-width: 768px) {
  .lb-nav { width: 44px; height: 44px; font-size: 28px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-close { top: 12px; right: 12px; }
}

/* TOUR LAYOUT: Content links, Booking Sidebar rechts */
.tour-layout {
  max-width: 1200px; margin: 40px auto 80px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

.tour-header { margin-bottom: 0; }
.tour-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700; line-height: 1.2;
  color: var(--text); margin-bottom: 14px;
}
.tour-rating-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.tour-stars { color: var(--sandstone); font-size: 20px; letter-spacing: 2px; }
.tour-rating-val { font-weight: 700; font-size: 17px; color: var(--text); }
.tour-rating-link { color: var(--sandstone); font-size: 15px; font-weight: 600; text-decoration: underline; cursor: pointer; }
.tour-quick-facts {
  display: flex; gap: 20px; flex-wrap: wrap;
  padding: 20px 0; margin: 24px 0 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.qf-item { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text); }
.qf-item strong { font-weight: 600; }
.qf-item small { font-size: 13px; }
.qf-icon { font-size: 20px; }

/* Content Blocks */
.content-block { margin-bottom: 40px; }
.content-block h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.9rem; font-weight: 600;
  color: var(--text); margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sand);
}
.content-block p { color: var(--text); font-size: 17px; line-height: 1.75; margin-bottom: 14px; }

.highlights-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.highlight-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--sand-pale);
  padding: 16px 18px; border-radius: var(--r);
  font-size: 16px; color: var(--text); line-height: 1.5;
}
.highlight-item .hi-icon { font-size: 20px; flex-shrink: 0; }

.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.inc-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; color: var(--text);
}
.inc-item .ic { font-size: 18px; color: var(--sandstone); font-weight: 700; }
.inc-columns {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 4px;
}
.inc-col-title { font-weight: 700; margin-bottom: 14px; font-size: 16px; color: var(--text); }
.inc-list { display: flex; flex-direction: column; gap: 10px; }

/* Itinerary */
.itinerary { display: flex; flex-direction: column; gap: 0; }
.itin-step { display: flex; gap: 16px; }
.itin-line { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.itin-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--sandstone); flex-shrink: 0; margin-top: 4px; }
.itin-bar { width: 2px; background: var(--border); flex: 1; margin: 4px 0; min-height: 32px; }
.itin-step:last-child .itin-bar { display: none; }
.itin-body { padding-bottom: 24px; }
.itin-time { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sandstone); margin-bottom: 6px; }
.itin-title { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.itin-desc { font-size: 16px; color: var(--text-mid); line-height: 1.65; }

/* Reviews (tour detail variant) */
.tour-reviews-grid { display: flex; flex-direction: column; gap: 20px; }
.tour-reviews-grid .review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px;
}
.tour-reviews-grid .review-header { margin-bottom: 10px; }
.tour-reviews-grid .review-avatar {
  width: 42px; height: 42px;
  font-size: 1rem;
}
.tour-reviews-grid .review-meta { font-size: 13px; color: var(--text-mid); }

.tour-reviews-summary {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 24px; flex-wrap: wrap;
}
.tour-reviews-summary .score {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem; font-weight: 700; line-height: 1;
}
.tour-reviews-summary .stars { color: var(--sandstone); font-size: 22px; letter-spacing: 3px; }
.tour-reviews-summary p { font-size: 15px; color: var(--text-mid); }

.reviews-load-more {
  border: 1px solid var(--border);
  color: var(--text); font-size: 15px; font-weight: 600;
  padding: 14px 24px; border-radius: 10px; width: 100%;
  margin-top: 18px;
  transition: border-color .2s, color .2s;
}
.reviews-load-more:hover { border-color: var(--sandstone); color: var(--sandstone); }

/* Meeting point */
.meeting-box {
  background: var(--sand-pale);
  border-radius: var(--r);
  padding: 20px;
  display: flex; gap: 14px; align-items: flex-start;
}
.meeting-icon { font-size: 28px; flex-shrink: 0; }
.meeting-content h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.meeting-content p { font-size: 16px; color: var(--text-mid); line-height: 1.6; }

/* BOOKING SIDEBAR */
.booking-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  align-self: start;
}
.booking-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.booking-card-header {
  background: var(--sandstone);
  padding: 16px 22px;
}
.booking-price-row {
  display: flex; align-items: baseline; gap: 8px;
}
.bprice-from { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.95); }
.bprice-val {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.3rem; font-weight: 700; color: var(--white); line-height: 1.1;
}
.bprice-per { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.95); }
.bprice-rating {
  display: flex; align-items: center; gap: 8px;
  margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--white);
}
.bprice-stars { color: var(--white); font-size: 15px; letter-spacing: 1px; }

.booking-card-body { padding: 20px 22px 22px; }

.form-field { margin-bottom: 12px; }
.form-field label {
  display: block; font-size: 13px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--text-mid); margin-bottom: 8px;
}
.form-field select,
.form-field input {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px; font-weight: 500; color: var(--text);
  background: var(--bg);
  appearance: none; -webkit-appearance: none;
  outline: none;
  transition: border-color .2s;
}
.form-field select:focus,
.form-field input:focus { border-color: var(--sandstone); }

.guests-field {
  display: flex; flex-direction: column; gap: 10px;
}
.guest-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--bg);
}
.guest-label { font-size: 15px; font-weight: 600; color: var(--text); }
.guest-sub { font-size: 12px; color: var(--text-mid); display: block; margin-top: 2px; }
.guests-hint {
  margin: 10px 0 0; font-size: 12px; line-height: 1.5; color: var(--text-mid);
}
.guests-hint a { color: var(--sandstone); text-decoration: underline; }
.guest-controls { display: flex; align-items: center; gap: 10px; }
.guest-btn {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--border);
  font-size: 18px; line-height: 1;
  color: var(--text-mid); display: flex; align-items: center; justify-content: center;
  transition: border-color .15s, color .15s;
}
.guest-btn:hover { border-color: var(--sandstone); color: var(--sandstone); }
.guest-btn:disabled { opacity: .3; cursor: default; }
.guest-num { font-weight: 600; min-width: 20px; text-align: center; }

.price-breakdown {
  background: var(--sand-pale);
  border-radius: 10px; padding: 14px 16px;
  margin: 16px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.price-row {
  display: flex; justify-content: space-between;
  font-size: 15px; font-weight: 500; color: var(--text);
}
.price-row.total {
  border-top: 1px solid var(--border);
  padding-top: 10px; margin-top: 4px;
  font-weight: 700; color: var(--text); font-size: 17px;
}

.btn-book-main {
  width: 100%;
  background: var(--sandstone); color: var(--white);
  font-size: 16px; font-weight: 700;
  padding: 16px;
  border-radius: 12px;
  transition: background .2s, transform .15s;
  text-align: center; display: block;
}
.btn-book-main:hover { background: var(--gold); transform: translateY(-2px); }

.booking-trust {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 16px;
}
.bt-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--text);
}
.bt-icon { font-size: 17px; flex-shrink: 0; }
.bt-item strong { color: var(--text); }

.btn-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; margin-top: 14px;
  border: 1px solid var(--border);
  color: var(--text); font-size: 15px; font-weight: 600;
  padding: 14px; border-radius: 10px;
  transition: border-color .2s, color .2s;
}
.btn-whatsapp:hover { border-color: #25D366; color: #25D366; }

/* RELATED TOURS */
.related-section {
  background: var(--white);
  padding: 72px 32px;
  border-top: 1px solid var(--border);
}
.related-inner { max-width: 1200px; margin: 0 auto; }
.related-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem; font-weight: 600;
  margin-bottom: 32px;
}
.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.related-grid .tour-card {
  background: var(--bg);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
  display: block;
}
.related-grid .tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tc-img { aspect-ratio: 4/3; overflow: hidden; }
.tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.related-grid .tour-card:hover .tc-img img { transform: scale(1.05); }
.tc-body { padding: 16px 18px 20px; }
.tc-meta { font-size: 12px; color: var(--text-soft); margin-bottom: 6px; }
.tc-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; }
.tc-footer { display: flex; align-items: center; justify-content: space-between; }
.tc-price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; font-weight: 700; }
.tc-price span { font-family: inherit; font-size: 12px; color: var(--text-soft); font-weight: 400; }
.btn-book-sm {
  background: var(--sandstone); color: var(--white);
  font-size: 13px; font-weight: 600;
  padding: 8px 16px; border-radius: 8px;
  transition: background .2s;
}
.btn-book-sm:hover { background: var(--gold); }

/* STICKY BOOK BAR (mobile) */
.sticky-book-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(26,19,10,.1);
}
.sticky-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; font-weight: 700; }
.sticky-price span { font-family: inherit; font-size: 12px; color: var(--text-soft); font-weight: 400; }
.sticky-book { background: var(--sandstone); color: white; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 10px; flex: 1; max-width: 200px; }
.sticky-book:hover { background: var(--gold); }

/* RESPONSIVE */
@media (max-width: 960px) {
  .tour-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .tour-hero-image { order: -1; aspect-ratio: 4/3; }
  .tour-hero-grid.is-portrait-hero { grid-template-columns: 1fr; align-items: stretch; gap: 20px; }
  .tour-hero-grid.is-portrait-hero .tour-hero-text { justify-content: flex-start; }
  .tour-hero-image.is-portrait { order: -1; height: auto; aspect-ratio: 3/4; max-width: 300px; margin-inline: auto; }
  .tour-thumb-strip { grid-template-columns: repeat(4, 1fr); }
  .tour-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; display: none; }
  .sticky-book-bar { display: block; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .tour-hero { padding: 0 20px; margin-top: 24px; }
  .tour-thumb-strip { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .tour-layout { padding: 0 20px; }
  .breadcrumb-bar { padding: 12px 20px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .inc-grid { grid-template-columns: 1fr; }
  .inc-columns { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-section { padding: 60px 20px; }
}

/* Vorschau des Bezahlvorgangs. Steht unter dem Anfrage-Knopf und tritt
   bewusst leiser auf, weil die Anfrage per Mail weiter der Hauptweg ist. */
.btn-book-pay {
  display: block; text-align: center;
  margin-top: 10px; padding: 14px 20px;
  border: 1px solid var(--gold); border-radius: var(--r);
  background: var(--white); color: var(--gold-dark);
  font-size: 15px; font-weight: 700; text-decoration: none;
}
.btn-book-pay:hover { background: var(--sand-pale); }

/* Weg zu den Google-Bewertungen im Bewertungsblock. */
.reviews-google-link {
  display: inline-block; margin-top: 6px;
  font-size: 14px; color: var(--gold-dark);
  text-decoration: underline;
}
.reviews-google-link:hover { color: var(--gold); }

/* ------------------------------------------------------------------ *
 * Kompakte Buchungskarte
 *
 * Die Karte war mit rund 970px hoeher als jedes uebliche Fenster, dadurch
 * lief ihr unteres Ende mit den Knoepfen aus dem Bild. Statt in der Karte zu
 * scrollen, was unruhig wirkt, steht jetzt pro Zeile ein Feld. Wer mehr will,
 * klappt es auf. Vorbild sind die grossen Buchungsportale.
 * ------------------------------------------------------------------ */

/* Beschriftung, die nur Vorleseprogramme brauchen */
.nur-vorlesen {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Ein Feld, das sich aufklappt: Gaeste, Preisdetails */
.feld-aufklapp,
.preis-aufklapp {
  margin-bottom: 12px;
}
.feld-aufklapp > summary,
.preis-aufklapp > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  /* 44px hohe Flaeche, damit sie sich auch am Handy sicher treffen laesst */
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  font-size: 15px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  transition: border-color .2s, background .2s;
}
.feld-aufklapp > summary::-webkit-details-marker,
.preis-aufklapp > summary::-webkit-details-marker { display: none; }
.feld-aufklapp > summary:hover,
.preis-aufklapp > summary:hover { border-color: var(--sandstone); }
.feld-aufklapp > summary:focus-visible,
.preis-aufklapp > summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
/* Der Pfeil rechts, dreht sich beim Aufklappen */
.feld-aufklapp > summary::after,
.preis-aufklapp > summary::after {
  content: "";
  margin-left: auto;
  width: 9px; height: 9px;
  border-right: 2px solid var(--text-soft);
  border-bottom: 2px solid var(--text-soft);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s;
}
.feld-aufklapp[open] > summary::after,
.preis-aufklapp[open] > summary::after {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.feld-symbol { flex-shrink: 0; color: var(--text-soft); }

.feld-aufklapp-inhalt { padding-top: 12px; }

/* Preiszeile: Summe steht immer sichtbar */
.preis-aufklapp > summary { background: var(--sand-pale); border-color: var(--sand); }
.preis-aufklapp > summary strong { margin-left: auto; font-size: 17px; }
.preis-aufklapp > summary::after { margin-left: 12px; }
.preis-aufklapp .price-breakdown { margin-top: 10px; }

/* Zusagen: dieselben drei, nur enger */
ul.booking-trust { list-style: none; gap: 7px; margin-top: 14px; }
ul.booking-trust .bt-item { font-size: 13.5px; line-height: 1.4; align-items: flex-start; }
ul.booking-trust .bt-icon { font-size: 14px; color: var(--success); margin-top: 1px; }

@media (prefers-reduced-motion: reduce) {
  .feld-aufklapp > summary,
  .preis-aufklapp > summary,
  .feld-aufklapp > summary::after,
  .preis-aufklapp > summary::after { transition: none; }
}

/* Das Datumsfeld soll wie die beiden Zeilen darunter aussehen: gleiche Hoehe,
   gleicher Rahmen, ein Symbol links. Das Symbol steckt als Bild direkt in der
   Anweisung, es wird nichts von einer fremden Adresse geladen. */
.form-field input[type="date"] {
  min-height: 46px;
  padding: 11px 14px 11px 42px;
  font-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C4A35' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
  cursor: pointer;
}
.form-field input[type="date"]:hover { border-color: var(--sandstone); }
.form-field input[type="date"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Die Gaestezeilen im aufgeklappten Zustand etwas enger, sie sind sonst
   hoeher als noetig. Die Knoepfe bleiben ueber 44px gross. */
.feld-aufklapp-inhalt .guest-row { padding: 8px 14px; }
.feld-aufklapp-inhalt .guests-field { gap: 8px; }
