/* EXOTIQUE TOUR — curated listing cards */

.gti-page-block:has(.gti-pkg-grid) {
  background-color: #f3eee4;
  background-image:
    linear-gradient(180deg, rgba(243, 238, 228, 0.88) 0%, rgba(243, 238, 228, 0.94) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='480' viewBox='0 0 720 480' fill='none'%3E%3Cpath d='M20 40h680M20 120h680M20 200h680M20 280h680M20 360h680M20 440h680' stroke='%230B1F33' stroke-opacity='0.045' stroke-width='1'/%3E%3Cpath d='M80 16v448M160 16v448M240 16v448M320 16v448M400 16v448M480 16v448M560 16v448M640 16v448' stroke='%230B1F33' stroke-opacity='0.04' stroke-width='1'/%3E%3Cpath d='M90 210c40-70 110-90 170-70 70 24 90 90 160 96 80 8 130-50 190-30' stroke='%23C99A45' stroke-opacity='0.1' stroke-width='1.2' fill='none'/%3E%3Cpath d='M70 300c80 20 140-40 220-20 70 18 100 70 180 50 60-14 110-8 170 20' stroke='%230B1F33' stroke-opacity='0.06' stroke-width='1.1' fill='none'/%3E%3Ccircle cx='260' cy='150' r='3' fill='%23C99A45' fill-opacity='0.18'/%3E%3Ccircle cx='430' cy='250' r='3' fill='%23C99A45' fill-opacity='0.16'/%3E%3C/svg%3E");
  background-size: auto, 720px 480px;
}

.package-card.exo-tour {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(201, 154, 69, 0.22);
  border-radius: 1.15rem !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 28px -18px rgba(11, 31, 51, 0.28),
    0 8px 18px -16px rgba(201, 154, 69, 0.35) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.package-card.exo-tour:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 28px 44px -20px rgba(11, 31, 51, 0.38),
    0 12px 24px -16px rgba(201, 154, 69, 0.4) !important;
}

.package-card.exo-tour h3,
.package-card.exo-tour h3 a {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  text-decoration: none;
}

.exo-tour__photo {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #071522;
}

.exo-tour__image,
.exo-tour__ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exo-tour__photo--gallery .exo-tour__image {
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.7s ease;
}

.exo-tour__photo--gallery .exo-tour__image.is-active {
  opacity: 1;
}

.exo-tour__image {
  transition: transform 0.7s ease;
}

.package-card.exo-tour:hover .exo-tour__image.is-active,
.package-card.exo-tour:hover .exo-tour__photo:not(.exo-tour__photo--gallery) .exo-tour__image {
  transform: scale(1.05);
}

.exo-tour__ph {
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
}

.exo-tour__image[data-broken] {
  opacity: 0;
}

.exo-tour__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 34, 0.08) 20%, rgba(7, 21, 34, 0.72) 100%);
  pointer-events: none;
}

.exo-tour__duration {
  position: absolute;
  left: 1.1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.exo-tour__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.45rem 1.4rem 1.35rem;
}

.exo-tour__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.9rem;
  margin-bottom: 0.55rem;
  font-family: Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C99A45;
}

.exo-tour__stars {
  letter-spacing: 0.04em;
  text-transform: none;
}

.exo-tour__body h3 {
  margin: 0;
  font-size: clamp(1.28rem, 1.6vw, 1.55rem);
  font-weight: 600;
  line-height: 1.22;
  color: #0B1F33;
}

.exo-tour__body h3 a {
  color: inherit;
}

.exo-tour__body h3 a:hover {
  color: #9a7428;
}

.exo-tour__lede {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #6B7280;
}

.exo-tour__features {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.exo-tour__features li {
  display: grid;
  grid-template-columns: 1.85rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #4b5563;
}

.exo-tour__icon {
  display: flex;
  width: 1.85rem;
  height: 1.85rem;
  color: #C99A45;
}

.exo-tour__icon svg {
  width: 100%;
  height: 100%;
}

.exo-tour__quote {
  margin-top: auto;
  padding-top: 1.15rem;
}

.exo-tour__quote-label {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C99A45;
}

.exo-tour__quote-main {
  margin: 0.28rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0B1F33;
}

.exo-tour__quote-from {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: #6B7280;
}

.exo-tour__quote-from span {
  color: #9ca3af;
}

.exo-tour__actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.exo-tour__ghost,
.exo-tour__bronze {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.45rem;
  font-family: Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.exo-tour__ghost {
  background: transparent;
  color: #0B1F33;
  border: 1px solid rgba(11, 31, 51, 0.28);
}

.exo-tour__ghost:hover {
  border-color: #C99A45;
  color: #9a7428;
}

.exo-tour__bronze {
  color: #fff !important;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #d7b56a 0%, #c99a45 46%, #8c6424 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 16px -10px rgba(122, 86, 24, 0.7);
}

.exo-tour__bronze:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #e0c078 0%, #d4a64a 48%, #9a7428 100%);
}

@media (min-width: 768px) {
  .exo-tour__actions {
    grid-template-columns: 1fr 1fr;
  }
}

.exo-place {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #E6E2D9;
  overflow: hidden;
}

.exo-place__photo {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #071522;
}

.exo-place__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.exo-place:hover .exo-place__photo img {
  transform: scale(1.04);
}

.exo-place__flag {
  position: absolute;
  left: 0.85rem;
  bottom: 0.75rem;
  font-family: Inter, sans-serif;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.exo-place__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.05rem 1.1rem 1.2rem;
}

.exo-place h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0B1F33;
}

.exo-place p {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6B7280;
}

.exo-place__cta {
  margin-top: auto;
  padding-top: 1rem;
}

.exo-place__cta .gti-btn {
  width: 100%;
}

@media (min-width: 900px) {
  .exo-tour--wide {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .exo-tour--wide .exo-tour__photo {
    aspect-ratio: auto;
    min-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .package-card.exo-tour,
  .package-card.exo-tour:hover {
    transform: none !important;
  }

  .exo-tour__image,
  .exo-place__photo img {
    transition: none;
    transform: none !important;
  }
}
