:root {
  --v2-navy: #082942;
  --v2-navy-2: #0d3852;
  --v2-ink: #173043;
  --v2-muted: #5e707b;
  --v2-sea: #0d7891;
  --v2-sea-soft: #dff2f2;
  --v2-green: #287962;
  --v2-sand: #f4ecdf;
  --v2-sand-2: #fbf8f2;
  --v2-coral: #ef754d;
  --v2-gold: #e9b659;
  --v2-white: #fff;
  --v2-line: #d9e1e2;
  --v2-shadow: 0 24px 70px rgba(8, 41, 66, 0.12);
  --v2-shadow-small: 0 12px 34px rgba(8, 41, 66, 0.1);
  --v2-radius: 28px;
  --v2-radius-small: 16px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body.region-v2 {
  margin: 0;
  color: var(--v2-ink);
  background: var(--v2-sand-2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.region-v2 *,
.region-v2 *::before,
.region-v2 *::after {
  box-sizing: border-box;
}

.region-v2 img {
  display: block;
  max-width: 100%;
}

.region-v2 a {
  color: inherit;
}

.region-v2 h1,
.region-v2 h2,
.region-v2 h3,
.region-v2 h4,
.region-v2 p,
.region-v2 figure,
.region-v2 dl,
.region-v2 dd {
  margin-top: 0;
}

.region-v2 h1,
.region-v2 h2,
.region-v2 h3,
.region-v2 h4 {
  color: var(--v2-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.region-v2 h2 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.region-v2 h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.region-v2 .container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.v2-preview-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 8px 24px;
  color: #fff;
  background: #cc572f;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.v2-preview-bar a {
  color: #fff;
  font-weight: 800;
  text-underline-offset: 3px;
}

.region-v2 .v2-topbar {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid rgba(8, 41, 66, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.region-v2 .v2-topbar .topbar-inner {
  min-height: 72px;
}

.region-v2 .v2-nav {
  gap: 26px;
}

.region-v2 .v2-nav a {
  color: var(--v2-navy);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.v2-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 70px;
  background:
    radial-gradient(circle at 8% 4%, rgba(29, 151, 161, 0.2), transparent 29%),
    radial-gradient(circle at 95% 90%, rgba(239, 117, 77, 0.19), transparent 32%),
    var(--v2-navy);
}

.v2-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 65%);
}

.v2-hero-grid {
  position: relative;
  display: grid;
  min-height: 610px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: 58px;
  row-gap: 10px;
}

.v2-hero-copy {
  grid-column: 1;
  grid-row: 1 / 3;
}

.v2-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v2-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.v2-eyebrow,
.v2-kicker {
  margin-bottom: 12px;
  color: var(--v2-coral);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v2-hero h1 {
  max-width: 650px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(3.45rem, 6.2vw, 6.6rem);
  line-height: 0.93;
}

.v2-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 38px;
}

.v2-country-facts {
  display: grid;
  max-width: 680px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
}

.v2-country-facts li {
  display: grid;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  grid-template-columns: 18px 1fr;
  line-height: 1.45;
}

.v2-country-facts svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  fill: none;
  stroke: var(--v2-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.v2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 820;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.v2-button:hover {
  transform: translateY(-2px);
}

.v2-button svg,
.v2-inline-link svg,
.v2-link-cloud svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.region-v2 .v2-button-primary {
  color: #fff;
  background: var(--v2-coral);
  box-shadow: 0 10px 28px rgba(239, 117, 77, 0.25);
}

.v2-button-primary:hover {
  background: #f18460;
}

.region-v2 .v2-button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.v2-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.11);
}

.v2-stats {
  display: grid;
  max-width: 520px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-stats div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px 16px 0 0;
}

.v2-stats div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-stats strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  line-height: 1;
}

.v2-stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  line-height: 1.25;
}

.v2-checked {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.v2-hero-visual {
  position: relative;
  min-height: 580px;
  grid-column: 2;
  grid-row: 1;
}

.v2-hero-visual figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 5px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  background: var(--v2-navy-2);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.v2-hero-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.v2-hero-visual figure:hover img {
  transform: scale(1.035);
}

.v2-hero-main {
  inset: 0 0 42px 102px;
}

.v2-hero-small {
  width: 190px;
  height: 210px;
}

.v2-hero-small.is-1 {
  bottom: 0;
  left: 0;
}

.v2-hero-small.is-2 {
  top: 26px;
  right: -46px;
  width: 174px;
  height: 180px;
}

.v2-map-stamp {
  position: absolute;
  right: 18px;
  bottom: 12px;
  display: grid;
  min-width: 180px;
  grid-template-columns: 34px 1fr;
  align-items: center;
  padding: 13px 16px;
  color: var(--v2-navy);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--v2-shadow-small);
}

.v2-map-stamp svg {
  width: 28px;
  height: 28px;
  grid-row: 1 / 3;
  fill: none;
  stroke: var(--v2-coral);
  stroke-width: 1.5;
}

.v2-map-stamp b {
  font-size: 0.84rem;
}

.v2-map-stamp small {
  color: var(--v2-muted);
  font-size: 0.68rem;
}

.v2-hero-attribution {
  position: static;
  overflow-wrap: anywhere;
  align-self: start;
  grid-column: 2;
  grid-row: 2;
  margin: 10px 8px 0 102px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.52rem;
  line-height: 1.3;
  text-align: right;
}

.v2-hero-attribution span {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v2-hero-attribution a {
  color: inherit;
  text-decoration: none;
}

.v2-credit {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.62rem;
  line-height: 1.35;
}

.v2-credit a {
  color: inherit;
  text-decoration: none;
}

.v2-credit.is-on-image {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.54rem;
  text-align: right;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.v2-section-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(8, 41, 66, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.v2-section-nav .container {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.v2-section-nav .container > span {
  color: var(--v2-coral);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v2-section-nav div div {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: 28px;
  scrollbar-width: none;
}

.v2-section-nav a {
  color: var(--v2-navy);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.v2-section {
  padding: 106px 0;
}

.v2-section-head {
  max-width: 860px;
  margin-bottom: 46px;
}

.v2-section-head > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--v2-muted);
  font-size: 1.05rem;
}

.v2-section-head.is-split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 68px;
}

.v2-section-head.is-split > p {
  max-width: 530px;
  margin: 0 0 4px;
}

.v2-decision {
  background: #fff;
}

.v2-editor-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border: 1px solid #c7dfd7;
  border-radius: var(--v2-radius-small);
  background: #eff8f4;
}

.v2-editor-note > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--v2-green);
}

.v2-editor-note svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.v2-editor-note p {
  margin: 0;
  color: #315548;
  font-size: 0.88rem;
}

.v2-editor-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--v2-green);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  background: var(--v2-line);
  box-shadow: var(--v2-shadow-small);
}

.v2-decision-grid article {
  position: relative;
  min-height: 260px;
  padding: 32px 28px;
  background: #fff;
}

.v2-decision-grid article > span {
  color: rgba(8, 41, 66, 0.19);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}

.v2-decision-grid article > p {
  margin: 42px 0 6px;
  color: var(--v2-coral);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v2-decision-grid h3 {
  margin-bottom: 10px;
}

.v2-decision-grid small {
  display: block;
  color: var(--v2-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.v2-bases {
  background:
    radial-gradient(circle at 0 100%, rgba(13, 120, 145, 0.08), transparent 34%),
    var(--v2-sand-2);
}

.v2-profile-picker {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.v2-profile-carousel {
  position: relative;
}

.v2-profile-arrow,
.v2-profile-hint {
  display: none;
}

.v2-profile-picker button {
  min-height: 108px;
  padding: 16px;
  color: var(--v2-navy);
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.v2-profile-picker button:hover {
  transform: translateY(-2px);
  border-color: #a9c6cc;
  box-shadow: var(--v2-shadow-small);
}

.v2-profile-picker button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--v2-navy);
  background: var(--v2-navy);
}

.v2-profile-picker b,
.v2-profile-picker span {
  display: block;
}

.v2-profile-picker b {
  margin-bottom: 7px;
  font-size: 0.82rem;
}

.v2-profile-picker span {
  color: var(--v2-muted);
  font-size: 0.67rem;
  line-height: 1.35;
}

.v2-profile-picker button[aria-pressed="true"] span {
  color: rgba(255, 255, 255, 0.68);
}

.v2-filter-status {
  margin: 0 0 26px;
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.v2-base-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.v2-base-card {
  display: grid;
  min-height: 390px;
  overflow: hidden;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
  border: 1px solid rgba(8, 41, 66, 0.1);
  border-radius: var(--v2-radius);
  background: #fff;
  box-shadow: 0 14px 40px rgba(8, 41, 66, 0.07);
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.v2-base-card[hidden] {
  display: none;
}

.v2-base-card.is-dimmed {
  display: none;
}

.v2-base-card.is-match {
  outline: 3px solid rgba(13, 120, 145, 0.25);
  transform: translateY(-3px);
  box-shadow: var(--v2-shadow);
}

.v2-base-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--v2-navy);
}

.v2-base-media::after,
.v2-activity-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 26, 43, 0.42), transparent 50%);
  content: "";
  pointer-events: none;
}

.v2-gallery-link::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 16, 28, 0.88) 0, rgba(2, 16, 28, 0.38) 42%, transparent 76%);
  content: "";
  pointer-events: none;
}

.v2-base-media img,
.v2-activity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.v2-base-card:hover .v2-base-media img,
.v2-activity-card:hover .v2-activity-media img {
  transform: scale(1.04);
}

.v2-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  color: var(--v2-navy);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.v2-badge-accent {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  background: var(--v2-coral);
}

.v2-base-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
}

.v2-base-body h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.v2-base-body h3 a {
  text-decoration: none;
}

.v2-base-body > p:not(.v2-kicker, .v2-credit) {
  color: var(--v2-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.v2-mini-facts {
  display: grid;
  margin: 8px 0 24px;
  gap: 9px;
}

.v2-mini-facts div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  font-size: 0.72rem;
  line-height: 1.4;
}

.v2-mini-facts dt {
  color: var(--v2-navy);
  font-weight: 800;
}

.v2-mini-facts dd {
  color: var(--v2-muted);
}

.v2-mini-facts .is-watch {
  margin-top: 3px;
  padding-top: 9px;
  border-top: 1px solid var(--v2-line);
}

.v2-mini-facts .is-watch dt {
  color: #b65435;
}

.region-v2 .v2-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--v2-sea);
  font-size: 0.76rem;
  font-weight: 820;
  text-decoration: none;
}

.v2-base-body > .v2-credit {
  margin-top: 15px;
}

.v2-map-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--v2-navy);
}

.v2-map-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(13, 120, 145, 0.4), transparent 30%);
  content: "";
}

.v2-map-section .container {
  position: relative;
}

.v2-section-head.is-light h2,
.v2-section-head.is-light > p:last-child {
  color: #fff;
}

.v2-section-head.is-light > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.v2-map-filters,
.v2-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.v2-map-filters button,
.v2-chip-row button {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 750;
}

.v2-map-filters button[aria-pressed="true"] {
  color: var(--v2-navy);
  border-color: #fff;
  background: #fff;
}

.v2-map-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.45fr);
  gap: 18px;
}

.v2-live-map {
  min-height: 610px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: #d7e5e4;
}

.v2-live-map > p {
  padding: 24px;
  color: var(--v2-navy);
}

.v2-live-map .leaflet-control-attribution {
  color: #244659;
  font-size: 9px;
}

.v2-live-map .leaflet-control-attribution a {
  color: #244659;
}

.v2-map-caption {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
}

.v2-map-selection {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.v2-map-selection > span {
  margin-bottom: 12px;
  color: var(--v2-gold);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v2-map-selection h3 {
  color: #fff;
  font-size: 2rem;
}

.v2-map-selection p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.v2-map-selection b {
  color: #fff;
}

.v2-map-selection .text-link {
  color: var(--v2-gold);
  font-size: 0.8rem;
  font-weight: 800;
}

.v2-map-shortcuts {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.v2-map-shortcuts button {
  padding: 15px 18px;
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  text-align: left;
}

.v2-map-shortcuts b {
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

.zone-live-pin {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 5px;
  background: var(--v2-sea);
  box-shadow: 0 6px 16px rgba(8, 41, 66, 0.35);
  font-size: 9px;
  font-weight: 900;
  transform: rotate(-45deg);
}

.zone-live-pin span {
  transform: rotate(45deg);
}

.zone-live-pin.is-stay {
  background: var(--v2-coral);
}

.zone-live-pin.is-beaches {
  background: #117f9a;
}

.zone-live-pin.is-walking {
  background: var(--v2-green);
}

.zone-live-pin.is-museums {
  background: #7056a4;
}

.zone-live-pin.is-activities {
  color: var(--v2-navy);
  background: var(--v2-gold);
}

.zone-live-label {
  padding: 3px 6px;
  border: 0;
  border-radius: 5px;
  color: var(--v2-navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 9px rgba(8, 41, 66, 0.1);
  font-size: 9px;
  font-weight: 800;
}

.zone-live-label::before {
  display: none;
}

.zone-popup > span {
  display: block;
  color: var(--v2-coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zone-popup strong {
  display: block;
  margin: 4px 0 8px;
  color: var(--v2-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.zone-popup p {
  margin: 6px 0;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.4;
}

.zone-popup .text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--v2-sea);
  font-size: 12px;
  font-weight: 800;
}

.v2-activities {
  background: #fff;
}

.v2-affiliate-section {
  position: relative;
  overflow: hidden;
  padding-top: 94px;
  padding-bottom: 94px;
  background:
    radial-gradient(circle at 88% 10%, rgba(239, 117, 77, 0.17), transparent 30%),
    linear-gradient(135deg, #f6efe2 0%, #fbf8f2 58%, #eaf5f3 100%);
  border-top: 1px solid rgba(8, 41, 66, 0.08);
  border-bottom: 1px solid rgba(8, 41, 66, 0.08);
}

.region-v2 .v2-affiliate-section .affiliate-widget-shell {
  min-height: 360px;
  border-color: rgba(8, 41, 66, 0.12);
  border-radius: 22px;
  box-shadow: var(--v2-shadow);
}

.region-v2 .v2-affiliate-section .affiliate-primary-link {
  padding: 13px 20px;
  color: #fff;
  background: var(--v2-coral);
  border-radius: 999px;
  text-decoration: none;
}

.region-v2 .v2-affiliate-section .affiliate-primary-link:hover {
  background: #d75f3a;
}

.region-v2 .v2-affiliate-section .affiliate-disclosure {
  color: var(--v2-muted);
}

.v2-chip-row button {
  color: var(--v2-muted);
  border-color: var(--v2-line);
}

.v2-chip-row button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--v2-sea);
  background: var(--v2-sea);
}

.v2-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.v2-activity-card {
  display: flex;
  min-height: 490px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--v2-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 41, 66, 0.05);
  transition: opacity 160ms ease, transform 160ms ease;
}

.v2-practical-card {
  min-height: 0;
}

.v2-practical-card .v2-activity-body h3 {
  font-size: clamp(1.25rem, 1.55vw, 1.5rem);
  hyphens: auto;
  overflow-wrap: break-word;
}

.v2-activity-card[hidden] {
  display: none;
}

.v2-activity-card:hover {
  transform: translateY(-4px);
}

.v2-activity-media {
  position: relative;
  height: 210px;
  flex: 0 0 210px;
  overflow: hidden;
}

.v2-activity-media .v2-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
}

.v2-activity-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.v2-activity-body h3 {
  min-height: 54px;
  margin-bottom: 10px;
}

.v2-activity-body > p:not(.v2-kicker, .v2-credit, .v2-plan-note) {
  color: var(--v2-muted);
  font-size: 0.8rem;
}

.v2-plan-note {
  margin: 5px 0 18px;
  padding: 12px;
  color: #4a5f69;
  border-radius: 10px;
  background: #f3f7f7;
  font-size: 0.7rem;
  line-height: 1.45;
}

.v2-plan-note strong {
  color: var(--v2-navy);
}

.v2-activity-body .v2-credit {
  margin-top: 14px;
}

.v2-beaches {
  background: var(--v2-sand);
}

.v2-table-wrap {
  overflow-x: auto;
  border-radius: var(--v2-radius);
  background: #fff;
  box-shadow: var(--v2-shadow-small);
}

.v2-beach-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.v2-beach-table thead {
  color: #fff;
  background: var(--v2-navy);
}

.v2-beach-table th,
.v2-beach-table td {
  padding: 19px 18px;
  border-bottom: 1px solid var(--v2-line);
  font-size: 0.76rem;
  line-height: 1.42;
  text-align: left;
  vertical-align: top;
}

.v2-beach-table thead th {
  color: #fff;
  background: var(--v2-navy);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-beach-table tbody th {
  color: var(--v2-navy);
  font-size: 0.86rem;
}

.v2-beach-table tbody th a {
  display: block;
  text-decoration-color: rgba(13, 120, 145, 0.32);
  text-underline-offset: 3px;
}

.v2-beach-table tbody th span {
  display: block;
  margin-top: 3px;
  color: var(--v2-coral);
  font-size: 0.62rem;
  font-weight: 800;
}

.v2-beach-table td {
  color: var(--v2-muted);
}

.v2-beach-table tbody tr:hover {
  background: #fbfdfd;
}

.v2-live-warning {
  display: flex;
  max-width: 850px;
  align-items: flex-start;
  gap: 15px;
  margin: 22px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(182, 84, 53, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.v2-live-warning svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  fill: none;
  stroke: var(--v2-coral);
  stroke-width: 1.5;
}

.v2-live-warning p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.v2-live-warning strong {
  display: block;
  color: var(--v2-navy);
}

.v2-routes {
  background: #fff;
}

.v2-route-tabs {
  display: grid;
  overflow: hidden;
  grid-template-columns: 245px 1fr;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  background: var(--v2-sand-2);
  box-shadow: var(--v2-shadow);
}

.v2-tab-list {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: var(--v2-navy);
}

.v2-tab-list button {
  padding: 18px;
  color: rgba(255, 255, 255, 0.65);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.v2-tab-list button[aria-selected="true"] {
  color: var(--v2-navy);
  border-radius: 12px;
  background: #fff;
}

.v2-tab-list span,
.v2-tab-list small {
  display: block;
}

.v2-tab-list span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.v2-tab-list small {
  margin-top: 4px;
  font-size: 0.64rem;
  line-height: 1.35;
}

.v2-route-panel {
  min-height: 540px;
  padding: 44px;
}

.v2-route-panel[hidden] {
  display: none;
}

.v2-route-intro {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
}

.v2-route-intro .v2-kicker {
  grid-column: 1 / -1;
}

.v2-route-intro h3 {
  margin: 0;
  font-size: 2.2rem;
}

.v2-route-intro > p:last-child {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.v2-timeline {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.v2-timeline::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 56px;
  width: 1px;
  background: #bcd0d2;
  content: "";
}

.v2-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  padding: 0 0 28px;
}

.v2-timeline li:last-child {
  padding-bottom: 0;
}

.v2-timeline-day {
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 8px 9px;
  color: var(--v2-navy);
  border: 1px solid #bed0d3;
  border-radius: 999px;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 850;
  text-align: center;
}

.v2-route-base {
  margin: 0 0 3px;
  color: var(--v2-coral);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.v2-timeline h4 {
  margin: 0 0 5px;
  font-size: 1.15rem;
}

.v2-timeline p:not(.v2-route-base) {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.74rem;
}

.v2-timeline a {
  color: var(--v2-sea);
  font-size: 0.68rem;
  font-weight: 800;
}

.v2-arrival {
  background: var(--v2-sea-soft);
}

.v2-arrival-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v2-arrival-grid article {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(13, 120, 145, 0.17);
  border-radius: 22px;
  background: #fff;
}

.v2-arrival-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 46px;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: var(--v2-sea);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.v2-arrival-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.v2-arrival-grid h3 {
  margin-bottom: 12px;
}

.v2-arrival-grid > article > p:not(.v2-kicker, .v2-plan-note) {
  color: var(--v2-muted);
  font-size: 0.83rem;
}

.v2-gallery {
  background: var(--v2-navy);
}

.v2-gallery .v2-section-head h2,
.v2-gallery .v2-section-head > p {
  color: #fff;
}

.v2-gallery .v2-section-head > p {
  color: rgba(255, 255, 255, 0.67);
}

.v2-gallery-grid {
  display: grid;
  height: 720px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}

.v2-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--v2-navy-2);
}

.v2-gallery-link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.v2-gallery-item-1 {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
}

.v2-gallery-item-2 {
  grid-column: 7 / 10;
}

.v2-gallery-item-3 {
  grid-column: 10 / 13;
}

.v2-gallery-item-4 {
  grid-column: 7 / 9;
}

.v2-gallery-item-5 {
  grid-column: 9 / 11;
}

.v2-gallery-item-6 {
  grid-column: 11 / 13;
}

.v2-gallery-count-4 .v2-gallery-item-4 {
  grid-column: 7 / 13;
}

.v2-gallery-count-5 .v2-gallery-item-4 {
  grid-column: 7 / 10;
}

.v2-gallery-count-5 .v2-gallery-item-5 {
  grid-column: 10 / 13;
}

.v2-gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.v2-gallery-item:hover .v2-gallery-link img {
  transform: scale(1.045);
}

.v2-gallery-copy {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(2, 18, 31, 0.78);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.v2-gallery-copy strong,
.v2-gallery-copy small {
  display: block;
}

.v2-gallery-copy strong {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.v2-gallery-item-1 .v2-gallery-copy strong {
  max-width: 460px;
  font-size: 2.3rem;
}

.v2-gallery-copy small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.65rem;
  line-height: 1.35;
}

.v2-gallery-item .v2-credit {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 3;
  max-width: 72%;
  padding: 4px 7px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  background: rgba(2, 18, 31, 0.68);
  opacity: 1;
  line-height: 1.25;
  text-align: right;
  text-shadow: none;
}

.v2-planning {
  background: #fff;
}

.v2-planning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.v2-planning-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  background: var(--v2-sand-2);
}

.v2-planning-grid article > span {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--v2-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.v2-planning-grid h3 {
  font-size: 1.35rem;
}

.v2-planning-grid p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.v2-next-step {
  display: grid;
  align-items: center;
  margin-top: 70px;
  padding: 48px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  color: #fff;
  border-radius: var(--v2-radius);
  background: var(--v2-navy);
}

.v2-next-step h2 {
  color: #fff;
  font-size: 2.4rem;
}

.v2-next-step p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.v2-link-cloud {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.v2-link-cloud a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: none;
}

.v2-link-cloud a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.09);
}

.v2-faq {
  background: var(--v2-sand);
}

.v2-faq-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.v2-faq-intro {
  position: sticky;
  top: 100px;
  align-self: start;
}

.v2-faq-intro h2 {
  font-size: 3.1rem;
}

.v2-faq-intro > p:last-child {
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.v2-faq-list {
  border-top: 1px solid rgba(8, 41, 66, 0.18);
}

.v2-faq-list details {
  border-bottom: 1px solid rgba(8, 41, 66, 0.18);
}

.v2-faq-list summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--v2-navy);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 700;
  list-style: none;
}

.v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.v2-faq-list summary span {
  color: var(--v2-coral);
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.v2-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.v2-faq-list details > p {
  max-width: 720px;
  margin: -2px 0 24px;
  padding-right: 36px;
  color: var(--v2-muted);
  font-size: 0.86rem;
}

.v2-method {
  padding: 60px 0;
  background: #fff;
}

.v2-method details {
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  background: var(--v2-sand-2);
}

.v2-method summary {
  padding: 22px 26px;
  color: var(--v2-navy);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
}

.v2-method-grid {
  display: grid;
  padding: 0 26px 28px;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.v2-method-grid h3 {
  font-size: 1.3rem;
}

.v2-method-grid p,
.v2-method-grid li {
  color: var(--v2-muted);
  font-size: 0.74rem;
}

.v2-method-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-method-grid li + li {
  margin-top: 10px;
}

.v2-method-grid li a {
  display: block;
  color: var(--v2-sea);
  font-weight: 800;
}

.v2-method-grid li small {
  display: block;
}

.v2-footer {
  padding: 58px 0;
  color: rgba(255, 255, 255, 0.66);
  background: #061d30;
}

.v2-footer .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.v2-footer .brand-logo {
  color: #fff;
}

.v2-footer p {
  max-width: 470px;
  margin: 8px 0 0;
  font-size: 0.74rem;
}

.v2-footer nav {
  display: flex;
  gap: 20px;
}

.v2-footer nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.region-v2 :focus-visible {
  outline: 3px solid var(--v2-gold);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .v2-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    column-gap: 34px;
    row-gap: 10px;
  }

  .v2-hero-main {
    left: 66px;
  }

  .v2-hero-small.is-2 {
    right: -20px;
  }

  .v2-profile-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-base-card {
    grid-template-columns: 0.7fr 1.3fr;
  }

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

  .v2-gallery-grid {
    height: 650px;
  }
}

@media (max-width: 900px) {
  .region-v2 .v2-nav a:nth-child(n + 2) {
    display: none;
  }

  .v2-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 520px auto;
    column-gap: 0;
    row-gap: 34px;
  }

  .v2-hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .v2-hero-copy {
    max-width: 720px;
  }

  .v2-breadcrumbs {
    margin-bottom: 32px;
  }

  .v2-hero-visual {
    min-height: 520px;
    grid-column: 1;
    grid-row: 2;
  }

  .v2-hero-attribution {
    grid-column: 1;
    grid-row: 3;
    margin: -24px 0 0 66px;
    text-align: left;
  }

  .v2-section-head.is-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-decision-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-base-grid {
    grid-template-columns: 1fr;
  }

  .v2-map-layout {
    grid-template-columns: 1fr;
  }

  .v2-map-selection {
    min-height: 260px;
  }

  .v2-map-shortcuts {
    grid-template-columns: 1fr;
  }

  .v2-arrival-grid {
    grid-template-columns: 1fr;
  }

  .v2-arrival-grid article {
    min-height: 0;
  }

  .v2-arrival-icon {
    margin-bottom: 28px;
  }

  .v2-planning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-next-step {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .v2-faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .v2-faq-intro {
    position: static;
  }

  .v2-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 86px;
  }

  body.region-v2 {
    font-size: 16px;
  }

  .region-v2 .container {
    width: min(100% - 32px, 1220px);
  }

  .v2-preview-bar {
    justify-content: space-between;
    gap: 12px;
    padding-inline: 16px;
    font-size: 0.65rem;
  }

  .v2-preview-bar span {
    max-width: 230px;
  }

  .region-v2 .v2-topbar .topbar-inner {
    min-height: 62px;
  }

  .region-v2 .brand-subline,
  .region-v2 .v2-nav {
    display: none;
  }

  .v2-hero {
    padding: 42px 0 28px;
  }

  .v2-hero-grid {
    min-height: 0;
    grid-template-rows: auto 390px auto;
    gap: 36px;
  }

  .v2-hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .v2-lead {
    font-size: 1rem;
  }

  .v2-hero-actions {
    display: grid;
  }

  .v2-country-facts {
    grid-template-columns: 1fr;
  }

  .v2-button {
    width: 100%;
  }

  .v2-stats div {
    padding-right: 8px;
  }

  .v2-stats div + div {
    padding-left: 10px;
  }

  .v2-stats strong {
    font-size: 1.7rem;
  }

  .v2-stats span {
    font-size: 0.62rem;
  }

  .v2-hero-visual {
    min-height: 390px;
  }

  .v2-hero-main {
    inset: 0 0 26px 40px;
  }

  .v2-hero-small {
    width: 116px;
    height: 148px;
  }

  .v2-hero-small.is-2 {
    top: 18px;
    right: -14px;
    width: 100px;
    height: 124px;
  }

  .v2-map-stamp {
    right: 8px;
    bottom: 2px;
    min-width: 154px;
  }

  .v2-hero-attribution {
    margin: -26px 0 0 40px;
    font-size: 0.5rem;
    line-height: 1.45;
  }

  .v2-section-nav .container {
    display: block;
    overflow: hidden;
  }

  .v2-section-nav .container > span {
    display: none;
  }

  .v2-section-nav div div {
    min-height: 50px;
    gap: 22px;
  }

  .v2-section {
    padding: 76px 0;
  }

  .region-v2 h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .v2-section-head {
    margin-bottom: 34px;
  }

  .v2-decision-grid {
    grid-template-columns: 1fr;
  }

  .v2-decision-grid article {
    min-height: 0;
  }

  .v2-decision-grid article > p {
    margin-top: 22px;
  }

  .v2-profile-carousel {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 46px;
  }

  .v2-profile-picker {
    display: flex;
    overflow-x: auto;
    margin: 0;
    padding: 0 3px 10px;
    gap: 8px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v2-profile-picker::-webkit-scrollbar {
    display: none;
  }

  .v2-profile-arrow {
    position: absolute;
    top: 28px;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: var(--v2-navy);
    box-shadow: 0 8px 22px rgba(8, 41, 66, 0.22);
    cursor: pointer;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .v2-profile-arrow:hover:not(:disabled) {
    transform: scale(1.06);
  }

  .v2-profile-arrow:disabled {
    opacity: 0.24;
    cursor: default;
  }

  .v2-profile-arrow.is-prev {
    left: 5px;
  }

  .v2-profile-arrow.is-prev svg {
    transform: rotate(180deg);
  }

  .v2-profile-arrow.is-next {
    right: 5px;
  }

  .v2-profile-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .v2-profile-hint {
    display: block;
    margin: 8px 0 5px;
    color: var(--v2-muted);
    font-size: 0.68rem;
    text-align: center;
  }

  .v2-profile-picker button {
    min-width: 168px;
    min-height: 96px;
    flex: 0 0 168px;
    scroll-snap-align: start;
  }

  .v2-base-card {
    display: block;
    min-height: 0;
  }

  .v2-base-media {
    display: block;
    height: 250px;
  }

  .v2-base-body {
    padding: 24px;
  }

  .v2-live-map {
    min-height: 500px;
  }

  .v2-map-selection {
    padding: 24px;
  }

  .v2-map-filters,
  .v2-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 10px;
  }

  .v2-map-filters button,
  .v2-chip-row button {
    white-space: nowrap;
  }

  .v2-activity-grid {
    grid-template-columns: 1fr;
  }

  .v2-activity-card {
    min-height: 0;
  }

  .v2-beach-table,
  .v2-beach-table tbody,
  .v2-beach-table tr,
  .v2-beach-table th,
  .v2-beach-table td {
    display: block;
  }

  .v2-beach-table thead {
    display: none;
  }

  .v2-beach-table tbody tr {
    padding: 20px;
    border-bottom: 1px solid var(--v2-line);
  }

  .v2-beach-table th,
  .v2-beach-table td {
    padding: 6px 0;
    border: 0;
  }

  .v2-beach-table td::before {
    display: block;
    margin-bottom: 2px;
    color: var(--v2-navy);
    content: attr(data-label);
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .v2-route-tabs {
    display: block;
  }

  .v2-tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 9px;
  }

  .v2-tab-list button {
    padding: 11px;
    border: 0;
  }

  .v2-tab-list span {
    font-size: 1.05rem;
  }

  .v2-tab-list small {
    display: none;
  }

  .v2-route-panel {
    min-height: 0;
    padding: 26px 20px 30px;
  }

  .v2-route-intro {
    display: block;
  }

  .v2-route-intro h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .v2-timeline::before {
    left: 42px;
  }

  .v2-timeline li {
    grid-template-columns: 84px 1fr;
    gap: 14px;
  }

  .v2-timeline-day {
    font-size: 0.55rem;
  }

  .v2-gallery-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 210px);
  }

  .v2-gallery-item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .v2-gallery-item-2,
  .v2-gallery-item-3,
  .v2-gallery-item-4,
  .v2-gallery-item-5,
  .v2-gallery-item-6 {
    grid-column: auto;
    grid-row: auto;
  }

  .v2-gallery-item-6 {
    grid-column: 1 / 3;
  }

  .v2-gallery-count-4 .v2-gallery-item-4,
  .v2-gallery-count-5 .v2-gallery-item-5 {
    grid-column: 1 / 3;
  }

  .v2-gallery-copy strong {
    font-size: 1rem;
  }

  .v2-gallery-item-1 .v2-gallery-copy strong {
    font-size: 1.7rem;
  }

  .v2-gallery-copy small {
    display: none;
  }

  .v2-planning-grid {
    grid-template-columns: 1fr;
  }

  .v2-planning-grid article {
    min-height: 0;
  }

  .v2-planning-grid article > span {
    margin-bottom: 20px;
  }

  .v2-next-step {
    margin-top: 44px;
    padding: 30px 24px;
  }

  .v2-link-cloud {
    grid-template-columns: 1fr;
  }

  .v2-faq-intro h2 {
    font-size: 2.5rem;
  }

  .v2-faq-list summary {
    min-height: 70px;
    font-size: 1.05rem;
  }

  .v2-footer .container {
    display: block;
  }

  .v2-footer nav {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .region-v2 *,
  .region-v2 *::before,
  .region-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
