
:root {
  color-scheme: light;
  --navy: #050b5f;
  --ink: #17243a;
  --muted: #5f6d7c;
  --line: rgba(7, 18, 64, .18);
  --sun: #f8bd3f;
  --coral: #f46b5f;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #e8fbff 0%, #ffffff 72%);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.map-shell {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 0 30px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 14px;
}
.brand {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: clamp(34px, 6vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}
.lede {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.badge {
  justify-self: end;
  max-width: 260px;
  border: 1px solid rgba(5, 11, 95, .18);
  border-radius: 10px;
  background: rgba(255,255,255,.84);
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}
.board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
  align-items: start;
}
.map-card,
.side-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 50px rgba(21, 74, 104, .13);
  overflow: hidden;
}
svg {
  display: block;
  width: 100%;
  height: 640px;
  background: linear-gradient(180deg, #e4fbff 0%, #fdfbf0 100%);
}
.route {
  animation: routeDash 10s linear infinite;
}
.wake {
  opacity: .78;
  animation: wakePulse 2.4s ease-in-out infinite;
}
.boat {
  transform-box: fill-box;
  transform-origin: center;
  animation: boatFloat 3.2s ease-in-out infinite;
}
.boat-track {
  offset-path: path("M 365 570 C 338 538 318 494 310 455 C 300 390 284 330 250 285 C 211 239 158 221 105 215 C 196 206 287 216 382 244 C 430 219 465 190 510 176 C 556 159 592 105 626 96 C 669 108 703 151 716 196 C 686 164 650 126 610 98 C 557 114 514 154 480 205 C 448 244 421 280 444 346 C 452 410 423 506 365 570");
  animation: boatRoute 18s linear infinite;
}
.land-block {
  filter: drop-shadow(0 8px 18px rgba(22, 70, 94, .08));
}
.water-main,
.channel {
  filter: drop-shadow(0 10px 18px rgba(22, 70, 94, .18));
}
.road {
  opacity: .75;
}
.landmark {
  pointer-events: none;
}
.landmark-halo {
  filter: drop-shadow(0 5px 10px rgba(18, 54, 79, .12));
}
.icon-label {
  font: 900 11px Arial, sans-serif;
  paint-order: stroke;
  stroke: rgba(255,255,255,.94);
  stroke-width: 4;
  stroke-linejoin: round;
}
.lake-name,
.bay-name {
  font: 900 34px Arial, sans-serif;
  letter-spacing: .03em;
  opacity: .58;
  paint-order: stroke;
  stroke: rgba(5,11,95,.12);
  stroke-width: 3;
  stroke-linejoin: round;
}
.bay-name {
  font-size: 24px;
}
.hotspot {
  cursor: pointer;
  text-decoration: none;
}
.hotspot:hover .pin-ring,
.hotspot:focus .pin-ring {
  fill: #fff9d8;
}
.label {
  font: 900 17px Arial, sans-serif;
  paint-order: stroke;
  stroke: rgba(255,255,255,.92);
  stroke-width: 5;
  stroke-linejoin: round;
}
.map-label {
  font: 900 18px Arial, sans-serif;
  paint-order: stroke;
  stroke: rgba(255,255,255,.92);
  stroke-width: 6;
  stroke-linejoin: round;
}
.small-map-label {
  font-size: 13px;
}
.micro {
  font: 800 12px Arial, sans-serif;
  paint-order: stroke;
  stroke: rgba(255,255,255,.9);
  stroke-width: 4;
  stroke-linejoin: round;
}
.attribution {
  font: 700 10px Arial, sans-serif;
}
.side-card {
  padding: 18px;
}
.panel-title {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}
.panel-text {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(5, 11, 95, .12);
}
.legend i,
.chip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.food-dot,
.chip.food .chip-dot { background: var(--coral); }
.sight-dot,
.chip.sight .chip-dot { background: var(--sun); }
.chips {
  display: grid;
  gap: 8px;
}
.chip {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(5, 11, 95, .14);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.chip:target {
  border-color: var(--navy);
  background: #f5fbff;
}
.chip-title {
  display: block;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.chip-note {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.cta {
  display: block;
  margin-top: 16px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  padding: 12px 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.disclaimer {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}
@keyframes routeDash { to { stroke-dashoffset: -250; } }
@keyframes wakePulse {
  0%, 100% { opacity: .36; transform: translateY(0); }
  50% { opacity: .92; transform: translateY(-4px); }
}
@keyframes boatFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-5px) rotate(2deg); }
}
@keyframes boatRoute {
  0% { offset-distance: 0%; transform: rotate(12deg); }
  100% { offset-distance: 100%; transform: rotate(12deg); }
}
@media (max-width: 900px) {
  .hero,
  .board { grid-template-columns: 1fr; }
  .badge { justify-self: start; max-width: none; }
  svg { height: auto; aspect-ratio: 1 / .82; min-height: 410px; }
}
@media (max-width: 560px) {
  .map-shell { width: min(100% - 14px, 1120px); padding-top: 14px; }
  .lede { font-size: 15px; }
  .side-card { padding: 14px; }
  .label { font-size: 14px; }
  .micro { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .route, .wake, .boat, .boat-track { animation: none; }
}