:root {
  --site-navy: #071f32;
  --site-navy-2: #0a2c45;
  --site-blue: #0d4f73;
  --site-cyan: #45baf2;
  --site-cyan-soft: #dff4ff;
  --site-coral: #ff745d;
  --site-mist: #edf7fb;
  --site-paper: #ffffff;
  --site-ink: #102c40;
  --site-muted: #587082;
  --site-line: #cfe0e9;
  --site-shell: 1180px;
  --site-header-height: 72px;
  --site-shadow: 0 18px 50px rgba(7, 31, 50, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-header-height) + 18px);
  -webkit-text-size-adjust: 100%;
}

body.site-theme {
  margin: 0;
  color: var(--site-ink);
  background: var(--site-paper);
  font-family: Inter, "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.site-theme img { max-width: 100%; }
body.site-theme button,
body.site-theme input,
body.site-theme select { font: inherit; }

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

.site-skip {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 500;
  padding: 11px 15px;
  color: var(--site-navy);
  background: #fff;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.site-skip:focus { top: 12px; }

.global-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(7, 31, 50, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(16px);
}

/* Leaflet controls use high local z-index values; map pages keep navigation above them. */
.subpage-page .global-header { z-index: 1100; }

.global-header .site-shell {
  min-height: var(--site-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: baseline;
  flex: none;
  color: #fff;
  font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif;
  font-size: 22px;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-brand .org {
  margin-left: 2px;
  color: var(--site-cyan);
  font-size: .54em;
  letter-spacing: .02em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.9vw, 27px);
}

.site-header-cluster {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}

.site-nav a,
.site-nav button {
  color: rgba(255, 255, 255, .84);
  background: none;
  border: 0;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-nav a[aria-current="location"],
.site-nav button:hover { color: #fff; }

.site-nav .site-nav-accent { color: #fff; }

.site-mobile-nav { display: none; position: relative; }
.site-mobile-nav summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 42px;
  padding: 0 12px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  list-style: none;
  text-transform: uppercase;
}
.site-mobile-nav summary::-webkit-details-marker { display: none; }
.site-mobile-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(280px, calc(100vw - 28px));
  display: grid;
  padding: 10px;
  background: var(--site-navy);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--site-shadow);
}
.site-mobile-panel a,
.site-mobile-panel button {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.site-mobile-panel > :last-child { border-bottom: 0; }
.site-mobile-panel a[aria-current="page"],
.site-mobile-panel a[aria-current="location"] { color: var(--site-cyan); }

.site-header-action,
.site-cart-button {
  width: 78px;
  min-width: 78px;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px !important;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3) !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}
.site-header-action:hover,
.site-cart-button:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.52) !important; }

.site-eyebrow {
  margin: 0 0 12px;
  color: var(--site-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.site-display {
  font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.035em;
}

.site-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #fff;
  background: #188bea;
  border: 1px solid #188bea;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.site-button:hover { transform: translateY(-1px); background: #2c9af2; border-color: #2c9af2; }
.site-button-secondary { color: var(--site-navy); background: transparent; border-color: currentColor; }

.global-footer {
  color: rgba(255,255,255,.66);
  background: var(--site-navy);
  border-top: 1px solid rgba(255,255,255,.1);
}
.global-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(170px, .7fr));
  gap: 50px;
  padding: 50px 0 38px;
}
.global-footer .footer-brand { color: #fff; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.global-footer p { max-width: 500px; margin: 10px 0 0; font-size: 12px; }
.global-footer h2 { margin: 0 0 10px; color: #fff; font-size: 13px; }
.global-footer nav { display: grid; gap: 7px; }
.global-footer a { color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.global-footer a:hover { color: #fff; }
.footer-legal { padding: 18px 0 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

body.site-theme :focus-visible {
  outline: 3px solid var(--site-coral);
  outline-offset: 3px;
}

@media (max-width: 930px) {
  .site-nav { display: none; }
  .site-mobile-nav { display: block; }
  .site-header-cluster { gap: 10px; }
}

@media (max-width: 680px) {
  :root { --site-header-height: 64px; }
  .site-shell { width: min(var(--site-shell), calc(100% - 28px)); }
  .site-brand { font-size: 19px; }
  .site-header-action,
  .site-cart-button { width: 62px; min-width: 62px; padding-inline: 8px !important; }
  .global-footer .footer-main { grid-template-columns: 1fr; gap: 28px; }
}

/* Shared layout for the dedicated site-section pages. */
.content-page main { overflow: hidden; }
.page-hero {
  min-height: 500px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--site-navy) url('/lake-sunset-hero.webp') center 51% / cover no-repeat;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,22,36,.93) 0%, rgba(4,22,36,.75) 48%, rgba(4,22,36,.28) 100%);
}
.page-hero .site-shell { padding-block: 100px 76px; }
.page-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(70px, 9vw, 126px); line-height: .84; }
.page-hero p:last-child { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.8); font-size: clamp(17px, 1.7vw, 21px); }
.page-hero-timelapse { min-height: 500px; background-position: center 51%; }
.content-section { padding: 96px 0 108px; background: #fff; }
.content-section-tint { background: var(--site-mist); }
.section-heading { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(360px,1.1fr); gap: 72px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 650px; margin: 0; color: var(--site-navy); font-size: clamp(48px, 5.5vw, 76px); line-height: .9; }
.section-heading > p { max-width: 600px; margin: 0; color: var(--site-muted); font-size: 16px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--site-line); border-left: 1px solid var(--site-line); }
.resource-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.resource-card { min-height: 285px; display: flex; flex-direction: column; padding: 30px; color: var(--site-ink); background: #fff; border-right: 1px solid var(--site-line); border-bottom: 1px solid var(--site-line); text-decoration: none; }
.resource-card > span { color: var(--site-blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.resource-card h2 { margin: 64px 0 10px; color: var(--site-navy); font-size: 24px; }
.resource-card p { margin: 0; color: var(--site-muted); font-size: 14px; }
.resource-card strong { margin-top: auto; padding-top: 24px; color: var(--site-blue); font-size: 12px; }
.resource-card:hover { background: var(--site-mist); }
.resource-card-featured { color: #fff; background: var(--site-navy); }
.resource-card-featured > span { color: var(--site-cyan); }
.resource-card-featured h2,
.resource-card-featured strong { color: #fff; }
.resource-card-featured p { color: rgba(255,255,255,.68); }
.resource-card-featured:hover { background: var(--site-navy-2); }

.map-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--site-line); border-left: 1px solid var(--site-line); }
.map-guide-card { min-width: 0; display: flex; flex-direction: column; color: var(--site-ink); background: #fff; border-right: 1px solid var(--site-line); border-bottom: 1px solid var(--site-line); text-decoration: none; }
.map-guide-media { aspect-ratio: 1200 / 630; display: block; overflow: hidden; background: var(--site-mist); border-bottom: 1px solid var(--site-line); }
.map-guide-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.map-guide-copy { min-height: 300px; display: flex; flex-direction: column; padding: 32px; }
.map-guide-copy small { color: var(--site-blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.map-guide-copy h2 { margin: 50px 0 12px; color: var(--site-navy); font-size: clamp(28px, 3.3vw, 43px); line-height: .96; }
.map-guide-copy p { margin: 0; color: var(--site-muted); font-size: 15px; }
.map-guide-copy strong { margin-top: auto; padding-top: 28px; color: var(--site-blue); font-size: 12px; }
.map-guide-card:hover { background: var(--site-mist); }
.map-guide-card:hover img { transform: scale(1.025); }
.privacy-page .page-hero { min-height: 430px; }
.privacy-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: clamp(48px, 8vw, 100px); align-items: start; }
.privacy-copy { max-width: 760px; }
.privacy-copy h2 { margin: 44px 0 10px; color: var(--site-navy); font-size: clamp(25px, 3vw, 34px); }
.privacy-copy h2:first-of-type { margin-top: 22px; }
.privacy-copy p { margin: 0 0 16px; color: var(--site-muted); font-size: 16px; line-height: 1.72; }
.privacy-copy a { color: var(--site-blue); font-weight: 750; }
.privacy-copy .privacy-updated { color: var(--site-blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.privacy-choice { position: sticky; top: calc(var(--site-header-height) + 28px); padding: 30px; background: var(--site-mist); border: 1px solid var(--site-line); }
.privacy-choice h2 { margin: 0 0 12px; color: var(--site-navy); font-size: 25px; }
.privacy-choice > p:not(.site-eyebrow) { margin: 0 0 22px; color: var(--site-muted); }
.privacy-choice .site-button { width: 100%; }
.privacy-choice small { display: block; margin-top: 16px; color: var(--site-muted); line-height: 1.55; }

@media (max-width: 760px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-choice { position: static; grid-row: 1; }
}

.weather-panel { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); color: #fff; background: var(--site-navy); border-left: 5px solid var(--site-cyan); }
.weather-primary { min-height: 270px; display: flex; flex-direction: column; justify-content: center; padding: 34px 42px; border-right: 1px solid rgba(255,255,255,.14); }
.weather-current-condition { display: flex; align-items: center; gap: 14px; }
.weather-condition { color: var(--site-cyan); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.weather-icon { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; }
.weather-icon svg { width: 100%; height: 100%; display: block; overflow: visible; filter: drop-shadow(0 4px 5px rgba(7,31,50,.16)); }
.weather-icon-current { width: 58px; height: 58px; }
.weather-icon-current svg { filter: drop-shadow(0 6px 9px rgba(0,0,0,.24)); }
.weather-sun { fill: #ffc857; stroke: #ffdf7b; stroke-width: 1.5; }
.weather-rays { fill: none; stroke: #ffc857; stroke-width: 3; stroke-linecap: round; }
.weather-cloud { fill: #eef7fb; stroke: #7aa6b9; stroke-width: 2; stroke-linejoin: round; }
.weather-cloud-back { fill: #b8d5e1; stroke: #6e9aad; opacity: .9; }
.weather-fog { fill: none; stroke: #8fb0bd; stroke-width: 3; stroke-linecap: round; }
.weather-drops { fill: #35b7dd; }
.weather-rain { fill: none; stroke: #239bc5; stroke-width: 4; stroke-linecap: round; }
.weather-snow { fill: none; stroke: #49b9dc; stroke-width: 2.4; stroke-linecap: round; }
.weather-lightning { fill: #ffc857; stroke: #dd9b18; stroke-width: 1.5; stroke-linejoin: round; }
.weather-primary strong { margin: 12px 0 9px; font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif; font-size: clamp(70px, 9vw, 118px); line-height: .8; }
.weather-primary > span:last-child { color: rgba(255,255,255,.72); font-size: 14px; }
.weather-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 0; }
.weather-metrics div { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.weather-metrics div:last-child { border-right: 0; }
.weather-metrics dt { color: rgba(255,255,255,.54); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.weather-metrics dd { margin: 8px 0 0; color: #fff; font-size: clamp(22px, 3vw, 38px); font-weight: 900; }
.weather-daylight { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); align-items: stretch; border: 1px solid var(--site-line); border-top: 0; background: #fff; }
.weather-daylight-copy { padding: 24px 28px; background: var(--site-mist); }
.weather-daylight-copy .site-eyebrow { margin: 0 0 6px; }
.weather-daylight-copy h3 { margin: 0; color: var(--site-navy); font-size: 24px; }
.weather-daylight-copy > p:last-child { margin: 7px 0 0; color: var(--site-muted); font-size: 12px; }
.weather-daylight-times { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 0; }
.weather-daylight-times div { display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-left: 1px solid var(--site-line); }
.weather-daylight-times dt { color: var(--site-blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.weather-daylight-times dd { margin: 5px 0 0; color: var(--site-navy); font-size: clamp(25px, 3vw, 38px); font-weight: 900; }
.weather-forecast { border: 1px solid var(--site-line); border-top: 0; }
.weather-forecast-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 22px 24px; background: var(--site-mist); border-bottom: 1px solid var(--site-line); }
.weather-forecast-heading .site-eyebrow { margin: 0 0 5px; }
.weather-forecast-heading h3 { margin: 0; color: var(--site-navy); font-size: 25px; }
.weather-forecast-heading > span { color: var(--site-muted); font-size: 12px; }
.forecast-days { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); background: #fff; }
.forecast-day { min-width: 0; min-height: 160px; display: flex; flex-direction: column; padding: 21px 22px; border-right: 1px solid var(--site-line); }
.forecast-day:last-child { border-right: 0; }
.forecast-day-label { color: var(--site-blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.forecast-weather { min-height: 54px; display: flex; align-items: center; gap: 10px; margin: 15px 0 16px; }
.forecast-weather-icon { width: 46px; height: 46px; }
.forecast-condition { margin: 0; color: var(--site-ink); font-size: 14px; line-height: 1.3; }
.forecast-temps { display: flex; align-items: baseline; gap: 6px; margin-top: auto; }
.forecast-temps b { color: var(--site-navy); font-size: 32px; line-height: 1; }
.forecast-temps span { color: var(--site-muted); font-size: 17px; font-weight: 750; }
.forecast-status { grid-column: 1 / -1; margin: 0; padding: 28px 24px; color: var(--site-muted); font-size: 14px; }
.weather-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 24px; }
.text-link { color: var(--site-blue); font-size: 13px; font-weight: 850; text-decoration: none; }
.weather-note { max-width: 780px; margin: 24px 0 0; color: var(--site-muted); font-size: 12px; }

.timelapse-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.timelapse-card { min-height: 350px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; isolation: isolate; overflow: hidden; padding: 34px; color: #fff; background: var(--site-navy) url('/lake-sunset-hero.webp') center 52% / cover no-repeat; text-decoration: none; }
.timelapse-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(4,22,36,.93), rgba(4,22,36,.12)); }
.timelapse-card-sunrise { background-image: url('/timelapse-sunrise-20260805.webp?v=1'); background-position: 48% center; }
.timelapse-card-sunset { background-image: url('/timelapse-sunset-20260805.webp?v=1'); background-position: center; }
.timelapse-card-day { background-image: url('/timelapse-day-20260805.webp?v=1'); background-position: center; }
.timelapse-card-wide { grid-column: 1 / -1; min-height: 470px; }
.timelapse-card-accent { grid-column: 1 / -1; min-height: 300px; }
.timelapse-card-accent::before { background: linear-gradient(0deg, rgba(255,116,93,.94), rgba(7,31,50,.1)); }
.timelapse-card span { color: var(--site-cyan); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.timelapse-card h2 { margin: 12px 0 8px; font-size: clamp(48px, 6vw, 84px); line-height: .88; }
.timelapse-card p { max-width: 470px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.timelapse-card strong { margin-top: 28px; font-size: 12px; }

.stewardship-list { border-top: 1px solid var(--site-line); }
.stewardship-row { display: grid; grid-template-columns: minmax(260px,.85fr) minmax(300px,1.15fr) auto; gap: 42px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--site-line); }
.stewardship-row span { color: var(--site-blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.stewardship-row h2 { margin: 7px 0 0; color: var(--site-navy); font-size: 20px; }
.stewardship-row > p { margin: 0; color: var(--site-muted); font-size: 14px; }
.stewardship-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.stewardship-actions a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; color: var(--site-navy); border: 1px solid var(--site-line); font-size: 12px; font-weight: 850; text-decoration: none; }
.stewardship-actions a:first-child { color: #fff; background: var(--site-navy); border-color: var(--site-navy); }
.stewardship-note { display: grid; grid-template-columns: minmax(300px,1fr) minmax(300px,.8fr) auto; gap: 50px; align-items: center; }
.stewardship-note h2 { max-width: 590px; margin: 0; color: var(--site-navy); font-size: clamp(44px, 5vw, 70px); line-height: .9; }
.stewardship-note > p { margin: 0; color: var(--site-muted); font-size: 14px; }

@media (max-width: 900px) {
  .section-heading,
  .weather-panel,
  .weather-daylight,
  .stewardship-note { grid-template-columns: 1fr; gap: 28px; }
  .weather-daylight { gap: 0; }
  .weather-daylight-times div:first-child { border-left: 0; }
  .resource-grid-three { grid-template-columns: 1fr; }
  .weather-primary { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .forecast-days { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .forecast-day { border-bottom: 1px solid var(--site-line); }
  .forecast-day:nth-child(3n) { border-right: 0; }
  .forecast-day:nth-last-child(-n+2) { border-bottom: 0; }
  .stewardship-row { grid-template-columns: 1fr; gap: 14px; }
  .stewardship-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .page-hero { min-height: 430px; background-position: 62% center; }
  .page-hero .site-shell { padding-block: 74px 58px; }
  .page-hero h1 { font-size: clamp(62px, 18vw, 86px); }
  .page-hero p:last-child { font-size: 17px; }
  .content-section { padding: 72px 0 80px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 46px; }
  .resource-grid,
  .timelapse-card-grid,
  .map-guide-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 245px; padding: 24px; }
  .resource-card h2 { margin-top: 46px; }
  .map-guide-copy { min-height: 270px; padding: 26px; }
  .map-guide-copy h2 { margin-top: 38px; }
  .weather-primary { min-height: 230px; padding: 28px; }
  .weather-metrics { grid-template-columns: 1fr 1fr 1fr; }
  .weather-metrics div { padding: 22px 14px; }
  .weather-metrics dd { font-size: 19px; }
  .weather-daylight-copy { padding: 22px; }
  .weather-daylight-times div { padding: 20px 22px; }
  .weather-daylight-times dd { font-size: 26px; }
  .weather-forecast-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .forecast-days { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .forecast-day:nth-child(3n) { border-right: 1px solid var(--site-line); }
  .forecast-day:nth-child(even) { border-right: 1px solid var(--site-line); }
  .forecast-day:nth-child(odd) { border-right: 0; }
  .forecast-day:first-child { grid-column: 1 / -1; border-right: 0; }
  .forecast-day:nth-last-child(-n+2) { border-bottom: 0; }
  .timelapse-card,
  .timelapse-card-wide { min-height: 390px; grid-row: auto; padding: 26px; }
  .timelapse-card-sunrise,
  .timelapse-card-sunset,
  .timelapse-card-day { background-size: auto 118%; }
  .stewardship-actions a { flex: 1 1 150px; justify-content: center; }
}

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

/* Shared editorial treatment for the two interactive map stories. */
body.subpage-page {
  color: var(--site-ink);
  background: #fff;
}

.subpage-page > .hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: 0 20px;
  color: #fff;
  background: var(--site-navy) url('/lake-sunset-hero.webp') center 51% / cover no-repeat;
  text-align: left;
}

.subpage-page > .hero::before {
  display: block;
  inset: 0;
  width: auto;
  height: auto;
  z-index: 0;
  border: 0;
  border-radius: 0;
  transform: none;
  background: linear-gradient(90deg, rgba(4,22,36,.94) 0%, rgba(4,22,36,.8) 54%, rgba(4,22,36,.38) 100%);
}

.subpage-page > .hero::after { display: none; }

.subpage-page .hero-inner {
  width: min(var(--site-shell), 100%);
  max-width: none;
  margin: 0 auto;
  padding-top: 94px;
}

.subpage-page > .hero .badge,
.subpage-page > .hero .waves { display: none; }

.subpage-page > .hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif;
  font-size: clamp(56px, 9vw, 112px);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .89;
  text-shadow: none;
}

.subpage-page > .hero .tag {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.52;
}

.subpage-page > .hero .quicklinks {
  justify-content: flex-start;
  gap: 4px 28px;
  margin: 32px 0 0;
}

.subpage-page > .hero .quicklinks a {
  padding: 9px 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.38);
  border-radius: 0;
  font-size: 13px;
}

.subpage-page > .hero .stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 66px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

.subpage-page > .hero .stat {
  min-width: 0;
  padding: 22px 18px 24px 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
}

.subpage-page > .hero .stat:not(:first-child) { padding-left: 22px; }
.subpage-page > .hero .stat:last-child { border-right: 0; }
.subpage-page > .hero .stat b { font-size: clamp(24px, 3vw, 36px); line-height: 1; }
.subpage-page > .hero .stat span { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .13em; }

.subpage-page > main {
  width: min(1040px, calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
  padding: 54px 0 88px;
}

.subpage-page > main section { margin-top: 76px; }
.subpage-page > main section:first-child { margin-top: 0; }
.subpage-page .sec-head { align-items: center; margin-bottom: 10px; }
.subpage-page .sec-head h2 {
  color: var(--site-navy);
  font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
}
.subpage-page .sec-head .rule { background: var(--site-line); }
.subpage-page .sec-sub { max-width: 760px; margin-bottom: 24px; color: var(--site-muted); font-size: 16px; }
.subpage-page .lead { max-width: 850px; color: var(--site-navy); font-size: clamp(25px, 4vw, 42px); line-height: 1.22; text-align: left; }
.subpage-page .lead em { color: var(--site-blue); }
.subpage-page .map-card,
.subpage-page .card,
.subpage-page .resource,
.subpage-page .impact {
  border-color: var(--site-line);
  border-radius: 2px;
  box-shadow: none;
}
.subpage-page .map-card { border-width: 1px; }
.subpage-page #map { min-height: 560px; }
.subpage-page .map-foot { padding: 16px; color: var(--site-muted); }
.subpage-page .map-btn {
  padding: 7px 13px;
  color: var(--site-navy);
  background: var(--site-mist);
  border-color: var(--site-line);
  border-radius: 2px;
}
.subpage-page .grid { gap: 1px; background: var(--site-line); border: 1px solid var(--site-line); }
.subpage-page .card { margin: 0; padding: 26px; background: #fff; border: 0; }
.subpage-page .card h3 { color: var(--site-navy); font-size: 19px; }
.subpage-page .card p { color: var(--site-muted); }
.subpage-page .eyebrow { color: var(--site-blue); }
.subpage-page #routes .outlet-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(170px,.48fr) minmax(280px,.72fr) minmax(480px,1.35fr);
  gap: 34px;
  align-items: center;
  color: #fff;
  background: var(--site-navy);
}
.subpage-page #routes .outlet-card h3 { margin-bottom: 0; color: #fff; font-size: 25px; }
.subpage-page #routes .outlet-card p { color: rgba(255,255,255,.7); }
.subpage-page #routes .outlet-card .eyebrow { color: var(--site-cyan); }
.subpage-page .outlet-route { display: flex; align-items: center; justify-content: flex-end; gap: 11px; font-size: 12px; font-weight: 800; }
.subpage-page .outlet-route span { padding: 9px 11px; white-space: nowrap; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.subpage-page .outlet-route b { color: var(--site-cyan); font-size: 18px; }
.subpage-page .callout { background: var(--site-mist); border-color: var(--site-line); border-left-color: var(--site-coral); border-radius: 0; }
.subpage-page .resource-row { gap: 1px; background: var(--site-line); border: 1px solid var(--site-line); }
.subpage-page .resource { padding: 22px; border: 0; }
.subpage-page .resource b { color: var(--site-navy); }
.subpage-page .lake-list span { color: var(--site-navy); background: var(--site-mist); border-color: var(--site-line); border-radius: 2px; }
.subpage-page .lake-list .home { color: #fff; background: var(--site-blue); border-color: var(--site-blue); }
.subpage-page .impact { border-top-width: 4px; }
.subpage-page > footer { margin: 0; padding: 0; text-align: left; }

@media (max-width: 980px) {
  .subpage-page #routes .outlet-card { grid-template-columns: minmax(170px,.55fr) minmax(300px,1.45fr); }
  .subpage-page .outlet-route { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .subpage-page #routes .outlet-card { display: block; }
  .subpage-page #routes .outlet-card p { margin-top: 14px; }
  .subpage-page .outlet-route { display: grid; grid-template-columns: 1fr auto; justify-content: stretch; margin-top: 22px; }
  .subpage-page .outlet-route span { white-space: normal; }
  .subpage-page .outlet-route b { transform: rotate(90deg); text-align: center; }
  .subpage-page .outlet-route span:last-child { grid-column: 1; }
}

/* Lake Gear uses the same shell while keeping its live catalog and cart. */
body.gear-page {
  color: var(--site-ink);
  background: #fff;
  font-family: Inter, "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gear-page .shell { width: min(var(--site-shell), calc(100% - 40px)); }
.gear-page .global-header { position: sticky; }
.gear-page .global-header .site-shell { min-height: var(--site-header-height); }
.gear-page .site-nav { gap: clamp(15px, 1.8vw, 26px); }
.gear-page .cart-trigger svg { width: 17px; }
.gear-page #cart-count { background: var(--site-coral); }

.gear-page > .hero {
  min-height: 590px;
  display: grid;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  background: var(--site-navy) url('/lake-sunset-hero.webp') center 52% / cover no-repeat;
  text-align: left;
}
.gear-page > .hero::before {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background: linear-gradient(90deg, rgba(4,22,36,.96) 0%, rgba(4,22,36,.84) 48%, rgba(4,22,36,.57) 100%);
  mask-image: none;
}
.gear-page > .hero::after { display: none; }
.gear-page > .hero .shell {
  width: min(var(--site-shell), 100%);
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(42px, 5vw, 70px);
  padding-top: 72px;
  padding-bottom: 72px;
}
.gear-page .hero-copy { max-width: 530px; margin: 0; }
.gear-page .hero-copy h1,
.gear-page .store-head h2,
.gear-page .story-copy h2,
.gear-page .detail-copy h1 {
  font-family: "Avenir Next Condensed", "Arial Narrow", Inter, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: none;
}
.gear-page .hero-copy h1 { font-size: clamp(70px, 9vw, 118px); line-height: .88; }
.gear-page .hero-copy .lead { max-width: 500px; margin: 26px 0 0; color: rgba(255,255,255,.77); font-size: 19px; }
.gear-page .hero-cta { justify-content: flex-start; }
.gear-page .hero-status { color: rgba(255,255,255,.6); }
.gear-page .eyebrow { color: var(--site-coral); }
.gear-page .btn-main,
.gear-page .btn-add,
.gear-page .checkout {
  color: #fff;
  background: #188bea;
  border-color: #188bea;
  border-radius: 2px;
}
.gear-page .art-wall {
  width: 100%;
  max-width: 570px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  gap: 10px;
  margin: 0;
}
.gear-page .art-tile,
.gear-page .art-tile:nth-child(n) { aspect-ratio: 1.22 / 1; background: #0d4f73; border: 1px solid rgba(255,255,255,.15); border-radius: 2px; }
.gear-page .art-tile:nth-child(2) { background: #123c56; }
.gear-page .art-tile:nth-child(3) { background: #092a41; }
.gear-page .art-tile:nth-child(4) { background: #17465e; }
.gear-page .art-tile small,
.gear-page .art-tile:nth-child(n) small { color: rgba(255,255,255,.78); }
.gear-page .art-tile:nth-child(4) small { color: rgba(255,255,255,.78); }
.gear-page > .hero .waves { display: none; }
.gear-page .promise { color: var(--site-navy); background: var(--site-mist); border-color: var(--site-line); }
.gear-page .promise-item { border-color: var(--site-line); }
.gear-page .promise-item svg { color: var(--site-blue); }
.gear-page .store { padding: 84px 0 104px; background: #fff; }
.gear-page .store-head h2 { color: var(--site-navy); font-size: clamp(42px, 5vw, 64px); }
.gear-page #product-count { color: var(--site-muted); }
.gear-page .catalog-filter-panel { margin: 42px 0 32px; }
.gear-page .catalog-filter-panel > summary { display: none; }
.gear-page .catalog-filter-panel > .catalog-controls { display: flex; margin: 0; border-color: var(--site-line); }
.gear-page .filter-chip,
.gear-page #collection-filter { color: var(--site-navy); background: #fff; border-color: var(--site-line); border-radius: 2px; }
.gear-page .filter-chip.active { color: #fff; background: var(--site-navy); border-color: var(--site-navy); }
.gear-page .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 18px; }
.gear-page .product-card { background: #fff; border: 1px solid var(--site-line); border-radius: 2px; box-shadow: none; }
.gear-page .product-media { aspect-ratio: 1 / 1.08; background: var(--site-mist); }
.gear-page .product-media img { width: 100%; height: 100%; object-fit: cover; }
.gear-page .product-copy { padding: 18px; }
.gear-page .product-kicker { color: var(--site-blue); }
.gear-page .product-line h3 { color: var(--site-navy); font-size: 17px; }
.gear-page .product-desc { color: var(--site-muted); font-size: 13px; }
.gear-page .product-opts select,
.gear-page .detail-field select { border-color: var(--site-line); border-radius: 2px; }
.gear-page .story { color: #fff; background: var(--site-navy); }
.gear-page .story-copy p,
.gear-page .story-list span { color: rgba(255,255,255,.67); }
.gear-page .story-list > div { border-color: rgba(255,255,255,.14); }
.gear-page .story-graphic { overflow: hidden; background: #092a41; border-radius: 2px; }
.gear-page .story-graphic::before,
.gear-page .story-graphic::after { display: none; }
.gear-page .story-lake {
  inset: 50% auto auto 50%;
  width: min(78%, 500px);
  height: 78%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.24));
}
.gear-page .product-detail { background: #fff; }
.gear-page .detail-back,
.gear-page .related-head a { color: var(--site-blue); }
.gear-page .detail-main-media { background: var(--site-mist); border: 1px solid var(--site-line); border-radius: 2px; }
.gear-page .detail-thumb { background: var(--site-mist); border-color: var(--site-line); border-radius: 2px; }
.gear-page .detail-thumb.active { border-color: var(--site-blue); }
.gear-page .detail-copy h1 { color: var(--site-navy); }
.gear-page .detail-description,
.gear-page .detail-stock { color: var(--site-muted); }
.gear-page .detail-assurances { border-color: var(--site-line); }
.gear-page > footer { margin: 0; padding: 0; }
.gear-page .global-footer .footer-main { grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(130px, .55fr)); gap: 38px; }
.gear-page #cart-overlay { z-index: 200; }
.gear-page #cart-drawer { z-index: 201; }
.gear-page #cart-drawer { color: var(--site-ink); background: #fff; }
.gear-page .cart-head { background: var(--site-navy); }
.gear-page .load-more-wrap { grid-column: 1 / -1; padding: 12px 0 0; text-align: center; }
.gear-page .load-more {
  min-height: 48px;
  padding: 0 24px;
  color: var(--site-navy);
  background: #fff;
  border: 1px solid var(--site-navy);
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}
.gear-page .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: var(--site-navy);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(7,31,50,.24);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.gear-page .back-to-top.show { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }

@media (max-width: 1000px) {
  .gear-page > .hero { min-height: auto; }
  .gear-page > .hero .shell { grid-template-columns: 1fr; gap: 42px; padding-block: 64px; }
  .gear-page .hero-copy { max-width: 650px; }
  .gear-page .art-wall { max-width: 760px; grid-template-columns: repeat(4, minmax(0, 1fr)); justify-self: start; }
  .gear-page .art-tile,
  .gear-page .art-tile:nth-child(n) { aspect-ratio: 1 / 1.08; }
  .gear-page .global-footer .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .subpage-page > .hero .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subpage-page > .hero .stat:nth-child(3) { border-right: 0; }
  .subpage-page > .hero .stat:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.18); }
  .gear-page .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gear-page .site-nav { display: none; }
  .gear-page .site-mobile-nav { display: block; }
}

@media (max-width: 680px) {
  .subpage-page > .hero { min-height: 0; padding: 0 14px; background-position: 62% center; }
  .subpage-page .hero-inner { padding-top: 58px; }
  .subpage-page > .hero h1 { font-size: clamp(50px, 17vw, 76px); }
  .subpage-page > .hero .quicklinks { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .subpage-page > .hero .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 46px; }
  .subpage-page > .hero .stat:nth-child(n) { padding: 18px 12px 20px 0; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
  .subpage-page > .hero .stat:nth-child(odd):not(:first-child) { padding-left: 0; }
  .subpage-page > .hero .stat:nth-child(even) { padding-left: 18px; border-right: 0; }
  .subpage-page > .hero .stat:last-child { grid-column: 1 / -1; }
  .subpage-page > main { width: min(100% - 28px, 1040px); padding-top: 42px; }
  .subpage-page > main section { margin-top: 58px; }
  .subpage-page #map { min-height: 460px; }
  .gear-page .site-cart-button { padding-inline: 11px !important; }
  .gear-page .site-cart-button svg { display: none; }
  .gear-page > .hero { min-height: auto; }
  .gear-page > .hero .shell { padding-top: 60px; padding-bottom: 62px; }
  .gear-page .art-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gear-page .product-grid { grid-template-columns: 1fr; }
  .gear-page .product-media { aspect-ratio: 1 / .92; }
  .gear-page .store { padding-top: 58px; }
  .gear-page .catalog-filter-panel {
    position: sticky;
    top: var(--site-header-height);
    z-index: 80;
    margin: 24px -14px 20px;
    background: #fff;
    border-top: 1px solid var(--site-line);
    border-bottom: 1px solid var(--site-line);
    box-shadow: 0 10px 24px rgba(7,31,50,.08);
  }
  .gear-page .catalog-filter-panel > summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 14px;
    color: var(--site-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 850;
    list-style: none;
  }
  .gear-page .catalog-filter-panel > summary::-webkit-details-marker { display: none; }
  .gear-page .catalog-filter-panel > summary strong { color: var(--site-blue); font-size: 11px; text-align: right; }
  .gear-page .catalog-filter-panel > .catalog-controls {
    max-height: calc(100vh - 132px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    overflow: auto;
    padding: 14px;
    border-top: 1px solid var(--site-line);
    border-bottom: 0;
  }
  .gear-page .catalog-filter-panel:not([open]) > .catalog-controls { display: none; }
  .gear-page .category-chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gear-page .filter-chip { width: 100%; padding-inline: 8px; }
  .gear-page #collection-filter { width: 100%; max-width: none; }
  .gear-page .story-graphic { min-height: 290px; }
  .gear-page .story-lake { width: 84%; height: 84%; }
  .gear-page .back-to-top { right: 14px; bottom: 14px; }
  .gear-page .global-footer .footer-main { grid-template-columns: 1fr; }
}

/* Phones get a 1280px hero instead of the 2560px original. The full-size file
   is 382 KB and is the LCP element on every page that uses it, which is four
   times the pixels a phone can actually show — enough to hold mobile LCP above
   7s on its own. Last rule in the file so it wins over the shorthand
   backgrounds declared above. The variant is generated by
   scripts/build-hero-variants.mjs — run `npm run build:hero` after replacing
   the source photo. Changing this breakpoint means changing the matching one
   in index.html and both of its preload hints. */
@media (max-width: 899px) {
  .page-hero,
  .timelapse-card,
  .subpage-page > .hero,
  .gear-page > .hero {
    background-image: url('/lake-sunset-hero-1280.webp');
  }
}
