:root {
  --boat-ink: #071011;
  --boat-panel: #0d1b1b;
  --boat-panel-soft: #112323;
  --boat-line: rgba(220, 179, 84, .28);
  --boat-gold: #e4bd5c;
  --boat-muted: #b8c1bf;
}

.boat-page main { overflow: clip; }
.boat-hero { min-height: min(720px, 76svh); }
.boat-hero .hero-content { max-width: 850px; }
.boat-hero .hero-copy { max-width: 760px; }

.boat-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.boat-intro,
.boat-directory,
.boat-planner,
.boat-checklist,
.boat-sources {
  padding-block: clamp(58px, 7vw, 96px);
}

.boat-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: 38px;
}

.boat-heading h2,
.boat-choice h2,
.boat-provider h3,
.boat-check-card h3 { margin: 0; }
.boat-heading > p { margin: 0; color: var(--boat-muted); line-height: 1.7; }

.boat-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.boat-choice {
  min-height: 270px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--boat-line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(17,35,35,.98), rgba(7,16,17,.98));
  display: flex;
  flex-direction: column;
}

.boat-choice__number,
.boat-provider__area,
.boat-source-status {
  color: var(--boat-gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.boat-choice p { color: var(--boat-muted); line-height: 1.65; }
.boat-choice .text-link { margin-top: auto; }

.boat-filter-bar {
  position: sticky;
  top: 76px;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  margin-bottom: 28px;
  border: 1px solid var(--boat-line);
  border-radius: 22px;
  background: rgba(7,16,17,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.boat-filter {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(228,189,92,.34);
  border-radius: 999px;
  background: transparent;
  color: #f4f2eb;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.boat-filter:hover,
.boat-filter:focus-visible,
.boat-filter.is-active {
  background: var(--boat-gold);
  border-color: var(--boat-gold);
  color: var(--boat-ink);
}

.boat-results-note { color: var(--boat-muted); margin: 0 0 22px; }

.boat-origin-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.boat-origin-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(17,35,35,.98), rgba(7,16,17,.98));
}

.boat-origin-card--island { border-color: rgba(228,189,92,.58); }
.boat-origin-card__label {
  display: block;
  margin-bottom: 10px;
  color: var(--boat-gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.boat-origin-card h3 { margin: 0 0 10px; }
.boat-origin-card p { margin: 0; color: var(--boat-muted); line-height: 1.65; }
.boat-origin-card .text-link { display: inline-block; margin-top: 16px; }

.boat-clarity-note {
  margin: -10px 0 28px;
  padding: 18px 20px;
  border: 1px solid rgba(228,189,92,.3);
  border-radius: 18px;
  background: rgba(228,189,92,.07);
  color: #d9dedc;
  line-height: 1.6;
}

.boat-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.boat-provider {
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: var(--boat-panel);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}

.boat-provider:hover { transform: translateY(-3px); border-color: var(--boat-line); }
.boat-provider[hidden] { display: none; }
.boat-provider__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0; }
.boat-provider__tag {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(228,189,92,.1);
  color: #f3d98d;
  font-size: .72rem;
  font-weight: 750;
}
.boat-provider p { color: var(--boat-muted); line-height: 1.62; }
.boat-provider__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.boat-provider__actions a { font-weight: 800; }

.boat-island-note,
.boat-disclaimer {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 3px solid var(--boat-gold);
  border-radius: 0 18px 18px 0;
  background: rgba(228,189,92,.07);
  color: var(--boat-muted);
  line-height: 1.65;
}

.boat-planner { background: linear-gradient(180deg, rgba(17,35,35,.72), rgba(7,16,17,0)); }
.boat-route-grid,
.boat-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.boat-route {
  position: relative;
  min-height: 310px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--boat-line);
}
.boat-route img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.boat-route::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(7,16,17,.94) 90%); }
.boat-route__copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 25px; }
.boat-route__copy p { color: #d9dedc; margin-bottom: 0; }

.boat-check-card {
  padding: 25px;
  border-top: 2px solid var(--boat-gold);
  background: var(--boat-panel);
  border-radius: 0 0 22px 22px;
}
.boat-check-card ul { padding-left: 20px; margin-bottom: 0; color: var(--boat-muted); line-height: 1.65; }
.boat-check-card li + li { margin-top: 9px; }

.boat-official-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.boat-official-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: var(--boat-panel);
}
.boat-official-list a::after { content: "↗"; color: var(--boat-gold); }

.boat-sales-band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(60px, 8vw, 100px);
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--boat-line);
  border-radius: 30px;
  background: linear-gradient(135deg, #122423, #081112);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.boat-sales-band p { max-width: 720px; color: var(--boat-muted); }
.boat-sales-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.v329-boat-teaser { padding-block: clamp(56px, 7vw, 92px); }
.v329-boat-teaser .boat-choice-grid { margin-top: 30px; }
.v329-boat-teaser .boat-choice { min-height: 230px; }

@media (max-width: 920px) {
  .boat-choice-grid,
  .boat-provider-grid,
  .boat-route-grid,
  .boat-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .boat-choice-grid .boat-choice:last-child { grid-column: 1 / -1; min-height: 220px; }
  .boat-sales-band { grid-template-columns: 1fr; }
  .boat-sales-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .boat-shell,
  .boat-sales-band { width: min(100% - 24px, 1180px); }
  .boat-hero { min-height: 700px; }
  .boat-heading { grid-template-columns: 1fr; gap: 14px; }
  .boat-choice-grid,
  .boat-origin-map,
  .boat-provider-grid,
  .boat-route-grid,
  .boat-check-grid,
  .boat-official-list { grid-template-columns: 1fr; }
  .boat-choice-grid .boat-choice:last-child { grid-column: auto; }
  .boat-choice { min-height: 230px; }
  .boat-provider { min-height: 0; }
  .boat-filter-bar { top: 70px; flex-wrap: nowrap; overflow-x: auto; padding: 10px; border-radius: 17px; }
  .boat-filter { flex: 0 0 auto; }
  .boat-route { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .boat-provider { transition: none; }
}
