@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--ink:#173e3d;--text:#263b3b;--muted:#607471;--line:#dbe3e0;--lake:#087b8c;--amber:#a46115;--red:#ae4146;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif}
*{box-sizing:border-box}body{margin:0;color:var(--text);background:#f5f7f6;font:16px/1.55 var(--sans)}button,select{font:inherit}button{cursor:pointer;color:inherit}a{color:var(--ink);text-underline-offset:3px}button:focus-visible,a:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #c08023;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1;color:var(--ink)}h3{font-size:16px;line-height:1.35}p+p{margin-top:12px}
header{height:88px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:#fff}.brand{display:flex;gap:13px;align-items:center;text-decoration:none;font-size:20px;font-weight:700;letter-spacing:2px}.brand svg{width:35px;height:35px;stroke:var(--ink);stroke-width:1.8;fill:none;stroke-linejoin:round}.brand>span>span{font-weight:400}.date{display:flex;gap:10px;align-items:center;font-size:14px}.date>span:last-child{color:var(--muted)}.calendar{border:1px solid var(--line);border-top:4px solid var(--ink);padding:1px 7px;border-radius:3px;font-size:13px;font-weight:700}main{max-width:1640px;margin:auto;padding:0 4%}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;padding:36px 0 30px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;line-height:1.5;color:var(--muted)}h1{font-size:clamp(32px,3vw,46px);margin-top:9px}.intro>p{color:var(--muted);font-size:14px;line-height:1.6;padding-bottom:3px}
.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.tabs button{display:flex;align-items:center;gap:16px;text-align:left;border:1px solid var(--line);border-radius:6px;background:#fff;padding:17px 21px;font-size:18px;font-weight:600;transition:background .15s}.tabs button[aria-selected=true]{background:var(--ink);border-color:var(--ink);color:#fff}.tabs small{display:block;font-size:13px;line-height:1.5;font-weight:400;color:var(--muted);margin-top:1px}.tabs [aria-selected=true] small{color:#c3d7d2}.number{font-size:13px;align-self:flex-start;padding-top:4px;opacity:.6}.arrow{margin-left:auto;font-size:24px;font-weight:400;opacity:.7}.tabs button:hover{border-color:var(--ink)}
.explorer{display:grid;grid-template-columns:minmax(300px,365px) minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.trip-info{padding:27px 25px 24px;border-right:1px solid var(--line)}.tag{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--lake);margin-bottom:12px}.tag:before{content:'';width:16px;height:2px;background:var(--lake)}.trip-info h2{font-size:37px;margin-bottom:13px}.description{color:var(--muted);font-size:16px;line-height:1.6}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:21px;padding:17px 0;border-block:1px solid var(--line)}.metric span{display:block;font-size:12px;color:var(--muted);margin-bottom:3px}.metric strong{font-size:19px;font-weight:600}.metric small{display:block;font-size:12px;color:var(--muted)}.water-heading{display:flex;justify-content:space-between;gap:8px;align-items:center;margin:23px 0 10px}.water-heading span{font-size:12px;color:var(--muted)}#waters{display:grid;gap:8px}.water-button{display:grid;grid-template-columns:26px 1fr 16px;gap:10px;text-align:left;align-items:center;width:100%;padding:13px 11px;border:1px solid var(--line);border-radius:5px;background:#fff}.water-button:hover,.water-button.focused{border-color:var(--lake);background:#f0f8f8}.water-name{display:block;font-size:15px;font-weight:600}.water-button small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.water-button .arrow{font-size:17px}.badge{border-radius:50%;display:grid;place-items:center;width:25px;height:25px;background:var(--lake);color:#fff;font-size:12px;font-weight:700}.water-button.is-closed{border-style:dashed}.is-closed .badge{background:var(--red)}.is-closed small{color:var(--red)}.start-button{display:flex;gap:10px;align-items:center;background:transparent;border:0;border-bottom:1px solid var(--line);padding:15px 0 6px;width:100%;text-align:left;font-size:14px;margin-top:4px;color:var(--muted)}.start-button span{color:var(--amber);font-size:19px}
.map-column{min-width:0;display:flex;flex-direction:column}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff}.scope{display:flex;background:#f0f3f1;padding:3px;border-radius:5px}.scope button{border:0;border-radius:3px;background:transparent;font-size:14px;padding:6px 11px;white-space:nowrap}.scope button.active{background:#fff;box-shadow:0 1px 3px #173e3d18;font-weight:600}.toolbar label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.toolbar select{font-size:14px;color:var(--ink);border:1px solid var(--line);padding:5px 7px;border-radius:4px;background:#fff}.map-wrap{position:relative;flex:1;min-height:520px;background:#e3ece6}#map{height:100%;width:100%;position:absolute;inset:0;z-index:0}.legend{position:absolute;left:14px;bottom:28px;z-index:400;display:flex;gap:13px;background:#fffffff0;border:1px solid #dbe3e0cc;padding:9px 12px;border-radius:4px;font-size:12px;box-shadow:0 2px 10px #193a3410;pointer-events:none}.legend span{display:flex;align-items:center;gap:5px}.legend i{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none}.lake{background:var(--lake)}.start{background:var(--amber)}.closed{background:var(--red)}[hidden]{display:none!important}.map-caption{font-size:12px;color:var(--muted);padding:11px 16px;border-top:1px solid var(--line);line-height:1.5}#map-error{position:absolute;top:60px;right:15px;left:55px;padding:12px;background:#fff5e5;border:1px solid #d8ba81;border-radius:5px;z-index:500;font-size:14px}
.map-pin{background:transparent;border:none}.pin{width:32px;height:32px;border-radius:50% 50% 50% 3px;background:var(--lake);transform:rotate(-45deg);border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 5px #15332f55}.pin span{transform:rotate(45deg);font:700 13px var(--sans)}.pin.start{background:var(--amber)}.pin.closed{background:var(--red)}.pin.oslo{background:var(--ink)}.leaflet-container{font-family:var(--sans);font-size:14px}.leaflet-popup-content-wrapper{border-radius:7px}.leaflet-popup-content{margin:18px 20px;line-height:1.5;min-width:200px}.leaflet-popup-content h3{font-size:19px;margin:4px 0 8px;color:var(--ink)}.leaflet-popup-content p{font-size:14px;margin:8px 0}.popup-label{color:var(--lake);font-size:12px;font-weight:700}.popup-label.closed{color:var(--red);background:transparent}.popup-label.start{color:var(--amber);background:transparent}.leaflet-popup-content a{color:var(--lake);font-size:13px}.leaflet-popup-content .note{color:var(--muted);font-size:12px}.leaflet-control-attribution{font-size:10px!important}.leaflet-tooltip{font:600 12px var(--sans);border:1px solid var(--line);border-radius:4px;padding:4px 7px;box-shadow:0 1px 5px #173e3d15;color:var(--ink)}
#details{margin-top:29px}.details-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;padding:9px 0 31px}.details-grid h2,.before h2{font-size:32px;margin:6px 0 19px}.timeline{display:grid;gap:18px}.day{display:grid;grid-template-columns:46px 1fr;gap:15px}.day-label{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:7px}.day-label b{font-size:21px;font-weight:500;color:var(--ink);display:block;line-height:1.1}.day h3{margin-bottom:3px;font-size:15px}.day p{font-size:16px;color:var(--muted);line-height:1.6}.practical{display:grid;gap:17px}.practical-item{border-bottom:1px solid var(--line);padding-bottom:16px}.practical-item h3{font-size:15px;margin-bottom:5px}.practical-item p{font-size:16px;color:var(--muted);line-height:1.65}.practical-item a{font-size:14px}.rule{background:#ecf4f2;border-left:3px solid var(--lake);padding:16px 19px;margin-top:20px;border-radius:0 5px 5px 0}.rule.caution{background:#fbf1e8;border-color:var(--amber)}.rule h3{font-size:15px;margin-bottom:6px}.rule p{font-size:14px;line-height:1.65}.rule a{font-size:14px}.sources{font-size:12px;color:var(--muted);margin-top:20px;display:flex;flex-wrap:wrap;gap:6px 14px}.sources a{color:var(--muted)}figure{margin:0 0 30px;background:#e4e9e6}figure img{display:block;width:100%;height:285px;object-fit:cover}figcaption{font-size:12px;padding:9px 13px;color:var(--muted);background:#fff}figcaption a{color:inherit}.before{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2.1fr;gap:45px;padding:34px 0 41px}.before>.eyebrow{padding-top:10px}.before h2{margin:0 0 12px}.before p{font-size:16px;color:var(--muted);max-width:780px}footer{border-top:1px solid var(--line);padding:25px 4%;display:flex;justify-content:space-between;gap:32px;background:#fff;font-size:12px;color:var(--muted)}footer>span{white-space:nowrap;font-weight:600}footer p{max-width:670px}.skip{position:absolute;top:-100px;left:20px;z-index:9999;background:#fff;padding:10px}.skip:focus{top:10px}
@media(min-width:1600px){.map-wrap{min-height:575px}.explorer{grid-template-columns:390px minmax(0,1fr)}}
@media(max-width:1050px){.intro{display:block}.intro>p{margin-top:13px}.intro>p br{display:none}.arrow{display:none}.tabs button{font-size:16px;padding:15px;gap:10px}.explorer{grid-template-columns:310px minmax(0,1fr)}.trip-info{padding:22px 19px}.trip-info h2{font-size:32px}.legend{gap:8px;flex-wrap:wrap;right:14px;width:fit-content}.toolbar label>span{display:none}.details-grid{gap:32px}}
@media(max-width:720px){header{height:70px;padding:0 5%}.brand{font-size:16px;gap:8px}.brand svg{width:28px}.date{font-size:12px;gap:7px}.date>span{display:none}main{padding:0 5%}.intro{padding:26px 0 22px}h1{font-size:35px;max-width:360px}.intro>p{font-size:14px;max-width:360px}.tabs{display:flex;overflow-x:auto;gap:6px;padding-bottom:4px;margin-right:-5.5%}.tabs button{flex:0 0 auto;min-width:165px;padding:13px;font-size:14px;line-height:1.4;gap:9px}.tabs small{font-size:12px}.number{font-size:12px}.explorer{display:flex;flex-direction:column}.trip-info{padding:22px;border:0}.trip-info h2{font-size:35px}.tag{margin-bottom:8px}.metrics{margin-top:17px;padding:13px 0}.water-heading{margin-top:19px}#waters{gap:7px}.water-button{padding:12px}.toolbar{border-top:1px solid var(--line);padding:10px 12px}.map-wrap{height:430px;min-height:430px}.map-caption{padding:10px 12px}.legend{left:10px;right:10px;bottom:25px;font-size:11px;gap:10px;padding:7px 9px}.details-grid{grid-template-columns:1fr;gap:33px;padding-bottom:27px}#details{margin-top:21px}.before{grid-template-columns:1fr;gap:12px;padding:24px 0 30px}.before>.eyebrow{padding:0}footer{display:block;padding:22px 5%}footer p{margin-top:10px}figure img{height:210px}}
figure img{object-position:center 73%}
@media(max-width:720px){.map-wrap{height:520px;min-height:520px}.leaflet-popup-content{max-width:calc(90vw - 80px);margin:17px 18px}.leaflet-popup-content h3{padding-right:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Trip comparisons and canoe hire. */
.selection-note{padding:14px 18px;margin:0 0 18px;background:#eaf1ee;border-left:3px solid var(--lake);font-size:14px;color:var(--muted);line-height:1.7}.selection-note strong{color:var(--ink)}.selection-note a{white-space:normal}
.tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.tabs button{font-size:16px;gap:10px;padding:15px 16px;min-width:0}.tabs button>span:nth-child(2){min-width:0;overflow-wrap:anywhere}.tabs .arrow{font-size:19px}
.fit-section{padding:0 0 28px;border-bottom:1px solid var(--line);margin-bottom:24px}.fit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:12px}.fit-grid article{border-left:2px solid var(--line);padding-left:16px}.fit-grid h3{font-size:15px;margin-bottom:7px}.fit-grid p{font-size:14px;color:var(--muted);line-height:1.7}
.rental-section{background:#eaf1ee;padding:25px;border:1px solid #d1dfd9;border-radius:7px;margin-bottom:28px;scroll-margin-top:20px}.rental-section h2{font-size:33px;margin:5px 0 17px}.rental-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rental-grid article{background:#fff;border:1px solid var(--line);padding:20px;border-radius:6px}.rental-grid h3{font-size:18px;margin-bottom:8px}.rental-grid p{font-size:15px;color:var(--muted);line-height:1.65}.rental-links{display:flex;gap:10px 20px;flex-wrap:wrap;margin-top:14px;font-size:14px}.availability{font-size:13px;color:var(--muted);margin-top:15px}.rental-jump{display:block;margin-top:14px;font-size:14px;color:var(--lake);font-weight:600}
@media(max-width:1100px) and (min-width:721px){.tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.selection-note{font-size:13px;padding:12px 14px}.tabs button{min-width:190px;max-width:235px;font-size:14px}.fit-grid,.rental-grid{grid-template-columns:1fr}.fit-grid{gap:18px}.rental-section{padding:19px}.rental-grid article{padding:17px}.rental-section h2{font-size:30px}}
/* Weather is the comparison surface for choosing the trip. */
.weather-section{margin:0 0 30px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:9px;scroll-margin-top:20px}.weather-heading{display:flex;align-items:center;justify-content:space-between;gap:22px}.weather-heading h2{font-size:36px;margin-top:6px}.weather-heading button{border:1px solid var(--line);border-radius:5px;background:#fff;padding:10px 15px;white-space:nowrap;font-size:14px}.weather-heading button:disabled{opacity:.6;cursor:wait}.weather-confidence{margin:17px 0 0;padding:11px 15px;background:#fff4df;border-left:3px solid #b47921;font-size:14px;line-height:1.65}.comfort-controls{display:flex;gap:16px 24px;flex-wrap:wrap;align-items:center;padding:18px 0}.comfort-controls label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.comfort-controls select{color:var(--ink);background:#f5f7f6;padding:7px 9px;border:1px solid var(--line);border-radius:4px;font-size:14px}.comfort-controls>span{color:var(--muted);font-size:13px}.weather-verdict{font-size:16px;line-height:1.6;color:var(--ink);margin-bottom:16px}.weather-highlights{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.weather-highlights p{margin:0;background:#eff5f3;border-radius:4px;padding:9px 12px;font-size:14px}.weather-highlights span{color:var(--muted)}.weather-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:5px}.weather-table{border-collapse:collapse;text-align:left;width:100%;font-size:14px;min-width:820px}.weather-table caption{text-align:left;padding:10px 14px;font-size:13px;color:var(--muted);background:#f5f7f6}.weather-table th,.weather-table td{padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:middle}.weather-table thead{background:#f0f4f2}.weather-table thead th{font-weight:600;vertical-align:top}.weather-table th:first-child{width:26%}.weather-table th:last-child{width:21%}.weather-table small{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:3px}.weather-table td strong{font-size:16px;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.weather-table th button{padding:0;border:0;background:transparent;text-align:left;font-weight:600;font-size:14px;color:var(--ink);text-decoration:underline;text-underline-offset:3px;line-height:1.5}.weather-selected{background:#edf5f3}.weather-selected th{box-shadow:inset 3px 0 var(--lake)}.weather-rating{display:inline-block;font-size:13px;line-height:1.4;padding:5px 8px;border-radius:4px;background:#eff1f0;color:var(--muted)}.weather-rating.good{background:#d5ebdc;color:#245d39}.weather-rating.caution{background:#fff0d8;color:#765014}.weather-detail-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:24px 0 13px}.weather-detail-heading h3{font-size:18px}.weather-detail-heading a{font-size:14px;white-space:nowrap}.weather-days{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.weather-day{border:1px solid var(--line);border-radius:5px;padding:16px;background:#f8faf9}.weather-day.full-day{border-color:#a8c5ba;background:#f0f6f3}.weather-day h4{font-size:16px;margin:0 0 3px}.weather-day .day-purpose,.weather-day .day-sub{font-size:12px;color:var(--muted)}.weather-day .weather-degrees{font-size:24px;font-weight:600;letter-spacing:-.5px;color:var(--ink);margin-top:13px}.weather-day .day-sub{margin-top:0}.weather-day dl{margin:12px 0 0;font-size:13px}.weather-day dl>div{display:flex;justify-content:space-between;gap:8px;margin-top:5px}.weather-day dt{color:var(--muted)}.weather-day dd{margin:0;white-space:nowrap}.weather-meta,.weather-source{font-size:13px;line-height:1.65;color:var(--muted);margin-top:15px}.weather-method{font-size:14px;color:var(--muted);margin-top:13px;line-height:1.65}.weather-method summary{cursor:pointer;color:var(--ink);font-weight:600}.weather-method p{max-width:1000px;margin-top:9px}.tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1050px){.weather-section{padding:22px}.weather-heading h2{font-size:32px}.weather-days{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.weather-section{padding:17px;margin-inline:-2px}.weather-heading{align-items:flex-start;flex-direction:column;gap:13px}.weather-heading h2{font-size:31px}.weather-heading button{padding:8px 12px}.weather-confidence{font-size:14px;padding:10px 12px}.comfort-controls{display:grid;gap:12px}.comfort-controls label{flex-wrap:wrap}.weather-verdict{font-size:15px}.weather-table-wrap{margin-inline:-5px}.weather-detail-heading{align-items:flex-start;flex-direction:column;gap:6px}.weather-day{padding:12px}.weather-day dl>div{display:block;margin-top:7px}.weather-day .weather-degrees{font-size:21px}.weather-table th,.weather-table td{padding:11px}.weather-highlights{display:grid}.weather-highlights p{font-size:13px}.weather-days{gap:8px}}

/* Daily forecasts follow the selected destination. */
.destination-weather{margin-top:26px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:9px}.destination-weather .weather-days{margin-top:20px}.weather-day h3{font-size:16px;margin:0 0 3px}.weather-day .night-value{color:var(--ink);font-weight:600}.weather-day .no-night{color:var(--muted);font-size:12px;margin-top:11px}
@media(min-width:1350px){.tabs{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:720px){.destination-weather{padding:17px}.destination-weather .weather-heading h2{font-size:29px}}
/* Shared trip suggestions. */
.suggestion-section{margin:0 0 22px;border:1px solid #aec6c0;border-radius:8px;background:#fff;scroll-margin-top:20px}.suggestion-section>summary{cursor:pointer;display:flex;justify-content:space-between;gap:14px;padding:17px 22px;color:var(--ink);font-weight:600;list-style:none}.suggestion-section>summary::-webkit-details-marker{display:none}.suggestion-section>summary small{font-weight:400;color:var(--muted);font-size:14px}.suggestion-section[open]>summary{border-bottom:1px solid var(--line)}.suggestion-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:42px;padding:26px}.suggestion-grid h2{font-size:32px;margin-bottom:12px}.suggestion-grid form>p{color:var(--muted);font-size:16px}.suggestion-grid label{display:block;font-weight:600;font-size:14px;margin:15px 0 6px}.suggestion-grid label span{font-weight:400;color:var(--muted);font-size:13px}.suggestion-grid input,.suggestion-grid textarea{width:100%;font:inherit;padding:10px 12px;border:1px solid #adc1ba;border-radius:5px;background:#fff;color:var(--text)}.suggestion-grid textarea{resize:vertical}.suggestion-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:14px}.suggestion-grid .suggestion-meta{font-size:13px;color:var(--muted);margin-top:12px;line-height:1.6}.suggestion-grid button{padding:9px 15px;border:1px solid var(--line);border-radius:5px;background:#fff;font-size:14px}.suggestion-grid button:disabled{opacity:.6;cursor:wait}.suggestion-grid button[type=submit]{background:var(--ink);color:#fff;margin-top:17px;font-size:16px}.suggestion-list-heading{display:flex;gap:15px;align-items:center;justify-content:space-between}.suggestion-list-heading h3{font-size:19px}.suggestion-item{border-bottom:1px solid var(--line);padding:18px 0}.suggestion-item h4{font-size:17px;margin:8px 0 0}.suggestion-item p{font-size:14px;overflow-wrap:anywhere}.suggestion-item .suggestion-meta{margin-top:3px}.suggestion-note{white-space:pre-wrap}.suggestion-state{display:inline-block;font-size:13px;padding:3px 8px;background:#fff0d8;color:#765014;border-radius:4px}.suggestion-state.added{background:#d5ebdc;color:#245d39}.suggestion-review{padding:10px 12px;background:#edf3f0;border-radius:4px}.suggestion-trip-link{display:inline-block;margin-top:10px;font-size:14px}#suggestion-feedback{margin-top:12px;color:var(--ink);font-size:14px}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(max-width:850px){.suggestion-grid{grid-template-columns:1fr;gap:26px;padding:19px}.suggestion-section>summary{flex-direction:column;gap:2px;padding:15px 18px}}
@media(max-width:500px){.suggestion-fields{grid-template-columns:1fr;gap:0}.suggestion-section>summary small{font-size:13px}}

.suggestion-links{display:flex;gap:12px 20px;flex-wrap:wrap;align-items:baseline;font-size:14px;margin-top:10px}.suggestion-links .suggestion-trip-link{margin:0}
