:root {
  --tbt-bg: #f7f4ef;
  --tbt-ink: #111111;
  --tbt-primary: #1479b8;
  --tbt-accent: #365c6c;
  --tbt-secondary: #e6ded2;
  --tbt-muted: #6b7a84;
  --tbt-border: #e0dbd3;
  --tbt-card: #ffffff;
  --tbt-amber: #d97706;
  --tbt-serif: "Cormorant Garamond", Georgia, serif;
  --tbt-sans: "Inter", Arial, sans-serif;
}

body.single-tbt_tour {
  background: var(--tbt-bg);
  color: var(--tbt-ink);
  font-family: var(--tbt-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

.tbt-v0-tour * {
  box-sizing: border-box;
}

.tbt-v0-tour {
  background: var(--tbt-bg);
}

.tbt-v0-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.tbt-icon {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.tbt-v0-label {
  margin: 0 0 14px;
  font-family: var(--tbt-sans);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tbt-muted);
  font-weight: 500;
}

.tbt-v0-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.tbt-v0-breadcrumb a,
.tbt-v0-breadcrumb em,
.tbt-v0-breadcrumb span {
  font-family: var(--tbt-sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-style: normal;
  color: var(--tbt-muted);
  text-decoration: none;
}

.tbt-v0-breadcrumb span {
  opacity: 0.4;
}

.tbt-v0-breadcrumb a:hover {
  color: var(--tbt-ink);
}

.tbt-v0-hero {
  padding: 40px 0 0;
}

.tbt-v0-hero__text {
  padding-bottom: 28px;
}

.tbt-v0-hero__title {
  max-width: 768px;
  margin: 0 0 12px;
  font-family: var(--tbt-serif);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--tbt-ink);
  text-wrap: balance;
}

/* Subtitle moved out of <h1> for SEO + a11y; sits as a paragraph
   under the title with the same visual weight as the old span. */
.tbt-v0-hero__subtitle {
  max-width: 768px;
  margin: 0 0 12px;
  font-family: var(--tbt-serif);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--tbt-ink);
  text-wrap: balance;
}

/* Legacy: in case the old span markup lingers on cached pages. */
.tbt-v0-hero__title span {
  display: block;
  font: inherit;
}

.tbt-v0-hero__hook {
  max-width: 672px;
  margin: 0;
  font-family: var(--tbt-sans);
  font-size: 16px;
  font-weight: 300;
  color: var(--tbt-muted);
  line-height: 1.6;
}

.tbt-v0-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 62vh;
  min-height: 380px;
  gap: 6px;
}

.tbt-v0-gallery__item {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

.tbt-v0-gallery__item.is-large {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.tbt-v0-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.tbt-v0-gallery__item:hover img {
  transform: scale(1.025);
}

.tbt-v0-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tbt-v0-gallery__overlay::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 43px;
  border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(4px);
}

.tbt-v0-gallery__overlay svg,
.tbt-v0-gallery__overlay {
  z-index: 1;
}

.tbt-v0-facts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid var(--tbt-border);
}

.tbt-v0-facts__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.tbt-v0-fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tbt-ink);
  font-size: 13px;
  font-weight: 300;
}

.tbt-v0-fact svg {
  color: var(--tbt-muted);
  width: 13px;
  height: 13px;
}

.tbt-v0-fact strong {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tbt-muted);
  font-weight: 500;
}

.tbt-v0-fact b {
  font-weight: 500;
}

.tbt-v0-facts__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.tbt-v0-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 24px;
  border: 1px solid var(--tbt-border);
  background: transparent;
  color: var(--tbt-ink);
  text-decoration: none;
  font-family: var(--tbt-sans);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 200ms ease;
  border-radius: 2px;
}

.tbt-v0-btn--primary {
  background: var(--tbt-primary);
  border-color: var(--tbt-primary);
  color: #fff;
}

.tbt-v0-btn--primary:hover {
  background: var(--tbt-accent);
  border-color: var(--tbt-accent);
  color: #fff;
}

.tbt-v0-btn--secondary:hover {
  background: var(--tbt-secondary);
}

.tbt-v0-btn--dark {
  color: #fff;
  border-color: rgba(255,255,255,0.28);
}

.tbt-v0-btn--dark:hover {
  border-color: #fff;
}

.tbt-v0-btn--full {
  width: 100%;
}

.tbt-v0-btn--small {
  min-height: 38px;
  padding: 10px 20px;
}

.tbt-v0-trust {
  background: #fff;
  border-bottom: 1px solid var(--tbt-border);
}

/* Tour-page hero trust strip — matches homepage / destinations strips
   for visual consistency: 4-column grid with a small primary-color
   bullet (::before) instead of inline text separators. */
.tbt-v0-trust__inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 24px;
}

.tbt-v0-trust__inner span {
  position: relative;
  padding-left: 14px;
  font-family: var(--tbt-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tbt-muted);
  white-space: nowrap;
}

.tbt-v0-trust__inner span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 999px;
  background: var(--tbt-primary);
}

@media (max-width: 900px) {
  .tbt-v0-trust__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 0;
    gap: 14px 24px;
  }
  .tbt-v0-trust__inner span { white-space: normal; }
}

@media (max-width: 540px) {
  .tbt-v0-trust__inner { grid-template-columns: 1fr; }
}

.tbt-v0-nav {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 39;
  background: #fff;
  border-bottom: 1px solid var(--tbt-border);
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
  transition: all 300ms ease;
}

.tbt-v0-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tbt-v0-nav__inner {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.tbt-v0-nav__inner::-webkit-scrollbar {
  display: none;
}

.tbt-v0-nav a {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 14px 16px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: var(--tbt-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.tbt-v0-nav a:hover,
.tbt-v0-nav a.is-active {
  color: var(--tbt-ink);
  border-bottom-color: var(--tbt-primary);
}

.tbt-v0-nav__book {
  margin-left: auto;
  background: var(--tbt-primary);
  color: #fff !important;
  border-bottom: 0 !important;
  padding: 12px 22px !important;
}

.tbt-v0-nav__book:hover {
  background: var(--tbt-accent);
}

.tbt-v0-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
  padding-top: 80px;
}

.tbt-v0-section {
  padding: 80px 0;
  border-top: 1px solid var(--tbt-border);
  scroll-margin-top: 110px;
}

.tbt-v0-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.tbt-v0-section__title {
  max-width: 576px;
  margin: 0 0 22px;
  font-family: var(--tbt-serif);
  font-size: clamp(30px, 4vw, 36px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--tbt-ink);
  text-wrap: balance;
}

.tbt-v0-intro,
.tbt-v0-body p {
  max-width: 512px;
  margin: 0 0 18px;
  color: var(--tbt-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.tbt-v0-why {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--tbt-border);
}

.tbt-v0-why__card {
  background: var(--tbt-bg);
  padding: 40px;
  transition: background 200ms ease;
}

.tbt-v0-why__card:hover {
  background: var(--tbt-secondary);
}

.tbt-v0-why__card span {
  display: block;
  margin-bottom: 20px;
  font-family: var(--tbt-serif);
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  color: var(--tbt-border);
}

.tbt-v0-why__card:hover span {
  color: var(--tbt-muted);
}

.tbt-v0-why__card h3 {
  margin: 0 0 12px;
  font-family: var(--tbt-serif);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}

.tbt-v0-why__card p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.tbt-v0-route {
  position: relative;
  display: flex;
  margin-top: 56px;
}

.tbt-v0-route::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--tbt-border) 0, var(--tbt-border) 6px, transparent 6px, transparent 14px);
}

.tbt-v0-route__stop {
  position: relative;
  z-index: 1;
  flex: 1;
  padding-right: 16px;
}

.tbt-v0-route__dot {
  width: 28px;
  height: 28px;
  border: 2px solid var(--tbt-primary);
  border-radius: 50%;
  background: var(--tbt-bg);
  color: var(--tbt-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
}

.tbt-v0-route__stop strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--tbt-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.tbt-v0-route__stop span {
  display: block;
  margin-bottom: 8px;
  color: var(--tbt-primary);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.tbt-v0-route__stop p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 300;
}

.tbt-v0-route-note {
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--tbt-border);
  max-width: 576px;
  color: var(--tbt-muted);
  font-size: 11px;
  line-height: 1.7;
}

.tbt-v0-snapshot {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tbt-v0-snapshot__card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--tbt-border);
  padding: 24px;
  transition: border-color 200ms ease;
}

.tbt-v0-snapshot__card:hover {
  border-color: rgba(20,121,184,0.4);
}

.tbt-v0-snapshot__icon {
  width: 36px;
  height: 36px;
  background: var(--tbt-secondary);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tbt-primary);
  flex: 0 0 auto;
}

.tbt-v0-snapshot__icon svg {
  width: 16px;
  height: 16px;
}

.tbt-v0-snapshot__card em {
  display: block;
  margin-bottom: 4px;
  font-style: normal;
  color: var(--tbt-muted);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tbt-v0-snapshot__card strong {
  display: block;
  color: var(--tbt-ink);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.tbt-v0-experience {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
}

.tbt-v0-experience__side ul {
  margin: 28px 0 0;
  padding: 24px 0 0 18px;
  border-top: 1px solid var(--tbt-border);
  color: var(--tbt-muted);
  font-size: 13px;
  line-height: 1.6;
}

.tbt-v0-experience__side li {
  margin-bottom: 12px;
}

.tbt-v0-quote {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--tbt-primary);
}

.tbt-v0-quote p {
  margin: 0 0 18px;
  font-family: var(--tbt-serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  color: var(--tbt-ink);
}

.tbt-v0-quote cite {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tbt-muted);
}

.tbt-v0-itinerary-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 56px;
}

.tbt-v0-expand-all {
  border: 1px solid rgba(20,121,184,0.4);
  background: transparent;
  color: var(--tbt-primary);
  font-family: var(--tbt-sans);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer;
}

.tbt-v0-expand-all:hover {
  border-color: rgba(54,92,108,0.4);
  color: var(--tbt-accent);
}

.tbt-v0-itinerary-groups {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tbt-v0-itinerary-group__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tbt-v0-itinerary-group__head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tbt-primary);
}

.tbt-v0-itinerary-group.is-slate .tbt-v0-itinerary-group__head span {
  background: var(--tbt-accent);
}

.tbt-v0-itinerary-group.is-ink .tbt-v0-itinerary-group__head span {
  background: var(--tbt-ink);
}

.tbt-v0-itinerary-group__head strong,
.tbt-v0-itinerary-group__head em {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
}

.tbt-v0-itinerary-group__head strong {
  font-weight: 500;
}

.tbt-v0-itinerary-group__head em {
  color: var(--tbt-muted);
}

.tbt-v0-itinerary-group__head i {
  height: 1px;
  flex: 1;
  background: var(--tbt-border);
}

.tbt-v0-accordion__item {
  border-bottom: 1px solid var(--tbt-border);
}

.tbt-v0-accordion__item:hover {
  background: rgba(255,255,255,0.6);
}

.tbt-v0-accordion__head {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: baseline;
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
}

.tbt-v0-accordion__day {
  width: 64px;
  flex-shrink: 0;
  color: var(--tbt-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tbt-v0-accordion__title {
  flex-shrink: 0;
  font-family: var(--tbt-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.tbt-v0-accordion__hook {
  margin-left: 16px;
  color: var(--tbt-muted);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tbt-v0-accordion__chev {
  margin-left: auto;
  color: var(--tbt-muted);
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}

.tbt-v0-accordion__item.is-open {
  background: #fff;
}

.tbt-v0-accordion__item.is-open .tbt-v0-accordion__chev {
  transform: rotate(180deg);
}

.tbt-v0-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease;
}

.tbt-v0-accordion__item.is-open .tbt-v0-accordion__content {
  max-height: 900px;
}

.tbt-v0-accordion__inner {
  padding: 0 0 32px 64px;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 32px;
}

.tbt-v0-day-hook {
  font-family: var(--tbt-serif) !important;
  font-size: 17px !important;
  font-style: italic;
  color: var(--tbt-accent) !important;
  font-weight: 300;
  line-height: 1.4 !important;
}

.tbt-v0-accordion__copy p {
  margin: 0 0 16px;
  color: var(--tbt-muted);
  font-size: 13px;
  line-height: 1.85;
  font-weight: 300;
}

.tbt-v0-accordion__image {
  max-height: 280px;
  overflow: hidden;
}

.tbt-v0-accordion__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbt-v0-day-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid var(--tbt-border);
}

.tbt-v0-day-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tbt-muted);
  font-size: 12px;
}

.tbt-v0-day-meta strong {
  color: var(--tbt-ink);
  font-weight: 500;
}

.tbt-v0-itinerary-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--tbt-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.tbt-v0-itinerary-footer p {
  max-width: 448px;
  margin: 0;
  color: var(--tbt-muted);
  font-size: 12px;
  line-height: 1.7;
}

.tbt-v0-mid-cta {
  margin: 0 0 80px;
  padding: 40px;
  background: var(--tbt-secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tbt-v0-mid-cta h2 {
  margin: 0 0 8px;
  font-family: var(--tbt-serif);
  font-size: 28px;
  font-weight: 300;
}

.tbt-v0-mid-cta p {
  margin: 0;
  color: var(--tbt-muted);
  font-size: 14px;
}

.tbt-v0-inclusions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.tbt-v0-inclusions h3 {
  margin: 0 0 24px;
  color: var(--tbt-primary);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.tbt-v0-inclusions .is-excluded h3 {
  color: var(--tbt-muted);
}

.tbt-v0-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tbt-v0-inclusions li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
  color: var(--tbt-ink);
  font-size: 14px;
  line-height: 1.6;
}

.tbt-v0-inclusions li svg {
  color: var(--tbt-primary);
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.tbt-v0-inclusions .is-excluded li {
  color: var(--tbt-muted);
}

.tbt-v0-inclusions .is-excluded li svg {
  color: var(--tbt-muted);
}

.tbt-v0-dates-section {
  background: #fff;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.tbt-v0-date-year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--tbt-border);
  padding-bottom: 12px;
}

.tbt-v0-date-year-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--tbt-border);
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--tbt-muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tbt-v0-date-year-pill:hover {
  color: var(--tbt-primary, #0a3a5c);
  border-color: var(--tbt-primary, #0a3a5c);
}

.tbt-v0-date-year-pill.is-active {
  background: var(--tbt-primary, #0a3a5c);
  color: #fff;
  border-color: var(--tbt-primary, #0a3a5c);
}

.tbt-v0-date-year-group.is-hidden {
  display: none;
}

.tbt-v0-dates {
  border: 1px solid var(--tbt-border);
  margin-top: 24px;
}

.tbt-v0-dates__header,
.tbt-v0-dates__row {
  display: grid;
  grid-template-columns: 1.6fr 1.6fr 0.9fr 1.4fr 1.1fr 1.1fr;
  gap: 12px;
  align-items: center;
}

.tbt-v0-dates__row > div:last-child {
  display: flex;
  justify-content: flex-end;
}

.tbt-v0-dates__row .tbt-v0-btn--small {
  white-space: nowrap;
}

.tbt-v0-dates__header {
  padding: 12px 24px;
  background: var(--tbt-secondary);
  border-bottom: 1px solid var(--tbt-border);
  color: var(--tbt-muted);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
}

.tbt-v0-dates__row {
  padding: 20px 24px;
  border-bottom: 1px solid var(--tbt-border);
}

.tbt-v0-dates__row:last-child {
  border-bottom: 0;
}

.tbt-v0-dates__row:not(.is-soldout):hover {
  background: rgba(230,222,210,0.5);
}

.tbt-v0-dates__row.is-recommended {
  background: rgba(20,121,184,0.03);
  border-left: 2px solid var(--tbt-primary);
}

.tbt-v0-dates__row.is-soldout {
  opacity: 0.5;
  cursor: not-allowed;
}

.tbt-v0-dates__row strong {
  font-size: 14px;
  font-weight: 300;
}

.tbt-v0-dates__row div:nth-child(3) strong {
  font-size: 16px;
  font-weight: 500;
}

.tbt-v0-dates__row em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  color: var(--tbt-muted);
  font-size: 11px;
}

.tbt-v0-recommended {
  display: inline-block !important;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid var(--tbt-primary);
  color: var(--tbt-primary) !important;
  font-size: 9px !important;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tbt-v0-status {
  font-size: 13px;
  font-weight: 300;
}

.tbt-v0-status--available,
.tbt-v0-status--guaranteed {
  color: var(--tbt-primary);
}

.tbt-v0-status--limited {
  color: var(--tbt-amber);
  font-weight: 500;
}

.tbt-v0-status--soldout,
.tbt-v0-soldout {
  color: var(--tbt-muted);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tbt-v0-note {
  max-width: 672px;
  margin: 24px 0 0;
  color: var(--tbt-muted);
  font-size: 12px;
  line-height: 1.7;
}

.tbt-v0-reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

.tbt-v0-reviews__score {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbt-v0-reviews__score strong {
  font-family: var(--tbt-serif);
  font-size: 40px;
  font-weight: 300;
}

.tbt-v0-reviews__score span {
  display: flex;
  color: var(--tbt-primary);
}

.tbt-v0-reviews__score svg,
.tbt-v0-review-grid svg {
  width: 11px;
  height: 11px;
}

.tbt-v0-reviews__score em {
  font-style: normal;
  color: var(--tbt-muted);
  font-size: 12px;
}

.tbt-v0-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--tbt-border);
}

.tbt-v0-review-grid article {
  background: var(--tbt-bg);
  padding: 32px;
}

.tbt-v0-review-grid div {
  display: flex;
  gap: 3px;
  color: var(--tbt-primary);
  margin-bottom: 24px;
}

.tbt-v0-review-grid p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.8;
  font-style: italic;
  color: var(--tbt-ink);
}

.tbt-v0-review-grid strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.tbt-v0-review-grid em {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  color: var(--tbt-muted);
}

.tbt-v0-optional {
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -40px;
  margin-right: -40px;
}

.tbt-v0-optional-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--tbt-border);
  margin: 56px 0 28px;
}

.tbt-v0-optional-grid article {
  background: #fff;
  padding: 32px;
}

.tbt-v0-optional-grid h3 {
  margin: 0 0 16px;
  font-family: var(--tbt-serif);
  font-size: 20px;
  font-weight: 300;
}

.tbt-v0-optional-grid p {
  margin: 0 0 22px;
  color: var(--tbt-muted);
  font-size: 14px;
  line-height: 1.7;
}

.tbt-v0-optional-grid strong {
  color: var(--tbt-primary);
  font-size: 13px;
  font-weight: 500;
}

.tbt-v0-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
}

.tbt-v0-faq__item {
  border-top: 1px solid var(--tbt-border);
}

.tbt-v0-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  color: var(--tbt-ink);
  font-size: 14px;
  font-weight: 300;
}

.tbt-v0-faq__question b {
  font-weight: 300;
  font-size: 18px;
}

.tbt-v0-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.tbt-v0-faq__item.is-open .tbt-v0-faq__answer {
  max-height: 300px;
}

.tbt-v0-faq__item.is-open .tbt-v0-faq__question b {
  transform: rotate(45deg);
}

.tbt-v0-faq__answer p {
  margin: 0;
  padding: 0 0 24px;
  color: var(--tbt-muted);
  font-size: 14px;
  line-height: 1.7;
}

.tbt-v0-sidebar {
  width: 320px;
  position: sticky;
  top: 73px;
  transition: top 300ms ease;
  align-self: flex-start;
  max-height: calc(100vh - 73px);
  overflow-y: auto;
}

.tbt-v0-sidebar.is-lowered {
  top: 119px;
  max-height: calc(100vh - 119px);
}

.tbt-v0-map {
  border: 1px solid var(--tbt-border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  max-height: 300px;
  opacity: 1;
  transition: max-height 500ms ease, opacity 500ms ease, margin 500ms ease;
  margin-bottom: 16px;
}

.tbt-v0-map.is-hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
}

.tbt-v0-map img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.tbt-v0-booking {
  background: #fff;
  border: 1px solid var(--tbt-border);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  overflow: hidden;
}

.tbt-v0-booking__price {
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--tbt-border);
}

.tbt-v0-booking__price span,
.tbt-v0-booking__next span {
  display: block;
  margin-bottom: 4px;
  color: var(--tbt-muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.tbt-v0-booking__price strong {
  font-family: var(--tbt-serif);
  font-size: 36px;
  font-weight: 300;
}

.tbt-v0-booking__price em {
  margin-left: 8px;
  color: var(--tbt-muted);
  font-style: normal;
  font-size: 14px;
}

.tbt-v0-booking__price p {
  margin: 10px 0 0;
  color: var(--tbt-muted);
  font-size: 12px;
}

.tbt-v0-booking__price b {
  color: var(--tbt-ink);
  font-weight: 500;
}

.tbt-v0-booking__next {
  padding: 20px 28px;
  background: rgba(230,222,210,0.4);
  border-bottom: 1px solid var(--tbt-border);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.tbt-v0-booking__next strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.tbt-v0-booking__next em {
  display: block;
  margin-top: 4px;
  color: var(--tbt-muted);
  font-size: 12px;
  font-style: normal;
}

.tbt-v0-booking__next b {
  height: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--tbt-primary);
  color: var(--tbt-primary);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.tbt-v0-booking__next b svg {
  width: 11px;
  height: 11px;
}

.tbt-v0-booking__meta {
  padding: 16px 28px;
  border-bottom: 1px solid var(--tbt-border);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.tbt-v0-booking__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tbt-ink);
  font-size: 13px;
}

.tbt-v0-booking__meta em {
  color: var(--tbt-amber);
  font-size: 11px;
  font-style: normal;
}

.tbt-v0-booking__actions {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tbt-v0-booking__actions .tbt-v0-btn {
  padding: 16px;
}

.tbt-v0-booking__rating {
  padding: 20px 28px;
  border-top: 1px solid var(--tbt-border);
  display: flex;
  align-items: center;
  gap: 12px;
}

.tbt-v0-booking__rating span {
  display: flex;
  gap: 2px;
  color: var(--tbt-primary);
}

.tbt-v0-booking__rating svg {
  width: 11px;
  height: 11px;
}

.tbt-v0-booking__rating strong {
  font-weight: 500;
  font-size: 13px;
}

.tbt-v0-booking__rating em {
  font-style: normal;
  color: var(--tbt-muted);
  font-size: 12px;
}

.tbt-v0-booking__trust {
  padding: 16px 28px;
  border-top: 1px solid var(--tbt-border);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: var(--tbt-muted);
  font-size: 11px;
  line-height: 1.4;
}

.tbt-v0-brochure {
  display: block;
  padding: 16px 28px;
  border-top: 1px solid var(--tbt-border);
  color: var(--tbt-primary);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

.tbt-v0-bottom-cta {
  background: #050505;
  color: #fff;
  padding: 88px 0;
}

.tbt-v0-bottom-cta .tbt-v0-shell {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 72px;
  align-items: center;
}

.tbt-v0-bottom-cta p:first-child {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tbt-v0-bottom-cta h2 {
  margin: 0 0 24px;
  max-width: 560px;
  font-family: var(--tbt-serif);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 300;
}

.tbt-v0-bottom-cta p {
  max-width: 560px;
  color: rgba(255,255,255,0.62);
  font-size: 15px;
  line-height: 1.8;
}

.tbt-v0-bottom-cta .tbt-v0-shell > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tbt-v0-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.tbt-v0-lightbox[aria-hidden="false"] {
  display: flex;
}

.tbt-v0-lightbox img {
  max-width: 896px;
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
}

.tbt-v0-lightbox button {
  position: absolute;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
}

.tbt-v0-lightbox__close {
  top: 24px;
  right: 32px;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tbt-v0-lightbox__close:hover {
  color: #fff;
}

.tbt-v0-lightbox__prev,
.tbt-v0-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 56px;
}

.tbt-v0-lightbox__prev {
  left: 32px;
}

.tbt-v0-lightbox__next {
  right: 32px;
}

@media (max-width: 1023px) {
  .tbt-v0-layout {
    grid-template-columns: 1fr;
  }

  .tbt-v0-sidebar {
    display: none;
  }

  .tbt-v0-experience,
  .tbt-v0-faq,
  .tbt-v0-bottom-cta .tbt-v0-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tbt-v0-shell {
    padding: 0 20px;
  }

  .tbt-v0-gallery {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }

  .tbt-v0-gallery__item {
    min-height: 190px;
  }

  .tbt-v0-gallery__item.is-large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 280px;
  }

  .tbt-v0-why,
  .tbt-v0-snapshot,
  .tbt-v0-inclusions,
  .tbt-v0-review-grid,
  .tbt-v0-optional-grid {
    grid-template-columns: 1fr;
  }

  .tbt-v0-route {
    display: block;
  }

  .tbt-v0-route::before {
    left: 13px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    right: auto;
    background: var(--tbt-border);
  }

  .tbt-v0-route__stop {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 0 0 40px;
  }

  .tbt-v0-route__dot {
    margin-bottom: 0;
  }

  .tbt-v0-accordion__head {
    align-items: flex-start;
  }

  .tbt-v0-accordion__hook {
    display: none;
  }

  .tbt-v0-accordion__inner {
    padding-left: 0;
    grid-template-columns: 1fr;
  }

  .tbt-v0-itinerary-head,
  .tbt-v0-itinerary-footer,
  .tbt-v0-mid-cta,
  .tbt-v0-reviews__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tbt-v0-dates__header {
    display: none;
  }

  .tbt-v0-dates__row {
    grid-template-columns: 1fr;
  }

  .tbt-v0-dates-section,
  .tbt-v0-optional {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}