/*
 * Direct booking catalog for /book/.
 *
 * Category panels reuse the approved /tours/ visual system. Tour cards are
 * articles rather than wrapping links because each vehicle has an exact
 * product-page availability action.
 */

.hbs-book-catalog .hbs-book-introduction {
  padding-top: clamp(46px, 5vw, 68px);
  padding-bottom: clamp(38px, 4.5vw, 58px);
}

.hbs-book-introduction .live-tours-introduction__inner h1 {
  margin: 0 0 20px;
  color: #7e6849;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.08;
}

.hbs-book-catalog .live-tours-options {
  padding-top: 0;
}

.hbs-book-catalog .hbs-book-category--single .hbs-book-tour-grid {
  width: min(100%, 520px);
  max-width: 520px;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

.hbs-book-tour {
  color: #211d19;
}

.hbs-book-tour:hover {
  border-color: #c69336;
  box-shadow: 0 19px 42px rgba(54, 43, 29, 0.16);
  transform: translateY(-5px);
}

.hbs-book-tour__media:focus-visible,
.hbs-book-tour .live-tour-tile__title a:focus-visible,
.hbs-book-tour__details:focus-visible,
.hbs-book-tour__select:focus-visible,
.hbs-book-help a:focus-visible {
  outline: 3px solid #d19f40;
  outline-offset: 3px;
}

.hbs-book-tour__media:focus-visible {
  outline-offset: -4px;
}

.hbs-book-tour .live-tour-tile__title {
  margin: 0 0 12px;
}

.hbs-book-tour .live-tour-tile__title a {
  color: inherit;
}

.hbs-book-tour .live-tour-tile__description {
  margin-bottom: 22px;
}

.hbs-book-tour__vehicles {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(126, 104, 73, 0.18);
}

.hbs-book-tour__vehicle {
  padding: 14px;
  border-left: 3px solid #d19f40;
  background: #f8f4ef;
}

.hbs-book-tour__vehicle-name,
.hbs-book-tour__vehicle-action {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.hbs-book-tour__vehicle-name {
  margin-bottom: 12px;
}

.hbs-book-tour__vehicle-name strong {
  color: #2f2a25;
  font-size: 13px;
}

.hbs-book-tour__vehicle-name small {
  color: #777069;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-align: right;
  text-transform: uppercase;
}

.hbs-book-tour__vehicle-action {
  align-items: end;
}

.hbs-book-tour__price {
  display: grid;
  gap: 2px;
}

.hbs-book-tour__price small {
  color: #777069;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hbs-book-tour__price strong {
  color: #211d19;
  font-size: 17px;
  line-height: 1.2;
}

.hbs-book-tour__select {
  min-height: 46px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 11px 14px 9px;
  background: #17130f;
  color: #fff;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.hbs-book-tour__select span {
  color: #d19f40;
  font-size: 17px;
  transition: transform 180ms ease;
}

.hbs-book-tour__select:hover,
.hbs-book-tour__select:focus-visible {
  background: #c69336;
  color: #17130f;
}

.hbs-book-tour__select:hover span,
.hbs-book-tour__select:focus-visible span {
  color: #17130f;
  transform: translateX(3px);
}

.hbs-book-tour__details {
  min-height: 44px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  align-self: flex-start;
  margin-top: 16px;
  color: #59472f;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.hbs-book-tour__details span {
  color: #c69336;
  font-size: 18px;
}

.hbs-book-tour__details:hover,
.hbs-book-tour__details:focus-visible {
  color: #8b5f17;
}

.hbs-book-help {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 24px 28px;
  border: 1px solid rgba(126, 104, 73, 0.24);
  border-left: 4px solid #d19f40;
  background: #fff;
  box-shadow: 0 12px 30px rgba(54, 43, 29, 0.07);
}

.hbs-book-help p {
  margin: 0;
  color: #625d57;
  font-size: 15px;
  line-height: 1.6;
}

.hbs-book-help a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 20px 10px;
  background: #d19f40;
  color: #17130f;
  font-family: "Josefin Sans", "Avenir Next", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hbs-book-help a:hover,
.hbs-book-help a:focus-visible {
  background: #17130f;
  color: #fff;
}

.hbs-book-secure-note {
  margin: 18px 0 0;
  color: #777069;
  font-size: 13px;
  text-align: center;
}

.hbs-booking-page .floating-book-button {
  display: none;
}

@media (max-width: 720px) {
  .hbs-book-catalog .live-tour-tiles,
  .hbs-book-catalog .live-tours-category:nth-child(n + 2) .live-tour-tiles {
    max-width: 390px;
    grid-template-columns: 1fr;
    margin-right: auto;
    margin-left: auto;
  }

  .hbs-book-catalog .live-tours-category:first-child .live-tour-tile:last-child {
    width: auto;
    grid-column: auto;
    justify-self: stretch;
  }

  .hbs-book-catalog .hbs-book-introduction {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .hbs-book-tour__vehicle-name,
  .hbs-book-tour__vehicle-action,
  .hbs-book-help {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hbs-book-tour__vehicle-name small {
    text-align: left;
  }

  .hbs-book-tour__select,
  .hbs-book-tour__details,
  .hbs-book-help a {
    width: 100%;
  }

  .hbs-book-tour__details {
    justify-content: center;
  }

  .hbs-book-help {
    gap: 16px;
    padding: 22px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hbs-book-tour,
  .hbs-book-tour__select,
  .hbs-book-tour__select span {
    transition: none;
  }
}
