:root {
  --bg: oklch(0.985 0.006 205);
  --surface: oklch(0.965 0.012 205);
  --panel: oklch(1 0 0);
  --ink: oklch(0.19 0.045 225);
  --muted: oklch(0.39 0.032 215);
  --deep: oklch(0.25 0.12 236);
  --water: oklch(0.56 0.15 222);
  --sky: oklch(0.79 0.1 205);
  --pine: oklch(0.43 0.09 156);
  --sun: oklch(0.78 0.16 72);
  --accent: oklch(0.58 0.16 31);
  --line: oklch(0.78 0.025 210 / .7);
  --white: oklch(1 0 0);
  --wrap: min(1180px, calc(100% - 32px));
  --radius: 8px;
  --section-gap: clamp(42px, 6vw, 82px);
  --media-gap: clamp(12px, 1.7vw, 18px);
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg), oklch(0.94 0.022 205));
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin-top: 0; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: oklch(0.99 0.004 205 / .94);
  backdrop-filter: blur(14px);
}
.topbar-inner {
  width: var(--wrap);
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  flex: 0 0 auto;
  width: 56px;
  height: 46px;
  background: url("assets/brand-boat-logo.png") center / contain no-repeat;
}
.weather-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  order: 0;
  flex: 1;
  color: var(--deep);
  font-size: 13px;
  font-weight: 780;
}
.logo-section { order: -1; }
.main-navigation { order: 1; }
.weather-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}
.sun-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 4px oklch(0.78 0.16 72 / .18);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
}
.nav a {
  padding: 8px 9px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--deep);
  background: var(--surface);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 68px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
.hero.compact { min-height: 520px; }
.hero img.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
}
.hero img.hero-photo[src*="gallery-red-sails-clouds"],
.hero img.hero-photo[src*="gallery-gold-sunset-water"] {
  object-position: center 78%;
}
.hero img.hero-photo[src*="gallery-foggy-island-sunset"] {
  object-position: center 58%;
}
.hero::before,
.hero::after {
  content: none;
  display: none;
  background: none;
}
.hero-body {
  position: relative;
  z-index: 2;
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0 clamp(32px, 5vw, 70px);
}
.excursion-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      oklch(0.08 0.035 232 / .68) 0%,
      oklch(0.08 0.035 232 / .52) 36%,
      oklch(0.08 0.035 232 / .22) 62%,
      oklch(0.08 0.035 232 / 0) 84%),
    linear-gradient(0deg,
      oklch(0.07 0.03 232 / .18) 0%,
      oklch(0.07 0.03 232 / 0) 44%);
}

.excursion-page .hero .eyebrow {
  background: oklch(0.08 0.035 232 / .42);
}
.excursion-page .hero h1,
.excursion-page .hero .lead {
  text-shadow:
    0 2px 3px oklch(0.05 0.025 232 / .88),
    0 10px 28px oklch(0.05 0.025 232 / .72);
}
.lake-hero {
  min-height: min(760px, calc(100svh - 68px));
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 32% 44%, oklch(0.82 0.07 198 / .54), transparent 38%),
    linear-gradient(115deg, oklch(0.88 0.04 194), oklch(0.985 0.004 205) 72%);
}
.lake-hero::after { display: none; }
.lake-hero .hero-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .9fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
}
.lake-hero h1 {
  font-size: clamp(42px, 5.5vw, 76px);
}
.lake-hero h1 { color: var(--deep); }
.lake-hero .lead { color: var(--muted); }
.lake-hero .eyebrow {
  color: var(--white);
  background: var(--deep);
}
.lake-hero .hero-fact {
  border-color: var(--line);
  background: oklch(1 0 0 / .76);
}
.lake-hero .hero-fact span { color: var(--muted); }
.hero-lake-diagram {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 45vw, 560px);
  margin: 0;
  display: grid;
  place-items: center;
}
.hero-lake-diagram::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 45% 55% 52% 48%;
  background: radial-gradient(circle, oklch(0.72 0.13 218 / .34), transparent 68%);
  filter: blur(18px);
}
.hero-lake-inner {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: .96;
}
.hero-lake-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-lake-inner .depth-fill {
  filter: drop-shadow(0 24px 30px oklch(0.2 0.08 238 / .22));
}
.hero-lake-inner .outline {
  opacity: .85;
  mix-blend-mode: multiply;
}
.hero-photo-showcase {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 45vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--deep);
}
.hero-photo-showcase img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.hero-photo-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.12 0.04 230 / .54), transparent 55%);
}
.hero-photo-showcase figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  max-width: 360px;
  padding: 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: oklch(0.18 0.055 230 / .78);
}
.hero-photo-showcase b {
  display: block;
  margin-bottom: 4px;
  color: var(--sky);
  font-size: 28px;
  line-height: 1;
}
.hero-photo-showcase span {
  display: block;
  font-size: 13px;
}
.hero-depth-note {
  position: absolute;
  right: 6%;
  bottom: 12%;
  max-width: 180px;
  padding: 12px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
  font-size: 13px;
}
.hero-depth-note b {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 28px;
  line-height: 1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--white);
  background: oklch(1 0 0 / .18);
  font-size: 13px;
  font-weight: 850;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
h1, h2, h3 {
  margin-top: 0;
  color: var(--deep);
  letter-spacing: 0;
  text-wrap: balance;
}
h1 {
  max-width: 850px;
  margin-bottom: 18px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1.02;
}
h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
}
h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.24;
}
.lead {
  max-width: 740px;
  color: oklch(0.95 0.01 205);
  font-size: clamp(18px, 2vw, 23px);
  text-wrap: pretty;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: var(--white);
  font-weight: 850;
  text-decoration: none;
}
.btn.primary {
  color: var(--white);
  border-color: transparent;
  background: var(--accent);
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-fact {
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid oklch(1 0 0 / .28);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .14);
}
.hero-fact b { display: block; color: var(--sky); font-size: 25px; line-height: 1; }
.hero-fact span { display: block; margin-top: 5px; color: oklch(0.93 0.01 205); font-size: 12px; }

main > section:not(.hero):not(.cta-band):not(.excursion-cta):not(.island-crosslink):not(.route-crosslink), .section {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 70px) 0;
}
.section-intro {
  max-width: 800px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
}
.panel {
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
}
.panel h2, .panel h3 { color: var(--white); }
.panel p { color: oklch(0.91 0.015 205); }
.schedule-board {
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 20px 0 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.schedule-slot {
  min-width: 0;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid oklch(1 0 0 / .28);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .12);
  text-align: center;
}
.schedule-slot span {
  color: oklch(0.9 0.04 205);
  font-size: 12px;
  font-weight: 850;
}
.schedule-slot b {
  color: var(--sky);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1;
  overflow-wrap: anywhere;
}
.schedule-slot em {
  color: var(--white);
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.panel .schedule-note {
  max-width: 440px;
  margin: 0;
}
.ticket-offer {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}
.ticket-price {
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
}
.ticket-price span {
  display: block;
  margin-bottom: 10px;
  color: oklch(0.9 0.04 205);
  font-size: 15px;
  font-weight: 850;
}
.ticket-price strong {
  display: block;
  color: var(--sky);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .96;
  text-wrap: balance;
}
.ticket-price p {
  max-width: 320px;
  margin: 14px 0 0;
  color: oklch(0.93 0.012 205);
  font-size: 18px;
}
.ticket-includes {
  min-width: 0;
}
.ticket-includes .section-intro {
  margin-bottom: 18px;
}
.ticket-payment-note {
  margin-top: -26px;
}
.ticket-includes ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ticket;
  display: grid;
  gap: 12px;
}
.ticket-includes li {
  counter-increment: ticket;
  position: relative;
  min-width: 0;
  padding: 16px 0 16px 58px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.ticket-includes li::before {
  content: counter(ticket);
  position: absolute;
  left: 0;
  top: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--accent);
  font-weight: 900;
}
.ticket-includes b {
  color: var(--deep);
}
.route-summary {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}
.route-total {
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
}
.route-total span {
  display: block;
  margin-bottom: 10px;
  color: oklch(0.9 0.04 205);
  font-weight: 850;
}
.route-total strong {
  display: block;
  color: var(--sky);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}
.route-total p {
  margin: 14px 0 0;
  color: oklch(0.93 0.012 205);
  font-size: 17px;
}
.route-text-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.route-text-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}
.route-text-list b {
  color: var(--deep);
  font-size: 21px;
  line-height: 1.22;
}
.route-text-list span {
  align-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--accent);
  font-weight: 900;
  white-space: nowrap;
}
.route-text-list p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.route-map-card {
  margin-top: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.route-map-card iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 430px);
  border: 0;
}
.route-yandex-map,
.route-osm-map {
  position: relative;
  width: 100%;
  min-height: clamp(340px, 38vw, 500px);
  background: oklch(0.88 0.045 205);
}
.route-map-static {
  position: absolute;
  inset: 0;
  display: block;
  color: var(--deep);
  text-decoration: none;
}
.route-map-static:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: -3px;
}
.route-map-static picture,
.route-map-static img {
  display: block;
  width: 100%;
  height: 100%;
}
.route-map-static img {
  object-fit: cover;
  border: 0;
}
.route-map-static span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  border-radius: 999px;
  background: oklch(1 0 0 / .92);
  color: var(--deep);
  font-size: 14px;
  font-weight: 850;
}
.route-yandex-map.is-loaded .route-map-static {
  display: none;
}
.route-osm-map {
  overflow: hidden;
}
.route-osm-map .leaflet-container,
.route-osm-map .leaflet-pane {
  font-family: "Segoe UI", Arial, sans-serif;
}
.route-osm-map.is-loaded .osm-map-fallback {
  display: none;
}
.route-map-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.route-map-caption b {
  color: var(--deep);
}
.island-preview {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}
.island-route-head {
  display: grid;
  gap: 8px;
  max-width: 1120px;
}
.island-route-explorer .eyebrow {
  margin-bottom: 6px;
  color: var(--deep);
  border: 1px solid var(--line);
  background: oklch(1 0 0 / .62);
}
.island-route-head h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(17px, 4.3vw, 54px);
}
#route-title {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(17px, 4.3vw, 54px);
}
.island-route-head .section-intro {
  max-width: min(100%, 72ch);
  margin-bottom: 14px;
}
.island-route-layout {
  display: grid;
  width: 100%;
  margin-inline: 0;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}
.island-route-stops {
  grid-row: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 34px);
}
.island-route-stops li {
  min-width: 0;
}
.island-point {
  position: relative;
  --point-number-size: clamp(24px, 2.4vw, 33px);
  --point-number-offset: calc(var(--point-number-size) / 2);
  --point-number-gap: 10px;
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(420px, 1fr);
  grid-template-rows: var(--point-number-offset) auto auto auto 1fr;
  gap: 0;
  align-items: start;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  background: oklch(1 0 0 / .72);
  font: inherit;
  text-align: left;
  cursor: default;
}
.island-point-thumb {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  border-radius: 0;
  object-fit: cover;
  background: oklch(0.9 0.02 205);
}
.island-point-thumb-contain {
  object-fit: contain;
  object-position: center top;
  background: oklch(0.94 0.018 205);
}
.island-point span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  width: var(--point-number-size);
  height: var(--point-number-size);
  margin-left: var(--point-number-offset);
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--water);
  box-shadow: 0 5px 10px oklch(0.16 0.055 230 / .16);
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 900;
  line-height: 1;
  transform: none;
}
.island-point b {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
  padding-right: var(--point-number-offset);
  color: var(--deep);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 900;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: clip;
  overflow-wrap: anywhere;
  text-wrap: balance;
  white-space: normal;
  transform: translateY(calc((var(--point-number-size) - 1.12em) / 2));
}
.island-point p {
  grid-column: 2;
  grid-row: 3;
  min-width: 0;
  margin: 10px 0 0;
  padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
  padding-right: var(--point-number-offset);
  color: var(--ink);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.45;
}
.island-point em {
  grid-column: 2;
  grid-row: 4;
  min-width: 0;
  align-self: start;
  padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
  padding-right: var(--point-number-offset);
  color: var(--muted);
  display: none;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}
.island-point.has-island-plan em {
  padding-bottom: 0;
}
.island-point-plan {
  grid-column: 2;
  grid-row: 5;
  min-width: 0;
  align-self: start;
  width: calc(100% - var(--point-number-offset) * 2);
  margin: 18px var(--point-number-offset) 24px;
  padding: 0;
}
.island-point-plan figcaption {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}
.island-point-plan img {
  display: block;
  width: 85%;
  height: auto;
  max-height: 230px;
  margin-inline: auto;
  object-fit: contain;
}
.island-point-symbol img {
  width: 42.5%;
  max-height: 115px;
}
.island-point-logo img {
  width: 42.5%;
  max-height: 116px;
}
@media (min-width: 981px) {
  .island-point.has-island-plan .island-point-thumb {
    align-self: stretch;
    height: 100%;
    min-height: clamp(320px, 34vw, 520px);
  }
}
.island-map-card {
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px oklch(0.32 0.045 220 / .08);
}
.island-yandex-map,
.island-osm-map {
  position: relative;
  width: 100%;
  height: clamp(320px, 35svh, 380px);
  min-height: 320px;
  background: oklch(0.88 0.045 205);
}
.island-yandex-map.is-loaded .route-map-static {
  display: none;
}
.island-osm-map {
  overflow: hidden;
}
.osm-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--deep);
  background:
    linear-gradient(135deg, oklch(0.92 0.03 155), oklch(0.84 0.045 205));
  text-align: center;
  text-decoration: none;
}
.osm-map-fallback span {
  padding: 10px 14px;
  border-radius: 999px;
  background: oklch(1 0 0 / .9);
  font-weight: 900;
}
.island-osm-map.is-loaded .osm-map-fallback {
  display: none;
}
.osm-route-marker {
  display: grid;
  place-items: center;
}
.osm-route-marker span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: var(--water);
  box-shadow: 0 6px 14px oklch(0.16 0.055 230 / .28);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.island-osm-map .leaflet-container,
.island-osm-map .leaflet-pane {
  font-family: "Segoe UI", Arial, sans-serif;
}
.island-osm-map .leaflet-popup-content {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}
.island-osm-map .leaflet-control-attribution {
  font-size: 11px;
}
.island-map-note {
  margin: 0;
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.island-point-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px oklch(0.32 0.045 220 / .08);
}
.island-point-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: oklch(0.9 0.02 205);
}
.island-point-card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}
.island-point-card .eyebrow {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
}
.island-point-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.12;
}
.island-point-description {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}
.island-point-description[hidden] { display: none; }
.island-point-coords {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.audience-block {
  max-width: 960px;
}
.audience-lead {
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.18;
  text-wrap: balance;
}
.audience-block p:not(.audience-lead) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.reviews-feature {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(320px, .72fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
main > section.reviews-feature {
  padding: 0;
}
.reviews-feature > img {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
}
.reviews-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}
.rating-badge {
  display: grid;
  gap: 4px;
  margin: 6px 0 18px;
}
.rating-badge strong {
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 8vw, 108px);
  line-height: .9;
}
.rating-badge span {
  color: var(--sun);
  font-size: 28px;
  letter-spacing: 2px;
}
.rating-badge em {
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}
.reviews-copy p {
  color: var(--muted);
  font-size: 18px;
}
.yandex-profile-informer {
  display: grid;
  gap: 18px;
}
.yandex-profile-frame {
  width: min(100%, 760px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.yandex-profile-frame iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 48vw, 520px);
  border: 0;
}
.yandex-profile-actions {
  align-items: center;
  margin-top: 0;
}
.yandex-profile-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 0;
  color: var(--deep);
  font-weight: 850;
  text-decoration: none;
}
.yandex-profile-link:hover {
  color: var(--water);
}
.question-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}
.photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: var(--media-gap);
  margin-top: clamp(24px, 3vw, 34px);
}
.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 30vw, 440px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.photo-stack {
  display: grid;
  gap: var(--media-gap);
}
.photo-stack img { min-height: clamp(160px, 16vw, 220px); }
.visual-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--media-gap);
  margin-top: clamp(24px, 3vw, 34px);
}
.visual-tile {
  position: relative;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(0.82 0.024 210 / .72);
  border-radius: var(--radius);
  background: var(--deep);
  isolation: isolate;
}
.visual-tile.large {
  grid-column: span 4;
  min-height: 380px;
}
.visual-tile.wide {
  grid-column: span 3;
  min-height: 300px;
}
.visual-tile.tall {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}
.visual-tile.small {
  grid-column: span 2;
  min-height: 250px;
}
.visual-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.visual-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, oklch(0.12 0.04 230 / .82), oklch(0.16 0.04 230 / .18) 58%, transparent);
}
.visual-tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(16px, 2vw, 22px);
  color: var(--white);
  text-shadow: 0 2px 10px oklch(0.08 0.03 232 / .72);
}
.visual-tile b {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.08;
}
.visual-tile span {
  display: block;
  max-width: 52ch;
  color: oklch(0.93 0.012 205);
  font-size: 14px;
  line-height: 1.45;
  text-wrap: pretty;
}
.visual-note {
  max-width: 860px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}
.boat-showcase .section-intro {
  max-width: 760px;
  margin-bottom: 0;
}
.boat-gallery {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(22px, 3vw, 34px);
  padding: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.boat-gallery-main {
  margin: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: var(--panel);
}
.boat-main-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: var(--deep);
  cursor: zoom-in;
}
.boat-main-button:focus-visible,
.boat-thumb:focus-visible,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}
.boat-main-button img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.boat-gallery-main figcaption {
  display: none;
}
.boat-gallery-main b {
  color: var(--deep);
  font-size: 18px;
  line-height: 1.2;
}
.boat-gallery-main span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.boat-thumbs {
  display: contents;
}
.boat-thumb {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  color: var(--deep);
  background: var(--panel);
  cursor: pointer;
  text-align: left;
}
.boat-thumb.is-active {
  display: none;
}
.boat-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.boat-thumb span {
  display: none;
}
.boat-booking-action {
  margin-top: clamp(18px, 3vw, 28px);
}
.boat-gallery:not([data-boat-gallery]) .boat-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 0 0 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.boat-gallery:not([data-boat-gallery]) .boat-thumb {
  flex: 0 0 132px;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--deep);
  background: var(--panel);
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
}
.boat-gallery:not([data-boat-gallery]) .boat-thumb.is-active {
  display: block;
  border-color: var(--deep);
  box-shadow: inset 0 0 0 2px var(--deep);
}
.boat-gallery:not([data-boat-gallery]) .boat-thumb img {
  display: block;
  width: 100%;
  height: 76px;
  object-fit: cover;
}
.boat-gallery:not([data-boat-gallery]) .boat-thumb span {
  display: block;
  padding: 8px 9px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}
.photo-lightbox {
  width: min(1040px, calc(100% - 28px));
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.photo-lightbox::backdrop {
  background: oklch(0.08 0.025 230 / .84);
}
.photo-lightbox-panel {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid oklch(0.56 0.04 220 / .55);
  border-radius: var(--radius);
  color: var(--white);
  background: oklch(0.14 0.04 230);
}
.photo-lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  border-radius: calc(var(--radius) - 2px);
  object-fit: contain;
  background: oklch(0.08 0.025 230);
}
.photo-lightbox p {
  margin: 0;
  color: oklch(0.95 0.012 205);
  font-size: 16px;
  font-weight: 850;
}
.lightbox-close,
.lightbox-nav {
  display: grid;
  place-items: center;
  border: 1px solid oklch(0.8 0.025 210 / .55);
  color: var(--deep);
  background: var(--white);
  cursor: pointer;
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 56px;
  transform: translateY(-50%);
  border-radius: var(--radius);
  font-size: 36px;
}
.lightbox-prev {
  left: 14px;
}
.lightbox-next {
  right: 14px;
}
.megalith-gallery .visual-gallery {
  grid-auto-flow: dense;
}
.megalith-gallery .visual-tile img {
  filter: saturate(1.04) contrast(1.03);
}
.megalith-gallery .visual-tile:nth-child(3) img,
.megalith-gallery .visual-tile:nth-child(4) img,
.megalith-gallery .visual-tile:nth-child(8) img,
.megalith-gallery .visual-tile:nth-child(9) img {
  object-position: center 56%;
}
.megalith-gallery .visual-tile:nth-child(5) img {
  object-position: center 44%;
}
.megalith-gallery .visual-tile:nth-child(6) img {
  object-position: center 48%;
}
.megalith-gallery .visual-tile:nth-child(7) img {
  object-position: center 42%;
}
@media (hover: hover) {
  .visual-tile:hover img { transform: scale(1.035); }
}
.story-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.story-figure img {
  width: 100%;
  height: clamp(260px, 32vw, 430px);
  object-fit: cover;
}
.story-figure figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.card,
.route-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.card strong,
.route-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--water);
  font-size: 24px;
  line-height: 1;
}
.card p,
.route-card p { color: var(--muted); }
.card h3,
.route-card h3,
.card p,
.route-card p {
  min-width: 0;
  overflow-wrap: anywhere;
}
.card p:last-child,
.route-card p:last-child { margin-bottom: 0; }
.facts-table,
.keyword-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
}
.facts-table th,
.facts-table td,
.keyword-table th,
.keyword-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.facts-table th,
.keyword-table th {
  color: var(--deep);
  background: var(--surface);
}
.facts-table td:first-child { width: 38%; color: var(--muted); font-weight: 750; }
.guide-list {
  display: grid;
  gap: 10px;
}
.guide-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.guide-row b { color: var(--deep); }
.guide-row span { color: var(--muted); }
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--media-gap);
}
.nearby-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.nearby-card-feature {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  grid-template-rows: 1fr;
}
.nearby-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
.nearby-card-body {
  padding: clamp(18px, 3vw, 28px);
}
.nearby-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.08;
}
.nearby-card p {
  margin-bottom: 0;
  color: var(--muted);
}
.resort-feature {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}
.resort-feature-logo {
  width: clamp(82px, 7vw, 112px);
  height: auto;
  margin: 0 0 18px;
}
.resort-feature-copy h2 {
  margin-top: 0;
}
.resort-feature-copy .section-intro {
  margin-bottom: 18px;
}
.resort-feature-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--deep);
}
.resort-feature-photo img {
  width: 100%;
  height: clamp(320px, 36vw, 500px);
  object-fit: cover;
  object-position: center 54%;
}
.resort-feature-photo figcaption {
  padding: 12px 14px;
  color: var(--muted);
  background: var(--panel);
  font-size: 14px;
}
.beach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--media-gap);
}
.beach-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.beach-card-wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  grid-template-rows: 1fr;
}
.beach-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.beach-card-wide img {
  height: 100%;
  min-height: 360px;
  object-position: center 74%;
}
.beach-card-body {
  padding: clamp(18px, 3vw, 28px);
}
.beach-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.08;
}
.beach-card p {
  color: var(--muted);
}
.beach-card p:last-child { margin-bottom: 0; }
.beach-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.beach-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--surface);
  font-size: 12px;
  font-weight: 800;
}
.season-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}
.season-cell {
  min-height: 150px;
  padding: 18px;
  background: var(--panel);
}
.season-cell b {
  display: block;
  margin-bottom: 8px;
  color: var(--water);
}
.season-cell p { margin: 0; color: var(--muted); }
.season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--media-gap);
}
.season-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.season-card img {
  width: 100%;
  height: clamp(180px, 18vw, 230px);
  object-fit: cover;
}
.season-card div {
  padding: 18px;
}
.season-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--water);
  font-size: 18px;
}
.season-card p {
  margin: 0;
  color: var(--muted);
}
.route-detail {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.route-detail b {
  color: var(--accent);
  font-size: 22px;
  line-height: 1.1;
}
.route-detail p,
.route-detail strong {
  min-width: 0;
  overflow-wrap: anywhere;
}
.source-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.map-card img { width: 100%; height: auto; }
.lake-diagram {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 22px;
}
.lake-diagram-inner {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: .96;
}
.lake-diagram-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lake-diagram-inner .outline {
  opacity: .85;
  mix-blend-mode: multiply;
}
.feature-band {
  width: 100%;
  color: var(--white);
  background: var(--deep);
}
.feature-band .section { width: var(--wrap); }
.feature-band h2,
.feature-band .section-intro { color: var(--white); }
.feature-band .card {
  border-color: oklch(1 0 0 / .25);
  color: var(--white);
  background: oklch(1 0 0 / .1);
}
.feature-band .card h3 { color: var(--white); }
.feature-band .card p { color: oklch(0.92 0.012 205); }
.island-crosslink {
  position: relative;
  width: 100%;
  min-height: 560px;
  margin: var(--section-gap) 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
.island-crosslink > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.island-crosslink::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.12 0.055 232 / .76), oklch(0.12 0.055 232 / .42) 44%, oklch(0.12 0.055 232 / .04) 78%),
    linear-gradient(0deg, oklch(0.09 0.04 232 / .18), transparent 46%);
}
.island-crosslink-inner {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 90px) 0;
}
.island-crosslink-copy {
  max-width: 660px;
  text-shadow: 0 2px 15px oklch(0.08 0.035 232 / .7);
}
.island-crosslink .eyebrow {
  color: var(--white);
  background: oklch(0.08 0.035 232 / .35);
}
.island-crosslink h2 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
}
.island-crosslink p:not(.eyebrow) {
  max-width: 620px;
  color: oklch(0.96 0.01 205);
  font-size: 19px;
  text-wrap: pretty;
}
.island-crosslink .btn:not(.primary) {
  border-color: oklch(1 0 0 / .5);
  color: var(--white);
  background: oklch(1 0 0 / .16);
}
.excursion-cta {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 56vw, 700px);
  overflow: hidden;
  color: var(--white);
  background: oklch(0.11 0.045 232);
}
.excursion-cta::before,
.excursion-cta::after {
  content: "";
  position: absolute;
  inset: 0;
}
.excursion-cta::after {
  background: url("assets/gallery-pontoon-storm-beach.jpg") center / cover no-repeat;
}
.excursion-cta::before {
  z-index: 1;
  pointer-events: none;
  background: none;
}
.excursion-cta .section {
  position: relative;
  z-index: 2;
  min-height: clamp(560px, 56vw, 700px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(58px, 7vw, 92px) 0;
}
.excursion-cta-copy {
  width: min(100%, 460px);
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  text-shadow: 0 2px 14px oklch(0.08 0.03 232 / .78), 0 1px 2px oklch(0.08 0.03 232 / .9);
}
.excursion-cta .eyebrow {
  margin-left: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
}
.excursion-cta h2 {
  max-width: 460px;
  color: var(--white);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
}
.excursion-cta p {
  max-width: 460px;
  color: oklch(0.93 0.012 205);
  font-size: 19px;
  line-height: 1.58;
  text-wrap: pretty;
}
.excursion-cta .btn:not(.primary) {
  border-color: oklch(1 0 0 / .32);
  color: var(--white);
  background: oklch(1 0 0 / .12);
}
.excursion-cta .actions {
  justify-content: flex-start;
}
.cta-band {
  position: relative;
  width: 100%;
  min-height: 430px;
  margin: var(--section-gap) 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
main > section:not(.excursion-cta) + .excursion-cta {
  margin-top: var(--section-gap);
}
.route-crosslink {
  width: var(--wrap);
  margin: var(--section-gap) auto;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.route-crosslink > img {
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 34vw, 470px);
  object-fit: cover;
  object-position: center 48%;
}
.route-crosslink-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px);
}
.route-crosslink-copy .eyebrow {
  color: var(--white);
  background: var(--deep);
}
.route-crosslink h2 {
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--deep);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}
.route-crosslink p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}
.route-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 22px;
}
.route-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--surface);
  font-size: 13px;
  font-weight: 800;
}
.route-crosslink .actions {
  margin-top: 2px;
}
.cta-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(0.15 0.05 230 / .86), oklch(0.16 0.04 230 / .2));
}
.cta-content {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: 58px 0;
}
.cta-content h2 {
  max-width: 780px;
  color: var(--white);
}
.cta-content p {
  max-width: 680px;
  color: oklch(0.93 0.012 205);
  font-size: 19px;
}
.compact-head {
  max-width: 820px;
  margin-bottom: 22px;
}
.compact-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--media-gap);
}
.spotlight-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.spotlight-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.spotlight-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(20px, 3vw, 30px);
}
.spotlight-card h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.04;
}
.spotlight-card p {
  color: var(--muted);
  text-wrap: pretty;
}
.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--deep);
  font-weight: 850;
}
details p { margin: 0; padding: 0 18px 18px; color: var(--muted); }

.excursion-page > section:not(.hero):not(.excursion-cta):not(.route-crosslink) {
  padding-block: clamp(52px, 6.5vw, 88px);
}
.excursion-page > section:not(.hero) h2 {
  max-width: 920px;
  margin-top: 0;
  margin-bottom: clamp(16px, 2vw, 24px);
  font-size: clamp(31px, 3.5vw, 48px);
  line-height: 1.1;
}
.excursion-page .island-route-head h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(17px, 4.3vw, 54px);
}
.excursion-page .section-intro {
  max-width: min(100%, 760px);
  color: oklch(0.33 0.034 215);
}
.excursion-page .split {
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.excursion-page .split > div:first-child {
  max-width: 570px;
}
.excursion-page #booking .section-intro {
  margin-bottom: 14px;
}
.booking-facts {
  display: grid;
  max-width: 940px;
  margin: 8px 0 22px;
  padding: 0;
  gap: 0;
}
.booking-facts div {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.booking-facts dt {
  color: var(--muted);
  font-weight: 700;
}
.booking-facts dd {
  margin: 0;
  color: var(--deep);
  font-weight: 850;
}
.booking-facts-after {
  margin: 14px 0 0;
}
.booking-picker .booking-copy {
  max-width: 1120px;
}
.booking-day-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.booking-day-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid oklch(0.78 0.032 210 / .82);
  border-radius: 999px;
  color: var(--deep);
  background: oklch(1 0 0 / .72);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}
.booking-day-links a[aria-current="page"] {
  border-color: transparent;
  color: var(--white);
  background: var(--deep);
}
.booking-time-label {
  margin: 24px 0 10px;
  color: var(--deep);
  font-size: 18px;
  font-weight: 900;
}
.schedule-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 940px;
}
.schedule-time-button {
  display: inline-flex;
  flex: 1 1 190px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border: 1px solid oklch(0.78 0.032 210 / .82);
  border-radius: var(--radius);
  color: var(--water);
  background: oklch(1 0 0 / .76);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.schedule-time-button:hover {
  border-color: var(--water);
  background: oklch(0.98 0.018 205);
}
.schedule-time-button:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}
.booking-picker .schedule-note {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
}
.excursion-page .panel,
.excursion-page .ticket-price,
.excursion-page .route-total {
  border: 1px solid oklch(0.76 0.032 210 / .78);
  color: var(--ink);
  background:
    linear-gradient(160deg, oklch(1 0 0 / .9), oklch(0.93 0.032 205 / .9)),
    var(--surface);
}
.excursion-page .panel h2,
.excursion-page .panel h3 {
  color: var(--deep);
}
.excursion-page .panel p,
.excursion-page .panel .schedule-note,
.excursion-page .ticket-price p,
.excursion-page .route-total p {
  color: var(--muted);
}
.excursion-page .panel {
  padding: clamp(22px, 3.6vw, 34px);
}
.excursion-page .schedule-board {
  width: min(100%, 440px);
  gap: 10px;
  margin: 18px 0 18px;
}
.excursion-page .schedule-slot {
  border-color: oklch(0.78 0.032 210 / .82);
  color: var(--ink);
  background: oklch(1 0 0 / .7);
}
.excursion-page .schedule-slot span {
  color: var(--muted);
}
.excursion-page .schedule-slot b {
  color: var(--water);
  font-size: clamp(18px, 1.8vw, 23px);
}
.excursion-page .schedule-slot em {
  color: var(--deep);
}
.excursion-page .schedule-choice {
  text-decoration: none;
}
.excursion-page .schedule-choice:hover {
  border-color: var(--water);
  background: oklch(0.98 0.018 205);
}
.excursion-page .schedule-choice:focus-visible,
.booking-day-links a:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}
.excursion-page .ticket-offer,
.excursion-page .route-summary {
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}
.ticket-booking-action {
  margin-top: clamp(18px, 3vw, 28px);
}
.excursion-page .ticket-price span,
.excursion-page .route-total span {
  color: var(--water);
}
.excursion-page .ticket-price span {
  max-width: none;
  line-height: 1.3;
  white-space: nowrap;
}
.excursion-page .ticket-price p {
  margin: clamp(14px, 2vw, 18px) 0 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
}
.excursion-page .ticket-price strong,
.excursion-page .route-total strong {
  color: var(--accent);
}
.excursion-page .ticket-price {
  --ticket-stub-width: clamp(56px, 5.2vw, 70px);
  --ticket-border: oklch(0.76 0.032 210 / .78);
  position: relative;
  min-height: 236px;
  overflow: hidden;
  border: 0;
  padding-left: clamp(86px, 7vw, 108px);
  background:
    linear-gradient(var(--ticket-border), var(--ticket-border)) var(--ticket-stub-width) 0 / calc(100% - var(--ticket-stub-width)) 1px no-repeat,
    linear-gradient(var(--ticket-border), var(--ticket-border)) var(--ticket-stub-width) 100% / calc(100% - var(--ticket-stub-width)) 1px no-repeat,
    linear-gradient(var(--ticket-border), var(--ticket-border)) 100% 0 / 1px 100% no-repeat,
    linear-gradient(160deg, oklch(1 0 0 / .9), oklch(0.93 0.032 205 / .9)),
    var(--surface);
}
.excursion-page .ticket-price::before {
  content: "№ 0427";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ticket-stub-width);
  display: grid;
  place-items: center;
  padding-right: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at right center, oklch(0.94 0.02 205) 0 3px, transparent 3.6px) right 8px / 12px 18px repeat-y,
    linear-gradient(180deg, var(--deep), var(--water));
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-orientation: mixed;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.excursion-page .ticket-price::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: -9px;
  width: 18px;
  background: radial-gradient(circle, var(--bg) 0 6px, transparent 6.7px) center top / 18px 24px repeat-y;
}
.excursion-page .ticket-includes ol,
.excursion-page .route-text-list {
  gap: 10px;
}
.excursion-page .ticket-includes li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  align-items: center;
  padding: 16px 18px 16px 66px;
  border: 1px solid oklch(0.82 0.024 210 / .78);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .68);
}
.excursion-page .ticket-includes li span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--deep);
  background: oklch(0.92 0.035 205);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.excursion-page .ticket-includes li::before {
  left: 16px;
  top: 18px;
  width: 34px;
  height: 34px;
}
.excursion-page .ticket-includes .ticket-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.excursion-page .ticket-includes .ticket-check-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  color: var(--deep);
  background: transparent;
  font-weight: 850;
}
.excursion-page .ticket-includes .ticket-check-list li::before {
  content: "✓";
  position: static;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 0;
  color: oklch(0.55 0.18 145);
  background: transparent;
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}
.excursion-page .route-text-list li {
  padding: 18px;
  border: 1px solid oklch(0.82 0.024 210 / .78);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .68);
}
.excursion-page .route-text-list span {
  color: var(--deep);
  background: oklch(0.92 0.035 205);
}
.excursion-page .boat-showcase {
  display: block;
}
.excursion-page .boat-showcase > * {
  min-width: 0;
}
.excursion-page .boat-showcase h2 {
  max-width: 100%;
  font-size: clamp(24px, 4.1vw, 54px);
  white-space: nowrap;
}
.excursion-page .boat-gallery {
  width: 100%;
  max-width: none;
  margin-top: clamp(22px, 3vw, 34px);
  min-width: 0;
}
.excursion-page .boat-gallery-main,
.excursion-page .boat-thumb,
.excursion-page .attraction-thumb,
.excursion-page .reviews-feature,
.excursion-page .route-crosslink,
.excursion-page .route-map-card,
.excursion-page .guide-row,
.excursion-page .question-list details {
  border-color: oklch(0.8 0.026 210 / .82);
}
.excursion-page .route-map-card {
  background:
    linear-gradient(140deg, oklch(1 0 0), oklch(0.94 0.02 205)),
    var(--panel);
}
.excursion-page .boat-gallery-main figcaption,
.excursion-page .attraction-thumb figcaption {
  background: oklch(1 0 0 / .82);
}
.excursion-page .boat-thumbs {
  gap: 8px;
}
.excursion-page .boat-thumb {
  background: oklch(1 0 0 / .76);
}
.excursion-page .boat-thumb.is-active {
  border-color: var(--water);
  box-shadow: inset 0 0 0 2px var(--water);
}
.excursion-page .island-preview {
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}
.excursion-page .attraction-thumbs {
  gap: 10px;
}
.excursion-page .attraction-thumb {
  background: oklch(1 0 0 / .76);
}
.excursion-page .island-preview-list {
  gap: 10px;
}
.excursion-page .island-preview-list p {
  padding: 14px 0;
}
.excursion-page .audience-block {
  position: relative;
  max-width: 1040px;
  padding-block: clamp(58px, 7vw, 96px);
}
.excursion-page .audience-lead {
  max-width: 940px;
}
.excursion-page .guide-list,
.excursion-page .question-list {
  max-width: 980px;
}
.excursion-page .guide-row {
  padding: 16px 18px;
  border: 1px solid oklch(0.82 0.024 210 / .78);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .66);
}
.excursion-page .question-list {
  gap: 8px;
}
.excursion-page .question-list details {
  overflow: hidden;
  background: oklch(1 0 0 / .72);
}
.excursion-page .question-list details[open] {
  background: oklch(0.98 0.011 205);
}
.excursion-page .question-list summary {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.excursion-page .question-list summary::-webkit-details-marker {
  display: none;
}
.excursion-page .question-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--deep);
  background: var(--surface);
  font-weight: 900;
}
.excursion-page .question-list details[open] summary::after {
  content: "-";
}
.excursion-page .reviews-feature {
  background:
    linear-gradient(140deg, oklch(1 0 0), oklch(0.94 0.02 205)),
    var(--panel);
}
.excursion-page .route-crosslink {
  border-color: oklch(0.8 0.026 210 / .82);
  background:
    linear-gradient(140deg, oklch(1 0 0), oklch(0.94 0.02 205)),
    var(--panel);
}
.footer {
  color: oklch(0.9 0.015 205);
  background: oklch(0.19 0.055 230);
}
.footer-inner {
  width: var(--wrap);
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(160px, .7fr));
  gap: 26px;
}
.footer h3, .footer h4 { margin-top: 0; color: var(--white); }
.footer a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: oklch(0.9 0.075 205);
  text-decoration: none;
}
.footer span { color: oklch(0.84 0.024 205); }
.footer p {
  margin-bottom: 8px;
  color: oklch(0.88 0.028 205);
}
.footer-bottom {
  width: var(--wrap);
  margin: 0 auto;
  padding: 16px 0 28px;
  border-top: 1px solid oklch(1 0 0 / .14);
  color: oklch(0.84 0.024 205);
  font-size: 13px;
}

@media (max-width: 980px) {
  .topbar-inner { grid-template-columns: 1fr; gap: 10px; padding: 12px 0; }
  .weather-strip { margin-left: 0; justify-content: flex-start; }
  .nav { justify-content: flex-start; }
  .split,
  .resort-feature { grid-template-columns: 1fr; }
  .excursion-page .split > div:first-child { max-width: none; }
  .excursion-page .boat-showcase { grid-template-columns: 1fr; }
  .excursion-page .boat-showcase h2,
  .excursion-page .boat-showcase .section-intro,
  .excursion-page .boat-gallery {
    grid-column: auto;
    grid-row: auto;
  }
  .route-summary,
  .island-route-panel,
  .island-route-layout,
  .island-preview,
  .reviews-feature { grid-template-columns: 1fr; }
  .island-route-stops {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .island-point {
    --point-number-size: 29px;
    --point-number-offset: calc(var(--point-number-size) / 2);
    --point-number-gap: 9px;
    grid-template-columns: 1fr;
    grid-template-rows: auto var(--point-number-offset) auto auto auto;
    gap: 0;
  }
  .island-point.has-island-plan {
    grid-template-rows: auto var(--point-number-offset) auto auto auto auto;
  }
  .island-point-thumb {
    grid-column: 1;
    grid-row: 1;
    height: clamp(320px, 54vw, 500px);
  }
  .island-point span {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    justify-self: start;
    width: var(--point-number-size);
    height: var(--point-number-size);
    margin-left: var(--point-number-offset);
    font-size: 14px;
    transform: none;
  }
  .island-point b {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    min-height: 0;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
    font-size: 16px;
  }
  .island-point p {
    grid-column: 1;
    grid-row: 4;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
  }
  .island-point em {
    grid-column: 1;
    grid-row: 5;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
    padding-bottom: 18px;
  }
  .island-point.has-island-plan em {
    padding-bottom: 0;
  }
  .island-point-plan {
    grid-column: 1;
    grid-row: 6;
    width: calc(100% - var(--point-number-offset) * 2);
    margin: 16px var(--point-number-offset) 20px;
  }
  .island-point-plan img {
    max-height: 255px;
  }
  .reviews-feature > img { min-height: 320px; }
  .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nearby-card-feature { grid-column: span 2; grid-template-columns: 1fr; }
  .nearby-card-feature img { height: 300px; min-height: 300px; }
  .route-crosslink { grid-template-columns: 1fr; }
  .route-crosslink > img { min-height: 300px; }
  .beach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beach-card-wide { grid-column: span 2; grid-template-columns: 1fr; }
  .beach-card-wide img { min-height: 280px; }
  .island-crosslink { min-height: 520px; }
  .spotlight-grid { grid-template-columns: 1fr; }
  .excursion-cta,
  .excursion-cta .section { min-height: 650px; }
  .hero-lake-diagram,
  .hero-photo-showcase { min-height: 390px; }
  .photo-grid { grid-template-columns: 1fr; }
  .visual-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-tile,
  .visual-tile.small {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
  }
  .visual-tile.large,
  .visual-tile.wide {
    grid-column: span 2;
    min-height: 320px;
  }
  .visual-tile.tall { min-height: 430px; }
  .season-table,
  .season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  :root { --wrap: min(1180px, calc(100% - 22px)); }
  .topbar { position: static; }
  .nav a { padding: 7px 8px; }
  .hero {
    min-height: 690px;
    align-items: end;
  }
  .hero img.hero-photo {
    object-position: 44% center;
  }
  .excursion-page .hero::before {
    background:
      linear-gradient(180deg,
        oklch(0.06 0.028 232 / .42) 0%,
        oklch(0.06 0.028 232 / .28) 34%,
        oklch(0.06 0.028 232 / .74) 72%,
        oklch(0.06 0.028 232 / .86) 100%),
      linear-gradient(90deg,
        oklch(0.06 0.028 232 / .58) 0%,
        oklch(0.06 0.028 232 / .38) 52%,
        oklch(0.06 0.028 232 / .18) 100%);
  }
  .excursion-page .hero-body {
    width: var(--wrap);
    margin-bottom: 18px;
    padding: 18px 14px 20px;
    border: 1px solid oklch(1 0 0 / .16);
    border-radius: 18px;
    background: oklch(0.08 0.035 232 / .68);
    transform: none;
  }
  .excursion-page .hero h1 {
    margin-bottom: 10px;
    font-size: clamp(26px, 7.4vw, 31px) !important;
    line-height: 1.08;
  }
  .excursion-page .hero .lead {
    font-size: 14.5px !important;
    line-height: 1.48;
  }
  .excursion-page .hero .eyebrow {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 11px !important;
  }
  .excursion-page .hero .actions {
    margin-top: 16px;
  }
  .excursion-page .hero .btn {
    min-height: 44px;
    font-size: 14px;
  }
  .island-osm-map .leaflet-control-zoom a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    font-size: 22px;
    line-height: 44px;
  }
  .island-osm-map .leaflet-control-zoom {
    border-radius: var(--radius);
    overflow: hidden;
  }
  .hero.compact { min-height: 500px; }
  .lake-hero { min-height: auto; }
  .lake-hero .hero-body { grid-template-columns: 1fr; }
  .hero-lake-diagram,
  .hero-photo-showcase { min-height: 350px; }
  .hero-lake-inner { width: min(100%, 360px); }
  .hero-depth-note { right: 8px; bottom: 8px; max-width: 146px; font-size: 12px; }
  .hero-depth-note b { font-size: 22px; }
  h1 { font-size: clamp(34px, 11vw, 50px); line-height: 1.06; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .faq { grid-template-columns: 1fr; }
  .guide-row,
  .route-detail { grid-template-columns: 1fr; }
  .ticket-offer { grid-template-columns: 1fr; }
  .ticket-price strong { font-size: clamp(42px, 12vw, 58px); }
  .ticket-includes li {
    padding-left: 50px;
    font-size: 16px;
  }
  .booking-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .route-text-list li {
    grid-template-columns: 1fr;
  }
  .route-text-list span {
    width: fit-content;
  }
  .route-text-list b {
    font-size: 19px;
  }
  .island-route-stops {
    grid-template-columns: 1fr;
  }
  .island-point {
    --point-number-size: 29px;
    --point-number-offset: calc(var(--point-number-size) / 2);
    --point-number-gap: 9px;
    grid-template-columns: 1fr;
    grid-template-rows: auto var(--point-number-offset) auto auto auto;
    min-height: 0;
    padding: 0;
    gap: 0;
  }
  .island-point.has-island-plan {
    grid-template-rows: auto var(--point-number-offset) auto auto auto auto;
  }
  .island-point-thumb {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: clamp(260px, 78vw, 380px);
  }
  .island-point span {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    justify-self: start;
    width: var(--point-number-size);
    height: var(--point-number-size);
    margin-left: var(--point-number-offset);
    font-size: 14px;
    transform: none;
  }
  .island-point b {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    min-height: 0;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
    font-size: 15px;
  }
  .island-point p {
    grid-column: 1;
    grid-row: 4;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
    font-size: 14px;
  }
  .island-point em {
    grid-column: 1;
    grid-row: 5;
    padding-left: calc(var(--point-number-offset) + var(--point-number-size) + var(--point-number-gap));
    padding-right: var(--point-number-offset);
    padding-bottom: 16px;
  }
  .island-point.has-island-plan em {
    padding-bottom: 0;
  }
  .island-point-plan {
    grid-column: 1;
    grid-row: 6;
    width: calc(100% - var(--point-number-offset) * 2);
    margin: 14px var(--point-number-offset) 18px;
  }
  .island-point-plan figcaption {
    font-size: 14px;
  }
  .island-point-plan img {
    max-height: 221px;
  }
  .island-yandex-map,
  .island-osm-map {
    height: clamp(300px, 76vw, 390px);
    min-height: 300px;
  }
  .island-point-card img {
    aspect-ratio: 16 / 10;
  }
  .excursion-page > section:not(.hero):not(.excursion-cta):not(.route-crosslink) {
    padding-block: 42px;
  }
  .excursion-page > section:not(.hero) h2 {
    font-size: clamp(30px, 9vw, 42px);
  }
  .excursion-page .boat-showcase h2 {
    font-size: clamp(17px, 4.4vw, 42px);
    white-space: normal;
    text-wrap: balance;
  }
  .excursion-page .island-route-head h2 {
    font-size: clamp(17px, 4.3vw, 54px);
  }
  .excursion-page .panel,
  .excursion-page .ticket-price,
  .excursion-page .route-total {
    padding: 20px;
  }
  .excursion-page .ticket-price {
    --ticket-stub-width: 50px;
    min-height: 188px;
    padding: 22px 18px 22px 74px;
  }
  .excursion-page .ticket-price::before {
    width: 50px;
    font-size: 10px;
    letter-spacing: .12em;
  }
  .excursion-page .ticket-price::after {
    left: -8px;
    width: 16px;
    background-size: 16px 22px;
  }
  .excursion-page .schedule-board {
    width: 100%;
  }
  .excursion-page .ticket-includes li {
    grid-template-columns: 1fr;
    padding: 15px 14px 15px 56px;
  }
  .excursion-page .ticket-includes li span {
    width: fit-content;
  }
  .excursion-page .ticket-includes li::before {
    left: 14px;
    top: 16px;
  }
  .excursion-page .ticket-includes .ticket-check-list li {
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 8px 0;
  }
  .excursion-page .ticket-includes .ticket-check-list li::before {
    width: 24px;
    height: 24px;
  }
  .excursion-page .route-text-list li,
  .excursion-page .guide-row {
    padding: 15px;
  }
  .reviews-feature > img {
    height: 260px;
    min-height: 260px;
  }
  .audience-lead {
    font-size: clamp(24px, 8vw, 34px);
  }
  .rating-badge strong {
    font-size: clamp(58px, 18vw, 84px);
  }
  .island-crosslink {
    min-height: 620px;
  }
  .island-crosslink > img {
    object-position: 54% center;
  }
  .island-crosslink::after {
    background:
      linear-gradient(180deg, oklch(0.1 0.045 232 / .18), oklch(0.1 0.045 232 / .72) 66%, oklch(0.1 0.045 232 / .84));
  }
  .island-crosslink-inner {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    padding: 250px 0 44px;
  }
  .island-crosslink h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .island-crosslink p:not(.eyebrow) {
    font-size: 17px;
  }
  .resort-feature-photo img { height: 280px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-card-feature { grid-column: auto; }
  .nearby-card img,
  .nearby-card-feature img { height: 230px; min-height: 230px; }
  .beach-grid { grid-template-columns: 1fr; }
  .beach-card-wide { grid-column: auto; }
  .beach-card img,
  .beach-card-wide img { height: 230px; min-height: 230px; }
  .visual-gallery { grid-template-columns: 1fr; }
  .visual-tile,
  .visual-tile.large,
  .visual-tile.wide,
  .visual-tile.small {
    grid-column: auto;
    min-height: 270px;
  }
  .visual-tile.tall {
    grid-column: auto;
    min-height: 420px;
  }
  .route-crosslink {
    margin: 34px auto;
  }
  .route-crosslink-copy {
    padding: 24px;
  }
  .boat-main-button img {
    height: 100%;
  }
  .boat-thumb {
    flex-basis: auto;
  }
  .boat-thumb img {
    height: 100%;
  }
  .photo-lightbox {
    width: calc(100% - 18px);
  }
  .photo-lightbox-panel {
    padding: 10px;
  }
  .lightbox-close {
    top: 10px;
    right: 10px;
  }
  .lightbox-nav {
    width: 38px;
    height: 48px;
    font-size: 30px;
  }
  .route-crosslink h2 {
    font-size: clamp(30px, 9vw, 42px);
  }
  .excursion-cta {
    min-height: 720px;
  }
  .excursion-cta::before {
    background: none;
  }
  .excursion-cta .section {
    min-height: 720px;
    align-items: flex-end;
    padding-top: 220px;
    padding-bottom: 34px;
  }
  .excursion-cta-copy {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .excursion-cta .eyebrow {
    margin-left: 0;
  }
  .excursion-cta .actions {
    justify-content: stretch;
  }
  .excursion-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .spotlight-card { grid-template-columns: 1fr; }
  .spotlight-card img { min-height: 220px; }
  .season-table,
  .season-grid { grid-template-columns: 1fr; }
  .season-card img { height: 220px; }
  .facts-table td:first-child { width: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer a {
    min-height: 44px;
  }
  .footer p {
    margin-bottom: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .visual-tile img { transition: none; }
}
