:root {
  --navy: #123b55;
  --navy-dark: #082b3f;
  --teal: #087f83;
  --teal-light: #d9f0ee;
  --sand: #f3c969;
  --coral: #f47c62;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --ink: #173043;
  --muted: #61717c;
  --line: #d9e3e5;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(8, 43, 63, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
button, input, select { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  color: var(--navy-dark);
  background: var(--sand);
  border-radius: 10px;
  box-shadow: var(--shadow);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 5vw;
  color: var(--white);
  background: rgba(8, 43, 63, 0.96);
  backdrop-filter: blur(12px);
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; font-size: 1.02rem; }
.brand strong { color: #8fe1d8; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 1.8rem; color: var(--sand); }
nav { display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-download { padding: 10px 16px; color: var(--navy-dark); background: var(--sand); border-radius: 999px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 600px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 30px 30px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 88px 6vw 98px; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #8fe1d8; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 500; letter-spacing: -.05em; }
h2 { margin-bottom: 14px; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.035em; }
.hero-intro { max-width: 670px; margin: 0 0 30px; color: #dce9ef; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; cursor: pointer; text-decoration: none; font-weight: 800; }
.button-primary { color: var(--navy-dark); background: var(--sand); }
.button-secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.45); }
.button-contact { color: #075e61; background: var(--teal-light); border: 1px solid #a8dedb; }
.button-map { color: var(--navy-dark); background: #e7eff3; border: 1px solid #bfd0d8; }
.button-primary:hover, .button-primary:focus-visible { background: #f7d77f; }
.button-contact:hover, .button-contact:focus-visible { background: #cfeeea; border-color: #7fcac5; }
.button-map:hover, .button-map:focus-visible { background: #d6e3e9; border-color: #9ab2be; }
.updated { margin: 24px 0 0; color: #aac4d0; font-size: .82rem; }
.hero-visual { position: relative; min-height: 520px; background: linear-gradient(180deg, #68c8c7 0 54%, #1b6e8b 54% 100%); clip-path: polygon(10% 0,100% 0,100% 100%,0 100%); }
.hero-visual::before { content: ""; position: absolute; left: 8%; right: 0; top: 54%; height: 4px; background: rgba(255,255,255,.7); }
.sun { position: absolute; top: 15%; right: 15%; width: 128px; aspect-ratio: 1; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 20px rgba(243,201,105,.16); }
.sail { position: absolute; top: 24%; width: 0; height: 0; border-style: solid; filter: drop-shadow(0 16px 12px rgba(0,0,0,.12)); }
.sail::after { content: ""; position: absolute; width: 190px; height: 13px; border-radius: 50%; background: #e66c53; transform: translate(-42px, 13px); }
.sail-one { left: 25%; border-width: 0 0 190px 135px; border-color: transparent transparent var(--white) transparent; }
.sail-two { left: 53%; top: 31%; border-width: 0 88px 128px 0; border-color: transparent var(--cream) transparent transparent; }
.sail-two::after { width: 128px; transform: translate(-104px, 12px); background: var(--navy-dark); }
.water-lines { position: absolute; inset: 59% 5% 0 16%; }
.water-lines span { display: block; width: 85%; height: 2px; margin: 36px auto; background: rgba(255,255,255,.3); transform: skewX(-20deg); }
.water-lines span:nth-child(2) { width: 65%; margin-left: 5%; }
.water-lines span:nth-child(3) { width: 45%; margin-right: 0; }
.hero-badge { position: absolute; right: 8%; bottom: 8%; display: flex; align-items: center; gap: 12px; width: 190px; padding: 15px 18px; color: var(--navy-dark); background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); }
.hero-badge strong { font: 500 2.5rem/1 Georgia,serif; color: var(--teal); }
.hero-badge span { font-size: .76rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: -42px auto 0; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.stats article { display: flex; flex-direction: column; padding: 27px 32px; border-right: 1px solid var(--line); }
.stats article:last-child { border: 0; }
.stats strong { color: var(--teal); font: 500 2.2rem/1 Georgia,serif; }
.stats span { margin-top: 7px; color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.finder, .guide { max-width: 1320px; margin: 0 auto; padding: 110px 5vw; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.section-heading > p { max-width: 570px; margin: 0 0 14px auto; color: var(--muted); }
.filter-panel { position: relative; z-index: 500; display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 14px 16px; padding: 22px; background: var(--paper); border: 1px solid rgba(18,59,85,.08); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(8,43,63,.09); }
.filter-panel label > span { display: block; margin: 0 0 6px 3px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.filter-label { display: block; margin: 0 0 6px 3px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
input, select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); background: #f3f7f6; border: 1px solid transparent; border-radius: 12px; outline: 0; }
input:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,131,.12); }
.multi-filter { position: relative; min-width: 0; }
.multi-filter details { position: relative; }
.multi-filter summary { display: flex; align-items: center; justify-content: space-between; height: 48px; padding: 0 14px; overflow: hidden; color: var(--ink); background: #f3f7f6; border: 1px solid transparent; border-radius: 12px; cursor: pointer; list-style: none; }
.multi-filter summary::-webkit-details-marker { display: none; }
.multi-filter summary::after { content: "⌄"; flex: 0 0 auto; margin-left: 9px; color: var(--muted); font-weight: 900; transform: translateY(-2px); }
.multi-filter summary span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.multi-filter details[open] summary { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,131,.12); }
.multi-filter details[open] summary::after { transform: rotate(180deg) translateY(-2px); }
.multi-filter-options { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; width: max(100%, 245px); max-height: 280px; padding: 8px; overflow-y: auto; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 32px rgba(8,43,63,.18); }
.multi-filter-option { display: flex; gap: 9px; align-items: flex-start; padding: 8px 9px; border-radius: 8px; cursor: pointer; }
.multi-filter-option:hover { background: var(--teal-light); }
.multi-filter-option input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; padding: 0; accent-color: var(--teal); box-shadow: none; }
.filter-panel .multi-filter-option span { display: block; margin: 0; color: var(--ink); font-size: .78rem; font-weight: 650; line-height: 1.3; text-transform: none; }
.filter-panel .number-filter { position: relative; display: block; margin: 0; }
.number-filter input { padding-right: 42px; }
.number-filter b { position: absolute; right: 15px; top: 50%; color: var(--muted); font-size: .78rem; pointer-events: none; text-transform: none; transform: translateY(-50%); }
.quick-filter-group { grid-column: 1 / -1; display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 10px; align-items: start; padding-top: 2px; }
.quick-filter-group > p { margin: 4px 0 0 3px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.quick-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 3px 16px; }
.filter-check { display: flex; gap: 7px; align-items: center; min-width: 0; padding: 3px 4px; color: var(--navy); border-radius: 7px; cursor: pointer; font-size: .76rem; font-weight: 720; }
.filter-check:hover { background: var(--teal-light); }
.filter-check input { flex: 0 0 auto; width: 15px; height: 15px; margin: 0; padding: 0; accent-color: var(--teal); box-shadow: none; }
.filter-panel .filter-check > span { display: inline; min-width: 0; margin: 0; overflow: hidden; color: inherit; font-size: inherit; font-weight: inherit; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.filter-check:has(input:checked) { color: var(--teal); background: rgba(211,242,239,.65); }
.filter-count { flex: 0 0 auto; margin-left: 1px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.filter-check:has(input:checked) .filter-count { color: var(--teal); }
.filter-help { grid-column: 1 / -1; margin: 0 3px; color: var(--muted); font-size: .76rem; }
.results-bar { display: flex; justify-content: space-between; align-items: center; padding: 26px 4px 18px; color: var(--muted); }
.results-bar p { margin: 0; }
.results-bar strong { color: var(--ink); }
.results-bar button { padding: 6px; color: var(--teal); background: none; border: 0; cursor: pointer; font-weight: 800; }
.harbor-map-panel { position: relative; z-index: 0; margin-bottom: 30px; overflow: hidden; background: var(--paper); border: 1px solid rgba(18,59,85,.09); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(8,43,63,.08); }
.harbor-map-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; padding: 24px 26px 18px; }
.harbor-map-heading .eyebrow { margin-bottom: 7px; }
.harbor-map-heading h3 { margin: 0; color: var(--navy); font-size: 1.65rem; }
.harbor-map-heading > p { margin: 0 0 3px; color: var(--muted); font-size: .82rem; }
.harbor-map-heading strong { color: var(--ink); }
.harbor-map { height: 520px; background: #f1f0e9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-unavailable { display: grid; place-items: center; height: 100%; margin: 0; padding: 30px; color: var(--muted); text-align: center; }
.harbor-map-footer { display: flex; justify-content: space-between; gap: 24px; padding: 13px 26px 15px; color: var(--muted); font-size: .75rem; }
.harbor-map-footer p { margin: 0; }
#map-layer-status { flex: 0 0 auto; color: var(--teal); font-weight: 750; }
.harbor-map .leaflet-control-attribution { font-size: 10px; }
.harbor-map .leaflet-popup-content-wrapper { border-radius: 14px; box-shadow: 0 10px 30px rgba(8,43,63,.2); }
.harbor-map .leaflet-popup-content { min-width: 210px; margin: 15px 17px; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.4; }
.map-popup h4 { margin: 0 0 4px; color: var(--navy); font: 600 1.05rem/1.15 Georgia, "Times New Roman", serif; }
.map-popup p { margin: 0 0 11px; color: var(--muted); font-size: .76rem; }
.map-popup strong { display: block; margin-bottom: 12px; color: var(--ink); font-size: .78rem; }
.map-popup-actions { display: flex; gap: 7px; }
.map-popup-actions button, .map-popup-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 34px; padding: 0 10px; color: var(--white); background: var(--teal); border: 0; border-radius: 8px; cursor: pointer; text-decoration: none; font-size: .72rem; font-weight: 800; }
.map-popup-actions a { color: var(--navy); background: var(--sand); }
.harbor-map-marker { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); background: var(--teal); border: 3px solid var(--white); border-radius: 50% 50% 50% 8px; box-shadow: 0 4px 12px rgba(8,43,63,.3); font-size: 14px; line-height: 1; transform: rotate(-45deg); }
.harbor-map-marker span { transform: rotate(45deg); }
.harbor-map-marker.marker-top { color: #493300; background: var(--sand); }
.harbor-map-marker.marker-basic { color: var(--navy); background: #dce4e7; }
.harbor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.harbor-card { position: relative; display: flex; flex-direction: column; min-height: 440px; overflow: hidden; background: var(--paper); border: 1px solid rgba(18,59,85,.09); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.harbor-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-top { height: 166px; min-height: 166px; padding: 18px 24px 16px; color: var(--white); background: var(--navy); }
.card-top::after { content: ""; position: absolute; top: 0; right: 0; width: 105px; height: 105px; opacity: .18; border: 24px solid var(--sand); border-radius: 50%; transform: translate(35px,-35px); }
.card-labels { position: relative; z-index: 1; display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 8px; }
.badge { display: inline-flex; align-items: center; min-height: 25px; padding: 3px 9px; border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .02em; }
.badge-top { color: #442d00; background: var(--sand); }
.badge-good { color: var(--navy-dark); background: #a9ded9; }
.badge-basic { color: var(--ink); background: #dce4e7; }
.badge-type { padding-left: 7px; padding-right: 7px; color: #d9eff5; background: rgba(255,255,255,.12); font-size: .62rem; }
.card-top h3 { position: relative; z-index: 1; margin: 0 0 4px; font-size: 1.45rem; font-weight: 500; line-height: 1.04; }
.card-top p { position: relative; z-index: 1; margin: 0; color: #bcd3dc; font-size: .86rem; line-height: 1.35; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 24px; }
.price-row { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.price-label { display: block; color: var(--muted); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.price-value { display: block; margin-top: 3px; color: var(--navy); font-weight: 850; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 10px; margin: 17px 0 20px; }
.feature { display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: .78rem; }
.feature b { display: grid; place-items: center; width: 25px; height: 25px; color: var(--teal); background: #eef7f6; border-radius: 8px; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif; font-size: .88rem; }
.card-summary { min-height: 7.25em; margin: 17px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.card-actions { display: flex; gap: 9px; margin-top: auto; }
.card-actions button, .card-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 0 14px; border-radius: 11px; cursor: pointer; text-decoration: none; font-size: .8rem; font-weight: 850; }
.details-button { flex: 1; color: var(--white); background: var(--teal); border: 0; }
.route-button { color: var(--navy); background: transparent; border: 1px solid var(--line); }
.empty-state { padding: 70px 20px; text-align: center; background: var(--paper); border-radius: var(--radius); }
.empty-state span { font-size: 3rem; }
.empty-state h3 { margin: 12px 0 8px; font-size: 1.8rem; }
.empty-state p { color: var(--muted); }

.guide { max-width: none; color: var(--white); background: var(--navy-dark); }
.guide-shell { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.7fr); gap: clamp(42px, 6vw, 82px); align-items: start; max-width: 1240px; margin: 0 auto; }
.guide-intro { position: sticky; top: 108px; }
.guide .eyebrow { color: #8fe1d8; }
.guide-intro h2 { max-width: 430px; margin-bottom: 20px; }
.guide-lead { max-width: 430px; margin: 0 0 30px; color: #c2d5dd; font-size: 1rem; }
.guide-button { min-height: 46px; }
.guide-groups { display: grid; gap: 18px; }
.guide-group { padding: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 22px; }
.guide-group-heading { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; }
.guide-number { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: var(--navy-dark); background: var(--sand); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.guide-group-heading p { margin: 0 0 3px; color: #8fe1d8; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-group-heading h3 { margin: 0; font-size: clamp(1.35rem, 2.3vw, 1.75rem); font-weight: 500; }
.guide-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.guide-item { min-width: 0; padding: 18px; background: rgba(2,25,38,.32); border: 1px solid rgba(255,255,255,.075); border-radius: 15px; }
.guide-label { display: block; margin-bottom: 8px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; line-height: 1.18; }
.guide-item p { margin: 0; color: #bdd0d8; font-size: .82rem; line-height: 1.55; }
.guide-rating-top { border-top: 3px solid var(--sand); }
.guide-rating-friendly { border-top: 3px solid #8fe1d8; }
.guide-rating-basic { border-top: 3px solid #a9bdc7; }
footer { display: flex; justify-content: space-between; gap: 40px; padding: 42px 5vw; color: #56717f; background: #061f2e; }
footer strong { color: var(--white); }
footer p { max-width: 540px; margin: 7px 0 0; font-size: .82rem; }
.footer-note { max-width: 560px; }
.noscript-message { padding: 18px 5vw; color: #4d3300; background: #fff0bd; font-weight: 700; text-align: center; }

dialog { width: min(900px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(3,22,33,.7); backdrop-filter: blur(5px); }
.dialog-close { position: sticky; z-index: 3; top: 16px; float: right; width: 38px; height: 38px; margin: 16px 16px -54px 0; color: var(--white); background: rgba(0,0,0,.22); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.5rem; }
.dialog-hero { padding: 38px 68px 34px 38px; color: var(--white); background: var(--navy); }
.dialog-hero .eyebrow { color: #8fe1d8; }
.dialog-hero h2 { margin-bottom: 8px; font-size: 2.6rem; }
.dialog-hero p { margin: 0; color: #c5dbe3; }
.dialog-body { padding: 32px 38px 40px; }
.dialog-price { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin-bottom: 26px; }
.info-block { padding: 18px; background: #f0f6f5; border-radius: 14px; }
.info-block span { display: block; color: var(--muted); font-size: .69rem; font-weight: 850; text-transform: uppercase; }
.info-block strong { display: block; margin-top: 5px; }
.detail-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.detail-column { display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.detail-section h3 { padding-bottom: 9px; border-bottom: 2px solid var(--teal-light); font-size: 1.25rem; }
.detail-list { margin: 0; }
.detail-list div { display: grid; grid-template-columns: 125px 1fr; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); font-size: .78rem; font-weight: 800; }
.detail-list dd { margin: 0; font-size: .85rem; }
.dimension-important { color: var(--navy); font-weight: 900; }
.detail-updated { margin: 24px 0 0; padding-top: 12px; color: var(--muted); border-top: 1px solid var(--line); font-size: .78rem; }
.notice { margin-top: 24px; padding: 17px 18px; color: #684c00; background: #fff2cf; border-left: 4px solid var(--sand); border-radius: 8px; font-size: .86rem; }
.notice + .notice { margin-top: 10px; }
.notice-access { color: #075e61; background: var(--teal-light); border-left-color: var(--teal); }
.source-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.source-links a { padding: 8px 12px; color: var(--teal); background: var(--teal-light); border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: .76rem; font-weight: 850; line-height: 1.2; }
.source-links a:hover, .source-links a:focus-visible { color: #05666a; background: #d8f3f1; border-color: #91d9d5; }
.source-title { margin: 24px 0 -13px; color: var(--muted); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.dialog-actions a { text-decoration: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .stats { margin: -35px 4vw 0; }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .quick-filter-group { grid-template-columns: 145px minmax(0, 1fr); }
  .quick-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .harbor-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-shell { grid-template-columns: 1fr; }
  .guide-intro { position: static; display: grid; grid-template-columns: 1fr .9fr; column-gap: 42px; align-items: end; }
  .guide-intro .eyebrow, .guide-intro h2 { grid-column: 1; }
  .guide-lead { grid-column: 2; grid-row: 1 / 3; margin-bottom: 16px; }
  .guide-button { grid-column: 1; justify-self: start; }
}
@media (max-width: 720px) {
  .site-header { min-height: 66px; padding: 0 18px; }
  nav a:not(.nav-download) { display: none; }
  .nav-download { padding: 8px 11px; font-size: .72rem; }
  .brand { font-size: .86rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero-copy { padding: 72px 22px 86px; }
  h1 { font-size: 3.2rem; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats article { padding: 20px; border-bottom: 1px solid var(--line); }
  .finder { padding: 80px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading > p { margin-left: 0; }
  .filter-panel { position: static; grid-template-columns: 1fr; padding: 16px; }
  .quick-filter-group { grid-template-columns: 1fr; gap: 7px; }
  .quick-filter-group > p { margin-top: 4px; }
  .quick-filters { grid-template-columns: 1fr 1fr; gap: 3px 10px; }
  .filter-check { padding: 4px 2px; font-size: .74rem; }
  .results-bar { align-items: flex-start; gap: 12px; }
  .harbor-map-heading { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .harbor-map { height: 400px; }
  .harbor-map-footer { flex-direction: column; gap: 5px; padding: 12px 20px 14px; }
  .harbor-grid { grid-template-columns: 1fr; }
  .card-top { height: 178px; min-height: 178px; }
  .guide { padding: 80px 20px; }
  .guide-intro { display: block; }
  .guide-group { padding: 20px; }
  .guide-items, .detail-sections, .dialog-price { grid-template-columns: 1fr; }
  .guide-item { padding: 17px; }
  footer { flex-direction: column; }
  .dialog-hero { padding: 34px 52px 28px 24px; }
  .dialog-hero h2 { font-size: 2rem; }
  .dialog-body { padding: 24px; }
  .detail-list div { grid-template-columns: 105px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

.error-page {
  display: grid;
  align-content: center;
  min-height: 100vh;
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px;
}
.error-page h1 { color: var(--navy-dark); }
.error-page p:not(.eyebrow) { max-width: 620px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; }
.error-page .button { justify-self: start; }
