/* ---------- Tokens ---------- */
.tour-vintage {
  --primary: #FFB600;
  --primary-dark: #e0a000;
  --primary-soft: #fff4d4;
  --secondary: #161513;
  --secondary-2: #2a2724;
  --text: #161513;
  --muted: #6e6a64;
  --line: #ece8e0;
  --line-2: #f3efe7;
  --bg: #ffffff;
  --bg-alt: #faf6ef;
  --bg-cream: #f5f0e6;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 18px 40px -20px rgba(22, 21, 19, .22);
  --shadow-lg: 0 30px 70px -30px rgba(22, 21, 19, .45);
  --container: 1450px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

.tour-vintage * { box-sizing: border-box; }
.tour-vintage { scroll-behavior: smooth; }
.tour-vintage {
  margin: 0;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
.tour-vintage img { max-width: 100%; display: block; }
.tour-vintage a { color: inherit; text-decoration: none; }
.tour-vintage button { font-family: inherit; cursor: pointer; }

.tour-vintage .container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 30px;
   @media (max-width: 767px) {
  padding: 0 20px;
   }
  
}

.tour-vintage h1,
.tour-vintage h2,
.tour-vintage h3,
.tour-vintage h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
  margin: 0;
  color: var(--secondary);
}

.tour-vintage .kicker {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 0 0 14px;
}
.tour-vintage .kicker--light { color: var(--primary); }

.tour-vintage .section { padding: 110px 0; }
.tour-vintage .section--trips { padding-bottom: 90px;  }
.tour-vintage .section__head { margin-bottom: 56px; }
.tour-vintage .section__head--center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.tour-vintage .section__title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
}

/* ---------- Buttons ---------- */
.tour-vintage .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .25s var(--ease);
  white-space: nowrap;
  text-align: center;
}
.tour-vintage .btn--sm { padding: 7px 20px; font-size: 13px; }
.tour-vintage .btn--lg { padding: 18px 36px; font-size: 14px; }

.tour-vintage .btn--primary { background: var(--primary); color: var(--secondary); }
.tour-vintage .btn--primary:hover { background: var(--secondary); color: var(--primary);  }
.tour-vintage .btn--dark { background: var(--secondary); color: #fff; }
.tour-vintage .btn--dark:hover { background: var(--primary); color: var(--secondary);  }
.tour-vintage .btn--outline-dark { background: transparent; color: var(--secondary); border-color: var(--secondary); }
.tour-vintage .btn--outline-dark:hover { background: var(--secondary); color: #fff; }
.tour-vintage .btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.tour-vintage .btn--outline-light:hover { background: var(--primary); color: var(--secondary); border-color: var(--primary); }

/* ---------- Header ---------- */
.tour-vintage .mobilecontact {
  @media (max-width: 767px) {
display: none;
  }
}
.tour-vintage .header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-2);
    @media (max-width: 767px) {
padding: 3px;
    }
  
}
.tour-vintage .header__inner {
display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 82px;
  gap: 19px;
    @media (max-width: 1199px) {
display: flex;
justify-content: space-between;
    }
}

.tour-vintage .logo {
  display: inline-flex;
  
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: .95;
  font-size: 16px;
  color: var(--secondary);
 

  width: 146px;
      @media (max-width: 767px) {
  width: 100px;
      }
}
.tour-vintage .logo__text { display: inline-block; }
.tour-vintage .logo__text em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: var(--primary-dark);
  letter-spacing: .02em;
  margin-top: 2px;
  display: inline-block;
}
.tour-vintage .logo--light { background: #fff;
  padding: 14px !important;}
.tour-vintage .logo--light .logo__text em { color: var(--primary); }

.tour-vintage .nav--left { justify-self: start;
  @media (max-width: 1199px) {
    display: none;

  }}
.tour-vintage .nav__list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;


}
.tour-vintage .nav__item > a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  position: relative;
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--secondary);
}
.tour-vintage .nav__item > a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 4px;
  height: 2px;
  width: 0;
  background: var(--primary);
  transition: width .25s var(--ease);
}
.tour-vintage .nav__item:hover > a::after { width: 100%; }
.tour-vintage .caret {
  color: var(--muted);
  margin-left: 2px;
  transition: transform .25s var(--ease), color .2s var(--ease);
}
.tour-vintage .nav__item:hover > a .caret { color: var(--primary-dark); }
.tour-vintage .has-dropdown.is-open > a .caret,
.tour-vintage .has-mega.is-open > a .caret { transform: rotate(180deg); color: var(--primary-dark); }

.tour-vintage .has-dropdown { position: relative; }
.tour-vintage .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(8px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 24px;
  min-width: 640px;
  opacity: 0;
  pointer-events: none;
  transition: all .25s var(--ease);
}
.tour-vintage .dropdown--single { grid-template-columns: 1fr; min-width: 240px; }
.tour-vintage .has-dropdown.is-open .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.tour-vintage .dropdown__col h4 {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: 12px;
  font-weight: 800;
}
.tour-vintage .dropdown__col a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.tour-vintage .dropdown__col a:hover { color: var(--primary-dark); }

/* ---------- Mega menu ---------- */
.tour-vintage .has-mega { position: static; }
.tour-vintage .mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: transparent;
  padding: 18px 28px 28px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all .25s var(--ease);
  z-index: 50;
}
.tour-vintage .has-mega.is-open .mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tour-vintage .mega__side {
position: relative;
  z-index: 2;
  padding: 0px;
  width: 280px;
  flex-shrink: 0;
}
.tour-vintage .mega { display: flex; gap: 0; max-width: 1400px; margin: 0 auto;  background: var(--bg-cream); }
.tour-vintage .mega__side-title {
display: block;
  background: #fff;
  font-size: 21px;
  font-weight: 800;
  padding: 13px 16px;
  margin: 0px 0px 12px;
  border-radius: 0;
  color: var(--secondary);
  line-height: 1.25;
  border-radius: 10px;
}
.tour-vintage .mega__regions {
  list-style: none;
  margin: 0;
padding: 0 22px 0px 0px;
}
.tour-vintage .mega__regions li { margin: 0; }
.tour-vintage .mega__regions a {
  display: block;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: -.01em;
  text-transform: none;
  transition: color .2s var(--ease);
}
.tour-vintage .mega__regions a:hover,
.tour-vintage .mega__regions a.is-active { color: var(--primary-dark); }

.tour-vintage .mega__main {
 position: relative;
  z-index: 2;
  flex: 1;
padding: 0px 0px 0px 36px;
}
.tour-vintage .mega__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.tour-vintage .dest-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform .35s var(--ease);
}
.tour-vintage .dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(22,21,19,.75) 100%);
  transition: background .25s var(--ease);
}

.tour-vintage .dest-card:hover::after {transition: 0.4s; background: linear-gradient(180deg, rgba(22,21,19,.15) 0%, rgba(22,21,19,.85) 100%); }

.tour-vintage .dest-card--mongolia { background-image: url('https://images.unsplash.com/photo-1547036967-23d11aacaee0?auto=format&fit=crop&w=600&q=80'); }
.tour-vintage .dest-card--laos { background-image: url('https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=600&q=80'); }
.tour-vintage .dest-card--morocco { background-image: url('https://images.unsplash.com/photo-1539635278303-d4002c07eae3?auto=format&fit=crop&w=600&q=80'); }
.tour-vintage .dest-card--albania { background-image: url('https://images.unsplash.com/photo-1502786129293-79981df4e689?auto=format&fit=crop&w=600&q=80'); }
.tour-vintage .dest-card--srilanka { background-image: url('https://images.unsplash.com/photo-1571536802807-30451e3955d8?auto=format&fit=crop&w=600&q=80'); }

.tour-vintage .dest-card__name {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.tour-vintage .mega__cta { margin-top: 26px; text-align: center; }
.tour-vintage .btn--white {
  background: #fff;
  color: var(--secondary);
  border-color: #fff;
  padding: 14px 32px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12.5px;
}
.tour-vintage .btn--white:hover {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);

}

/* ---------- Themes mega (Trip Options) ---------- */
.tour-vintage .mega--themes::before {
  background: #fff;
}
.tour-vintage .mega--themes .mega__side {
background: var(--bg-cream);
  border-radius: 18px;
  padding: 0px;
  width: 240px;
  position: relative;
  z-index: 2;
}
.tour-vintage .mega__side-title {
display: block;
  background: #fff;
  font-size: 21px;
  font-weight: 800;
  padding: 13px 16px;
  margin: 0px 0px 12px;
  border-radius: 0;
  color: var(--secondary);
  line-height: 1.25;
  border-radius: 10px;
}
.tour-vintage .period-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour-vintage .period-list a {
  display: block;
  background: #e7e3da;
  color: var(--secondary);
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: all .2s var(--ease);
}
.tour-vintage .period-list a:hover {
  background: var(--primary);
}
.tour-vintage .btn--block {
  display: flex;
  width: 100%;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 18px;
  border-color: rgba(255,255,255,.35);
}

.tour-vintage .mega__main-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0px 0 15px;
}
.tour-vintage .theme-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.tour-vintage .theme-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
min-height: 234px;
  transition: transform .25s var(--ease), background .25s var(--ease);
  border: 1px var(--primary) solid;
}
.tour-vintage .theme-card:hover {

background: var(--primary);
}
.tour-vintage .theme-card__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 22px;
  display: block;
}
.tour-vintage .theme-card__photo--training { background-image: url('https://images.unsplash.com/photo-1568772585407-9361f9bf3a87?auto=format&fit=crop&w=400&q=80'); }
.tour-vintage .theme-card__photo--tour { background-image: url('https://images.unsplash.com/photo-1517020280724-5dcdd0b40d23?auto=format&fit=crop&w=400&q=80'); }
.tour-vintage .theme-card__photo--ramble { background-image: url('https://images.unsplash.com/photo-1502786129293-79981df4e689?auto=format&fit=crop&w=400&q=80'); }
.tour-vintage .theme-card__photo--freedom { background-image: url('https://images.unsplash.com/photo-1558981403-c5f9899a28bc?auto=format&fit=crop&w=400&q=80'); }

.tour-vintage .theme-card__name {
font-weight: 600;
  font-size: 15px;
  color: var(--secondary);
  line-height: 1.25;
  margin-top: auto;
  text-align: center;
}

.tour-vintage .theme-card--tailor {
  background: var(--secondary);
  color: #fff;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.tour-vintage .theme-card--tailor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 25%, rgba(255,182,0,.06), transparent 50%),
    repeating-radial-gradient(circle at 70% 60%, rgba(255,255,255,.06) 0 1px, transparent 1px 18px);
  pointer-events: none;
}
.tour-vintage .theme-card--tailor:hover { background: #1f1c19;  }
.tour-vintage .theme-card--tailor h5 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
}
.tour-vintage .theme-card--tailor p {
  position: relative;
  font-size: 13px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

/* ---------- About mega ---------- */
.tour-vintage .mega--about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px;
  max-width: 1280px;
}
.tour-vintage .mega--about::before {
  background: #fff;
  inset: 18px 28px 28px;
}
.tour-vintage .about-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.tour-vintage .about-card:hover {

  background: #fff;
  border-color: var(--primary);
}
.tour-vintage .about-card__photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 3px solid #fff;
  box-shadow: 0 6px 14px -8px rgba(22,21,19,.4);
}
.tour-vintage .about-card:hover .about-card__photo { border-color: var(--primary-soft); }

.tour-vintage .about-card__photo--concept { background-image: url('https://images.unsplash.com/photo-1568772585407-9361f9bf3a87?auto=format&fit=crop&w=400&q=80'); }
.tour-vintage .about-card__photo--partners { background-image: url('https://images.unsplash.com/photo-1517649763962-0c623066013b?auto=format&fit=crop&w=400&q=80'); }
.tour-vintage .about-card__photo--team { background-image: url('https://images.unsplash.com/photo-1502786129293-79981df4e689?auto=format&fit=crop&w=400&q=80'); }

.tour-vintage .about-card__body { display: flex; flex-direction: column; }
.tour-vintage .about-card__kicker {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 6px;
}
.tour-vintage .about-card__body h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 8px;
  letter-spacing: -.01em;
}
.tour-vintage .about-card__body p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.tour-vintage .about-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-top: auto;
  padding-top: 4px;
  transition: gap .2s var(--ease), color .2s var(--ease);
}
.tour-vintage .about-card:hover .about-card__more { gap: 10px; color: var(--primary-dark); }

.tour-vintage .header__right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-vintage .help-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 6px;
  @media (max-width: 767px) {
display: none;
  }
}
.tour-vintage .help-link:hover { color: var(--secondary); }
.tour-vintage .help-link svg { color: var(--muted); }

/* Round icon buttons (search, user) */
.tour-vintage .icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .22s var(--ease);
}
.tour-vintage .icon-btn--search {
  background: #fff;
  color: var(--primary);
  border: 1px solid #ddd;
}
.tour-vintage .icon-btn--search:hover {
  background: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);

}
.tour-vintage .icon-btn--user {
  background: var(--secondary);
  color: #fff;
}
.tour-vintage .icon-btn--user:hover {
  background: var(--primary);
  color: var(--secondary);

}
.tour-vintage .icon-btn__dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e53935;
  border: 2px solid #fff;
}
.tour-vintage .icon-btn--user .icon-btn__dot { border-color: var(--secondary); }
.tour-vintage .icon-btn--user:hover .icon-btn__dot { border-color: var(--primary); }

/* ---------- Profile dropdown ---------- */
.tour-vintage .profile { position: relative; }
.tour-vintage .profile-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 300px;
  background: #fff;
border-radius: 0px 0px 15px 15px;
  box-shadow: 0 22px 50px -18px rgba(22,21,19,.28);
padding: 20px 22px 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
  z-index: 90;
}
.tour-vintage .profile.is-open .profile-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.tour-vintage .profile-menu__title {

  font-weight: 600;
  font-size: 24px;
  color: var(--secondary);
  text-align: center;
  margin: 0 0 18px;
  letter-spacing: -.01em;
}
.tour-vintage .profile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour-vintage .profile-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #e7e3da;
  color: var(--secondary);
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.tour-vintage .profile-item:hover {
  background: #dcd7cb;

}
.tour-vintage .profile-item__icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--secondary);
  flex-shrink: 0;
}
.tour-vintage .profile-item__dot {
  width: 9px;
  height: 9px;
  background: var(--primary);
  border-radius: 50%;
  margin-left: auto;
}
.tour-vintage .profile-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff4d4;
  color: var(--primary-dark);
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 14px;
  transition: background .2s var(--ease);
}
.tour-vintage .profile-logout:hover { background: var(--primary); color: var(--secondary); }
.tour-vintage .profile-logout .profile-item__icon { color: var(--primary-dark); }
.tour-vintage .profile-logout:hover .profile-item__icon { color: var(--secondary); }

.tour-vintage .locale { display: flex; gap: 6px; }
.tour-vintage .locale__btn {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--secondary);
  transition: border-color .2s var(--ease);
}
.tour-vintage .locale__btn:hover { border-color: var(--primary); }

.tour-vintage .hamburger {
  display: none;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.tour-vintage .hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: var(--secondary);
  transition: .25s;
}

/* ---------- Filter bar ---------- */
.tour-vintage .filter-bar {
  background: var(--bg-cream);
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.tour-vintage .filter-bar__inner {
  display: flex;
  align-items: center;
  gap: 16px;

}
.tour-vintage .filter-bar__count {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--secondary);
  white-space: nowrap;
}
.tour-vintage .filter-bar__count strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  font-style: normal;
  margin-right: 4px;
}
.tour-vintage .filter-bar__filters {
  display: flex;
  gap: 10px;

  flex: 1;
}
.tour-vintage .filter-bar__sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  @media (max-width: 1199px) {
margin-left: inherit;
  }
}
.tour-vintage .filter-bar__sort-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.tour-vintage .filter { position: relative; }
.tour-vintage .filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 175px;
  justify-content: space-between;
  background: #fff;
  border: 1.5px solid var(--secondary);
  color: var(--secondary);
  border-radius: 12px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.tour-vintage .filter__btn:hover { background: var(--secondary); color: #fff; }
.tour-vintage .filter.is-open .filter__btn { background: var(--secondary); color: #fff; }
.tour-vintage .filter__chev { transition: transform .25s var(--ease); flex-shrink: 0; }
.tour-vintage .filter.is-open .filter__chev { transform: rotate(180deg); }

.tour-vintage .filter__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 260px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 22px 50px -20px rgba(22,21,19,.3);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
  overflow: hidden;
}
.tour-vintage .filter__menu--right { left: auto; right: 0; }
.tour-vintage .filter.is-open .filter__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tour-vintage .filter__menu-head {
  position: relative;
  background: var(--secondary);
  color: #fff;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-image: radial-gradient(circle at 90% 30%, rgba(255,182,0,.12), transparent 60%);
}
.tour-vintage .filter__menu-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--primary);
  pointer-events: none;
}
.tour-vintage .filter__menu-title::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.tour-vintage .filter__search {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  padding: 9px 12px 9px 36px;
  outline: none;
  caret-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' opacity='.55'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.tour-vintage .filter__search::placeholder { color: rgba(255,255,255,.5); }
.tour-vintage .filter__search:focus {
  border-color: var(--primary);
  background-color: rgba(255,182,0,.08);
}

.tour-vintage .filter__options {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 260px;
  overflow-y: auto;
}
.tour-vintage .filter__options li { margin: 0; }
.tour-vintage .filter__options a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  transition: background .15s var(--ease), padding-left .15s var(--ease);
}
.tour-vintage .filter__options a:hover,
.tour-vintage .filter__options a.is-active {
  background: var(--bg-cream);
 
  color: var(--primary-dark);

}
.tour-vintage .filter__options::-webkit-scrollbar { width: 6px; }
.tour-vintage .filter__options::-webkit-scrollbar-track { background: transparent; }
.tour-vintage .filter__options::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }

/* Tablet ≤ 1100px — let pills wrap to 2 rows if needed */
@media (max-width: 1100px) {
  .tour-vintage .filter__btn { min-width: 150px; padding: 12px 14px; font-size: 12px; gap: 10px; }
  .tour-vintage .filter-bar__filters { gap: 8px; }
    .tour-vintage .filter-bar__inner { flex-direction: column; }
}

/* Small tablet ≤ 900px — pull sort to its own row */
@media (max-width: 900px) {
  .tour-vintage .filter-bar__inner { gap: 14px; }
  .tour-vintage .filter-bar__count { font-size: 16px; flex: 0 0 auto; }
  .tour-vintage .filter-bar__count strong { font-size: 19px; }
  .tour-vintage .filter-bar__filters { gap: 8px; }

}

/* Mobile ≤ 820px — full-width filter row, smaller pills */
@media (max-width: 820px) {
  .tour-vintage .filter-bar { padding: 16px 0; }
  .tour-vintage .filter-bar__inner { gap: 12px; flex-direction: column;  }
  .tour-vintage .filter-bar__count {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .tour-vintage .filter-bar__filters {
    width: 100%;
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tour-vintage .filter__btn {
    min-width: 0;
    width: 100%;
    flex: 1;
    padding: 12px 14px;
    font-size: 11.5px;
    letter-spacing: .08em;
  }
  /* Detach the dropdown from its button so it never overflows the viewport */
  .tour-vintage .filter__menu {
    position: fixed;
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-height: 70vh;
    transform: translateY(20px);
    border-radius: 16px;
    z-index: 220;
    display: flex;
    flex-direction: column;
  }
  .tour-vintage .filter.is-open .filter__menu {
    transform: translateY(0);
  }
  .tour-vintage .filter__menu--right { left: 12px; right: 12px; }
  .tour-vintage .filter__options {
    max-height: none;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tour-vintage .filter__options a { padding: 14px 18px; font-size: 15px; }
  .tour-vintage .filter--sort { flex: 1; max-width: 240px; }
  .tour-vintage .filter--sort .filter__btn { width: 100%; min-width: 0; }

  /* Backdrop behind the open dropdown so taps outside close it */
  .tour-vintage .filter-bar::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(22,21,19,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s var(--ease);
    z-index: 210;
  }
  .tour-vintage .filter-bar:has(.filter.is-open)::after {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Phone ≤ 600px — keep the 2-column pill grid but tighten everything */
@media (max-width: 600px) {
  .tour-vintage .filter__btn { padding: 11px 12px; font-size: 11px; gap: 8px; }
  .tour-vintage .filter-bar__inner { align-items: stretch; }
}

/* Very small phone ≤ 380px — pills wrap to 1 column */
@media (max-width: 380px) {
  .tour-vintage .filter-bar__filters { grid-template-columns: 1fr; }
  .tour-vintage .filter-bar__sort { flex-direction: column; align-items: flex-start; gap: 6px; }
  .tour-vintage .filter--sort { width: 100%; max-width: none; }
}

/* ---------- Breadcrumb ---------- */
.tour-vintage .breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 22px;
  display: inline-block;
  margin-top: 20px;
}
.tour-vintage .breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 8px 8px 8px 16px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  letter-spacing: .04em;
}
.tour-vintage .breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.tour-vintage .breadcrumb__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.tour-vintage .breadcrumb__item a:hover {
  color: var(--primary);
}
.tour-vintage .breadcrumb__item a:hover .breadcrumb__icon {
  background: var(--primary);
  color: var(--secondary);
  transform: translateY(-1px);
}
.tour-vintage .breadcrumb__icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.tour-vintage .breadcrumb__sep {
  display: inline-grid;
  place-items: center;
  color: rgba(255,255,255,.4);
  line-height: 0;
}
.tour-vintage .breadcrumb__item--current {
  background: var(--primary);
  color: var(--secondary);
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: .12em;
}
.tour-vintage .breadcrumb__dot {
  width: 6px;
  height: 6px;
  background: var(--secondary);
  border-radius: 50%;
  display: inline-block;
  animation: crumbPulse 1.8s ease-in-out infinite;
}
@keyframes crumbPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.7); }
}

@media (max-width: 600px) {
  .tour-vintage .breadcrumb__list {
    padding: 6px 6px 6px 12px;
    gap: 8px;
    font-size: 12px;
  }
  .tour-vintage .breadcrumb__icon { width: 22px; height: 22px; }
  .tour-vintage .breadcrumb__icon svg { width: 12px; height: 12px; }
  .tour-vintage .breadcrumb__item--current { padding: 5px 11px; font-size: 10.5px; }
  .tour-vintage .breadcrumb__sep svg { width: 9px; height: 9px; }
}

/* ---------- Hero ---------- */
.tour-vintage .hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 80px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.tour-vintage .hero__bg {
  position: absolute;
  inset: 0;
 background:url(/front-theme/tour/image/banner-img1.jpg) no-repeat;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
.tour-vintage .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,21,19,.1) 0%, rgba(22,21,19,.55) 100%);
  z-index: 1;
}
.tour-vintage .hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.tour-vintage .hero__eyebrow {
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 15px;
}
.tour-vintage .hero__title {
font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.05;
  color: #fff;
  font-weight: 900;
  letter-spacing: -.02em;
  margin: 0;
  text-transform: capitalize;
}
.tour-vintage .hero__title .highlight {
font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0;
  display: block;
}

.tour-vintage .search {
  background: #fff;
  color: var(--secondary);
  border-radius: 999px;
  padding: 10px 10px 10px 24px;
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 4px;
  align-items: center;
  max-width: 720px;
  margin: 48px auto 0;
  box-shadow: var(--shadow-lg);
}
.tour-vintage .search__field {
  display: flex;
  flex-direction: column;
  padding: 8px 18px;
  text-align: left;
  border-right: 1px solid var(--line);
}
.tour-vintage .search__field:nth-child(2) { border-right: none; }
.tour-vintage .search__field label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 800;
  color: var(--muted);
  margin-bottom: 2px;
}
.tour-vintage .search__field select {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary);
  padding: 2px 0;
  outline: none;
  cursor: pointer;
}
.tour-vintage .search__btn {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: var(--primary);
  color: var(--secondary);
}
.tour-vintage .search__btn:hover { background: var(--secondary); color: var(--primary); }

/* ---------- Trips ---------- */
.tour-vintage .trips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

}

.tour-vintage .trip {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display: flex;
  flex-direction: column;
    .imgWrapper{
    
    transition: 0.4s;
    overflow: hidden;
    img{
width: 100%; transition: 0.4s;
  overflow: hidden;
    }
  }
&:hover .imgWrapper img {
  transform: scale(1.05);
}
}


.tour-vintage .trip__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background-color: var(--bg-cream);
  overflow: hidden;
}
.tour-vintage .trip__img .imgWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour-vintage .trip__img .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1);
  transition: transform .7s var(--ease);
  will-change: transform;
}
.tour-vintage .trip:hover .trip__img .imgWrapper img { transform: scale(1.08); }

/* Owl Carousel theme tweaks */
.tour-vintage .addBannerMain .owl-stage-outer { padding: 0px 4px 0px; overflow: hidden; }
.tour-vintage .addBannerMain .owl-item { display: flex; }
.tour-vintage .addBannerMain .owl-item .item,
.tour-vintage .addBannerMain .owl-item .trip { width: 100%; display: flex; flex-direction: column; }
.tour-vintage .addBannerMain .owl-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  @media (max-width: 767px) {
margin-top: 10px;
  }
}
.tour-vintage .addBannerMain .owl-nav button.owl-prev,
.tour-vintage .addBannerMain .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  border: 1px solid var(--line) !important;
  background: var(--primary) !important;
  color: var(--secondary) !important;
  font-size: 0 !important;
  position: relative;
  transition: all .2s var(--ease);

  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-vintage .addBannerMain .owl-nav button.owl-prev:hover,
.tour-vintage .addBannerMain .owl-nav button.owl-next:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;

}
.tour-vintage .addBannerMain .owl-nav button.owl-prev::before,
.tour-vintage .addBannerMain .owl-nav button.owl-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
}
.tour-vintage .addBannerMain .owl-nav button.owl-prev::before { transform: rotate(-135deg); margin-left: 4px; }
.tour-vintage .addBannerMain .owl-nav button.owl-next::before { transform: rotate(45deg); margin-right: 4px; }
.tour-vintage .addBannerMain .owl-dots { text-align: center; margin-top: 18px; }
.tour-vintage .addBannerMain .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: var(--line) !important;
  margin: 4px 5px !important;
  transition: all .2s var(--ease);
}
.tour-vintage .addBannerMain .owl-dots .owl-dot.active span,
.tour-vintage .addBannerMain .owl-dots .owl-dot:hover span {
  background: var(--primary) !important;
  width: 22px !important;
  border-radius: 4px !important;
}



.tour-vintage .trip__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--primary);
  color: var(--secondary);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 999px;
}
.tour-vintage .trip__badge--alt { background: #fff; color: var(--secondary); }
.tour-vintage .trip__fav {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.95);
  color: var(--secondary);
  font-size: 18px;
  display: grid;
  place-items: center;
  transition: all .2s var(--ease);
}
.tour-vintage .trip__fav:hover { background: var(--primary); }

.tour-vintage .trip__body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tour-vintage .trip__title {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 4px;
  font-weight: 800;
}
.tour-vintage .trip__sub {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-weight: 700;
}
.tour-vintage .trip__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.tour-vintage .trip__price {
  font-size: 24px;
  font-weight: 800;
  color: var(--secondary);
}
.tour-vintage .trip__unit {
  font-size: 12px;
  color: var(--muted);
  margin-left: 4px;
}
.tour-vintage .trip__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tour-vintage .stars { color: var(--primary); font-size: 14px; letter-spacing: 2px; line-height: 1; }
.tour-vintage .rating-count { font-size: 11px; color: var(--muted); margin-top: 4px; }

.tour-vintage .trip__departures-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-cream);
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 14px;
}
.tour-vintage .hot {
  background: var(--secondary);
  color: var(--primary);
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-left: auto;
}

.tour-vintage .trip__departures {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.tour-vintage .trip__departures li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 12px;
}
.tour-vintage .dep-date { font-weight: 700; color: var(--secondary); }
.tour-vintage .dep-bikes { font-size: 11px; color: var(--muted); margin-top: 2px; }

.tour-vintage .trips__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}
.tour-vintage .trips__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--secondary);
  font-size: 18px;
  transition: all .2s var(--ease);
}
.tour-vintage .trips__arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.tour-vintage .trips__cta { text-align: center; margin-top: 36px; 
  @media (max-width: 767px) {
margin-top: 20px; 
  }
}

/* ---------- Values ---------- */
.tour-vintage .values {
  background: var(--secondary);
  color: #fff;
  padding: 80px 0 90px;
  background-image:
    radial-gradient(circle at 85% 15%, rgba(255,182,0,.08), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(255,182,0,.06), transparent 50%);
      @media (max-width: 767px) {
  padding: 40px 0 40px;
      }
}
.tour-vintage .values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.tour-vintage .value {
  text-align: center;
  padding: 0 12px;
}
.tour-vintage .value__photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--primary);
  overflow: hidden;
}


.tour-vintage .value h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}
.tour-vintage .value p {
  color: rgba(255,255,255,.7);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.tour-vintage .values__cta { text-align: center; }

/* ---------- Styles cards ---------- */
.tour-vintage .styles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.tour-vintage .style-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  background: var(--bg-cream);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  isolation: isolate;
}
.tour-vintage .style-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

/* Image layer */
.tour-vintage .style-card__overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.tour-vintage .style-card__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform .7s var(--ease);
}
.tour-vintage .style-card:hover .style-card__overlay img { transform: scale(1.08); }

/* Bottom gradient for legibility */
.tour-vintage .style-card__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,21,19,0) 35%, rgba(22,21,19,.45) 65%, rgba(22,21,19,.9) 100%);
  transition: background .35s var(--ease);
  pointer-events: none;
}
.tour-vintage .style-card:hover .style-card__overlay::after {
  background: linear-gradient(180deg, rgba(22,21,19,.15) 0%, rgba(22,21,19,.55) 50%, rgba(22,21,19,.95) 100%);
}

.tour-vintage .style-card--tailor {
  background: var(--primary);
  color: var(--secondary);
  text-align: center;
}
.tour-vintage .style-card--tailor::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 80%, rgba(22,21,19,.08), transparent 60%);
  pointer-events: none;
}
.tour-vintage .style-card__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.tour-vintage .style-card__inner h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.tour-vintage .style-card__inner .btn {
  transform: translateY(4px);
  opacity: .92;
  transition: transform .35s var(--ease), opacity .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.tour-vintage .style-card:hover .style-card__inner .btn {

  opacity: 1;
}

/* Tailor-made (solid) variant */
.tour-vintage .style-card__inner--solid {
  position: absolute;
  inset: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 32px 22px;
  gap: 12px;
}
.tour-vintage .style-card__inner--solid h3 { color: var(--secondary); text-shadow: none; font-size: 22px; }
.tour-vintage .style-card__inner--solid p {
  color: var(--secondary);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 220px;
}
.tour-vintage .style-card__inner--solid .btn { transform: none; opacity: 1; margin-top: 6px; }

/* ---------- Reviews ---------- */
.tour-vintage .reviews {
  background: var(--bg-cream);
  padding: 110px 0;
  @media (max-width: 1199px) {
  padding: 40px 0;
  }
}
.tour-vintage .reviews__layout {
  display: grid;
  grid-template-columns: .8fr 1.4fr;
  gap: 56px;
  align-items: flex-start;
    @media (max-width: 1199px) {
  gap: 40px;
    }
}
.tour-vintage .reviews__intro .kicker { color: var(--primary-dark); }
.tour-vintage .reviews__big {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  margin-bottom: 18px;
}
.tour-vintage .reviews__big .num { color: var(--primary-dark); }
.tour-vintage .reviews__lead { color: var(--muted); margin: 0 0 26px; font-size: 15px; }

.tour-vintage .reviews__main {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  border: 1px solid var(--line);
}
.tour-vintage .reviews__score {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.tour-vintage .reviews__big-score {
  font-size: 48px;
  font-weight: 900;
  color: var(--secondary);
  line-height: 1;
}
.tour-vintage .reviews__big-score span { font-size: 22px; color: var(--muted); font-weight: 600; }
.tour-vintage .reviews__stars { color: var(--primary); font-size: 20px; letter-spacing: 3px; }
.tour-vintage .reviews__count { font-size: 13px; color: var(--muted); margin: 0; }

.tour-vintage .reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tour-vintage .review {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg-alt);
  display: flex;
  flex-direction: column;
}
.tour-vintage .review__title {
  font-weight: 800;
  font-size: 14px;
  color: var(--secondary);
  margin: 0 0 8px;
}
.tour-vintage .review blockquote {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  flex: 1;
}
.tour-vintage .review figcaption {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.tour-vintage .review figcaption strong { color: var(--secondary); font-size: 13px; }
.tour-vintage .review__link { color: var(--primary-dark); font-weight: 700; font-size: 12px; margin-top: 2px; }
.tour-vintage .review__link:hover { text-decoration: underline; }

/* ---------- Journal ---------- */
.tour-vintage .section--journal { background: #fff; }

.tour-vintage .journal-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.tour-vintage .journal-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.tour-vintage .journal-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.tour-vintage .journal-feature__img {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
.tour-vintage .journal-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform .8s var(--ease);
}
.tour-vintage .journal-feature:hover .journal-feature__img img { transform: scale(1.06); }
.tour-vintage .journal-feature__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: var(--primary);
  color: var(--secondary);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,.3);
}

.tour-vintage .journal-feature__body {
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tour-vintage .journal-feature__meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
  margin: 0 0 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tour-vintage .journal-feature__meta .dot {
  width: 7px;
  height: 7px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
}
.tour-vintage .journal-feature__body h3 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.tour-vintage .journal-feature__body p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 22px;
}
.tour-vintage .journal-feature__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--secondary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: gap .25s var(--ease), color .2s var(--ease);
}
.tour-vintage .journal-feature__more:hover { gap: 14px; color: var(--primary-dark); }

/* Side mini cards */
.tour-vintage .journal-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.tour-vintage .journal-mini {
  display: grid;
  grid-template-columns: 130px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.tour-vintage .journal-mini:hover {

  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.tour-vintage .journal-mini__img {
  position: relative;
  overflow: hidden;
}
.tour-vintage .journal-mini__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform .7s var(--ease);
}
.tour-vintage .journal-mini:hover .journal-mini__img img { transform: scale(1.08); }
.tour-vintage .journal-mini__body {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tour-vintage .journal-mini__meta {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
  margin: 0 0 8px;
  font-weight: 700;
}
.tour-vintage .journal-mini__body h4 {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 10px;
  color: var(--secondary);
  letter-spacing: -.01em;
}
.tour-vintage .journal-mini__more {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-top: auto;
  transition: letter-spacing .2s var(--ease);
}
.tour-vintage .journal-mini:hover .journal-mini__more { letter-spacing: .18em; }

.tour-vintage .journal__cta { text-align: center; margin-top: 44px; }

@media (max-width: 1100px) {
  .tour-vintage .journal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .tour-vintage .journal-feature { grid-template-columns: 1fr; }
  .tour-vintage .journal-feature__img { min-height: 240px; }
  .tour-vintage .journal-feature__body { padding: 26px 22px; }
  .tour-vintage .journal-mini { grid-template-columns: 110px 1fr; }
}

/* ---------- Philosophy / video ---------- */
.tour-vintage .philosophy {
  padding: 110px 0;
  background: var(--bg-alt);
  @media (max-width: 992px) {
  padding: 40px 0;
  }
}
.tour-vintage .philosophy__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.tour-vintage .philosophy__video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(22,21,19,.3) 0%, rgba(22,21,19,.65) 100%),
    url('/front-theme/tour/image/banner-img1.jpg') center/cover no-repeat;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
}
.tour-vintage .video-badge {
  position: absolute;
  top: 18px;
  left: 18px;
}
.tour-vintage .video-badge__tag {
  display: inline-block;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 600;
}
.tour-vintage .video-badge__brand {
  position: absolute;
  top: 60px;
  left: 24px;
  color: #fff;
}
.tour-vintage .video-badge__brand small { font-size: 12px; letter-spacing: .2em; opacity: .9; }
.tour-vintage .video-badge__brand em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--primary);
  font-size: 18px;
}
.tour-vintage .video-badge__brand p { font-size: 11px; opacity: .85; margin: 4px 0 0; letter-spacing: .1em; text-transform: uppercase; }

.tour-vintage .video-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  color: #fff;
  letter-spacing: .04em;
  text-shadow: 0 6px 24px rgba(0,0,0,.4);
  margin: 0;
}

.tour-vintage .play {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 0 rgba(255,255,255,.6);
  animation: pulse 2.4s infinite var(--ease);
  transition: transform .25s var(--ease);
}
.tour-vintage .play:hover { transform: scale(1.08); background: var(--primary); }
.tour-vintage .play__triangle {
  width: 0; height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent var(--secondary);
  margin-left: 4px;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  70% { box-shadow: 0 0 0 24px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.tour-vintage .yt-pill {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: #fff;
  color: var(--secondary);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.tour-vintage .philosophy__copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 18px 0 22px;
}
.tour-vintage .philosophy__copy em {
  font-family: 'Playfair Display', serif;
  color: var(--primary-dark);
  font-style: italic;
}

/* ---------- Long copy + accordion ---------- */
.tour-vintage .long-copy {
  background: var(--bg-cream);
  padding: 100px 0;
  @media (max-width: 992px) {
 padding: 50px 0;
  }
}
.tour-vintage .long-copy__inner {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 56px;
}
.tour-vintage .long-copy__head h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
  margin: 6px 0 22px;
}
.tour-vintage .long-copy__head .kicker {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 22px;
}
.tour-vintage .long-copy__body h3 {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin: 0 0 18px;
}
.tour-vintage .long-copy__body p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 14px;
}
.tour-vintage .long-copy__body strong { color: var(--secondary); }

.tour-vintage .accordion {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
}
.tour-vintage .accordion__item { border-bottom: 1px solid var(--line); }
.tour-vintage .accordion__trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--secondary);
  text-align: left;
  text-transform: uppercase;
  gap: 18px;
}
.tour-vintage .accordion__plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--secondary);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  transition: transform .25s var(--ease);
  flex-shrink: 0;
}
.tour-vintage .accordion__item.is-open .accordion__plus { transform: rotate(45deg); }
.tour-vintage .accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}
.tour-vintage .accordion__panel p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}
.tour-vintage .accordion__item.is-open .accordion__panel { max-height: 240px; }

/* ---------- CTA banner ---------- */
.tour-vintage .cta-banner { padding: 60px 0; background: #fff; }
.tour-vintage .cta-banner__inner {
  position: relative;
  background: var(--secondary);
  border-radius: 22px;
  padding: 58px 64px;
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 48px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
}
.tour-vintage .cta-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(22,21,19,.96) 0%, rgba(22,21,19,.78) 45%, rgba(22,21,19,.45) 100%),
    url('/front-theme/tour/image/banner-img1.jpg') center right / cover no-repeat;
}
.tour-vintage .cta-banner__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,182,0,.18), transparent 50%),
    radial-gradient(circle at 8% 110%, rgba(255,182,0,.08), transparent 40%);
  pointer-events: none;
}

.tour-vintage .cta-banner__body { position: relative; z-index: 2; max-width: 640px; }
.tour-vintage .cta-banner__body .kicker { margin-bottom: 14px; }
.tour-vintage .cta-banner__body h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -.01em;
}
.tour-vintage .cta-banner__accent {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0;
}
.tour-vintage .cta-banner__lead {
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 26px;
  max-width: 520px;
}
.tour-vintage .cta-banner__row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.tour-vintage .cta-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
  transition: gap .25s var(--ease), color .2s var(--ease);
}
.tour-vintage .cta-banner__link:hover { gap: 14px; color: var(--primary); }

.tour-vintage .cta-banner__stats {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px 32px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  backdrop-filter: blur(6px);
}
.tour-vintage .cta-stat { display: flex; flex-direction: column; gap: 4px; }
.tour-vintage .cta-stat strong {
  font-size: 30px;
  color: var(--primary);
  font-weight: 900;
  line-height: 1;
}
.tour-vintage .cta-stat span {
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  font-weight: 700;
}

@media (max-width: 900px) {
  .tour-vintage .cta-banner__inner {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 32px;
  }
  .tour-vintage .cta-banner__bg {
    background:
      linear-gradient(180deg, rgba(22,21,19,.94) 0%, rgba(22,21,19,.7) 100%),
      url('/front-theme/tour/image/banner-img1.jpg') center / cover no-repeat;
  }
  .tour-vintage .cta-banner__stats { flex-direction: row; justify-content: space-around; padding: 18px; }
}
@media (max-width: 540px) {
  .tour-vintage .cta-banner__row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .tour-vintage .cta-banner__stats { flex-direction: column; }
}

/* ---------- Pillars ---------- */
.tour-vintage .pillars {
  background: var(--secondary);
  color: #fff;
  padding: 90px 0;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(255,182,0,.06), transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(255,182,0,.04), transparent 50%);
    @media (max-width: 992px) {
  padding: 40px 0;
    }
}
.tour-vintage .pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.tour-vintage .pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 8px 32px;
  transition: transform .35s var(--ease);
}
.tour-vintage .pillar:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.14) 30%, rgba(255,255,255,.14) 70%, transparent 100%);
}
.tour-vintage .pillar:hover { transform: translateY(-4px); }

.tour-vintage .pillar__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255,182,0,.1);
  color: var(--primary);
  border: 1px solid rgba(255,182,0,.22);
  margin-bottom: 22px;
  transition: all .3s var(--ease);
}
.tour-vintage .pillar:hover .pillar__icon {
  background: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);
  transform: rotate(-6deg);
}

.tour-vintage .pillar__num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: .1em;
  margin-bottom: 8px;
  opacity: .8;
}
.tour-vintage .pillar h4 {
  color: #fff;
  font-size: 19px;
  margin: 0 0 10px;
  letter-spacing: -.01em;
}
.tour-vintage .pillar p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

/* ---------- Newsletter ---------- */
.tour-vintage .newsletter {
  background: var(--primary);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.tour-vintage .newsletter__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.tour-vintage .newsletter__bg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tour-vintage .newsletter__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  text-align: left;
}

/* Left column */
.tour-vintage .newsletter__left { max-width: 520px; }
.tour-vintage .newsletter__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--secondary);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.tour-vintage .newsletter h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}
.tour-vintage .newsletter__accent {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}
.tour-vintage .newsletter__lead {
  margin: 0 0 26px;
  color: var(--secondary-2);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
}
.tour-vintage .newsletter__perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-vintage .newsletter__perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
}
.tour-vintage .perk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  flex-shrink: 0;
  position: relative;
}
.tour-vintage .perk-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(22,21,19,.18);
  border-radius: 50%;
}

/* Right column */
.tour-vintage .newsletter__right {
  background: #fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 30px 60px -25px rgba(22,21,19,.35);
  border: 1px solid rgba(22,21,19,.06);
}
.tour-vintage .newsletter__label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 10px;
}
.tour-vintage .newsletter__field {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--bg-cream);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  border: 2px solid transparent;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.tour-vintage .newsletter__field:focus-within {
  border-color: var(--secondary);
  background: #fff;
}
.tour-vintage .newsletter__field input[type=email] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary);
  outline: none;
}
.tour-vintage .newsletter__submit {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
}

.tour-vintage .newsletter__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.55;
}
.tour-vintage .newsletter__check input { margin-top: 3px; accent-color: var(--secondary); }

.tour-vintage .newsletter__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 600;
}
.tour-vintage .newsletter__trust svg { color: var(--primary-dark); }

@media (max-width: 900px) {
  .tour-vintage .newsletter__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .tour-vintage .newsletter__left { max-width: none; }
  .tour-vintage .newsletter__perks li { justify-content: center; }
  .tour-vintage .newsletter__check { text-align: left; }
}
@media (max-width: 540px) {
  .tour-vintage .newsletter { padding: 64px 0; }
  .tour-vintage .newsletter__right { padding: 10px; }
  .tour-vintage .newsletter__field { padding-left: 10px; }
}

/* ---------- Footer ---------- */
.tour-vintage .footer {
  background: var(--secondary);
  color: rgba(255,255,255,.7);
  padding: 70px 0 0;
  position: relative;
@media (max-width: 767px) {
text-align: center;
}
}

.tour-vintage .footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1.4fr 1.1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  position: relative;
  align-items: start;
}
.tour-vintage .footer__dest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  row-gap: 0;
}
.tour-vintage .footer__dest-grid a { padding: 3px 0; }

/* Footer accordion — desktop: panel always open, no chevron */
.tour-vintage .footer__panel { display: block; }
.tour-vintage .footer__h { position: relative; }
.tour-vintage .footer__h::after { display: none; }

/* Mobile accordion */
@media (max-width: 820px) {
  .tour-vintage .footer__h {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin: 0 !important;
    border-bottom: 1px solid #2a2724;
  }
  .tour-vintage .footer__h.mt { margin-top: 0 !important; }
  .tour-vintage .footer__h::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(45deg);
    transition: transform .3s var(--ease);
    margin-top: -4px;
    flex-shrink: 0;
  }
  .tour-vintage .footer__h.is-open::after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .tour-vintage .footer__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease), padding .3s var(--ease);
    padding: 0;
  }
  .tour-vintage .footer__panel.is-open {
    max-height: 1200px;
    padding: 8px 0 14px;
  }
}
.tour-vintage .footer h4 {
  color: var(--primary);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 800;
}
.tour-vintage .footer h4.mt { margin-top: 20px; }
.tour-vintage .footer a { padding: 3px 0; }
.tour-vintage .footer a {
  display: block;
  padding: 4px 0;
  color: rgba(255,255,255,.7);
  font-size: 13.5px;
  transition: color .2s var(--ease), padding .2s var(--ease);
}
.tour-vintage .footer a:hover { color: var(--primary);  }

.tour-vintage .footer__tag {
  color: var(--primary);
  font-weight: 700;
  margin: 18px 0 6px;
  font-size: 13.5px;
}
.tour-vintage .footer__about {
  margin: 0 0 18px;
  font-size: 13.5px;
  line-height: 1.7;
}
.tour-vintage .footer__address { font-size: 13px; margin: 12px 0 4px; }
.tour-vintage .footer__contact { font-size: 13px; padding: 2px 0; }

.tour-vintage .socials { display: flex; gap: 10px; margin-top: 18px; }
.tour-vintage .socials a {
  width: 36px;
  height: 36px;
  border: 1px solid #2c2a26;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  color: rgba(255,255,255,.7);
  padding: 0;
  font-size: 15px;
}
.tour-vintage .socials a:hover {
  background: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);
  padding-left: 0;
}

.tour-vintage .partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
  max-width: 174px;
  @media (max-width: 767px) {
margin: 0 auto;
  }
}
.tour-vintage .partner-box {
  background: #fff;
  color: var(--secondary);
  
  border-radius: 8px;

  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}
.tour-vintage .partner-box img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.tour-vintage .partner-box--ghost {
  background: transparent;
  color: rgba(255,255,255,.85);
  border: 1px solid #38342f;
  letter-spacing: .04em;
}

.tour-vintage .payment-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 126px;
    @media (max-width: 767px) {
margin: 0 auto;
  }
}
.tour-vintage .pay {
  display: grid;
  place-items: center;
  background: #fff;
  min-height: 40px;
  color: var(--secondary);
  padding: 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}
.tour-vintage .pay img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.tour-vintage .intl-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.75);
}
.tour-vintage .intl-list li { padding: 3px 0; }
.tour-vintage .currency-picker { margin-top: 4px; }
.tour-vintage .currency-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
      @media (max-width: 767px) {
align-items: center;
  }
}
.tour-vintage .currency-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-vintage .currency-list__link {
  display: inline-block;
  padding: 4px 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 500;
  transition: color .2s var(--ease), padding .2s var(--ease);
}
.tour-vintage .currency-list__link:hover { color: var(--primary);  }
.tour-vintage .currency-list__item.is-active .currency-list__link {
  color: #fff;
  font-weight: 700;
}
.tour-vintage .flag {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tour-vintage .flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tour-vintage .footer__bottom {
  border-top: 1px solid #2a2724;
  padding: 22px 0;
  @media (max-width: 767px) {
margin-top: 16px;
padding: 15px 0;
  }
}
.tour-vintage .footer__bottom-inner {
  display: flex;
  justify-content:center;
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
 
  gap: 10px;
}
.tour-vintage .footer__bottom-inner p { margin: 0; }

/* ---------- Floating contact ---------- */
/* ---------- Cookie consent ---------- */
.tour-vintage .cookie-fab {
  position: fixed;
  left: 22px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border: none;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 60;
  border-radius: 64% 36% 60% 40% / 55% 60% 40% 45%;
  box-shadow: 0 10px 26px -6px rgba(255,182,0,.55), 0 4px 12px -4px rgba(22,21,19,.35);
  transition: transform .3s var(--ease), border-radius .8s var(--ease), box-shadow .3s var(--ease);
  animation: cookieBlobIn .6s var(--ease) .3s both, cookieBlobMorph 9s ease-in-out 1s infinite;
}
.tour-vintage .cookie-fab:hover {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 16px 36px -8px rgba(255,182,0,.7), 0 6px 16px -6px rgba(22,21,19,.45);
}
.tour-vintage .cookie-fab:active { transform: scale(.95); }
.tour-vintage .cookie-fab.is-hidden { opacity: 0; transform: scale(.4); pointer-events: none; }

@keyframes cookieBlobIn {
  0%   { opacity: 0; transform: translateY(40px) scale(.4); }
  60%  { opacity: 1; transform: translateY(-6px) scale(1.06); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes cookieBlobMorph {
  0%, 100% { border-radius: 64% 36% 60% 40% / 55% 60% 40% 45%; }
  33%      { border-radius: 42% 58% 35% 65% / 60% 40% 60% 40%; }
  66%      { border-radius: 55% 45% 70% 30% / 40% 55% 45% 60%; }
}

/* The popup */
.tour-vintage .cookie-popup {
  position: fixed;
  left: 22px;
  bottom: 92px;
  width: 380px;
  max-width: calc(100vw - 44px);
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 30px 70px -20px rgba(22,21,19,.4),
    0 12px 26px -10px rgba(22,21,19,.25);
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-30px) translateY(20px) scale(.94);
  transform-origin: bottom left;
  transition: opacity .35s var(--ease), transform .45s var(--ease);
  overflow: hidden;
}
.tour-vintage .cookie-popup.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0) scale(1);
  animation: cookieSlideIn .55s var(--ease);
}
@keyframes cookieSlideIn {
  0%   { opacity: 0; transform: translateX(-60px) translateY(20px) scale(.9); }
  60%  { opacity: 1; transform: translateX(8px) translateY(-4px) scale(1.02); }
  100% { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

.tour-vintage .cookie-popup__inner {
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
}
.tour-vintage .cookie-popup__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.tour-vintage .cookie-popup__hi {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--secondary);
  font-weight: 600;
}
.tour-vintage .cookie-popup__head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.tour-vintage .cookie-popup__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.tour-vintage .cookie-popup__brand small {
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--secondary);
}
.tour-vintage .cookie-popup__brand em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: var(--primary-dark);
  margin-top: 2px;
}

.tour-vintage .cookie-popup__body {
  margin: 0 0 16px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}
.tour-vintage .cookie-popup__body strong { color: var(--secondary); }

.tour-vintage .cookie-popup__certified {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 0;
  padding: 14px 0;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.tour-vintage .cookie-popup__certified strong { color: var(--secondary); margin-left: 2px; }
.tour-vintage .cookie-popup__check {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  background: var(--primary);
  color: var(--secondary);
  border-radius: 50%;
}

.tour-vintage .cookie-popup__actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--line);
  margin: 0 -24px;
}
.tour-vintage .cookie-btn {
  background: transparent;
  border: none;
  padding: 16px 8px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--secondary);
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease);
  border-right: 1px solid var(--line);
  line-height: 1.3;
}
.tour-vintage .cookie-btn:last-child { border-right: none; }
.tour-vintage .cookie-btn:hover { background: var(--bg-cream); }
.tour-vintage .cookie-btn--accept { color: var(--primary-dark); font-weight: 800; }
.tour-vintage .cookie-btn--accept:hover { background: var(--primary); color: var(--secondary); }

.tour-vintage .cookie-popup.is-dismissing {
  animation: cookieSlideOut .35s var(--ease) forwards;
}
@keyframes cookieSlideOut {
  to { opacity: 0; transform: translateX(-40px) translateY(10px) scale(.92); }
}

@media (max-width: 480px) {
  .tour-vintage .cookie-popup { left: 12px; right: 12px; width: auto; bottom: 84px; }
  .tour-vintage .cookie-fab { left: 14px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .tour-vintage .cookie-fab,
.tour-vintage .cookie-popup { animation: none !important; }
}

/* ---------- Floating Contact button ---------- */
.tour-vintage .contact-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  background: var(--primary);
  color: var(--secondary);
  padding: 14px 22px 14px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow:
    0 14px 36px -10px rgba(255,182,0,.55),
    0 6px 14px -6px rgba(22,21,19,.4);
  z-index: 60;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s var(--ease), color .25s var(--ease);
  overflow: visible;
  animation: fabIn .6s var(--ease) .4s both, fabFloat 3.4s ease-in-out 1.2s infinite;
}
.tour-vintage .contact-fab:hover {
  background: var(--secondary);
  color: var(--primary);
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 22px 48px -12px rgba(22,21,19,.55),
    0 8px 18px -8px rgba(255,182,0,.4);
}
.tour-vintage .contact-fab:active { transform: translateY(-1px) scale(.99); }

.tour-vintage .contact-fab__icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--secondary);
  color: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.tour-vintage .contact-fab:hover .contact-fab__icon {
  background: var(--primary);
  color: var(--secondary);
  animation: fabIconWiggle .55s var(--ease);
}

/* Outer pulse ring */
.tour-vintage .contact-fab__ring {
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  background: var(--primary);
  z-index: 0;
  opacity: 0;
  animation: fabPulse 2.6s ease-out 1.5s infinite;
  pointer-events: none;
}

.tour-vintage .contact-fab__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* Keyframes */
@keyframes fabIn {
  0%   { opacity: 0; transform: translateY(40px) scale(.7); }
  60%  { opacity: 1; transform: translateY(-6px) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fabFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}
@keyframes fabPulse {
  0%   { transform: scale(.95); opacity: .6; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
@keyframes fabIconWiggle {
  0%   { transform: rotate(0); }
  25%  { transform: rotate(-12deg); }
  50%  { transform: rotate(10deg); }
  75%  { transform: rotate(-6deg); }
  100% { transform: rotate(0); }
}

/* Pause the float while user interacts */
.tour-vintage .contact-fab:hover { animation-play-state: paused; }
.tour-vintage .contact-fab:hover .contact-fab__ring { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .tour-vintage .contact-fab,
.tour-vintage .contact-fab__ring,
.tour-vintage .contact-fab__icon { animation: none !important; }
}

/* ---------- YouTube Modal ---------- */
.tour-vintage .yt-modal {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.tour-vintage .yt-modal.is-open { display: flex; }
.tour-vintage .yt-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  backdrop-filter: blur(4px);
  animation: fadeIn .25s var(--ease);
}
.tour-vintage .yt-modal__panel {
  position: relative;
  width: 100%;
  max-width: 1100px;
  animation: popIn .35s var(--ease);
}
.tour-vintage .yt-modal__close {
  position: absolute;
  top: -52px;
  right: -2px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.15);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .2s var(--ease);
}
.tour-vintage .yt-modal__close:hover {
  background: var(--primary);
  color: var(--secondary);
  transform: rotate(90deg);
}
.tour-vintage .yt-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.6);
}
.tour-vintage .yt-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Make the video block clearly clickable */
.tour-vintage .philosophy__video { cursor: pointer; }
.tour-vintage .philosophy__video:focus { outline: 2px solid var(--primary); outline-offset: 4px; }

@media (max-width: 700px) {
  .tour-vintage .yt-modal { padding: 16px; }
  .tour-vintage .yt-modal__close { top: -46px; right: 0; }
}

/* ---------- Search Modal ---------- */
.tour-vintage .modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 20px 40px;
  overflow-y: auto;
}
.tour-vintage .modal.is-open { display: flex; }
.tour-vintage .modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22,21,19,.55);
  backdrop-filter: blur(3px);
  animation: fadeIn .25s var(--ease);
}
.tour-vintage .modal__panel {
  position: relative;
  background: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 640px;
  padding: 40px 40px 36px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.5);
  animation: popIn .35s var(--ease);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popIn {
  from { opacity: 0; transform: translateY(20px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.tour-vintage .modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--line);
  color: var(--secondary);
  display: grid;
  place-items: center;
  transition: all .2s var(--ease);
}
.tour-vintage .modal__close:hover {
  background: var(--secondary);
  color: var(--primary);
  transform: rotate(90deg);
}
.tour-vintage .modal__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--secondary);
  margin: 0 0 28px;
  padding-right: 40px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.tour-vintage .modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.tour-vintage .modal-field { display: flex; flex-direction: column; gap: 8px; }
.tour-vintage .modal-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary);
}
.tour-vintage .modal-select {
  position: relative;
}
.tour-vintage .modal-select select {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--secondary);
  border-radius: 10px;
  padding: 14px 38px 14px 18px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-align: center;
}
.tour-vintage .modal-select select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(255,182,0,.25); }
.tour-vintage .modal-select__chev {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary);
  pointer-events: none;
}
.tour-vintage .modal__counter {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin: 4px 0 14px;
  font-weight: 500;
}
.tour-vintage .modal__search {
  width: 100%;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.tour-vintage .modal__divider {
  height: 1px;
  background: var(--line);
  margin: 32px 0 24px;
}
.tour-vintage .modal__inspo {
  text-align: center;
}
.tour-vintage .modal__inspo h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: var(--secondary);
  margin: 0 0 16px;
}
.tour-vintage .btn--soft {
  background: #e7e3da;
  color: var(--secondary);

  text-transform: uppercase;
  font-size: 12.5px;
}
.tour-vintage .btn--soft:hover {
  background: var(--primary);
  color: var(--secondary);
}

.tour-vintage body.no-scroll { overflow: hidden; }

@media (max-width: 600px) {
  .tour-vintage .modal { padding: 24px 16px; }
  .tour-vintage .modal__panel { padding: 28px 22px 24px; }
  .tour-vintage .modal__row { grid-template-columns: 1fr; }
  .tour-vintage .modal__title { font-size: 22px; padding-right: 30px; }
}

/* ---------- Reveal-on-scroll ---------- */
.tour-vintage .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.tour-vintage .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */

/* Tablet landscape ≤ 1200px */
@media (max-width: 1200px) {
  .tour-vintage .container { padding: 0 24px; }
  .tour-vintage .section { padding: 40px 0; }
  .tour-vintage .section--trips { padding-bottom: 70px; }
  .tour-vintage .mega { max-width: 100%; }
  .tour-vintage .footer__grid { grid-template-columns: 1fr 1.4fr 1fr 1fr; gap: 32px; }
}

/* Tablet ≤ 1100px */
@media (max-width: 1100px) {
  .tour-vintage .trips,
.tour-vintage .reviews__grid,
.tour-vintage .values__grid { grid-template-columns: repeat(2, 1fr); }
  .tour-vintage .styles { grid-template-columns: repeat(3, 1fr); }
  .tour-vintage .pillars__grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .tour-vintage .pillar:nth-child(2)::after { display: none; }
  .tour-vintage .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tour-vintage .philosophy__inner { grid-template-columns: 1fr; gap:30px }
  .tour-vintage .reviews__layout { grid-template-columns: 1fr; }
  .tour-vintage .long-copy__inner { grid-template-columns: 1fr; gap: 32px; }
  .tour-vintage .journal-feature { grid-template-columns: 1fr; }
  .tour-vintage .journal-feature__img { min-height: 280px; }
  .tour-vintage .newsletter__inner { grid-template-columns: 1fr; gap: 36px; display: block; }
  .tour-vintage .cta-banner__inner { grid-template-columns: 1fr; padding: 40px; gap: 28px; }
  .tour-vintage .cta-banner__bg {
    background:
      linear-gradient(180deg, rgba(22,21,19,.94) 0%, rgba(22,21,19,.7) 100%),
      url('/front-theme/tour/image/banner-img1.jpg') center / cover no-repeat;
  }
  .tour-vintage .cta-banner__stats { flex-direction: row; justify-content: space-around; padding: 20px; }
  .tour-vintage .mega--about { flex-direction: column; }
  .tour-vintage .mega--about .about-card { width: 100%; }
  .tour-vintage .theme-cards { grid-template-columns: repeat(3, 1fr); }
  .tour-vintage .mega__cards { grid-template-columns: repeat(3, 1fr); }
  .tour-vintage .container { padding: 0 22px; }
}

/* Small tablet / large phone ≤ 900px */
@media (max-width: 900px) {

  .tour-vintage .logo__text em { font-size: 18px; }
  .tour-vintage .hero__title { font-size: clamp(34px, 7vw, 54px); }
  .tour-vintage .section__title { font-size: clamp(24px, 4.5vw, 36px); }
  .tour-vintage .styles { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tour-vintage .style-card { aspect-ratio: 3/4; }
  .tour-vintage .theme-cards { grid-template-columns: repeat(2, 1fr); }
  .tour-vintage .mega__cards { grid-template-columns: repeat(2, 1fr); }
  .tour-vintage .reviews__big { font-size: 22px; }
  .tour-vintage .reviews__main { padding: 24px; }
  .tour-vintage .reviews__grid { grid-template-columns: 1fr; gap: 14px; }
  .tour-vintage .cta-banner__stats { flex-direction: row; }
  .tour-vintage .pillars__grid { grid-template-columns: 1fr; }
  .tour-vintage .pillar { padding: 24px 0; }
  .tour-vintage .pillar:not(:last-child)::after {
    top: auto; bottom: 0;
    left: 0; right: 0;
    width: 100%; height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.14) 30%, rgba(255,255,255,.14) 70%, transparent 100%);
  }
  .tour-vintage .journal-feature { grid-template-columns: 1fr; }
  .tour-vintage .journal-feature__img { min-height: 240px; }
  .tour-vintage .journal-feature__body { padding: 28px 22px; }
  .tour-vintage .footer__grid { grid-template-columns: 1fr 1fr; }
  .tour-vintage .partners-grid,
.tour-vintage .partner-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile menu kicks in ≤ 820px */
@media (max-width: 820px) {

  .tour-vintage .header__inner { grid-template-columns: auto 1fr auto; height: 60px; }
  .tour-vintage .hamburger { display: flex; }
  .tour-vintage .section { padding: 40px 0; }
  .tour-vintage .section--trips { padding-bottom: 40px; }
  .tour-vintage .section__head { margin-bottom: 36px; }
  .tour-vintage .hero { min-height: auto; padding: 72px 0 52px; }
  .tour-vintage .hero__title { font-size: clamp(30px, 8vw, 46px); }
  .tour-vintage .hero__sub { font-size: 15px; margin: 22px 0 32px; }
  .tour-vintage .search {
    border-radius: 18px;
    grid-template-columns: 1fr;
    padding: 10px;
    margin-top: 32px;
  }
  .tour-vintage .search__field { border-right: none; border-bottom: 1px solid var(--line); padding: 14px 18px; }
  .tour-vintage .search__field:last-of-type { border-bottom: none; }
  .tour-vintage .search__btn { width: 100%; border-radius: 999px; height: 52px; }
  .tour-vintage .trips,
.tour-vintage .reviews__grid,
.tour-vintage .values__grid,
.tour-vintage .footer__grid {
    grid-template-columns: 1fr;
  }
  .tour-vintage .values__grid { gap: 28px; }
  .tour-vintage .value__photo { width: 90px; height: 90px; }
  .tour-vintage .styles { grid-template-columns: 1fr 1fr; }
  .tour-vintage .cta-banner { padding: 40px 0; }
  .tour-vintage .cta-banner__inner { padding: 32px 24px; min-height: 0; gap: 24px; }
  .tour-vintage .cta-banner__stats { flex-direction: column; padding: 18px; }
  .tour-vintage .cta-stat strong { font-size: 24px; }
  .tour-vintage .cta-banner__row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .tour-vintage .cta-banner__row .btn { width: 100%; }

  /* Footer compact */
  .tour-vintage .footer { padding: 50px 0 0; }
  .tour-vintage .footer__grid { grid-template-columns: 1fr; gap: 0px; padding-bottom: 32px; }
  .tour-vintage .footer__dest-grid { grid-template-columns: 1fr 1fr; }


  /* Newsletter */
  .tour-vintage .newsletter { padding: 56px 0; }
  .tour-vintage .newsletter__inner { text-align: center; gap: 28px; }
  .tour-vintage .newsletter__left { max-width: none; }
  .tour-vintage .newsletter__perks li { justify-content: center; }

  .tour-vintage .newsletter__chip { font-size: 10.5px; }

  /* Modals */
  .tour-vintage .modal { padding: 24px 14px; }
  .tour-vintage .modal__panel { padding: 28px 22px 22px; }
  .tour-vintage .modal__title { font-size: 20px; padding-right: 30px; }
  .tour-vintage .modal__row { grid-template-columns: 1fr; gap: 10px; }

  /* Journal */
  .tour-vintage .journal-mini { grid-template-columns: 100px 1fr; }
  .tour-vintage .journal-mini__body { padding: 14px 16px; }

  /* Accordion stays tight */
  .tour-vintage .accordion__trigger { font-size: 12.5px; gap: 12px; padding: 16px 0; }

  /* CTA buttons / FABs spacing */
  .tour-vintage .contact-fab { right: 16px; bottom: 16px; padding: 12px 18px 12px 12px; }
  .tour-vintage .contact-fab__label { font-size: 12px; }
  .tour-vintage .cookie-fab { left: 14px; bottom: 16px; width: 48px; height: 48px; }
}

/* Phones ≤ 600px */
@media (max-width: 600px) {
  .tour-vintage { font-size: 15px; }
  .tour-vintage .container { padding: 0 18px; }
  .tour-vintage .section { padding: 54px 0; }
  .tour-vintage .section__head { margin-bottom: 28px; }
  .tour-vintage .section__title { font-size: clamp(22px, 6vw, 30px); }
  .tour-vintage .kicker { font-size: 11px; letter-spacing: .18em; }

  /* Hero */
  .tour-vintage .hero { padding: 56px 0 40px; }
  .tour-vintage .hero__eyebrow { font-size: 11px; letter-spacing: .2em; margin-bottom: 18px; }
  .tour-vintage .hero__title { font-size: clamp(28px, 9vw, 40px); line-height: 1.08; }

  /* Cards */
  .tour-vintage .trip__body { padding: 20px 20px 22px; }
  .tour-vintage .trip__title { font-size: 22px; }
  .tour-vintage .trip__price { font-size: 20px; }
  .tour-vintage .trip__departures { gap: 8px; }
  .tour-vintage .trip__departures li { padding: 8px 4px; }

  /* Reviews */
  .tour-vintage .reviews__main { padding: 20px; }
  .tour-vintage .reviews__big-score { font-size: 38px; }
  .tour-vintage .review { padding: 18px; }

  /* Owl carousel arrows */
  .tour-vintage .addBannerMain .owl-nav button.owl-prev,
.tour-vintage .addBannerMain .owl-nav button.owl-next {
    width: 40px !important;
    height: 40px !important;
  }

  /* Trip styles */
  .tour-vintage .style-card__inner h3 { font-size: 17px; }
  .tour-vintage .style-card__inner--solid h3 { font-size: 18px; }

  /* Journal mini */
  .tour-vintage .journal-mini { grid-template-columns: 1fr; }
  .tour-vintage .journal-mini__img { aspect-ratio: 16/9; min-height: 0; }

  /* Philosophy / video */
  .tour-vintage .video-headline { font-size: clamp(36px, 12vw, 56px); }
  .tour-vintage .video-badge { top: 12px; left: 12px; }
  .tour-vintage .video-badge__tag { font-size: 10px; padding: 6px 10px; }
  .tour-vintage .video-badge__brand { top: 50px; left: 16px; }
  .tour-vintage .play { width: 64px; height: 64px; }

  /* Footer */
  .tour-vintage .footer__dest-grid { grid-template-columns: 1fr; }
  .tour-vintage .footer h4 { font-size: 11px; }
  .tour-vintage .partner-grid { grid-template-columns: 1fr 1fr; }
  .tour-vintage .payment-row { grid-template-columns: 1fr 1fr; }

  /* Cookie popup */
  .tour-vintage .cookie-popup { left: 10px; right: 10px; width: auto; bottom: 78px; max-width: none; }
  .tour-vintage .cookie-popup__inner { padding: 20px 20px 0; }
  .tour-vintage .cookie-popup__head h3 { font-size: 17px; }
  .tour-vintage .cookie-popup__brand em { font-size: 18px; }
  .tour-vintage .cookie-btn { padding: 14px 4px; font-size: 11.5px; }

  /* Contact FAB — icon only on phones to save space */
  .tour-vintage .contact-fab__label { display: none; }
  .tour-vintage .contact-fab {
    padding: 0;
    width: 54px;
    height: 54px;
    justify-content: center;
  }
  .tour-vintage .contact-fab__icon { width: 32px; height: 32px; }

  /* YouTube modal */
  .tour-vintage .yt-modal { padding: 14px; }
  .tour-vintage .yt-modal__close { top: -44px; right: 0; }

  /* Accordion */

  .tour-vintage .accordion__trigger { font-size: 12px; padding: 14px 0; gap: 10px; }
  .tour-vintage .accordion__plus { width: 24px; height: 24px; font-size: 15px; }

  /* Header */
  .tour-vintage .header__inner { height: 64px; }
  .tour-vintage .icon-btn { width: 38px; height: 38px; }
}

/* Very small phones ≤ 380px */
@media (max-width: 380px) {
  .tour-vintage .container { padding: 0 14px; }
  .tour-vintage .hero__title { font-size: clamp(24px, 9.5vw, 32px); }
  .tour-vintage .section__title { font-size: 20px; }
  .tour-vintage .styles { grid-template-columns: 1fr; }
  .tour-vintage .trip__price { font-size: 18px; }
  .tour-vintage .reviews__big-score { font-size: 32px; }
  .tour-vintage .btn {  font-size: 13px; }
  .tour-vintage .btn--lg { padding: 16px 26px; }
  .tour-vintage .btn--sm { padding: 8px 16px; }
}

/* ---------- Mobile off-canvas nav (slides right → left) ---------- */
.tour-vintage .nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22,21,19,.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease);
  z-index: 150;
}
.tour-vintage .nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Close button — hidden by default, visible only inside the mobile off-canvas */
.tour-vintage .nav__close { display: none; }

@media (max-width: 820px) {
  .tour-vintage .nav__close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: background .2s var(--ease), color .2s var(--ease), transform .25s var(--ease);
  }
  .tour-vintage .nav__close:hover {
    background: var(--primary);
    color: var(--secondary);
    transform: rotate(90deg);
  }
  .tour-vintage .nav__close:active { transform: scale(.94); }
  /* Header has backdrop-filter which creates a containing block for fixed
     descendants. Reset it so the off-canvas escapes to the viewport. */
  .tour-vintage .header,
.tour-vintage .header__inner,
.tour-vintage .header .container {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Off-canvas — sits on the right edge and slides leftward into view */
  .tour-vintage .nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    background: #fff;
    box-shadow: -30px 0 60px -20px rgba(22,21,19,.4);
    padding: 0;
    z-index: 200;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .45s cubic-bezier(.16,.84,.28,1), visibility 0s linear .45s;
    border-top: none;
  }
  .tour-vintage .nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform .45s cubic-bezier(.16,.84,.28,1), visibility 0s linear 0s;
  }

  .tour-vintage .nav::before {
    content: "Menu";
    display: block;
    padding: 22px 26px 18px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary);
    border-bottom: 1px solid var(--line);
    background: var(--bg-cream);
    letter-spacing: -.01em;
  }

  .tour-vintage .nav__list {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 0px 0 0px;
  }
  .tour-vintage .nav__item {
    border-bottom: 1px solid var(--line);
    position: static;
  }
  .tour-vintage .nav__item > a {
    width: 100%;
    padding: 18px 26px;
    justify-content: space-between;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    color: var(--secondary);
    transition: background .2s var(--ease), color .2s var(--ease);
  }
  .tour-vintage .nav__item > a::after { display: none; }
  .tour-vintage .nav__item > a:hover,
.tour-vintage .nav__item.is-open > a { background: transparent; color: var(--secondary); }
  .tour-vintage .nav__item.is-open > a .caret { color: var(--primary-dark); }
  .tour-vintage .nav__item .caret { transition: transform .3s var(--ease); }
  .tour-vintage .nav__item.is-open .caret { transform: rotate(180deg); }

  /* Accordion panels for dropdown / mega menus on mobile */
  .tour-vintage .nav__item .dropdown,
.tour-vintage .nav__item .mega {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0;
    height: auto !important;
    overflow: hidden;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    background: var(--bg-cream);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 26px;
    margin: 0;
    min-width: 0 !important;
    transition: max-height .45s var(--ease), padding .35s var(--ease);
    flex-direction: column;
  }
  .tour-vintage .nav__item.is-open .dropdown,
.tour-vintage .nav__item.is-open .mega {
    max-height: 2200px;
    padding: 12px 26px 24px;
  }

  /* Reset mega flex layout inside accordion */
  .tour-vintage .nav .mega { display: block; }
  .tour-vintage .nav .mega__side,
.tour-vintage .nav .mega__main { width: 100%; padding: 12px 0; }
  .tour-vintage .nav .mega__side-title {
    background: transparent;
    padding: 8px 0;
    font-size: 12px;
    color: var(--primary-dark);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0 0 6px;
    border-radius: 0;
  }
  .tour-vintage .nav .mega__regions { padding: 0; }
  .tour-vintage .nav .mega__regions a {
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(22,21,19,.07);
  }
  .tour-vintage .nav .mega__regions li:last-child a { border-bottom: none; }

  .tour-vintage .nav .mega__cards,
.tour-vintage .nav .theme-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
  }
  .tour-vintage .nav .dest-card,
.tour-vintage .nav .theme-card {
    aspect-ratio: 4/3;
    min-height: 0;
    padding: 10px;
  }
  .tour-vintage .nav .dest-card__name { font-size: 12px; bottom: 8px; left: 10px; }
  .tour-vintage .nav .theme-card__photo { width: 56px; height: 56px; margin: 0 auto 6px; }
  .tour-vintage .nav .theme-card__name { font-size: 12px; text-align: center; }
  .tour-vintage .nav .theme-card--tailor h5 { font-size: 16px; }
  .tour-vintage .nav .theme-card--tailor p { font-size: 11px; }

  .tour-vintage .nav .period-list { margin: 4px 0 12px; }
  .tour-vintage .nav .period-list a { background: #fff; padding: 11px 12px; font-size: 11.5px; }
  .tour-vintage .nav .btn--block,
.tour-vintage .nav .btn--white { width: 100%; }
  .tour-vintage .nav .mega__cta { margin-top: 14px; }

  .tour-vintage .nav .mega--about { display: flex; flex-direction: column;  }
  .tour-vintage .nav .about-card {
    grid-template-columns: 64px 1fr;
    padding: 12px;
    background: #fff;
    margin-bottom: 8px;
    gap: 12px;
  }
  .tour-vintage .nav .about-card__photo { width: 54px; height: 54px; }
  .tour-vintage .nav .about-card__body h4 { font-size: 15px; }
  .tour-vintage .nav .about-card__body p { font-size: 12px; margin-bottom: 8px; }
  .tour-vintage .nav .about-card__kicker { font-size: 9.5px; margin-bottom: 4px; }
  .tour-vintage .nav .about-card__more { font-size: 11px; }

  .tour-vintage .nav .dropdown__col { padding: 6px 0; }
  .tour-vintage .nav .dropdown__col h4 { font-size: 12px; margin-bottom: 4px; }
  .tour-vintage .nav .dropdown__col a { padding: 8px 0; font-size: 14px; }

  /* Staggered entrance for menu items when panel opens */
  .tour-vintage .nav.is-open .nav__item {
    animation: navItemIn .45s var(--ease) backwards;
  }
  .tour-vintage .nav.is-open .nav__item:nth-child(1) { animation-delay: .12s; }
  .tour-vintage .nav.is-open .nav__item:nth-child(2) { animation-delay: .18s; }
  .tour-vintage .nav.is-open .nav__item:nth-child(3) { animation-delay: .24s; }
  .tour-vintage .nav.is-open .nav__item:nth-child(4) { animation-delay: .30s; }
  .tour-vintage .nav.is-open .nav__item:nth-child(5) { animation-delay: .36s; }
}

@keyframes navItemIn {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Hamburger X animation */
.tour-vintage .hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tour-vintage .hamburger.is-active span:nth-child(2) { opacity: 0; }
.tour-vintage .hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.tour-vintage .item {
  padding: 0px 10px;
}

  .tour-vintage .footer__brand { 
  
  
@media (max-width: 767px) {
text-align:center;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

  }

  .tour-vintage .subPageHero {
    min-height: 70dvh!important;
    padding: 60px 0 80px!important;
    @media (max-width: 767px) {
min-height: 36dvh !important;
  padding: 37px 0 32px !important;
    }
  }
  .tour-vintage .departureListingDivAllGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
      @media (max-width: 1199px) {
    grid-template-columns: repeat(2, 1fr);
      }
          @media (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
      }
  }

/* =====================================================
   DETAIL PAGE
   ===================================================== */

/* Detail hero */
.tour-vintage .detail-hero {
  position: relative;
  height: 460px;
  overflow: hidden;
  color: #fff;
}
.tour-vintage .detail-hero__media {
  position: absolute;
  inset: 0;
}
.tour-vintage .detail-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tour-vintage .detail-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,21,19,.15) 0%, rgba(22,21,19,.65) 100%);
}
.tour-vintage .detail-hero__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 36px;
}
.tour-vintage .detail-hero__eyebrow {
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}
.tour-vintage .detail-hero__title {
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 900;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.tour-vintage .detail-hero__title em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
}
.tour-vintage .detail-hero__photos {
  position: absolute;
  right: 28px;
  bottom: 32px;
  background: #fff;
  color: var(--secondary);
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 26px -10px rgba(0,0,0,.4);
  transition: all .25s var(--ease);
}
.tour-vintage .detail-hero__photos:hover { background: var(--primary); transform: translateY(-2px); }

/* Stats strip */
.tour-vintage .detail-stats {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.tour-vintage .detail-stats__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}
.tour-vintage .detail-stat {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 16px;
  position: relative;
}
.tour-vintage .detail-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: var(--line);
}
.tour-vintage .detail-stat--badge {
  flex: 0 0 auto;
  padding-right: 24px;
}
.tour-vintage .detail-stat--badge::after { display: none; }
.tour-vintage .badge-pill {
  background: var(--primary);
  color: var(--secondary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
}
.tour-vintage .detail-stat__icon {
  width: 38px;
  height: 38px;
  background: var(--bg-cream);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--secondary);
  flex-shrink: 0;
}
.tour-vintage .detail-stat__label {
  display: block;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.2;
}
.tour-vintage .detail-stat__value {
  display: block;
  font-size: 13.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 800;
  margin-top: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/* Breadcrumb section */
.tour-vintage .detail-crumb {
  background: var(--bg-cream);
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--line);
}
.tour-vintage .breadcrumb--light .breadcrumb__list {
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  gap: 8px;
}
.tour-vintage .breadcrumb--light .breadcrumb__item a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.tour-vintage .breadcrumb--light .breadcrumb__item a:hover { color: var(--primary-dark); }
.tour-vintage .breadcrumb--light .breadcrumb__item--current {
  background: transparent;
  color: var(--secondary);
  font-weight: 800;
  padding: 0;
  text-transform: none;
  font-size: 12.5px;
  letter-spacing: 0;
}
.tour-vintage .breadcrumb--light .breadcrumb__sep { color: var(--primary-dark); }

/* Detail section heading */
.tour-vintage .detail-section__title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 10px;
  letter-spacing: -.01em;
}
.tour-vintage .detail-lede {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 14px;
}

/* Intro section */
.tour-vintage .detail-intro {
  padding: 60px 0;
  background: #fff;
  @media (max-width: 767px) {
  padding: 40px 0;
  }
}
.tour-vintage .detail-intro__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
  @media (max-width: 767px) {
 gap: 20px;
  }
}

/* Expert card */
.tour-vintage .expert-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: var(--bg-cream);
  border-radius: 14px;
  margin-bottom: 32px;
}
.tour-vintage .expert-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--primary);
}
.tour-vintage .expert-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.tour-vintage .expert-card__kicker {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-weight: 700;
  margin: 0 0 2px;
}
.tour-vintage .expert-card__name {
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 6px;
}
.tour-vintage .expert-card__bio { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0; }

/* Price card */
.tour-vintage .price-card {
  background: var(--secondary);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 100px;
  align-self: start;
  z-index: 5;
  background-image: radial-gradient(circle at 90% 0%, rgba(255,182,0,.12), transparent 60%);
}
.tour-vintage .price-card__head {
  display: flex;
  align-items:center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.tour-vintage .price-card__from {
  display: block;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  font-weight: 700;
  margin-bottom: 4px;
}
.tour-vintage .price-card__amount strong {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
}
.tour-vintage .price-card__amount span {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-left: 4px;
}
.tour-vintage .price-card__share {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .2s var(--ease);
}
.tour-vintage .price-card__share:hover { background: var(--primary); color: var(--secondary); border-color: var(--primary); }

.tour-vintage .price-card__departures {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour-vintage .price-card__dep {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tour-vintage .dep-window {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.tour-vintage .dep-avail {
  display: block;
  font-size: 11.5px;
  color: rgba(255,255,255,.6);
}
.tour-vintage .price-card__dep-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.tour-vintage .price-card__option {
  font-size: 12px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tour-vintage .price-card__option:hover { color: #fff; }

.tour-vintage .price-card__cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.tour-vintage .price-card__cta-row .btn { width: 100%; padding: 10px 12px; font-size: 11px; letter-spacing: .08em; }

.tour-vintage .price-card__perks {
  list-style: none;
  margin: 0 0 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-vintage .price-card__perks li {
  font-size: 12.5px;
  color: rgba(255,255,255,.85);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tour-vintage .price-card__perks svg { color: var(--primary); flex-shrink: 0; }

/* Route map */
.tour-vintage .detail-map { padding: 40px 0; background: var(--bg-cream); }
.tour-vintage .route-map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 21/9;
}
.tour-vintage .route-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.92) saturate(.85);
}
.tour-vintage .route-map__pin {
  position: absolute;
  background: var(--primary);
  color: var(--secondary);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px -4px rgba(0,0,0,.3);
}
.tour-vintage .route-map__pin--start { top: 26%; left: 18%; }
.tour-vintage .route-map__pin--mid { top: 38%; left: 48%; }
.tour-vintage .route-map__pin--end { top: 60%; left: 72%; }
.tour-vintage .route-map__pin::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  border: 2px solid var(--secondary);
}

/* Journey stages */
.tour-vintage .detail-journey { padding: 70px 0; background: #fff; 
  @media (max-width: 767px) {
 padding: 0px 0 40px;
  }
  }
.tour-vintage .detail-journey__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  @media (max-width: 767px) {
flex-direction: column;
  gap: 0px;
  margin-bottom: 20px;
  }

}
.tour-vintage .detail-journey__meta {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-weight: 700;
  margin: 0;
}
.tour-vintage .stages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
}
.tour-vintage .stages::before { display: none; }
.tour-vintage .stage {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.tour-vintage .stage:hover {

  border-color: var(--primary);
  box-shadow: 0 18px 36px -22px rgba(22,21,19,.25);
}
.tour-vintage .stage__img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tour-vintage .stage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-vintage .stage__count {
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-weight: 800;
  margin: 0 0 6px;
}
.tour-vintage .stage__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 8px;
  letter-spacing: -.01em;
}
.tour-vintage .stage__body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 8px;
}
.tour-vintage .stage__meta {
  font-size: 12px !important;
  color: var(--secondary) !important;
  font-weight: 700;
  margin-top: 4px !important;
}
.tour-vintage .detail-journey__more { text-align: center; margin-top: 32px; }

/* Price split — side-by-side comparison */
.tour-vintage .detail-price { padding: 70px 0; background: var(--bg-cream);
@media (max-width: 767px) {
 padding: 40px 0;
}

}
.tour-vintage .price-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 28px;
  @media (max-width: 767px) {
margin-bottom: 10px;
  }
}
.tour-vintage .price-split__card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 26px 28px 30px;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.tour-vintage .price-split__card:hover {

  box-shadow: 0 18px 40px -22px rgba(22,21,19,.3);
}
.tour-vintage .price-split__card--incl { border-top: 3px solid var(--primary); }
.tour-vintage .price-split__card--excl {
  border-top: 3px solid #d8d4ca;
  background: #fafaf7;
}
.tour-vintage .price-split__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.tour-vintage .price-split__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.tour-vintage .price-split__icon--check {
  background: var(--primary);
  color: var(--secondary);
}
.tour-vintage .price-split__icon--x {
  background: #ece8e0;
  color: #6e6a64;
}
.tour-vintage .price-split__kicker {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 2px;
}
.tour-vintage .price-split__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0;
  letter-spacing: -.01em;
}
.tour-vintage .price-split__count {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
  background: var(--bg-cream);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.tour-vintage .price-split__card--excl .price-split__count {
  background: #ece8e0;
  color: var(--muted);
}
.tour-vintage .price-split__foot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.tour-vintage .price-split__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  flex: 1;
  min-width: 240px;
}
.tour-vintage .price-split__note svg { color: var(--primary-dark); flex-shrink: 0; }
.tour-vintage .price-split__actions { display: inline-flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .tour-vintage .price-split { grid-template-columns: 1fr; gap: 16px; }
  .tour-vintage .price-split__card { padding: 22px 22px 26px; }
  .tour-vintage .price-split__foot { flex-direction: column; align-items: stretch; }
  .tour-vintage .price-split__actions { width: 100%; }
  .tour-vintage .price-split__actions .btn { flex: 1; }
}

/* Legacy price-tabs (no longer used) */
.tour-vintage .price-tabs { display: none; }

/* Price tabs (legacy) */
.tour-vintage .detail-price--legacy { padding: 60px 0; background: var(--bg-cream);

@media (max-width: 767px) {
padding: 40px 0;
}
}
.tour-vintage .price-tabs {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.tour-vintage .price-tabs__nav {
  display: flex;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.tour-vintage .price-tab {
  flex: 1;
  background: transparent;
  border: none;
  padding: 18px 20px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
  transition: all .2s var(--ease);
}
.tour-vintage .price-tab:hover { color: var(--secondary); }
.tour-vintage .price-tab.is-active {
  color: var(--secondary);
  border-bottom-color: var(--primary);
}
.tour-vintage .price-tabs__panel { display: none; padding: 28px 32px; }
.tour-vintage .price-tabs__panel.is-active { display: block; }
.tour-vintage .price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-vintage .price-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--secondary);
}
.tour-vintage .price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23161513' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.tour-vintage .price-list--neg li::before {
  background: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.tour-vintage .price-tabs__foot {
  padding: 0 32px 28px;
}

/* Important + Documents */
.tour-vintage .detail-important { padding: 60px 0 0px; background: #fff;
@media (max-width: 767px) {
 padding: 40px 0 0px;
}
}
.tour-vintage .detail-important__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  @media (max-width: 767px) {
  gap: 10px;
  }
}
.tour-vintage .detail-important p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 14px;
}
.tour-vintage .detail-important__h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 16px;
  letter-spacing: -.01em;
}
.tour-vintage .docs-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tour-vintage .doc {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-cream);
  border-radius: 10px;
  padding: 14px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--secondary);
  font-weight: 500;
}
.tour-vintage .doc__icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
  flex-shrink: 0;
}

/* Detail page responsive */
@media (max-width: 1000px) {
  .tour-vintage .detail-intro__grid { grid-template-columns: 1fr; }
  .tour-vintage .price-card { position: static; }
  .tour-vintage .detail-important__grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .tour-vintage .detail-hero { height: 360px; }
  .tour-vintage .detail-hero__photos { right: 18px; bottom: 22px; padding: 10px 16px; font-size: 11px; }
  .tour-vintage .detail-stats { padding: 14px 0; }
  .tour-vintage .detail-stats__inner {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .tour-vintage .detail-stat { padding: 12px 8px; flex: 0; }
  .tour-vintage .detail-stat:not(:last-child)::after { top: 22%; bottom: 22%; }
  .tour-vintage .detail-stat:nth-child(3n)::after { display: none; }
  .tour-vintage .detail-stat--badge {
    grid-column: 1 / -1;
    padding: 10px 0 16px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 6px;
  }
  .tour-vintage .detail-stat__icon { width: 32px; height: 32px; }
  .tour-vintage .detail-stat__icon svg { width: 16px; height: 16px; }
  .tour-vintage .detail-stat__label { font-size: 9px; letter-spacing: .14em; }
  .tour-vintage .detail-stat__value { font-size: 11.5px; letter-spacing: .06em; }
  .tour-vintage .stages { grid-template-columns: 1fr; gap: 18px; }
  .tour-vintage .stage { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
  .tour-vintage .stage__img { width: 100%; height: 200px; min-height: 0; }
  .tour-vintage .stages::before { display: none; }
  .tour-vintage .price-tabs__nav { flex-direction: column; }
  .tour-vintage .price-tab { border-bottom: 1px solid var(--line); border-right: none; }
  .tour-vintage .price-tab.is-active { border-bottom-color: var(--primary); }
  .tour-vintage .price-tabs__panel { padding: 22px; }
  .tour-vintage .price-tabs__foot { padding: 0 22px 22px; }
  .tour-vintage .docs-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .tour-vintage .detail-hero { height: 320px; }
  .tour-vintage .detail-hero__inner { padding-bottom: 24px; }
  .tour-vintage .detail-hero__photos { position: static; margin-top: 14px; }
  .tour-vintage .price-card__cta-row { grid-template-columns: 1fr; }
  .tour-vintage .price-card__dep { flex-direction: column; align-items:center; }
  .tour-vintage .price-card__dep-actions { margin-left: 0; width: 100%; }
}

/* =====================================================
   CART / CHECKOUT
   ===================================================== */

/* Stepper */
.tour-vintage .checkout-stepper {
  background: var(--secondary);
  color: #fff;
  padding: 36px 0 44px;
  position: relative;
  overflow: hidden;
}

/* Quit button (top-left corner of the stepper) */
.tour-vintage .quit-btn {
  position: absolute;
  top: 22px;
  left: 28px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), gap .2s var(--ease);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tour-vintage .quit-btn svg {
  width: 14px;
  height: 14px;
  color: var(--primary);
  transition: color .2s var(--ease), transform .2s var(--ease);
}
.tour-vintage .quit-btn:hover {
  background: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);
  gap: 12px;
}
.tour-vintage .quit-btn:hover svg {
  color: var(--secondary);
  transform: translateX(-2px);
}
.tour-vintage .quit-btn:active { transform: scale(.96); }
.tour-vintage .checkout-stepper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 30%, rgba(255,182,0,.08), transparent 50%),
    repeating-radial-gradient(circle at 70% 60%, rgba(255,255,255,.05) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.tour-vintage .checkout-stepper__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  max-width: 900px;
}
.tour-vintage .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  flex: 0 0 auto;
}
.tour-vintage .step__num {


  font-size: 28px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  line-height: 1;
}
.tour-vintage .step__label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  letter-spacing: .02em;
}
.tour-vintage .step.is-active .step__num { color: var(--primary); }
.tour-vintage .step.is-active .step__label { color: var(--primary); font-weight: 700; }
.tour-vintage .step.is-done .step__num { color: #fff; }
.tour-vintage .step.is-done .step__label { color: #fff; }
.tour-vintage .step__arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--secondary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
}

/* Cart layout */
.tour-vintage .cart-section {
  background: #fff;
  padding: 56px 0 80px;
}
.tour-vintage .cart-grid {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 25px;
  align-items: start;
}
.tour-vintage .cart-title {

  font-weight: 600;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--secondary);
  margin: 0 0 15px;
  letter-spacing: -.01em;
}

/* Service options */
.tour-vintage .service-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tour-vintage .cart-main__lede {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.6;
}

.tour-vintage .service-option {
  position: relative;
  display: grid;
  grid-template-columns: 36px 50px 1fr auto auto;
  gap: 18px;
  align-items: center;
  background: var(--bg-cream);
  border: 1.5px solid transparent;
  border-radius: 16px;
  padding: 20px 22px;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.tour-vintage .service-option:hover { border-color: var(--line); background: #f0ead8;
  }

/* Recommended badge */
.tour-vintage .service-option__flag {
  position: absolute;
  top: -10px;
  left: 22px;
  background: var(--primary);
  color: var(--secondary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  z-index: 2;
  @media (max-width: 540px) {
  left: auto;
  right: 20px;
  }
}

/* Icon column */
.tour-vintage .service-option__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--secondary);
  flex-shrink: 0;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.tour-vintage .service-option:has(input:checked) .service-option__icon,
.tour-vintage .service-option.is-selected .service-option__icon {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--secondary);
}

/* Feature chips */
.tour-vintage .service-option__chips {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tour-vintage .service-option__chips li {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 999px;
}
.tour-vintage .service-option:has(input:checked) .service-option__chips li,
.tour-vintage .service-option.is-selected .service-option__chips li {
  background: rgba(22,21,19,.06);
  border-color: rgba(22,21,19,.18);
  color: var(--secondary);
}
.tour-vintage .service-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tour-vintage .service-option__check {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #d8d4ca;
  display: grid;
  place-items: center;
  color: transparent;
  box-shadow: inset 0 0 0 0 transparent;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .2s var(--ease), box-shadow .25s var(--ease), transform .2s var(--ease);
  flex-shrink: 0;
  @media (max-width: 767px) {
 width:24px;
  height: 24px;
  }
}
.tour-vintage .service-option__check svg {
  opacity: 0;
  transform: scale(.6);
  transition: opacity .25s var(--ease), transform .3s cubic-bezier(.18,.99,.4,1.3);
}
.tour-vintage .service-option:hover .service-option__check,
.tour-vintage .insurance-option:hover .service-option__check {
  border-color: var(--secondary);
}
.tour-vintage .service-option.is-selected .service-option__check,
.tour-vintage .service-option:has(input:checked) .service-option__check,
.tour-vintage .insurance-option.is-selected .service-option__check,
.tour-vintage .insurance-option:has(input:checked) .service-option__check {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
  box-shadow: 0 4px 12px -3px rgba(22,21,19,.4), inset 0 0 0 2px var(--secondary);
}
.tour-vintage .service-option.is-selected .service-option__check svg,
.tour-vintage .service-option:has(input:checked) .service-option__check svg,
.tour-vintage .insurance-option.is-selected .service-option__check svg,
.tour-vintage .insurance-option:has(input:checked) .service-option__check svg {
  opacity: 1;
  transform: scale(1);
}
.tour-vintage .service-option:has(input:focus-visible) .service-option__check,
.tour-vintage .insurance-option:has(input:focus-visible) .service-option__check {
  outline: 3px solid rgba(255,182,0,.4);
  outline-offset: 2px;
}
.tour-vintage .service-option.is-selected,
.tour-vintage .service-option:has(input:checked) {
  background: #e7e3da;
  border-color: var(--secondary);
}
.tour-vintage .service-option__body { min-width: 0; }
.tour-vintage .service-option__title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0 0 4px;
}
.tour-vintage .service-option__sub {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
}
.tour-vintage .service-option__qty {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tour-vintage .service-option__qty label {
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.tour-vintage .service-option__qty select {
  background: #fff;
  border: 1.5px solid var(--secondary);
  border-radius: 8px;
  padding: 6px 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary);
  min-width: 60px;
  cursor: pointer;
}
.tour-vintage .service-option__price {
  font-size: 18px;
  font-weight: 800;
  color: var(--secondary);
  white-space: nowrap;
}
.tour-vintage .service-option__price span {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  margin-left: 2px;
}

.tour-vintage .cart-main__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

/* Action bar (total + continue button) */
.tour-vintage .cart-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  flex-wrap: wrap;
  @media (max-width: 767px) {
  margin-top: 15px;

  }
}
.tour-vintage .cart-action-bar__info { display: flex; flex-direction: column; gap: 2px; }
.tour-vintage .cart-action-bar__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.tour-vintage .cart-action-bar__value {
  font-size: 22px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0;
  letter-spacing: -.01em;
}
.tour-vintage .cart-action-bar__value span {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 4px;
}

/* Insurance options (Step 2) */
.tour-vintage .insurance-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tour-vintage .insurance-option {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 18px;
  align-items: flex-start;
  background: var(--bg-cream);
  border: 1.5px solid transparent;
  border-radius: 16px;
  padding: 20px 26px;
  cursor: pointer;
  transition: all .25s var(--ease);
}
.tour-vintage .insurance-option:hover { border-color: var(--line); background: #f0ead8; }
.tour-vintage .insurance-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tour-vintage .insurance-option.is-simple {
  align-items: center;
  background: #e7e3da;
}
.tour-vintage .insurance-option:has(input:checked) {
  background: #e7e3da;
  border-color: var(--secondary);
}
.tour-vintage .insurance-option .service-option__check {
  align-self: center;
  margin-top: 0;
}
.tour-vintage .insurance-option__title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0;
  line-height: 1.3;
}
.tour-vintage .insurance-option:not(.is-simple) .insurance-option__title {
  text-transform: none;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 12px;
}
.tour-vintage .insurance-option__rate {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-left: 4px;
  letter-spacing: 0;
}
.tour-vintage .insurance-option__body { min-width: 0; }
.tour-vintage .insurance-option__benefits {
  margin: 0 0 14px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tour-vintage .insurance-option__benefits li {
  font-size: 14px;
  color: var(--secondary);
  line-height: 1.5;
}
.tour-vintage .insurance-option__benefits li::marker { color: var(--primary-dark); }
.tour-vintage .insurance-option__link {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  transition: color .2s var(--ease);
}
.tour-vintage .insurance-option__link:hover { color: var(--primary-dark); }
.tour-vintage .insurance-option__price {
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary);
  white-space: nowrap;
  align-self: flex-start;
}
.tour-vintage .insurance-option.is-simple .insurance-option__price { align-self: center; font-size: 18px; }

/* Split action bar (Return + Continue) */
.tour-vintage .cart-action-bar--split {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 28px;
  justify-content: space-between;
}
.tour-vintage .cart-return {
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 22px;
}
.tour-vintage .cart-return svg { transition: transform .25s var(--ease); }
.tour-vintage .cart-return:hover svg { transform: translateX(-3px); }

@media (max-width: 900px) {
  .tour-vintage .insurance-option { padding: 16px 18px; grid-template-columns: 32px 1fr; gap: 14px; }
  .tour-vintage .insurance-option__price { grid-column: 1 / 3; text-align: right; align-self: center; font-size: 17px; padding-top: 8px; border-top: 1px solid rgba(22,21,19,.08); margin-top: 4px; }
  .tour-vintage .insurance-option.is-simple .insurance-option__price { border-top: none; padding-top: 0; margin-top: 0; }
  .tour-vintage .cart-action-bar--split { flex-direction: row; }
  .tour-vintage .cart-action-bar--split .btn { flex: 1; justify-content: center; }
}
@media (max-width: 480px) {
  .tour-vintage .cart-action-bar--split { flex-direction: column-reverse; gap: 10px; }
}

.tour-vintage .cart-continue {
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 28px;
}

/* Trip summary (right column) */
.tour-vintage .trip-summary {
  background: var(--bg-cream);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 14px;
}
.tour-vintage .trip-summary__img { aspect-ratio: 16/9; overflow: hidden; }
.tour-vintage .trip-summary__img img { width: 100%; height: 100%; object-fit: cover; }
.tour-vintage .trip-summary__body { padding: 22px 24px 24px; 
@media (max-width: 540px) {
  padding: 15px;
}
}
.tour-vintage .trip-summary__name {
  font-size: 22px;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 10px;
  letter-spacing: -.01em;
}
.tour-vintage .trip-summary__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-vintage .trip-summary__list > div { margin: 0; }
.tour-vintage .trip-summary__list dt {
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary);
  margin: 0 0 2px;
}
.tour-vintage .trip-summary__list dd {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* Trip totals card */
.tour-vintage .trip-totals {
  background: var(--bg-cream);
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 20px 24px;
  @media (max-width: 570px) {
padding: 15px;
  }

}
.tour-vintage .trip-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 700;
}
.tour-vintage .trip-totals__row:not(:last-child) { border-bottom: 1px solid var(--line); }
.tour-vintage .trip-totals__row strong { font-weight: 800; }
.tour-vintage .trip-totals__row--muted { color: var(--muted); }
.tour-vintage .trip-totals__row--muted strong { color: var(--muted); }

.tour-vintage .trip-summary__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.tour-vintage .trip-summary__note svg { color: var(--primary-dark); flex-shrink: 0; }

/* Cart responsive */
@media (max-width: 900px) {
  .tour-vintage .checkout-stepper { padding: 56px 0 24px; }
  .tour-vintage .quit-btn {
    top: 14px;
    left: 14px;
    padding: 7px 14px 7px 12px;
    font-size: 11px;
    letter-spacing: .14em;
  }
  .tour-vintage .quit-btn svg { width: 12px; height: 12px; }
  .tour-vintage .checkout-stepper__inner { gap: 8px; }
  .tour-vintage .step__num { font-size: 22px; }
  .tour-vintage .step__label { font-size: 11px; }
  .tour-vintage .step__arrow { width: 30px; height: 30px; display: none; }
  .tour-vintage .step__arrow svg { width: 12px; height: 12px; }
  .tour-vintage .cart-section { padding: 36px 0 56px; }
  .tour-vintage .cart-grid { grid-template-columns: 1fr; gap: 10px;
  
  }
  .tour-vintage .service-option {
    grid-template-columns: 32px 44px 1fr auto;
    gap: 12px;
    padding: 16px;
  }
  .tour-vintage .service-option__qty {
    grid-column: 3;
    grid-row: 2;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
  }
  .tour-vintage .service-option__price { grid-column: 4; grid-row: 1 / 3; align-self: center; font-size: 16px; }
  .tour-vintage .service-option__icon { width: 44px; height: 44px; }
  .tour-vintage .service-option__icon svg { width: 20px; height: 20px; }
  .tour-vintage .service-option__chips li { font-size: 10px; padding: 3px 8px; }
  .tour-vintage .cart-action-bar { flex-direction: column; align-items: stretch; padding: 16px; }
  .tour-vintage .cart-action-bar__info { text-align: center; }
  .tour-vintage .cart-action-bar .cart-continue { width: 100%; justify-content: center; }
}
@media (max-width: 540px) {

  .tour-vintage .step__num { font-size: 18px; }
  .tour-vintage .service-option {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 14px;
  }
  .tour-vintage .service-option__icon { grid-column: 2; grid-row: 1; width: 40px; height: 40px; margin-bottom: 4px; }
  .tour-vintage .service-option__body { grid-column: 2; grid-row: 2; }
  .tour-vintage .service-option__qty { grid-column: 2; grid-row: 3; margin-top: 6px; }
  .tour-vintage .service-option__price { grid-column: 1 / 3; grid-row: 4; text-align: right; padding-top: 6px; border-top: 1px solid rgba(22,21,19,.08); margin-top: 4px; }
  .tour-vintage .service-option__title { font-size: 12.5px; }
  .tour-vintage .service-option__price { font-size: 15px; }
  .tour-vintage .cart-main__cta { justify-content: stretch; }
  .tour-vintage .cart-main__cta .btn { width: 100%; }
}

/* Travelers form (Step 2 — Your information) */
.tour-vintage .traveler-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tour-vintage .traveler-section {
  background: var(--bg-cream);
  border-radius: 14px;
  padding: 22px 24px 24px;
}
.tour-vintage .traveler-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(22,21,19,.08);
}
.tour-vintage .traveler-section__title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--secondary);
}
.tour-vintage .traveler-section__sub {
  margin: 4px 0 0;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.tour-vintage .traveler-tag {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1.5px solid var(--primary);
  color: var(--primary-dark);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Field grid */
.tour-vintage .traveler-grid {
  display: grid;
  gap: 16px;
}
.tour-vintage .traveler-grid + .traveler-grid {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(22,21,19,.08);
}
.tour-vintage .traveler-grid--row1 {
  grid-template-columns: 90px 1fr 1fr 240px;
}
.tour-vintage .traveler-grid--row2 {
  grid-template-columns: 1fr 1fr;
}

.tour-vintage .traveler-field { display: flex; flex-direction: column; gap: 6px; }
.tour-vintage .traveler-field label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
}
.tour-vintage .traveler-field input[type="text"],
.tour-vintage .traveler-field input[type="email"],
.tour-vintage .traveler-field input[type="tel"],
.tour-vintage .traveler-select select {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--secondary);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
  outline: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.tour-vintage .traveler-field input::placeholder { color: rgba(22,21,19,.4); font-weight: 500; }
.tour-vintage .traveler-field input:focus,
.tour-vintage .traveler-select select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,182,0,.2);
}
.tour-vintage .traveler-select {
  position: relative;
}
.tour-vintage .traveler-select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--secondary);
  border-bottom: 2px solid var(--secondary);
  pointer-events: none;
}
.tour-vintage .traveler-select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 34px;
  cursor: pointer;
}

/* DOB sub-row */
.tour-vintage .traveler-dob {
  display: grid;
  grid-template-columns: minmax(58px, .8fr) minmax(58px, .8fr) minmax(78px, 1.2fr);
  gap: 8px;
}
.tour-vintage .traveler-dob .traveler-select select {
  padding-left: 10px;
  padding-right: 26px;
  text-align: center;
}
.tour-vintage .traveler-dob .traveler-select::after { right: 10px; }

@media (max-width: 900px) {
  .tour-vintage .traveler-section { padding: 18px 18px 20px; }
  .tour-vintage .traveler-section__head { flex-wrap: wrap; gap: 10px; }
  .tour-vintage .traveler-grid--row1 { grid-template-columns: 90px 1fr 1fr; }
  .tour-vintage .traveler-grid--row1 .traveler-field--dob { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .tour-vintage .traveler-grid--row1 { grid-template-columns: 110px 1fr; }
  .tour-vintage .traveler-grid--row1 .traveler-field--xs { grid-column: 1; grid-row: 1; }
  .tour-vintage .traveler-grid--row1 .traveler-field:nth-child(2) { grid-column: 2; grid-row: 1; }
  .tour-vintage .traveler-grid--row1 .traveler-field:nth-child(3) { grid-column: 1 / -1; grid-row: 2; }
  .tour-vintage .traveler-grid--row1 .traveler-field--dob { grid-column: 1 / -1; grid-row: 3; }
  .tour-vintage .traveler-grid--row2 { grid-template-columns: 1fr; }
  .tour-vintage .traveler-dob { grid-template-columns: 1fr 1fr 1.4fr; }
  .tour-vintage .traveler-tag { font-size: 10px; letter-spacing: .14em; padding: 5px 10px; }
}

/* Summary & payment (Step 3) */
.tour-vintage .summary-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}
.tour-vintage .summary-row {
  background: var(--bg-cream);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.tour-vintage .summary-row__body { min-width: 0; flex: 1; }
.tour-vintage .summary-row__label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--secondary);
}
.tour-vintage .summary-row__value {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.tour-vintage .summary-row__price {
  font-size: 18px;
  font-weight: 800;
  color: var(--secondary);
  white-space: nowrap;
}

/* Consent cards (side-by-side) */
.tour-vintage .consent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 6px;
}
.tour-vintage .consent-card {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: flex-start;
  background: #e7e3da;
  border: 1.5px solid transparent;
  border-radius: 14px;
  padding: 18px 20px;
  cursor: pointer;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.tour-vintage .consent-card:hover { background: #ddd9cf; }
.tour-vintage .consent-card__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tour-vintage .consent-card__check {
  margin-top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff;
  border: 1.5px solid #b8b3a6;
  display: grid;
  place-items: center;
  color: transparent;
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
  flex-shrink: 0;
}
.tour-vintage .consent-card:has(input:checked) {
  background: #d8d3c3;
  border-color: var(--secondary);
}
.tour-vintage .consent-card:has(input:checked) .consent-card__check {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.tour-vintage .consent-card:has(input:focus-visible) .consent-card__check {
  outline: 3px solid rgba(255,182,0,.4);
  outline-offset: 2px;
}
.tour-vintage .consent-card__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 1.35;
}
.tour-vintage .consent-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--secondary);
  opacity: .8;
}
.tour-vintage .consent-card__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s var(--ease);
}
.tour-vintage .consent-card__link:hover { color: var(--primary-dark); }

@media (max-width: 900px) {
  .tour-vintage .summary-row { padding: 16px 18px; }
  .tour-vintage .consent-grid { grid-template-columns: 1fr; }
  .tour-vintage .consent-card { padding: 16px 18px; }
}