:where(.tours-overview-page, .tour-collection-page) {
  --tours-ink: var(--brand-ink);
  --tours-muted: var(--brand-muted);
  --tours-burgundy: var(--brand-burgundy);
  --tours-burgundy-dark: var(--brand-burgundy-dark);
  --tours-gold: var(--brand-gold);
  --tours-paper: var(--brand-surface);
  --tours-white: var(--brand-white);
  --tours-line: var(--brand-line);
  --tours-shadow: 0 18px 48px rgba(36, 27, 24, .1);
  background: var(--tours-paper);
}

:where(.tours-overview-page, .tour-collection-page) main {
  overflow: clip;
}

:where(.tours-overview-page, .tour-collection-page) .section {
  padding-block: 96px;
}

:where(.tours-overview-page, .tour-collection-page) .kicker {
  color: var(--tours-burgundy);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

:where(.tours-overview-page, .tour-collection-page) .section-header {
  max-width: 720px;
  margin: 0;
  text-align: start;
}

:where(.tours-overview-page, .tour-collection-page) .section-header h2 {
  margin-top: .75rem;
  color: var(--tours-ink);
  font-size: 3.65rem;
  line-height: 1;
  text-wrap: balance;
}

:where(.tours-overview-page, .tour-collection-page) .section-header p {
  max-width: 650px;
  margin: 1.1rem 0 0;
  color: var(--tours-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

:where(.tours-overview-page, .tour-collection-page) .section-rule {
  width: 68px;
  height: 3px;
  margin: 1.5rem 0 0;
  border-radius: 0;
  background: var(--tours-gold);
}

/* Image-led collection heroes */
.home-page.tours-overview-page .page-hero,
.home-page.tour-collection-page .page-hero {
  min-height: 660px;
  padding: 0;
  background-position: center;
  background-size: cover;
}

.home-page.tours-overview-page .page-hero::before,
.home-page.tour-collection-page .page-hero::before {
  background: linear-gradient(90deg, rgba(24, 13, 12, .91) 0%, rgba(45, 22, 19, .71) 46%, rgba(24, 13, 12, .2) 80%);
}

.home-page.tours-overview-page .page-hero::after,
.home-page.tour-collection-page .page-hero::after {
  display: none;
}

.home-page.tours-overview-page .page-hero .hero-content,
.home-page.tour-collection-page .page-hero .hero-content {
  min-height: 660px;
  align-items: center;
  padding-block: 118px 72px;
}

.home-page.tours-overview-page .page-hero .hero-panel,
.home-page.tour-collection-page .page-hero .hero-panel {
  width: min(100%, 820px);
  max-width: 820px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page.tours-overview-page .page-hero .hero-panel::before,
.home-page.tours-overview-page .page-hero .hero-panel::after,
.home-page.tour-collection-page .page-hero .hero-panel::before,
.home-page.tour-collection-page .page-hero .hero-panel::after {
  display: none;
}

.home-page.tours-overview-page .page-hero .kicker,
.home-page.tour-collection-page .page-hero .kicker {
  color: var(--brand-gold-hover);
}

.home-page.tours-overview-page .page-hero .hero-panel h1,
.home-page.tour-collection-page .page-hero .hero-panel h1 {
  max-width: 800px;
  margin-top: .75rem;
  color: #fff;
  font-size: 5rem;
  line-height: .96;
  text-wrap: balance;
}

.home-page.tours-overview-page .page-hero .hero-panel p,
.home-page.tour-collection-page .page-hero .hero-panel p {
  width: min(100%, 690px);
  max-width: 690px;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.7;
}

:where(.tours-overview-page, .tour-collection-page) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.75rem;
}

:where(.tours-overview-page, .tour-collection-page) .hero-actions .btn {
  min-height: 50px;
  padding-inline: 1.25rem;
  border-radius: 4px;
}

:where(.tours-overview-page, .tour-collection-page) .hero-actions .btn-primary {
  border-color: var(--tours-gold);
  background: var(--tours-gold);
  color: var(--tours-ink);
  box-shadow: none;
}

:where(.tours-overview-page, .tour-collection-page) .hero-actions .btn-primary:hover {
  border-color: var(--brand-gold-hover);
  background: var(--brand-gold-hover);
  color: var(--tours-ink);
}

:where(.tours-overview-page, .tour-collection-page) .btn-hero-secondary {
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

:where(.tours-overview-page, .tour-collection-page) .btn-hero-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--tours-burgundy);
}

:where(.tours-overview-page, .tour-collection-page) .tours-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}

:where(.tours-overview-page, .tour-collection-page) .tours-hero-facts span {
  padding: .5rem .7rem;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 3px;
  background: rgba(25, 14, 13, .28);
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.tour-collection-page.marrakech-page .collection-hero {
  background-position: center 44%;
}

.tour-collection-page.casablanca-page .collection-hero {
  background-position: center 47%;
}

.tour-collection-page.fes-page .collection-hero {
  background-position: center 42%;
}

/* Trust bands */
.home-page.tours-overview-page .trust-strip,
.home-page.tour-collection-page .trust-strip {
  position: relative;
  z-index: 2;
  border-block: 1px solid rgba(255, 255, 255, .12);
  background: var(--brand-dark-surface);
  box-shadow: 0 12px 32px rgba(36, 27, 24, .12);
}

.home-page.tours-overview-page .trust-grid,
.home-page.tour-collection-page .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.home-page.tours-overview-page .trust-item,
.home-page.tour-collection-page .trust-item {
  min-width: 0;
  padding: 1.45rem 1.2rem;
  border-inline-end: 1px solid rgba(255, 255, 255, .13);
}

.home-page.tours-overview-page .trust-item:last-child,
.home-page.tour-collection-page .trust-item:last-child {
  border-inline-end: 0;
}

.home-page.tours-overview-page .trust-item strong,
.home-page.tour-collection-page .trust-item strong {
  display: block;
  color: #fff;
  font-size: .94rem;
  line-height: 1.25;
}

.home-page.tours-overview-page .trust-item span,
.home-page.tour-collection-page .trust-item span {
  display: block;
  margin-top: .35rem;
  color: rgba(255, 255, 255, .66);
  font-size: .8rem;
  line-height: 1.45;
}

.tours-overview-page .trust-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
}

.tours-overview-page .trust-item .trust-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid rgba(217, 163, 59, .65);
  border-radius: 3px;
  color: var(--brand-gold-hover);
  font-size: .7rem;
  font-weight: 900;
}

.tour-collection-page .trust-item {
  position: relative;
  padding-inline-start: 2.75rem;
}

.tour-collection-page .trust-item::before {
  content: "";
  position: absolute;
  inset-block-start: 1.65rem;
  inset-inline-start: 1.2rem;
  width: 7px;
  height: 7px;
  background: var(--tours-gold);
}

/* Main tours overview */
.tours-overview-page .tour-categories-section {
  background: #fff;
  scroll-margin-top: 88px;
}

.tours-overview-page .tours-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: 4.5rem;
  align-items: end;
  margin-bottom: 3.25rem;
}

.tours-overview-page .collection-note {
  padding: .3rem 0 .3rem 1.25rem;
  border-inline-start: 3px solid var(--tours-gold);
}

.tours-overview-page .collection-note strong {
  display: block;
  color: var(--tours-ink);
  font-size: 1.05rem;
}

.tours-overview-page .collection-note p {
  margin-top: .55rem;
  color: var(--tours-muted);
  font-size: .9rem;
  line-height: 1.58;
}

.tours-overview-page .collection-note a {
  display: inline-block;
  margin-top: .8rem;
  color: var(--tours-burgundy);
  font-size: .84rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(90, 7, 24, .3);
  text-underline-offset: 4px;
}

.tours-overview-page .tour-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1.15rem;
}

.tours-overview-page .tour-city-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tours-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(36, 27, 24, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tours-overview-page .tour-city-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217, 163, 59, .72);
  box-shadow: var(--tours-shadow);
}

.tours-overview-page .tour-city-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--brand-placeholder);
}

.tours-overview-page .tour-city-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 10, 10, .52), transparent 45%);
}

.tours-overview-page .tour-city-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.tours-overview-page .tour-city-card:hover .tour-city-card__media img {
  transform: scale(1.04);
}

.tours-overview-page .tour-city-card__media > span {
  position: absolute;
  z-index: 1;
  inset-inline-start: 1rem;
  inset-block-end: .85rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
}

.tours-overview-page .tour-city-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem;
}

.tours-overview-page .tour-city-card__fact {
  color: var(--tours-burgundy);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tours-overview-page .tour-city-card h3 {
  margin-top: .65rem;
  color: var(--tours-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.06;
}

.tours-overview-page .tour-city-card__body > p:not(.tour-city-card__fact) {
  margin-top: .8rem;
  color: var(--tours-muted);
  font-size: .91rem;
  line-height: 1.62;
}

.tours-overview-page .tour-city-card__best {
  display: grid;
  gap: .25rem;
  width: 100%;
  margin-block: 1.1rem 1.25rem;
  padding-block: .85rem;
  border-block: 1px solid var(--tours-line);
}

.tours-overview-page .tour-city-card__best strong {
  color: var(--tours-ink);
  font-size: .75rem;
  text-transform: uppercase;
}

.tours-overview-page .tour-city-card__best span {
  color: var(--tours-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.tours-overview-page .tour-city-card .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 4px;
}

.tours-overview-page .tours-inclusions-section {
  color: #fff;
  background: var(--tours-burgundy-dark);
}

.tours-overview-page .tours-inclusions-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 5rem;
  align-items: center;
}

.tours-overview-page .tours-inclusions-section .kicker {
  color: var(--brand-gold-hover);
}

.tours-overview-page .tours-inclusions-section .section-header h2 {
  color: #fff;
}

.tours-overview-page .tours-inclusions-section .section-header p {
  color: rgba(255, 255, 255, .72);
}

.tours-overview-page .tours-inclusions-section .btn-ghost {
  margin-top: 1.65rem;
  border-color: rgba(255, 255, 255, .52);
  background: transparent;
  color: #fff;
}

.tours-overview-page .tours-inclusions-section .btn-ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--tours-burgundy-dark);
}

.tours-overview-page .tour-service-list {
  border-block: 1px solid rgba(255, 255, 255, .18);
}

.tours-overview-page .tour-service-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.tours-overview-page .tour-service-list article:last-child {
  border-bottom: 0;
}

.tours-overview-page .tour-service-list article > span {
  color: var(--brand-gold-hover);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.tours-overview-page .tour-service-list h3 {
  color: #fff;
  font-size: 1.05rem;
}

.tours-overview-page .tour-service-list p {
  margin-top: .35rem;
  color: rgba(255, 255, 255, .68);
  font-size: .89rem;
  line-height: 1.55;
}

.tours-overview-page .tours-process-section {
  background: var(--tours-burgundy-dark);
  color: #fff;
}

.tours-overview-page .tours-process-section .section-header {
  max-width: 750px;
}

.tours-overview-page .tours-process-section .kicker {
  color: var(--brand-gold-hover);
}

.tours-overview-page .tours-process-section .section-header h2 {
  color: #fff;
}

.tours-overview-page .tours-process-section .section-header p {
  color: rgba(255, 255, 255, .7);
}

.tours-overview-page .tour-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 3.5rem 0 0;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, .2);
  list-style: none;
}

.tours-overview-page .tour-process-list li {
  min-width: 0;
  padding: 1.5rem 1.2rem;
  border-inline-end: 1px solid rgba(255, 255, 255, .18);
}

.tours-overview-page .tour-process-list li:last-child {
  border-inline-end: 0;
}

.tours-overview-page .tour-process-list li > span {
  color: var(--brand-gold-hover);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.tours-overview-page .tour-process-list h3 {
  margin-top: 1.4rem;
  color: #fff;
  font-size: 1.04rem;
}

.tours-overview-page .tour-process-list p {
  margin-top: .55rem;
  color: rgba(255, 255, 255, .66);
  font-size: .86rem;
  line-height: 1.58;
}

.tours-overview-page .tours-faq-section {
  background: #fff;
}

.tours-overview-page .tours-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: 5rem;
  align-items: start;
}

.tours-overview-page .tours-faq-list {
  border-top: 1px solid var(--tours-line);
}

.tours-overview-page .tours-faq-list details {
  border-bottom: 1px solid var(--tours-line);
}

.tours-overview-page .tours-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 1rem;
  align-items: center;
  min-height: 68px;
  padding-block: 1rem;
  color: var(--tours-ink);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.tours-overview-page .tours-faq-list summary::-webkit-details-marker {
  display: none;
}

.tours-overview-page .tours-faq-list summary span:last-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(90, 7, 24, .24);
  border-radius: 3px;
  color: var(--tours-burgundy);
  transition: transform .2s ease;
}

.tours-overview-page .tours-faq-list details[open] summary span:last-child {
  transform: rotate(45deg);
}

.tours-overview-page .tours-faq-list details > p {
  max-width: 650px;
  padding: 0 3.5rem 1.25rem 0;
  color: var(--tours-muted);
  font-size: .92rem;
  line-height: 1.65;
}

/* Departure collections and generated tour cards */
.tour-collection-page .tour-list-section {
  padding-block: 96px 104px;
  background: #fff;
  scroll-margin-top: 86px;
}

.tour-collection-page .tour-list-heading {
  max-width: 780px;
  margin-bottom: 1.8rem;
}

.tour-collection-page .tour-list-meta {
  display: inline-block;
  width: auto;
  margin-top: 1rem;
  padding: .45rem .65rem;
  border: 1px solid rgba(90, 7, 24, .18);
  border-radius: 3px;
  color: var(--tours-burgundy);
  background: rgba(90, 7, 24, .045);
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page.tour-collection-page .tour-filter-row {
  width: 100%;
  max-width: none;
  margin-bottom: 1.65rem;
  padding: .85rem;
  overflow: visible;
  border: 1px solid var(--tours-line);
  border-inline-start: 3px solid var(--tours-gold);
  border-radius: 6px;
  background: var(--tours-white);
  box-shadow: 0 10px 28px rgba(36, 27, 24, .055);
}

.home-page.tour-collection-page .tour-filter-row.is-enhanced {
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
  gap: 1rem;
  align-items: center;
}

.tour-collection-page .tour-filter-row .filter-control__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
  min-width: 0;
}

.tour-collection-page .tour-filter-row__label {
  color: var(--tours-ink);
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.35;
}

.tour-collection-page .filter-control__result {
  min-width: 54px;
  padding: .4rem .5rem;
  border: 1px solid rgba(217, 163, 59, .42);
  border-radius: 4px;
  background: var(--brand-gold-soft);
  color: var(--tours-burgundy);
  font-size: .73rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  direction: ltr;
}

.tour-collection-page .tour-filter-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: .35rem;
  min-width: 0;
}

.home-page.tour-collection-page .tour-filter-row button {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding-inline: .75rem;
  border-radius: 4px;
  font-size: .8rem;
  white-space: normal;
}

.tour-collection-page [data-tour-grid] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1.25rem;
}

.home-page.tour-collection-page .collection-tour-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tours-line);
  border-radius: 6px;
  background: var(--tours-white);
  box-shadow: 0 12px 32px rgba(36, 27, 24, .075);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.home-page.tour-collection-page .collection-tour-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 163, 59, .75);
  box-shadow: var(--tours-shadow);
}

.tour-collection-page .collection-tour-card__media {
  position: relative;
  display: block;
  min-width: 0;
}

.home-page.tour-collection-page .collection-tour-card .media-frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0;
  background: var(--brand-placeholder);
}

.home-page.tour-collection-page .collection-tour-card .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-collection-page .collection-tour-card__media-label {
  position: absolute;
  inset-block-start: .75rem;
  inset-inline-start: .75rem;
  padding: .42rem .55rem;
  border-radius: 3px;
  background: rgba(36, 27, 24, .85);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.home-page.tour-collection-page .collection-tour-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 1.2rem;
}

.tour-collection-page .collection-tour-card .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  min-height: 28px;
}

.tour-collection-page .collection-tour-card .badge {
  min-height: 28px;
  padding: .32rem .48rem;
  border-radius: 3px;
  color: var(--tours-burgundy);
  background: var(--brand-gold-soft);
  font-size: .68rem;
  font-weight: 850;
}

.tour-collection-page .collection-tour-card .badge svg {
  width: 15px;
  height: 15px;
}

.home-page.tour-collection-page .collection-tour-card .card-body h3 {
  min-height: 4.55rem;
  margin-top: .8rem;
  color: var(--tours-ink);
  font-size: 1.24rem;
  line-height: 1.22;
}

.tour-collection-page .collection-tour-card h3 a:hover {
  color: var(--tours-burgundy);
}

.home-page.tour-collection-page .collection-tour-card .card-body > p {
  display: -webkit-box;
  min-height: 4.6em;
  margin-top: .65rem;
  overflow: hidden;
  color: var(--tours-muted);
  font-size: .88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tour-collection-page .collection-tour-card__highlights {
  display: grid;
  align-content: start;
  gap: .48rem;
  min-height: 6.15rem;
  margin: .9rem 0 0;
  padding: .85rem 0 0;
  border-top: 1px solid var(--tours-line);
  list-style: none;
}

.tour-collection-page .collection-tour-card__highlights li {
  position: relative;
  margin: 0;
  padding-inline-start: 1rem;
  color: var(--tours-muted);
  font-size: .77rem;
  line-height: 1.43;
}

.tour-collection-page .collection-tour-card__highlights li::before {
  content: "";
  position: absolute;
  inset-block-start: .42em;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  background: var(--tours-gold);
}

.tour-collection-page .collection-tour-card__price {
  display: grid;
  gap: .15rem;
  margin-top: auto;
  padding-block: 1rem .9rem;
}

.tour-collection-page .collection-tour-card__price span {
  color: var(--tours-muted);
  font-size: .69rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tour-collection-page .collection-tour-card__price strong {
  color: var(--tours-burgundy);
  font-size: 1.03rem;
  line-height: 1.25;
}

.home-page.tour-collection-page .collection-tour-card .card-actions {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: .5rem;
  margin: 0;
  padding: 0;
}

.tour-collection-page .collection-tour-card .card-actions .btn {
  min-width: 0;
  min-height: 44px;
  padding: .7rem .65rem;
  border-radius: 4px;
  font-size: .78rem;
  white-space: normal;
}

.tour-collection-page .collection-tour-card .card-actions .btn-primary {
  border-color: var(--tours-burgundy);
  background: var(--tours-burgundy);
  color: #fff;
  box-shadow: none;
}

.tour-collection-page .collection-tour-card .card-actions .btn-primary:hover {
  border-color: var(--tours-burgundy-dark);
  background: var(--tours-burgundy-dark);
}

.tour-collection-page .collection-tour-card .card-actions .btn-ghost {
  border-color: rgba(90, 7, 24, .25);
  background: var(--tours-white);
  color: var(--tours-burgundy);
}

.tour-collection-page .collection-tour-card .card-actions .btn-ghost:hover {
  border-color: var(--tours-burgundy);
  background: rgba(90, 7, 24, .05);
}

/* City-specific route guidance */
.tour-collection-page .desert-route-section {
  background: var(--tours-paper);
}

.tour-collection-page .desert-route-header {
  max-width: 760px;
  margin-bottom: 2.75rem;
}

.tour-collection-page .desert-route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: route-choice;
}

.home-page.tour-collection-page .desert-route-card {
  position: relative;
  min-width: 0;
  padding: 1.45rem 1.35rem 1.4rem;
  overflow: hidden;
  border: 1px solid var(--tours-line);
  border-top: 3px solid var(--tours-gold);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(36, 27, 24, .06);
  counter-increment: route-choice;
}

.home-page.tour-collection-page .desert-route-card::before {
  content: "0" counter(route-choice);
  display: block;
  margin-bottom: 1.25rem;
  color: rgba(90, 7, 24, .48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.tour-collection-page .desert-route-card h3 {
  color: var(--tours-ink);
  font-size: 1.06rem;
}

.tour-collection-page .desert-route-card p {
  margin-top: .65rem;
  color: var(--tours-muted);
  font-size: .88rem;
  line-height: 1.62;
}

.tour-collection-page .section-more {
  text-align: start;
}

.tour-collection-page .section-more .btn {
  border-radius: 4px;
}

.tour-collection-page .tour-highlights-section {
  background: #fff;
}

.tour-collection-page .tour-highlights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
  gap: 4.5rem;
  align-items: center;
}

.tour-collection-page .tour-highlights-copy h2 {
  color: var(--tours-ink);
  font-size: 3.45rem;
  line-height: 1;
  text-wrap: balance;
}

.tour-collection-page .tour-highlights-copy > p {
  max-width: 600px;
  margin-top: 1rem;
  color: var(--tours-muted);
  line-height: 1.7;
}

.tour-collection-page .highlight-list {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--tours-line);
}

.tour-collection-page .highlight-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  padding-block: .72rem;
  border-bottom: 1px solid var(--tours-line);
  color: var(--tours-muted);
  font-size: .9rem;
  line-height: 1.48;
}

.tour-collection-page .highlight-row > span:first-child {
  color: var(--tours-gold);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.tour-collection-page .tour-highlights-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 24px 56px rgba(36, 27, 24, .15);
}

.tour-collection-page .tour-highlights-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
}

.tour-collection-page.casablanca-page .grand-route-section {
  background: var(--tours-burgundy-dark);
  color: #fff;
}

.tour-collection-page.casablanca-page .grand-route-section .section-header h2,
.tour-collection-page.casablanca-page .grand-route-section .desert-route-card h3 {
  color: #fff;
}

.tour-collection-page.casablanca-page .grand-route-section .section-header p,
.tour-collection-page.casablanca-page .grand-route-section .desert-route-card p {
  color: rgba(255, 255, 255, .7);
}

.tour-collection-page.casablanca-page .grand-route-section .desert-route-card {
  border-color: rgba(255, 255, 255, .17);
  border-top-color: var(--tours-gold);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
}

.tour-collection-page.casablanca-page .grand-route-section .desert-route-card::before {
  color: var(--brand-gold-hover);
}

:where(.tours-overview-page, .tour-collection-page) main > .cta {
  padding-block: 76px;
  border-top: 0;
  background: var(--tours-burgundy);
}

:where(.tours-overview-page, .tour-collection-page) main > .cta .container {
  gap: 2.25rem;
}

:where(.tours-overview-page, .tour-collection-page) main > .cta h2 {
  font-size: 3.5rem;
}

:where(.tours-overview-page, .tour-collection-page) main > .cta .btn {
  border-radius: 4px;
}

@media (max-width: 1100px) {
  :where(.tours-overview-page, .tour-collection-page) .section-header h2 {
    font-size: 3.15rem;
  }

  .home-page.tours-overview-page .page-hero .hero-panel h1,
  .home-page.tour-collection-page .page-hero .hero-panel h1 {
    font-size: 4.25rem;
  }

  .tours-overview-page .tours-section-intro,
  .tours-overview-page .tours-inclusions-layout,
  .tours-overview-page .tours-faq-layout {
    gap: 3rem;
  }

  .tour-collection-page [data-tour-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :where(.tours-overview-page, .tour-collection-page) .section {
    padding-block: 78px;
  }

  .home-page.tours-overview-page .page-hero,
  .home-page.tour-collection-page .page-hero,
  .home-page.tours-overview-page .page-hero .hero-content,
  .home-page.tour-collection-page .page-hero .hero-content {
    min-height: 620px;
  }

  .home-page.tours-overview-page .trust-grid,
  .home-page.tour-collection-page .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page.tour-collection-page .tour-filter-row.is-enhanced {
    grid-template-columns: minmax(0, 1fr);
    gap: .7rem;
  }

  .home-page.tours-overview-page .trust-item:nth-child(2),
  .home-page.tour-collection-page .trust-item:nth-child(2) {
    border-inline-end: 0;
  }

  .home-page.tours-overview-page .trust-item:nth-child(-n + 2),
  .home-page.tour-collection-page .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .tours-overview-page .tours-section-intro,
  .tours-overview-page .tours-inclusions-layout,
  .tours-overview-page .tours-faq-layout,
  .tour-collection-page .tour-highlights-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tours-overview-page .tour-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tours-overview-page .tour-city-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    grid-template-rows: none;
  }

  .tours-overview-page .tour-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tours-overview-page .tour-process-list li:nth-child(2) {
    border-inline-end: 0;
  }

  .tours-overview-page .tour-process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .tour-collection-page .tour-highlights-layout {
    gap: 2.5rem;
  }

  .tour-collection-page .tour-highlights-image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 700px) {
  :where(.tours-overview-page, .tour-collection-page) .section {
    padding-block: 64px;
  }

  :where(.tours-overview-page, .tour-collection-page) .section-header h2 {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .home-page.tours-overview-page .page-hero,
  .home-page.tour-collection-page .page-hero,
  .home-page.tours-overview-page .page-hero .hero-content,
  .home-page.tour-collection-page .page-hero .hero-content {
    min-height: 610px;
  }

  .home-page.tours-overview-page .page-hero .hero-content,
  .home-page.tour-collection-page .page-hero .hero-content {
    padding-block: 94px 54px;
  }

  .home-page.tours-overview-page .page-hero .hero-panel h1,
  .home-page.tour-collection-page .page-hero .hero-panel h1 {
    max-width: 100%;
    font-size: 2.7rem !important;
    line-height: 1.02;
  }

  .home-page.tours-overview-page .page-hero .hero-panel p,
  .home-page.tour-collection-page .page-hero .hero-panel p {
    max-width: 100% !important;
    font-size: .98rem !important;
    line-height: 1.58;
  }

  :where(.tours-overview-page, .tour-collection-page) .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  :where(.tours-overview-page, .tour-collection-page) .hero-actions .btn {
    width: 100%;
  }

  :where(.tours-overview-page, .tour-collection-page) .tours-hero-facts span {
    flex: 1 1 145px;
  }

  .home-page.tours-overview-page .trust-grid,
  .home-page.tour-collection-page .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page.tours-overview-page .trust-item,
  .home-page.tour-collection-page .trust-item {
    min-height: 118px;
    padding: 1rem .75rem;
  }

  .home-page.tours-overview-page .trust-item:nth-child(odd),
  .home-page.tour-collection-page .trust-item:nth-child(odd) {
    border-inline-end: 1px solid rgba(255, 255, 255, .13);
  }

  .home-page.tours-overview-page .trust-item:nth-child(even),
  .home-page.tour-collection-page .trust-item:nth-child(even) {
    border-inline-end: 0;
  }

  .home-page.tours-overview-page .trust-item:nth-child(-n + 2),
  .home-page.tour-collection-page .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .home-page.tours-overview-page .trust-item:nth-child(n + 3),
  .home-page.tour-collection-page .trust-item:nth-child(n + 3) {
    border-bottom: 0;
  }

  .home-page.tours-overview-page .trust-item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: .55rem;
  }

  .tours-overview-page .trust-item .trust-mark {
    width: 28px;
    height: 28px;
    font-size: .62rem;
  }

  .home-page.tours-overview-page .trust-item strong,
  .home-page.tour-collection-page .trust-item strong {
    font-size: .82rem;
  }

  .home-page.tours-overview-page .trust-item span,
  .home-page.tour-collection-page .trust-item span {
    font-size: .7rem;
    line-height: 1.4;
  }

  .home-page.tour-collection-page .trust-item {
    padding-inline-start: 1.75rem;
  }

  .home-page.tour-collection-page .trust-item::before {
    inset-block-start: 1.25rem;
    inset-inline-start: .65rem;
    width: 6px;
    height: 6px;
  }

  .tours-overview-page .tours-section-intro {
    gap: 2rem;
    margin-bottom: 2.25rem;
  }

  .tours-overview-page .tour-city-grid,
  .tour-collection-page [data-tour-grid],
  .tour-collection-page .desert-route-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .tours-overview-page .tour-city-grid,
  .tour-collection-page [data-tour-grid] {
    grid-auto-rows: auto;
  }

  .tours-overview-page .tour-city-card:last-child {
    grid-column: auto;
    grid-template-columns: none;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .tours-overview-page .tour-process-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .tours-overview-page .tour-process-list li,
  .tours-overview-page .tour-process-list li:nth-child(2) {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .tours-overview-page .tour-process-list li:last-child {
    border-bottom: 0;
  }

  .tours-overview-page .tours-faq-list details > p {
    padding-inline-end: 0;
  }

  .tour-collection-page .tour-list-section {
    padding-block: 64px 72px;
  }

  .home-page.tour-collection-page .tour-filter-row {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .7rem;
  }

  .home-page.tour-collection-page .tour-filter-row.is-enhanced {
    grid-template-columns: minmax(0, 1fr);
  }

  .tour-collection-page .tour-filter-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-collection-page .collection-tour-card .meta-row,
  .home-page.tour-collection-page .collection-tour-card .card-body h3,
  .home-page.tour-collection-page .collection-tour-card .card-body > p,
  .tour-collection-page .collection-tour-card__highlights {
    min-height: 0;
  }

  .home-page.tour-collection-page .collection-tour-card .card-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tour-collection-page .tour-highlights-copy h2 {
    font-size: 2.35rem;
  }

  .tour-collection-page .tour-highlights-image {
    aspect-ratio: 4 / 3;
  }

  :where(.tours-overview-page, .tour-collection-page) main > .cta {
    padding-block: 60px;
  }

  :where(.tours-overview-page, .tour-collection-page) main > .cta h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 390px) {
  .home-page.tours-overview-page .page-hero .hero-panel h1,
  .home-page.tour-collection-page .page-hero .hero-panel h1 {
    font-size: 2.35rem !important;
  }

  .tours-overview-page .tour-city-card__body,
  .home-page.tour-collection-page .collection-tour-card .card-body,
  .home-page.tour-collection-page .desert-route-card {
    padding: 1rem;
  }
}

html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .section-header,
html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .hero-panel,
html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .tour-city-card__body,
html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .collection-tour-card .card-body,
html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .desert-route-card,
html[dir="rtl"] :where(.tours-overview-page, .tour-collection-page) .tour-highlights-copy {
  text-align: right;
}

html[dir="rtl"] .tours-overview-page .collection-note {
  padding-right: 1.25rem;
  padding-left: 0;
}

html[dir="rtl"] .tours-overview-page .tours-faq-list details > p {
  padding-right: 0;
  padding-left: 3.5rem;
}

@media (prefers-reduced-motion: reduce) {
  :where(.tours-overview-page, .tour-collection-page) .tour-city-card,
  :where(.tours-overview-page, .tour-collection-page) .tour-card,
  :where(.tours-overview-page, .tour-collection-page) img {
    transition: none !important;
  }
}
