﻿:root {
  --brand-navy: #06313d;
  --brand-deep: #267f85;
  --brand-teal: #32979c;
  --brand-bright: #2f9ea5;
  --brand-aqua: #d7f2f1;
  --brand-aqua-ink: #32979c;
  --brand-aqua-soft-2: #e7f7f6;
  --brand-soft: #f4fbfb;
  --brand-line: #d8ecee;
  --brand-green: #25d366;
  --brand-warm: #ffc638;
  --text-main: #151f24;
  --text-soft: #4e5960;
  --shadow-soft: 0 14px 36px rgba(0, 42, 58, .15);
}

* { box-sizing: border-box; }
html { min-width: 0; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--brand-soft);
  color: var(--brand-navy);
  font-family: Nunito, Arial, sans-serif;
}
button, a { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.ui-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.12em;
  height: 1.12em;
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
}
.ui-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.activities-v2-shell { width: 100%; max-width: 100%; min-height: 100vh; overflow-x: hidden; }
.activities-page { width: 100%; max-width: 100%; overflow-x: hidden; }
.activities-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 10px clamp(14px, 4vw, 48px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(47, 152, 158, .12);
  backdrop-filter: blur(10px);
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-lockup img { width: 58px; height: 58px; object-fit: contain; }
.brand-lockup strong { display: block; font-size: 16px; line-height: 1.02; color: var(--brand-navy); }
.brand-lockup span { display: block; font-size: 12px; color: var(--brand-teal); font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.activities-nav {
  display: none;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.activities-nav a {
  color: var(--brand-navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--brand-line);
  border-radius: 50%;
  background: #fff;
  color: var(--brand-navy);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 42, 58, .08);
}
.icon-action.menu-action {
  border: 0;
  cursor: pointer;
}
.favorite-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 19px;
  height: 19px;
  border-radius: 999px;
  background: var(--brand-teal);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}
.activities-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transition: opacity .16s ease;
}
.activities-mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 49, 61, .28);
}
.mobile-menu-panel {
  position: absolute;
  top: 72px;
  right: 12px;
  left: 12px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--brand-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 45px rgba(0, 42, 58, .16);
}
.mobile-menu-panel a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--brand-navy);
  background: var(--brand-aqua-soft-2);
  text-decoration: none;
  font-weight: 900;
}
.activities-hero {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 18px 14px 12px;
  background: linear-gradient(180deg, #e4fbfb 0%, var(--brand-soft) 100%);
}
.hero-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  min-width: 0;
}
.hero-main { width: 100%; max-width: 100%; min-width: 0; }
.hero-kicker {
  width: fit-content;
  margin: 0 0 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-teal);
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(0, 42, 58, .08);
}
.activities-hero h1 {
  margin: 0;
  max-width: 100%;
  color: var(--brand-navy);
  font-size: clamp(24px, 5.8vw, 66px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero-copy {
  margin: 9px 0 0;
  max-width: 100%;
  color: var(--text-soft);
  font-size: clamp(13px, 3.45vw, 20px);
  line-height: 1.38;
  overflow-wrap: anywhere;
  display: block;
  overflow: visible;
}
.hero-assist {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.assist-row {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  max-width: 100%;
  border: 1px solid rgba(47, 152, 158, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  padding: 7px 11px;
  box-shadow: 0 8px 18px rgba(0,42,58,.06);
}
.assist-row > div { min-width: 0; }
.assist-row.is-support .assist-icon { color: var(--brand-green); }
.assist-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  color: var(--brand-teal);
  font-size: 0;
  flex: 0 0 auto;
}
.assist-icon .ui-icon { width: 18px; height: 18px; }
.assist-row strong { display: block; color: var(--brand-navy); font-size: 12px; line-height: 1.1; white-space: normal; }
.assist-row div > span { display: none; }
.hero-filter-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  padding: 14px;
  color: var(--brand-navy);
}
.hero-filter-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-aqua);
  color: var(--brand-teal);
}
.hero-filter-note strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}
.hero-filter-note span:last-child {
  display: block;
  margin-top: 3px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.activity-filters-wrap {
  position: sticky;
  top: 64px;
  z-index: 18;
  padding: 8px 0;
  background: rgba(245, 250, 251, .94);
  border-block: 1px solid rgba(47, 152, 158, .10);
  backdrop-filter: blur(8px);
}
.activity-filters {
  display: flex;
  gap: 9px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.activity-filters::-webkit-scrollbar { display: none; }
.filter-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  border: 1px solid rgba(50, 151, 156, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.filter-pill .ui-icon { color: var(--brand-aqua-ink); }
.filter-pill:hover {
  border-color: var(--brand-bright);
  box-shadow: 0 8px 18px rgba(34, 214, 207, .2);
}
.filter-pill.is-active {
  background: var(--brand-teal);
  color: #fff;
  border-color: transparent;
}
.filter-pill.is-active .ui-icon { color: #fff; }
.activities-content { max-width: 1188px; margin: 0 auto; padding: 14px 0 34px; }
.category-row { padding: 16px 0 14px; }
.row-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  padding: 0 14px 12px;
}
.row-head p { margin: 0 0 5px; color: var(--brand-teal); text-transform: uppercase; letter-spacing: 1.2px; font-size: 11px; font-weight: 900; }
.row-head h2 { margin: 0; color: var(--brand-navy); font-size: clamp(24px, 6vw, 36px); line-height: 1.08; font-weight: 900; }
.view-all { flex: 0 0 auto; color: var(--brand-deep); text-decoration: none; font-size: 13px; font-weight: 900; }
.row-subhead {
  display: grid;
  gap: 3px;
  padding: 0 14px 10px;
}
.row-subhead h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;
}
.row-subhead p {
  margin: 0;
  max-width: 560px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.row-subhead-list {
  padding-top: 4px;
  padding-bottom: 10px;
}
.activity-carousel-wrap { position: relative; }
.activity-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(286px, 84vw);
  gap: 14px;
  padding: 0 14px 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.activity-list {
  display: grid;
  gap: 12px;
  padding: 2px 14px 4px;
  max-width: 860px;
}
.activity-list-card {
  position: relative;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(47, 152, 158, .12);
  box-shadow: 0 10px 24px rgba(0, 42, 58, .08);
  overflow: hidden;
}
.list-media {
  display: block;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--brand-aqua);
  border-radius: 16px;
  overflow: hidden;
  align-self: start;
}
.list-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.05) brightness(1.03);
}
.list-favorite {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--brand-teal);
  box-shadow: 0 8px 18px rgba(0,42,58,.16);
  cursor: pointer;
}
.list-favorite .ui-icon {
  width: 18px;
  height: 18px;
}
.list-favorite.is-active {
  color: var(--brand-aqua-ink);
}
.list-body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 2px 4px 2px 0;
}
.list-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #f6b22d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.list-rating strong { color: var(--text-main); }
.list-rating em {
  color: var(--text-soft);
  font-style: normal;
  font-size: 10px;
}
.list-body h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 17px;
  line-height: 1.08;
  font-weight: 900;
}
.list-body h3 a {
  color: inherit;
  text-decoration: none;
}
.list-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--brand-aqua);
  color: var(--brand-deep);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
}
.list-highlights .ui-icon { width: 11px; height: 11px; }
.list-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(47, 152, 158, .16);
}
.list-price {
  display: block;
  min-width: 0;
}
.list-price span {
  display: block;
  color: var(--text-soft);
  font-size: 10px;
  font-weight: 900;
}
.list-price strong {
  display: inline-block;
  color: var(--brand-teal);
  font-size: 18px;
  line-height: .98;
  font-weight: 900;
}
.list-price small {
  display: inline-block;
  margin-left: 5px;
  color: var(--brand-deep);
  font-size: 10px;
  font-weight: 900;
  vertical-align: baseline;
}
.list-details {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--brand-teal);
  color: #fff;
  padding: 0 13px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(50, 151, 156, .22);
}
.list-details:hover { background: var(--brand-bright); }
.load-more-all {
  width: calc(100% - 28px);
  max-width: 360px;
  min-height: 48px;
  display: grid;
  place-items: center;
  margin: 8px auto 0;
  border: 0;
  border-radius: 999px;
  background: var(--brand-teal);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(50, 151, 156, .18);
}
.load-more-all:hover { background: var(--brand-bright); }
.carousel-arrow {
  display: none;
}
.activity-track::-webkit-scrollbar { display: none; }
.activity-card {
  scroll-snap-align: start;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 42, 58, .12);
  border: 1px solid rgba(47, 152, 158, .10);
}
.card-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--brand-aqua);
}
.card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(to top, rgba(0, 42, 58, .48), rgba(0, 42, 58, 0));
  pointer-events: none;
}
.card-media picture,
.card-media img {
  width: 100%;
  height: 100%;
}
.card-media picture {
  display: block;
}
.card-media img {
  display: block;
  object-fit: cover;
  filter: saturate(1.06) brightness(1.03);
}
.card-badge,
.card-duration {
  position: absolute;
  z-index: 2;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 72px);
  border-radius: 999px;
  background: rgba(0, 42, 58, .72);
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}
.card-badge { top: 12px; }
.card-duration { bottom: 12px; background: rgba(0, 42, 58, .82); }
.favorite-btn {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: var(--brand-navy);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 42, 58, .16);
}
.favorite-btn.is-active { color: var(--brand-aqua-ink); }
.card-body { padding: 14px; }
.card-rating { display: flex; align-items: center; gap: 6px; min-height: 22px; color: var(--text-soft); font-size: 13px; }
.card-rating strong { color: var(--brand-navy); }
.card-rating .star { color: var(--brand-warm); }
.card-title { margin: 7px 0 11px; color: var(--brand-navy); font-size: 22px; line-height: 1.08; font-weight: 900; letter-spacing: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-highlights { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; margin: 0 0 13px; padding: 0; list-style: none; }
.card-highlights li { max-width: 100%; display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; background: var(--brand-aqua-soft-2); color: var(--brand-navy); border: 0; padding: 5px 9px; font-size: 11px; font-weight: 900; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-highlights li span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.card-highlights .ui-icon { color: var(--brand-aqua-ink); }
.card-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; border-top: 1px solid var(--brand-line); padding-top: 12px; }
.price { min-width: 0; }
.price span:first-child { display: block; color: var(--brand-deep); font-size: 12px; font-weight: 800; }
.price strong { display: inline-block; color: var(--brand-aqua-ink); font-size: 24px; line-height: 1; font-weight: 900; margin: 2px 0; }
.price span:last-child { display: inline-block; margin-left: 5px; color: var(--brand-deep); font-size: 10px; font-weight: 900; vertical-align: baseline; }
.details-btn { display: grid; place-items: center; min-width: 88px; min-height: 42px; border-radius: 14px; background: var(--brand-teal); color: #fff; text-decoration: none; font-size: 14px; font-weight: 900; box-shadow: 0 10px 22px rgba(50, 151, 156, .22); }
.details-btn:hover { background: var(--brand-bright); color: #fff; }
.itinerary-cta { margin: 18px 14px 44px; border-radius: 26px; background: #fff; border: 1px solid rgba(47, 152, 158, .12); box-shadow: var(--shadow-soft); overflow: hidden; }
.itinerary-inner { display: grid; gap: 18px; padding: 22px; }
.itinerary-cta p { margin: 0; color: var(--brand-teal); text-transform: uppercase; letter-spacing: 1.1px; font-size: 11px; font-weight: 900; }
.itinerary-cta h2 { margin: 6px 0 8px; color: var(--brand-navy); font-size: clamp(26px, 7vw, 42px); line-height: 1.04; font-weight: 900; }
.itinerary-cta .copy { margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.45; text-transform: none; letter-spacing: 0; font-weight: 700; }
.itinerary-actions { display: grid; gap: 10px; align-content: start; }
.itinerary-button { display: grid; place-items: center; min-height: 50px; border-radius: 16px; background: var(--brand-teal); color: #fff; text-decoration: none; font-weight: 900; }
.itinerary-note { color: var(--text-soft); font-size: 13px; font-weight: 800; line-height: 1.35; }
.favorites-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s ease;
}
.favorites-panel.is-open {
  pointer-events: auto;
  opacity: 1;
}
.favorites-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 49, 61, .28);
}
.favorites-drawer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  background: var(--brand-soft);
  box-shadow: -18px 0 44px rgba(0, 42, 58, .18);
  transform: translateX(100%);
  transition: transform .22s ease;
}
.favorites-panel.is-open .favorites-drawer { transform: translateX(0); }
.favorites-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 18px 14px;
  background: #fff;
  border-bottom: 1px solid var(--brand-line);
}
.favorites-head p {
  margin: 0 0 3px;
  color: var(--brand-teal);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 900;
}
.favorites-head h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.favorites-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-aqua);
  color: var(--brand-navy);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}
.favorites-list {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 14px;
}
.favorite-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 42, 58, .09);
}
.favorite-card img {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
  background: var(--brand-aqua);
}
.favorite-card h3 {
  margin: 0 0 6px;
  color: var(--brand-navy);
  font-size: 16px;
  line-height: 1.12;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.favorite-card p {
  margin: 0 0 9px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 800;
}
.favorite-card p strong {
  color: var(--brand-teal);
  font-size: 16px;
  font-weight: 900;
}
.favorite-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.favorite-actions a {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--brand-aqua-soft-2);
  color: var(--brand-navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}
.favorite-actions .cart-action {
  background: var(--brand-teal);
  color: #fff;
}
.favorites-empty {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  padding: 28px 18px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0, 42, 58, .08);
}
.favorites-empty strong { color: var(--brand-navy); font-size: 18px; font-weight: 900; }
.favorites-empty span { color: var(--text-soft); font-size: 14px; font-weight: 800; line-height: 1.35; }
@media (min-width: 760px) {
  .activities-nav { display: flex; }
  .menu-action { display: none; }
  .activities-hero { padding: 46px 28px 28px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 360px; align-items: end; }
  .hero-main { max-width: 850px; }
  .hero-copy { max-width: 780px; -webkit-line-clamp: unset; display: block; overflow: visible; }
  .hero-assist { display: grid; gap: 10px; }
  .assist-row { border-radius: 22px; padding: 14px; min-height: 70px; align-items: flex-start; }
  .assist-icon { width: 40px; height: 40px; background: var(--brand-aqua); }
  .assist-row strong { font-size: 15px; white-space: normal; }
  .assist-row div > span { display: block; color: var(--text-soft); font-size: 13px; line-height: 1.35; margin-top: 2px; }
  .activity-carousel-wrap { position: relative; }
.activity-track { grid-auto-columns: minmax(0, calc((100% - 32px) / 3)); padding-inline: 14px; }
  .activity-list { grid-template-columns: 1fr; gap: 14px; }
  .card-title { font-size: 24px; }
  .itinerary-inner { grid-template-columns: minmax(0, 1fr) 260px; padding: 28px; align-items: center; }
}
@media (min-width: 1120px) {
  .activity-carousel-wrap { position: relative; }
.activity-track { grid-auto-columns: 342px; }
  .activity-list { grid-template-columns: 1fr; max-width: 900px; }
  .itinerary-cta { max-width: 1160px; margin-inline: auto; }
}
@media (max-width: 759px) {
  .activities-topbar,
  .activities-hero,
  .activity-filters,
  .row-head {
    padding-left: 12px;
    padding-right: 12px;
  }
  .activities-hero h1 {
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.08;
  }
  .hero-copy {
    font-size: 14px;
    line-height: 1.42;
  }
  .hero-assist {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .assist-row {
    width: 100%;
    min-width: 0;
    padding: 7px 9px;
  }
  .assist-row strong {
    font-size: 11px;
  }
  .activity-carousel-wrap { position: relative; }
.activity-track {
    display: flex;
    gap: 14px;
    padding-inline: 12px;
  }
  .activity-card {
    flex: 0 0 clamp(282px, 86vw, 340px);
  }
  .activity-list {
    padding-inline: 12px;
    gap: 12px;
  }
  .activity-list-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 8px;
    border-radius: 18px;
  }
  .list-media {
    width: 112px;
    height: 112px;
    aspect-ratio: auto;
    border-radius: 14px;
  }
  .list-body {
    align-content: stretch;
    gap: 5px;
    padding: 1px 2px 1px 0;
    overflow: hidden;
  }
  .list-rating {
    font-size: 10px;
  }
  .list-rating em {
    display: none;
  }
  .list-body h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.08;
  }
  .list-highlights {
    gap: 4px;
    overflow: hidden;
  }
  .list-highlights li {
    padding: 4px 6px;
    font-size: 9px;
    max-width: 100%;
  }
  .list-bottom {
    gap: 6px;
    padding-top: 6px;
  }
  .list-price strong {
    font-size: 17px;
  }
  .list-price small,
  .list-price span {
    font-size: 9px;
  }
  .list-details {
    min-height: 36px;
    border-radius: 12px;
    padding: 0 11px;
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .activity-card { flex-basis: calc(100vw - 44px); }
  .card-title { font-size: 20px; }
  .price strong { font-size: 21px; }
  .details-btn { min-width: 82px; font-size: 13px; }
  .activity-list-card { grid-template-columns: 96px minmax(0, 1fr); }
  .list-media { width: 96px; height: 96px; }
  .list-body h3 { font-size: 14px; }
  .list-details { padding: 0 9px; font-size: 10px; }
}






@media (min-width: 760px) {
  .carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(47, 152, 158, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: var(--brand-navy);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(0, 42, 58, .16);
    transform: translateY(-50%);
  }
  .carousel-arrow-prev { left: 20px; }
  .carousel-arrow-next { right: 20px; }
  .carousel-arrow:hover { background: var(--brand-teal); color: #fff; }
}

@media (max-width: 759px) {
  .carousel-arrow { display: none !important; }
}
