:root {
  --brand-charcoal: #303238;
  --brand-charcoal-deep: #24262b;
  --brand-gold: #b28b32;
  --brand-gold-deep: #8c6923;
  --brand-gold-soft: #f4ecd8;
  --brand-ivory: #f6f4ef;
  --bg: #f6f4ef;
  --surface: #ffffff;
  --surface-soft: #faf8f3;
  --surface-strong: #303238;
  --ink: #303238;
  --muted: #6f7074;
  --line: #e5dfd4;
  --line-strong: #cfc4b0;
  --accent: #b28b32;
  --accent-deep: #8c6923;
  --accent-soft: #f4ecd8;
  --accent-blue: #b28b32;
  --accent-blue-deep: #8c6923;
  --accent-green: #8c6923;
  --shadow-lg: 0 20px 50px rgba(48, 50, 56, 0.09);
  --shadow-md: 0 10px 26px rgba(48, 50, 56, 0.07);
}

body {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0, #ffffff 280px, var(--brand-ivory) 280px, var(--brand-ivory) 100%);
}

/* Keep the approved Viator-inspired page structure; this file only rethemes it. */
.page-shell {
  width: 100%;
  padding-top: 0;
}

.utility-bar {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
.topbar {
  border-color: rgba(181, 166, 136, 0.42);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(48, 50, 56, 0.06);
}

.page-shell > .site-header {
  min-height: 72px;
  padding-inline: clamp(24px, 4vw, 64px);
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-lockup__image {
  display: block;
  width: clamp(190px, 18vw, 252px);
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.page-shell > .site-header .brand-lockup__image {
  width: clamp(170px, 14vw, 208px);
  height: 58px;
}

.site-nav a,
.header-link,
.site-header__actions,
.topbar__actions {
  color: #5e6065;
}

.site-nav a:hover,
.header-link:hover,
.site-nav a.is-active {
  color: var(--brand-charcoal-deep);
}

.site-nav a.is-active::after {
  background: linear-gradient(90deg, #d8b954, var(--brand-gold-deep));
}

.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-picker__select,
.language-picker__toggle {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-charcoal);
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}

.language-picker__select:hover,
.language-picker__select:focus-visible,
.language-picker__toggle:hover,
.language-picker__toggle:focus-visible {
  border-color: var(--brand-gold);
  outline: 3px solid rgba(178, 139, 50, 0.14);
}

.home-hero__stage,
.results-hero,
.region-collection,
.itinerary-strip,
.filter-bar,
.detail-shell,
.content-card,
.booking-card {
  border-color: var(--line);
  box-shadow: var(--shadow-md);
}

.home-hero {
  margin-top: 0;
}

.home-hero__stage {
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-hero__banner {
  position: relative;
  min-height: clamp(420px, 36vw, 530px);
  margin-bottom: 118px;
  padding: clamp(64px, 7vw, 104px) clamp(34px, 7vw, 112px) 36px;
  background-position: center;
  background-size: cover;
}

.home-hero__banner-copy {
  max-width: 620px;
  gap: 14px;
}

.home-hero__headline {
  max-width: 24ch;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 18px rgba(18, 24, 31, 0.34);
}

.home-hero__summary {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.88rem, 1.2vw, 1.06rem);
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(18, 24, 31, 0.32);
}

.hero-search {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(1120px, calc(100% - 64px));
  margin: 0;
  padding: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 72px;
  gap: 0;
  border-radius: 24px;
  transform: translateX(-50%);
}

.hero-search__field {
  min-height: 66px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}

.hero-search__field:first-child {
  border-radius: 16px 0 0 16px;
}

.hero-search__cta {
  width: 56px;
  min-height: 56px;
}

.hero-highlights {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -118px;
  z-index: 1;
  width: 100%;
  min-height: 118px;
  padding: 22px clamp(28px, 7vw, 112px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hero-highlight,
.hero-highlight--featured {
  min-height: 72px;
  padding: 8px 20px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.hero-highlight:last-child {
  border-right: 0;
}

.hero-highlight__value,
.hero-highlight--featured .hero-highlight__value {
  color: var(--brand-charcoal);
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
}

.hero-highlight__label,
.hero-highlight--featured .hero-highlight__label {
  color: var(--muted);
  font-size: 0.72rem;
}

.home-hero__story {
  display: none;
}

.region-collection {
  width: min(1420px, calc(100% - 72px));
  margin: 32px auto 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.destination-gallery {
  padding: 0;
}

.home-hero__banner {
  background-color: #f6f0df;
}

.home-hero__headline,
.hero-highlight__value,
.hero-highlight--featured .hero-highlight__value {
  color: var(--brand-charcoal);
}

.home-hero__summary,
.hero-highlight__label,
.hero-highlight--featured .hero-highlight__label {
  color: #65666a;
}

.home-hero__banner .home-hero__headline {
  color: #fff;
}

.home-hero__banner .home-hero__summary {
  color: rgba(255, 255, 255, 0.94);
}

.hero-highlight {
  border-color: rgba(197, 181, 150, 0.58);
  background: rgba(255, 255, 255, 0.9);
}

.hero-highlight--featured {
  border-color: rgba(178, 139, 50, 0.58);
  background: rgba(250, 246, 236, 0.94);
}

.hero-search {
  border-color: rgba(181, 166, 136, 0.6);
  box-shadow: 0 18px 38px rgba(48, 50, 56, 0.14);
}

.hero-search__field:focus-within,
.filter-pill:focus-visible,
.result-card__cta:focus-visible,
.booking-card__cta:focus-visible {
  border-color: var(--brand-gold);
  outline: 3px solid rgba(178, 139, 50, 0.14);
}

.hero-search__cta,
.product-card__cta,
.result-card__cta,
.booking-card__cta {
  background: linear-gradient(180deg, #3d4046, #292b30);
  color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 8px 18px rgba(48, 50, 56, 0.12);
}

.hero-search__cta:hover,
.product-card__cta:hover,
.result-card__cta:hover,
.booking-card__cta:hover {
  background: linear-gradient(180deg, #b99743, #8c6923);
}

.hero-feature__eyebrow,
.hero-rail__eyebrow,
.discover-controls__label,
.results-toolbar__eyebrow,
.destination-gallery__eyebrow,
.featured-activities__eyebrow,
.compare-guide__eyebrow,
.coverage-strip__eyebrow,
.results-hero__eyebrow,
.itinerary-strip__eyebrow,
.filter-bar__eyebrow,
.detail-header__eyebrow,
.booking-card__tag {
  color: var(--brand-gold-deep);
}

.hero-feature__cta,
.featured-activity-card__cta,
.destination-gallery__empty-link {
  border-color: rgba(178, 139, 50, 0.42);
  color: var(--brand-gold-deep);
  background: #fff;
}

.filter-chip.is-active,
.filter-pill.is-active {
  border-color: var(--brand-charcoal);
  background: var(--brand-charcoal);
  color: #fff;
}

.destination-gallery__port-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 3px 12px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(178, 139, 50, 0.55) transparent;
}

.destination-gallery__port-card {
  flex: 0 0 clamp(220px, 22vw, 300px);
  grid-template-rows: 168px auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  scroll-snap-align: start;
}

.destination-gallery__port-media {
  min-height: 168px;
}

.destination-gallery__port-card::after {
  display: none;
}

.destination-gallery__port-overlay {
  position: static;
  padding: 14px;
  background: #fff;
}

.destination-gallery__port-kicker {
  color: var(--brand-gold-deep);
}

.destination-gallery__port-name {
  color: var(--brand-charcoal);
  font-size: 1rem;
}

.destination-gallery__port-meta {
  color: var(--muted);
}

.home-destinations,
.home-guides {
  margin-top: 42px;
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.home-section-head h3 {
  margin: 0;
  color: var(--brand-charcoal);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.home-section-head a {
  color: var(--brand-gold-deep);
  font-size: 0.86rem;
}

.home-destinations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-destination-card,
.home-guide-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-destination-card:hover,
.home-guide-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.home-destination-card > span {
  display: block;
  min-height: 190px;
  background-position: center;
  background-size: cover;
}

.home-destination-card > strong {
  display: block;
  padding: 15px 16px 16px;
  color: var(--brand-charcoal);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.home-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-guide-card > span {
  display: block;
  min-height: 176px;
  background-position: center;
  background-size: cover;
}

.home-guide-card > strong {
  display: block;
  padding: 15px 16px 17px;
  color: var(--brand-charcoal);
  font-size: 1rem;
  line-height: 1.45;
}

.home-journey-cta {
  margin-top: 42px;
  padding: 38px 28px;
  border: 1px solid rgba(178, 139, 50, 0.24);
  border-radius: 18px;
  background: linear-gradient(110deg, #faf7ee 0%, #f4ecd8 56%, #f8f6f1 100%);
  text-align: center;
}

.home-journey-cta h3 {
  margin: 0;
  color: var(--brand-charcoal);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.7vw, 2.6rem);
  font-weight: 400;
}

.home-journey-cta p {
  margin: 10px auto 0;
  color: var(--muted);
  line-height: 1.65;
}

.home-journey-cta a {
  display: inline-flex;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-charcoal);
  color: #fff;
}

.destination-gallery__port-card.is-active {
  outline-color: rgba(178, 139, 50, 0.68);
}

.booking-card__benefits,
.detail-header__eyebrow,
.booking-card__tag,
.results-hero__meta-pill,
.featured-activity-card__source {
  background: var(--brand-gold-soft);
}

.site-footer {
  width: min(1360px, calc(100vw - 40px));
  margin: 44px auto 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--brand-charcoal);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(48, 50, 56, 0.16);
}

.page-shell > .site-footer {
  width: 100%;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr 1.55fr;
  gap: 34px;
  padding: 38px 42px 34px;
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
}

.site-footer__column h2 {
  margin: 0 0 7px;
  color: #d5b457;
  font-family: var(--font-body, sans-serif);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.site-footer__column a,
.site-footer__column > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

.site-footer__column a:hover {
  color: #ffffff;
}

.site-footer__column--contact a,
.site-footer__column--contact > span {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.site-footer__column--contact a > span,
.site-footer__column--contact b {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 42px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
}

.detail-sections > *,
.content-card,
.detail-fact,
.detail-fact__value {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .brand-lockup__image {
    width: 220px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .utility-bar {
    display: none;
  }

  .brand-lockup__image {
    width: 188px;
    height: 58px;
  }

  .page-shell > .site-header {
    padding: 16px 18px;
  }

  .home-hero__banner {
    min-height: 430px;
    margin-bottom: 0;
    padding: 44px 22px 190px;
  }

  .home-hero__headline {
    font-size: 2.35rem;
  }

  .hero-search {
    bottom: 20px;
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 6px;
    border-radius: 20px;
  }

  .hero-search__field,
  .hero-search__field:first-child {
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .hero-search__cta {
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
  }

  .hero-highlights {
    position: static;
    padding: 14px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
  }

  .hero-highlight,
  .hero-highlight--featured {
    min-height: 62px;
    padding: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .region-collection {
    width: calc(100% - 28px);
    margin-top: 24px;
  }

  .home-destinations,
  .home-guides,
  .home-journey-cta {
    margin-top: 30px;
  }

  .home-destinations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-destination-card > span {
    min-height: 138px;
  }

  .home-guides__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-guide-card > span {
    min-height: 190px;
  }

  .home-journey-cta {
    padding: 30px 20px;
  }

  .site-header__actions,
  .topbar__actions {
    display: flex;
    flex-wrap: wrap;
  }

  .site-footer {
    width: min(100vw - 20px, 100%);
    margin-top: 28px;
    border-radius: 20px;
  }

  .page-shell > .site-footer {
    width: 100%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px 26px;
  }

  .site-footer__bottom {
    flex-direction: column;
    padding: 18px 24px 22px;
  }

  .destination-gallery__port-strip {
    display: flex;
    grid-template-columns: none;
    margin-right: -16px;
    padding-right: 16px;
  }

  .destination-gallery__port-card {
    flex-basis: min(78vw, 300px);
  }
}
