/* Tour page isolation from main site styles */
body.template {
  overflow-x: clip;
}

/* Hero title — override site/Bootstrap heading & label styles */
.tour-vintage .hero .hero__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(38px, 5.5vw, 72px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  color: #fff !important;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin: 0;
}

.tour-vintage .hero .hero__title .hero__title-line {
  display: block;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
}

.tour-vintage .hero .hero__title .highlight {
  display: block;
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  font-weight: 500 !important;
  color: var(--primary) !important;
  letter-spacing: 0;
}

.tour-vintage .hero .hero__eyebrow {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--primary) !important;
}

@media (max-width: 900px) {
  .tour-vintage .hero .hero__title {
    font-size: clamp(34px, 7vw, 54px) !important;
  }
}

@media (max-width: 600px) {
  .tour-vintage .hero .hero__title {
    font-size: clamp(28px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .tour-vintage .hero .hero__eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.2em;
  }
}

.tour-vintage {
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.tour-vintage .section--trips,
.tour-vintage .addBannerMain {
  overflow: hidden;
  max-width: 100%;
}

.tour-vintage .addBannerMain .owl-stage-outer {
  overflow: hidden !important;
}

.tour-vintage .owl-carousel .owl-stage {
  display: flex;
}

/* Overlay elements rendered outside the main content wrapper */
.tour-vintage--overlays {
  position: static;
  overflow: visible;
}

.tour-vintage .breadcrumb__dot {
  animation: none;
}

.tour-vintage .cookie-fab,
.tour-vintage .contact-fab,
.tour-vintage .cookie-popup {
  display: none !important;
}

.tour-vintage a.trip-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tour-vintage a.trip-card-link:hover .trip__title {
  color: var(--primary);
}

.tour-vintage .stage--collapsed {
  display: none;
}

.tour-vintage .detail-journey__empty {
  text-align: center;
  color: var(--muted, #666);
  padding: 2rem 0;
}

.tour-vintage .price-card__dep--hidden {
  display: none;
}

.tour-vintage .price-card__empty {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0 0 1rem;
}

.tour-vintage .trip-summary--empty {
  padding: 1.5rem;
  background: var(--bg-cream, #f8f5ef);
  border-radius: 12px;
}

.tour-vintage .trip-summary--empty p {
  margin-bottom: 1rem;
  color: var(--muted, #666);
}

.tour-vintage .trip-summary__destination {
  margin: 0 0 1rem;
  font-size: 14px;
  color: var(--muted, #666);
}

.tour-vintage .cart-main__lead {
  margin: 0.5rem 0 0;
  color: var(--muted, #666);
  font-size: 14px;
}

.tour-vintage .cart-empty-message {
  padding: 1.5rem;
  background: var(--bg-cream, #f8f5ef);
  border-radius: 12px;
  color: var(--muted, #666);
}

.tour-vintage .traveler-add-wrap {
  margin-top: 16px;
  padding-top: 8px;
}

.tour-vintage .traveler-add-wrap .btn {
  min-width: 220px;
}

.tour-vintage .traveler-remove {
  border: none;
  background: transparent;
  color: var(--muted, #666);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
}

.tour-vintage .traveler-remove:hover {
  color: var(--secondary, #161513);
}

.tour-vintage #cartVehicleForm .service-option {
  grid-template-columns: 36px 72px minmax(0, 1fr) auto;
  column-gap: 22px;
}

.tour-vintage #cartVehicleForm .service-option__body {
  padding-left: 6px;
}

.tour-vintage .service-option__icon--photo {
  width: 72px;
  height: 72px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  flex-shrink: 0;
}

.tour-vintage .service-option.is-sold-out {
  opacity: 0.72;
  cursor: not-allowed;
}

.tour-vintage .service-option.is-sold-out:hover {
  border-color: var(--line);
  background: transparent;
}

.tour-vintage .service-option.is-sold-out .service-option__sold-out {
  color: #8a2432;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
}

.tour-vintage .service-option.is-sold-out .service-option__icon--photo img {
  filter: grayscale(0.35);
}

.tour-vintage .service-option__icon--photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tour-vintage .cart-alert {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.tour-vintage .cart-alert--error {
  background: #fdecea;
  color: #9b1c1c;
}

.tour-vintage .cart-alert--success {
  background: #ecfdf3;
  color: #166534;
}

.tour-vintage .booking-pending__note--muted {
  font-size: 13px;
  opacity: 0.85;
}

.tour-vintage .booking-pending {
  max-width: 640px;
  margin: 48px auto 64px;
  text-align: center;
}

.tour-vintage .booking-pending__icon {
  color: var(--secondary, #161513);
  margin-bottom: 16px;
}

.tour-vintage .booking-pending__kicker {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tour-vintage .booking-pending__title {
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 12px;
}

.tour-vintage .booking-pending__ref {
  margin-bottom: 28px;
}

.tour-vintage .booking-pending__saved {
  margin: -16px 0 28px;
  opacity: .7;
  font-size: 14px;
}

.tour-vintage .booking-pending__card {
  text-align: left;
  background: #fff;
  border: 1px solid rgba(22, 21, 19, .08);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.tour-vintage .booking-pending__destination {
  margin-bottom: 16px;
  opacity: .7;
}

.tour-vintage .booking-pending__list {
  display: grid;
  gap: 12px;
}

.tour-vintage .booking-pending__list dt {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .55;
}

.tour-vintage .booking-pending__list dd {
  margin: 4px 0 0;
}

.tour-vintage .booking-pending__note {
  margin-bottom: 24px;
  opacity: .75;
}

.tour-vintage .booking-pending__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tour-vintage .service-option:has(input:checked) .service-option__icon--photo,
.tour-vintage .service-option.is-selected .service-option__icon--photo {
  background: transparent;
  border: none;
  box-shadow: none;
}
