.water-explorer{margin:1rem 0;border:1px solid var(--site-border);border-radius:20px;background:var(--site-surface);color:var(--site-ink);overflow:hidden}
html body #places.explore-prompt{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 20px;border:1px solid var(--site-border);border-radius:16px}#places.explore-prompt p{margin:0;font-size:1rem}#places.explore-prompt a{color:var(--site-ink);font-weight:600;padding:10px 0;text-underline-offset:4px}.explore-page{background:var(--site-bg);color:var(--site-ink)}.explore-page main{padding-top:20px}.explore-page #places h1{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15;margin:8px 0}.explore-page #places>header p{font-size:.95rem;color:var(--site-muted);margin:10px 0;line-height:1.5}.explore-page .trust-footer{display:flex;gap:20px;flex-wrap:wrap;padding:20px 5% 100px}.explore-page .trust-footer a{color:var(--site-ink)}
/* Places shares the forecast gutter; its inner components own their layout. */
html body #places{width:90%;box-sizing:border-box;margin:20px auto 32px;padding:24px;background:var(--site-surface);color:var(--site-ink);border-color:var(--site-border)}
#places>header{align-items:center;gap:16px}#places>header>a{flex-shrink:0}
#waterExplorer>.water-explorer-body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,1fr);grid-template-rows:auto auto 400px max-content max-content 1fr;gap:12px 20px;align-items:start}
#waterExplorer .water-filters{grid-column:1/-1}#waterExplorer .water-filters+p{grid-column:1/-1;margin:0}
#mapConsent,#waterMap{grid-column:1;grid-row:3}#waterMap{height:400px}#mapConsent{min-height:260px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-sizing:border-box}#mapConsent[hidden]{display:none}
#mapTools{grid-column:1;grid-row:4;margin:0}#mapStatus{grid-column:1;grid-row:5;margin:0}
#waterExplorer .water-explorer-bottom{grid-column:2;grid-row:3/7;display:flex;flex-direction:column;gap:12px;min-width:0}#waterExplorer .water-explorer-bottom>*{width:100%;box-sizing:border-box}#waterExplorer .water-list{max-height:190px;grid-template-columns:repeat(2,minmax(0,1fr));padding:2px}#waterExplorer .water-list button{overflow-wrap:anywhere}
#waterExplorer .water-explorer-body>.water-caption:last-child{grid-column:1;grid-row:6;margin:0}
#places .area-reference{border-top:1px solid var(--site-border);margin-top:16px;padding-top:4px}#places .area-reference>summary{cursor:pointer;padding:14px 0;font-weight:600;min-height:44px}#places .area-reference>summary span{font-size:.8rem;font-weight:400;color:var(--site-muted);margin-left:10px}
#places .home-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;overflow:visible;padding:0}#places .home-location-grid a,#places .home-location-grid a:first-child{grid-column:auto;grid-row:auto;min-height:0;flex:none;background:var(--site-soft);color:var(--site-ink);border-color:var(--site-border);padding:14px}#places .home-location-grid a strong,#places .home-location-grid a:first-child strong{font-size:1rem}#places .home-location-grid a span,#places .home-location-grid a em{color:var(--site-muted)}
@media(max-width:1000px){#waterExplorer>.water-explorer-body{grid-template-columns:minmax(0,1fr);grid-template-rows:none}#waterExplorer .water-explorer-body>*{grid-column:1!important;grid-row:auto!important}#waterExplorer .water-explorer-bottom{display:grid;grid-template-columns:1fr 1fr}#waterExplorer .water-search{grid-column:1/-1}#waterMap{height:320px}#mapConsent{min-height:0}#places>header{align-items:start;flex-wrap:wrap}}
@media(max-width:600px){html body #places{width:calc(100% - 24px);padding:14px;margin:16px auto}#places>header>a{margin-top:4px}#waterExplorer .water-explorer-bottom{display:flex}#waterMap{height:260px}#places .home-location-grid{grid-template-columns:1fr 1fr}#places .area-reference>summary span{display:block;margin:4px 0 0}#waterExplorer .water-filters{display:grid;grid-template-columns:1fr 1fr}#waterExplorer .water-filters label{min-width:0}#mapSaved{grid-column:1/-1}#waterExplorer .water-list{max-height:180px}}
.explore-page .trust-footer{background:var(--site-surface);border-top:1px solid var(--site-border);color:var(--site-ink)}
.water-search{grid-column:1/-1;min-width:0;width:100%;box-sizing:border-box;min-height:44px;border:1px solid var(--site-border);border-radius:12px;background:var(--site-surface);color:var(--site-ink);padding:10px;font:inherit}.water-explorer-bottom:has(.water-search) .water-detail{grid-row:auto}
.water-explorer summary{padding:1.1rem;cursor:pointer;font-size:1.05rem;font-weight:600;min-height:48px}.water-explorer summary span{float:right;font-size:.8rem;color:var(--site-muted)}
.water-explorer-body{padding:0 1rem 1rem}.water-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.water-filters label{display:grid;gap:5px;flex:1;min-width:120px;font-size:.8rem}
.water-explorer button,.water-explorer select{min-height:44px;border:1px solid var(--site-border);border-radius:12px;background:var(--site-surface);color:var(--site-ink);font:inherit;padding:9px 12px;cursor:pointer;max-width:100%}
.water-explorer button:hover,.water-explorer button[aria-pressed=true]{background:var(--site-soft);color:var(--site-ink)}.water-explorer :focus-visible{outline:3px solid var(--site-accent);outline-offset:3px}
.water-caption{font-size:.82rem;line-height:1.5;color:var(--site-muted);margin:.75rem 0}.water-map-consent{padding:1.5rem;border-radius:16px;background:var(--site-soft)}.water-map-consent strong{font-size:1.5rem}.water-map-consent p{max-width:55ch;margin:.6rem 0;font-size:.88rem;line-height:1.5}.water-map-consent a{display:inline-block;margin:.5rem;color:var(--site-ink)}
.water-map{height:360px;border-radius:16px;background:#dcebea;z-index:0}.water-map-tools{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.water-map-tools[hidden],.water-map[hidden],.water-map-consent[hidden]{display:none}
.water-explorer-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.water-list{display:grid;grid-template-columns:1fr 1fr;gap:6px;max-height:330px;overflow:auto;padding:4px}.water-list button{text-align:left;font-size:.85rem}.water-list button span{display:block;color:var(--site-muted);font-size:.75rem;margin-top:4px}
.water-detail{padding:18px;border:1px solid var(--site-border);border-radius:16px;background:var(--site-soft);min-width:0}.water-detail h3{font-size:1.2rem;margin:0 0 8px}.water-detail p{line-height:1.5;font-size:.88rem;margin:.65rem 0}.water-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.water-score{font-size:1.8rem;font-weight:600}.water-detail time{display:block;font-size:.78rem;color:var(--site-muted);margin:.7rem 0}
.water-pin{display:grid!important;place-items:center;background:transparent;border:0}.water-pin span{display:grid;place-items:center;width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:#147d80;color:#fff;font-size:16px;box-shadow:0 2px 6px #102e3860}.water-pin.offshore span{background:#264f79}.water-pin.freshwater span{background:#326646}.water-pin.selected span{outline:3px solid #f5ba58}.water-pin.saved span{border-color:#f5ba58}
.water-map .leaflet-control-attribution{font:11px/1.5 system-ui;background:#fff;color:#173e47}.water-map .leaflet-control-attribution a{color:#07586a}.water-map .leaflet-bar a{color:#173e47;background:#fff}.water-map .leaflet-bar a:hover{background:#e8f3ee;color:#173e47}
@media(max-width:600px){.water-explorer-body{padding:0 10px 12px}.water-explorer summary span{display:none}.water-map{height:280px}.water-explorer-bottom{grid-template-columns:1fr}.water-detail{grid-row:1}.water-list{max-height:230px}.water-filters{gap:8px}.water-filters label{min-width:100px}.water-map-consent{padding:1rem}}
.water-review{padding:12px;border:1px solid var(--site-border);border-left:4px solid var(--site-accent);border-radius:10px;margin:12px 0;background:var(--site-surface);color:var(--site-ink)}.water-review a{color:inherit;text-decoration:underline;display:inline-block;min-height:44px;padding-top:8px}
.selected-week{scroll-margin-top:100px}.selected-week-days{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,185px),1fr));gap:10px;margin:16px 0}.selected-week-days article{min-width:0;padding:16px;border:1px solid var(--site-border);border-radius:16px;background:var(--site-soft)}.selected-week-days h3{font:600 1rem/1.4 inherit;margin:0 0 10px}.selected-week-days strong{font-size:1.6rem}.selected-week-days p{font-size:.82rem;line-height:1.5;margin:6px 0}.selected-week [role=status]{font-size:.88rem;line-height:1.6;overflow-wrap:anywhere}.selected-week a{display:inline-block;color:var(--site-ink);padding:12px 0;text-decoration:underline}
