:root {
  --ink: #15201b;
  --muted: #68736d;
  --pine: #173c31;
  --pine-2: #245947;
  --moss: #7f9a6d;
  --lake: #2c7180;
  --clay: #c65f35;
  --cream: #f3f1e9;
  --paper: #fffefa;
  --line: #dcded6;
  --danger: #bd4136;
  --amber: #a46722;
  --shadow: 0 18px 50px rgba(20, 42, 32, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], aside[id] { scroll-margin-top: 84px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(21, 32, 27, .1);
  background: rgba(255, 254, 250, .94);
  backdrop-filter: blur(14px);
}
.header-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  letter-spacing: -.025em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50% 50% 44% 44%;
  background: var(--pine);
}
.brand-mark svg { width: 27px; height: 27px; fill: #fff; }
.brand-mark svg path + path { fill: #a8bea0; }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-size: .98rem; }
.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
nav { display: flex; gap: 23px; }
nav a {
  color: #4e5c54;
  font-size: .84rem;
  font-weight: 760;
  text-decoration: none;
}
nav a:hover { color: var(--pine); }

.alert-strip { background: #102c24; color: #fff; }
.alert-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: .82rem;
}
.alert-row div { display: flex; align-items: center; gap: 9px; }
.alert-row span:not(.live-pulse) { color: rgba(255, 255, 255, .68); }
.alert-row a { font-weight: 800; }
.live-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed6c60;
  box-shadow: 0 0 0 4px rgba(237, 108, 96, .14);
}

.mobile-command { display: none; }

.hero {
  min-height: 470px;
  background-image:
    linear-gradient(90deg, rgba(6, 27, 21, .84) 0%, rgba(6, 27, 21, .56) 40%, rgba(6, 27, 21, .08) 77%),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/BBV_Summer_2019_-33_%28cropped%29.jpg/1920px-BBV_Summer_2019_-33_%28cropped%29.jpg");
  background-position: center 47%;
  background-size: cover;
}
.hero-overlay {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
}
.hero-content { color: #fff; padding-block: 70px; }
.hero-content h1 {
  max-width: 760px;
  margin: 9px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.3vw, 6.7rem);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.06em;
}
.hero-content p {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.photo-credit {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: rgba(255, 255, 255, .7);
  font-size: .61rem;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 17px;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
}
.button.light { background: #fff; color: var(--pine); }
.button.glass { border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .08); color: #fff; }
.button.outline { border: 1px solid var(--line); background: transparent; color: var(--pine); }
.button.full { width: 100%; }

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-block: 22px 54px;
}
#weather { order: -100; }
#visit { order: -99; }
#incidents { order: -98; }
#roads { order: -97; }
#trails { order: -96; }
#partners { order: 90; }
.source-strip { order: 100; }
.panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.span-2 { grid-column: span 2; }
.span-3 { grid-column: 1 / -1; }
.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}
.section-heading.compact { margin-bottom: 8px; }
.eyebrow {
  display: block;
  color: var(--clay);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h2 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 600;
  letter-spacing: -.035em;
}
h3 { margin: 3px 0 5px; font-size: 1rem; }
p { color: var(--muted); }
.section-intro { max-width: 720px; margin: 0 0 16px; font-size: .9rem; }
.status-chip {
  flex: none;
  white-space: nowrap;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .71rem;
  font-weight: 800;
}
.status-chip.live { border-color: #b9d9c3; background: #e9f5ed; color: #24673d; }
.status-chip.degraded { border-color: #ead0a2; background: #fff4df; color: #815118; }
.status-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #aeb8b1;
}
.status-dot.live { background: #2c9554; box-shadow: 0 0 0 4px rgba(44, 149, 84, .12); }
.status-dot.degraded { background: var(--amber); box-shadow: 0 0 0 4px rgba(164, 103, 34, .12); }
.text-link { color: var(--pine-2); font-size: .82rem; font-weight: 850; }
.source-note { color: var(--muted); font-size: .72rem; }

.weather-card {
  background:
    radial-gradient(circle at 105% -15%, rgba(198, 95, 53, .18), transparent 44%),
    var(--paper);
}
.weather-main {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 0 20px;
}
.weather-visual {
  position: relative;
  width: 108px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #67bfe7, #bfeaf7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .54);
}
.weather-app-scene {
  position: relative;
  width: 82%;
  height: 82%;
  display: block;
}
.weather-sun {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffd45d;
  box-shadow: 0 0 0 8px rgba(255, 225, 117, .2), 0 8px 18px rgba(164, 105, 13, .22);
}
.weather-cloud {
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 58px;
  height: 27px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 15px rgba(40, 83, 102, .18);
}
.weather-cloud::before,
.weather-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}
.weather-cloud::before { width: 30px; height: 30px; left: 9px; top: -14px; }
.weather-cloud::after { width: 23px; height: 23px; right: 7px; top: -9px; }
.weather-drops, .weather-snow, .weather-bolt, .weather-moon {
  position: absolute;
  display: none;
}
.weather-drops {
  right: 13px;
  bottom: -1px;
  color: #dff7ff;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 4px;
  transform: rotate(65deg);
}
.weather-snow { right: 10px; bottom: -2px; color: #fff; font-size: 1.05rem; font-style: normal; letter-spacing: 5px; }
.weather-bolt { right: 25px; bottom: -4px; color: #ffe16a; font-size: 2.2rem; font-style: normal; font-weight: 900; }
.weather-moon {
  top: 10px;
  left: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff0ad;
  box-shadow: 11px -5px 0 #385f88, 0 8px 18px rgba(5, 24, 45, .28);
}
.weather-reading { min-width: 0; display: grid; gap: 6px; }
.weather-reading strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.07em;
}
.weather-reading > span, .weather-stats span { color: var(--muted); }
.weather-card[data-condition="sun"] .weather-cloud { opacity: .86; transform: translate(13px, 11px) scale(.72); }
.weather-card[data-condition="night"] .weather-visual { background: linear-gradient(145deg, #173854, #52769a); }
.weather-card[data-condition="night"] .weather-sun { display: none; }
.weather-card[data-condition="night"] .weather-moon { display: block; }
.weather-card[data-condition="cloud"] .weather-visual,
.weather-card[data-condition="fog"] .weather-visual { background: linear-gradient(145deg, #869fa9, #d9e5e5); }
.weather-card[data-condition="cloud"] .weather-sun,
.weather-card[data-condition="fog"] .weather-sun { opacity: .45; }
.weather-card[data-condition="fog"] .weather-cloud { box-shadow: 0 13px 0 rgba(255, 255, 255, .55), 0 25px 0 rgba(255, 255, 255, .28); }
.weather-card[data-condition="rain"] .weather-visual,
.weather-card[data-condition="storm"] .weather-visual { background: linear-gradient(145deg, #38566f, #829aaa); }
.weather-card[data-condition="rain"] .weather-drops { display: block; }
.weather-card[data-condition="storm"] .weather-bolt { display: block; }
.weather-card[data-condition="rain"] .weather-sun,
.weather-card[data-condition="storm"] .weather-sun { opacity: .25; }
.weather-card[data-condition="snow"] .weather-visual { background: linear-gradient(145deg, #d5e5e8, #f8fbfb); }
.weather-card[data-condition="snow"] .weather-snow { display: block; color: #6ca4b4; }
.weather-card[data-condition="snow"] .weather-sun { opacity: .28; }
.weather-stats { display: grid; gap: 9px; margin-bottom: 15px; }
.weather-stats div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
  font-size: .81rem;
}

.visitor-panel { background: linear-gradient(150deg, #fffefa 20%, #eef3ec); }
.visitor-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.visitor-links a {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 11px;
  border: 1px solid rgba(23, 60, 49, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .78);
  text-decoration: none;
}
.visitor-links a > span:last-child { color: var(--clay); font-weight: 900; }
.visitor-links div { display: grid; }
.visitor-links small { color: var(--muted); font-size: .72rem; }
.visitor-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: var(--pine);
  color: #fff;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.lake-panel {
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr);
  gap: 22px;
  padding: 0;
  overflow: hidden;
}
.lake-photo { position: relative; min-height: 100%; margin: 0; }
.lake-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(4, 25, 26, .68));
}
.lake-photo img { width: 100%; height: 100%; min-height: 540px; display: block; object-fit: cover; }
.lake-photo figcaption { position: absolute; z-index: 1; left: 12px; bottom: 9px; }
.lake-photo figcaption a { color: rgba(255, 255, 255, .8); font-size: .61rem; text-decoration: none; }
.lake-content { padding: 22px 22px 20px 0; }
.lake-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 12px;
}
.lake-metrics div {
  display: grid;
  gap: 1px;
  padding: 13px;
  border-radius: 12px;
  background: #e8f2f3;
}
.lake-metrics span { color: #567078; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.lake-metrics strong { color: #1d5964; font-size: 1.45rem; }
.ramp-list { display: grid; gap: 7px; }
.ramp-list > div {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
}
.ramp-list span:nth-child(2) { display: grid; }
.ramp-list small { color: var(--muted); font-size: .7rem; }
.ramp-list b { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.ramp-dot { width: 8px; height: 8px; border-radius: 50%; background: #a9b1ad; }
.ramp-dot.open { background: #2c9554; }
.stocking-callout {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  margin: 11px 0;
  padding: 10px;
  border-radius: 12px;
  background: #f0f4e8;
}
.stocking-callout div { display: grid; }
.stocking-callout small { color: var(--muted); font-size: .69rem; }
.fishing-records {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 11px;
}
.fishing-records > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fishing-records div {
  display: grid;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: .7rem;
}
.fishing-records b { color: var(--lake); }
.fishing-records small { color: var(--muted); }
.inline-links { display: flex; flex-wrap: wrap; gap: 7px; }
.inline-links a {
  padding: 6px 8px;
  border-radius: 8px;
  background: #edf3ef;
  color: var(--pine);
  font-size: .7rem;
  font-weight: 850;
  text-decoration: none;
}
.food-panel { display: flex; flex-direction: column; }
.music-today {
  margin-bottom: 14px;
  padding: 11px;
  border: 1px solid #d7e3d9;
  border-radius: 13px;
  background: #f3f8f2;
}
.music-today-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}
.music-today-heading > div { display: grid; }
.music-today-heading small { color: var(--muted); font-size: .62rem; }
.live-music-indicator {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: var(--pine);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}
.music-list { display: grid; gap: 6px; }
.music-list > p { margin: 0; color: var(--muted); font-size: .7rem; }
.music-list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 9px;
  background: #fff;
  text-decoration: none;
}
.music-list a > div { min-width: 0; display: grid; }
.music-list a small { overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.music-list a > b { color: var(--clay); }
.music-status {
  width: max-content;
  padding: 3px 6px;
  border-radius: 999px;
  font-size: .54rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.music-status.live { background: #dcefe1; color: #24673d; }
.music-status.quiet { grid-column: 2; margin-top: 4px; background: #eff1ef; color: var(--muted); }
.food-list { display: grid; margin-bottom: 14px; }
.food-list a {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.food-list a > span {
  grid-row: 1 / 3;
  align-self: start;
  color: var(--clay);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.food-list strong { font-size: .88rem; }
.food-list small { color: var(--muted); font-size: .7rem; }
.food-panel .button { margin-top: auto; }

.fishing-community-panel { background: linear-gradient(145deg, #f3f8ef, #fffefa 60%); }
.fishing-social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(230px, .72fr); gap: 10px; }
.fishing-feed-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.fishing-feed-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 11px;
  border-bottom: 1px solid var(--line);
}
.fishing-feed-card > div strong { font-size: .75rem; }
.fishing-feed-card > div a { font-size: .65rem; font-weight: 850; }
.fishing-feed-card iframe { width: 100%; max-width: 100%; height: 320px; display: block; border: 0; background: #f2f4f2; }
.fishing-group-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(13, 53, 42, .12), rgba(10, 40, 32, .94)),
    url("https://images.squarespace-cdn.com/content/v1/6801398604943d4a7be20a8f/1745542345288-6W79TDZ2TE4SRLWZB02L/20250921_083444.jpg") center / cover;
  color: #fff;
  text-decoration: none;
}
.fishing-group-card > span { font-size: .6rem; font-weight: 950; letter-spacing: .12em; }
.fishing-group-card p { color: rgba(255, 255, 255, .75); font-size: .76rem; }
.fishing-group-card b { font-size: .74rem; }
.fishing-gallery-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.fishing-gallery-links a {
  padding: 6px 9px;
  border-radius: 8px;
  background: #eaf2e8;
  color: var(--pine);
  font-size: .68rem;
  font-weight: 850;
  text-decoration: none;
}

.social-panel {
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(280px, 1.1fr) minmax(155px, .5fr);
  align-items: center;
  gap: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 2% 0%, rgba(198, 95, 53, .15), transparent 38%),
    #1a3d32;
  color: #fff;
}
.social-panel p { max-width: 440px; margin: 7px 0 17px; color: rgba(255, 255, 255, .67); }
.social-panel .project-contact { margin: 14px 0 0; color: rgba(255, 255, 255, .78); font-size: .76rem; }
.project-contact a { color: #fff; font-weight: 850; }
.social-panel .eyebrow { color: #f1a27d; }
.photo-submit-button { border: 0; background: #fff; color: var(--pine); cursor: pointer; }
.featured-photo { min-width: 0; margin: 0; }
.featured-photo-placeholder {
  min-height: 188px;
  display: grid;
  align-content: end;
  gap: 2px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background:
    linear-gradient(180deg, transparent, rgba(5, 24, 19, .82)),
    radial-gradient(circle at 70% 20%, rgba(241, 162, 125, .56), transparent 32%),
    linear-gradient(145deg, #487663, #193e32);
}
.featured-photo-placeholder > span { color: #f1a27d; font-size: .63rem; font-weight: 950; letter-spacing: .16em; }
.featured-photo-placeholder small { color: rgba(255, 255, 255, .66); font-size: .69rem; }
.featured-photo img {
  width: 100%;
  height: 188px;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}
.featured-photo figcaption { margin-top: 7px; color: rgba(255, 255, 255, .64); font-size: .66rem; }
.social-links { display: grid; gap: 8px; }
.social-links > div {
  display: grid;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
}
.social-links > div > span { margin-bottom: 20px; font-size: 1.35rem; font-weight: 900; }
.social-links small { color: rgba(255, 255, 255, .57); font-size: .68rem; }
.social-links .instagram > span { color: #f4a072; }
.social-links .facebook > span { color: #8db6ff; }

.partner-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.45fr);
  gap: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(198, 95, 53, .16), transparent 37%),
    linear-gradient(145deg, #fffefa, #eef3ec);
}
.partner-intro p { max-width: 430px; margin: 8px 0 17px; font-size: .86rem; }
.partner-button { border: 0; background: var(--pine); color: #fff; cursor: pointer; }
.partner-packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.partner-packages article {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
}
.partner-packages article > span {
  color: var(--clay);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.partner-packages strong { color: var(--muted); font-size: .67rem; font-weight: 750; }
.partner-packages strong b { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.partner-packages small { color: var(--muted); font-size: .69rem; }
.partner-packages .featured-package { border-color: #93ad9c; box-shadow: inset 0 4px 0 var(--pine-2); }
.partner-trust {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 13px;
  border-top: 1px solid rgba(23, 60, 49, .12);
}
.partner-trust span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(23, 60, 49, .08);
  color: var(--pine);
  font-size: .64rem;
  font-weight: 800;
}

.road-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.road-card {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  text-decoration: none;
}
.road-card div { display: grid; }
.road-card small { color: var(--muted); font-size: .7rem; }
.road-card b { color: var(--pine-2); font-size: .72rem; }
.road-card.clear { border-color: #bdd7c5; background: #f4faf5; }
.road-card.clear .road-state { color: #267044; }
.road-card.advisory, .road-card.chains { border-color: #e5c38c; background: #fff9ed; }
.road-card.advisory .road-state, .road-card.chains .road-state { color: #8b5a12; }
.road-card.closed { border-color: #e3aaa5; background: #fff2f0; }
.road-card.closed .road-state { color: var(--danger); }
.road-card.unavailable { opacity: .72; }
.road-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; }
.road-footer p { margin: 0; font-size: .72rem; }
.route-sign {
  width: 46px;
  min-height: 47px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  padding: 4px;
  border: 2px solid #fff;
  border-radius: 7px;
  outline: 2px solid #28704a;
  background: #28704a;
  color: #fff;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(25, 67, 49, .18);
}
.route-sign small { color: rgba(255, 255, 255, .77); font-size: .46rem; font-weight: 900; letter-spacing: .12em; }
.route-sign strong { color: #fff; font-size: 1rem; }

.incident-panel { background: #fbfcf8; }
.incident-heading { align-items: center; }
.incident-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
.worker-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .71rem;
  font-weight: 750;
}
.listen-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding-inline: 11px;
  border-radius: 999px;
  background: var(--pine);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}
.listen-button span { color: #ee9470; }
.source-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .68rem;
}
.source-legend > span { display: inline-flex; align-items: center; }
.source-legend b { display: none; }
.source-symbol {
  width: 40px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 10px;
  background: #e9eeeb;
  color: #4d5a53;
  font-size: .52rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .05em;
}
.source-legend .source-symbol { width: 29px; height: 23px; border-radius: 7px; font-size: .43rem; }
.source-symbol.nws { background: #e5eff6; color: #255d82; }
.source-symbol.fire { background: #fae6df; color: #a53f2e; }
.source-symbol.chp { background: #fff0c9; color: #7b5a12; }
.source-symbol.sheriff { background: #e4edf8; color: #315f91; }
.source-symbol.scan { background: #ece7f3; color: #634c79; }
.source-symbol.utility { background: #fff1d8; color: #8c5b12; }
.source-symbol.cdfw { background: #dae8ce; color: #416033; }
.incident-type-symbol {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 12px;
  background: #edf0ee;
  color: #45554d;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}
.incident-type-symbol.medical { background: #e8f4ed; color: #23704b; }
.incident-type-symbol.fire { background: #fae6df; color: #a53f2e; }
.incident-type-symbol.traffic { background: #fff0c9; color: #76520c; }
.incident-type-symbol.weather { background: #e5eff6; color: #255d82; }
.incident-type-symbol.utility { background: #fff1d8; color: #8c5b12; }
.incident-type-symbol.rescue { background: #e4f1f1; color: #276b70; }
.incident-type-symbol.law { background: #e4edf8; color: #315f91; }
.source-legend .incident-type-symbol { width: 30px; height: 27px; border-radius: 8px; font-size: .78rem; cursor: help; }
.incident-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.incident-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.incident-body { min-width: 0; }
.incident-meta {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  color: var(--muted);
  font-size: .7rem;
}
.incident-meta span { color: var(--ink); font-weight: 850; }
.source-mini {
  display: inline-flex;
  width: max-content;
  padding: 2px 6px;
  border-radius: 999px;
  background: #edf0ee;
  color: #526159 !important;
  font-size: .52rem;
  font-weight: 950 !important;
  letter-spacing: .06em;
}
.source-mini.nws { background: #e5eff6; color: #255d82 !important; }
.source-mini.fire { background: #fae6df; color: #a53f2e !important; }
.source-mini.chp { background: #fff0c9; color: #7b5a12 !important; }
.source-mini.sheriff { background: #e4edf8; color: #315f91 !important; }
.source-mini.scan { background: #ece7f3; color: #634c79 !important; }
.source-mini.utility { background: #fff1d8; color: #8c5b12 !important; }
.incident-card h3 { margin: 5px 0 2px; }
.incident-card p { margin: 0 0 6px; font-size: .81rem; }
.incident-location { display: flex; align-items: center; gap: 5px; color: var(--ink); font-size: .74rem !important; font-weight: 750; }
.incident-location span { color: var(--clay); font-weight: 900; }
.incident-summary { color: var(--muted); }
.incident-card small { color: var(--muted); font-size: .68rem; }
.incident-card small a { font-weight: 750; }
.confirmation {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eef1ee;
  font-size: .6rem;
  font-weight: 850;
}
.confirmation.official { background: #e8f4eb; color: #24673d; }
.confirmation.unconfirmed { background: #fff0dc; color: #835015; }
.feed-disclaimer { margin: 11px 0 0; font-size: .72rem; }
.loading-card { opacity: .72; }
.incident-source-health {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 0 0 10px;
  padding: 1px 0 4px;
  scrollbar-width: thin;
}
.source-health {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: .6rem;
  font-weight: 800;
  text-decoration: none;
}
.source-health i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7aea9;
}
.source-health.online i { background: #3b9a5d; box-shadow: 0 0 0 3px rgba(59, 154, 93, .11); }
.source-health.offline { background: #fff6ed; color: #8b551a; }
.source-health.offline i { background: #d78932; }

.trails-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(68, 122, 91, .11), transparent 36%),
    #fbfcf8;
}
.trail-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.trail-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.trail-card.open { border-color: #9fc9ad; background: #f3faf5; }
.trail-card.later { border-color: #d7c290; background: #fffaf0; }
.trail-card.closed { background: #f7f8f6; }
.trail-card-heading { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; }
.trail-card-heading > div { display: grid; gap: 2px; }
.trail-card-heading > div > span {
  color: var(--pine-2);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trail-card-heading h3 { font-size: 1rem; }
.trail-card-heading > b { color: var(--ink); font-size: .73rem; }
.bike-symbol {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pine);
  color: #fff;
  font-size: 1rem;
  transform: rotate(-12deg);
}
.trail-stats { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 10px; }
.trail-stats span {
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(23, 60, 49, .07);
  color: var(--muted);
  font-size: .65rem;
}
.trail-stats strong { color: var(--pine); }
.trail-closure {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
  padding: 9px 10px;
  border-left: 3px solid var(--clay);
  border-radius: 8px;
  background: #fff3ec;
}
.trail-closure span { color: var(--clay); font-size: .55rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.trail-closure strong { font-size: .76rem; }
.trail-closure small, .trail-clear { color: var(--muted); font-size: .65rem; }
.trail-clear { margin: 4px 0 11px; }
.trail-links { display: flex; flex-wrap: wrap; gap: 7px; }
.trail-links a {
  padding: 7px 9px;
  border-radius: 8px;
  background: #edf2ee;
  color: var(--pine);
  font-size: .66rem;
  font-weight: 850;
  text-decoration: none;
}
.trail-links .primary-resource { background: var(--pine); color: #fff; }
.trail-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; }
.trail-footer p { margin: 0; font-size: .68rem; }
.trail-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.trail-footer a { font-size: .67rem; font-weight: 850; }

.operations-panel { background: linear-gradient(145deg, #f5f8f2, #fffefa 60%); }
.operations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.operation-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
}
.operation-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf4ef;
  color: var(--pine);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.operation-card h3 { font-size: 1.02rem; }
.operation-card p { margin: 3px 0 10px; font-size: .8rem; }
.resource-links { display: flex; flex-wrap: wrap; gap: 6px; }
.resource-links a {
  padding: 5px 8px;
  border-radius: 8px;
  background: #edf3ef;
  color: var(--pine);
  font-size: .68rem;
  font-weight: 850;
  text-decoration: none;
}
.resource-links a.primary-resource { background: var(--pine); color: #fff; }
.fire-resource .operation-icon { background: #fff0eb; color: #a8412d; }
.fire-resource.has-fire-activity { border-color: #e2a08c; background: #fff9f6; }
.fire-status-list { display: grid; gap: 6px; margin: 0 0 10px; }
.fire-status-item {
  display: grid;
  gap: 1px;
  padding: 8px 9px;
  border-left: 3px solid var(--clay);
  border-radius: 0 8px 8px 0;
  background: #fff3ed;
}
.fire-status-item strong { font-size: .75rem; }
.fire-status-item span { color: var(--ink); font-size: .68rem; font-weight: 750; }
.fire-status-item small { color: var(--muted); font-size: .63rem; }
.power-resource .operation-icon { background: #fff6df; color: #92610e; }
.alert-resource .operation-icon { background: #eeeef8; color: #53568b; }
.visitor-resource .operation-icon { background: #e8f3f5; color: #2b6972; }
.agency-update-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 0 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.agency-update-heading h3 { font-size: 1.15rem; }
.agency-update-heading p { max-width: 520px; margin: 0; font-size: .72rem; }
.agency-social-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.agency-social-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.agency-social-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 11px;
  border-bottom: 1px solid var(--line);
}
.agency-social-card strong { font-size: .73rem; }
.agency-social-card a { font-size: .63rem; font-weight: 850; }
.agency-social-card > div > span { display: flex; gap: 8px; }
.agency-social-card iframe { width: 100%; max-width: 100%; height: 320px; display: block; border: 0; background: #f2f4f2; }

.seasonal-grid { display: grid; }
.activity-row {
  display: grid;
  grid-template-columns: 104px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 11px 4px;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.activity-source {
  width: max-content;
  max-width: 104px;
  padding: 5px 8px;
  border-radius: 7px;
  background: #edf3ef;
  color: var(--pine);
  font-size: .61rem;
  font-weight: 900;
  text-transform: uppercase;
}
.activity-row[data-tone="lake"] .activity-source,
.activity-row[data-tone="marina"] .activity-source { background: #e5f1f3; color: var(--lake); }
.activity-row[data-tone="snow"] .activity-source,
.activity-row[data-tone="alpine"] .activity-source { background: #edf3f5; color: #486b76; }
.activity-row-content h3 { font-size: .92rem; }
.activity-row-content p { margin: 2px 0 0; font-size: .76rem; }
.activity-arrow { color: var(--clay); font-size: 1rem; font-weight: 900; }

.live-views-panel { background: linear-gradient(150deg, #fffefa, #f1f5f0); }
.live-view-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); gap: 12px; }
.eagle-view, .compact-live-view {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.eagle-view { padding: 10px; }
.live-view-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 2px 3px 10px; }
.live-view-label > span { display: inline-flex; align-items: center; gap: 7px; color: var(--clay); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.live-view-label .live-pulse { width: 7px; height: 7px; }
.live-view-label strong { font-size: .82rem; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #10221d; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.eagle-frame { border-radius: 10px; }
.eagle-view p { margin: 8px 3px 1px; font-size: .68rem; }
.mountain-view-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.compact-live-view .video-frame { aspect-ratio: 16 / 9; }
.compact-live-view > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 9px; }
.compact-live-view strong { font-size: .72rem; }
.compact-live-view a { color: var(--pine-2); font-size: .62rem; font-weight: 850; }
.fire-camera-view { border-color: #e1c5ab; }
.fire-camera-link {
  min-height: 132px;
  display: grid;
  align-content: end;
  gap: 3px;
  padding: 13px;
  background:
    linear-gradient(180deg, rgba(20, 50, 40, .1), rgba(20, 50, 40, .92)),
    radial-gradient(circle at 72% 22%, #efb470 0 8%, transparent 9%),
    linear-gradient(145deg, #9bb29f, #325847);
  color: #fff !important;
  text-decoration: none;
}
.fire-camera-link span { color: #f3bd92; font-size: .55rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.fire-camera-link strong { color: #fff; font-size: .78rem; }
.fire-camera-link small { color: rgba(255, 255, 255, .7); font-size: .61rem; }
.camera-note { margin: 11px 0 0; font-size: .67rem; }
.source-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 2px;
  border-top: 1px solid var(--line);
}
.source-strip > div { display: grid; }
.source-strip nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.source-strip a {
  padding: 7px 10px;
  border-radius: 8px;
  background: #edf3ef;
  color: var(--pine);
  font-size: .7rem;
  font-weight: 850;
  text-decoration: none;
}

.photo-dialog,
.partner-dialog {
  width: min(680px, calc(100% - 24px));
  max-height: min(88vh, 820px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(7, 24, 18, .3);
}
.photo-dialog::backdrop,
.partner-dialog::backdrop { background: rgba(7, 24, 18, .7); backdrop-filter: blur(5px); }
.photo-dialog form,
.partner-dialog form { display: grid; gap: 14px; padding: 23px; }
.photo-dialog form > p,
.partner-dialog form > p { margin: -5px 38px 0 0; font-size: .8rem; }
.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.dialog-close {
  width: 36px;
  height: 36px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.photo-dialog label,
.partner-dialog label { display: grid; gap: 5px; color: var(--ink); font-size: .72rem; font-weight: 800; }
.photo-dialog label small,
.partner-dialog label small { color: var(--muted); font-weight: 600; }
.photo-dialog input,
.photo-dialog textarea,
.partner-dialog input,
.partner-dialog select,
.partner-dialog textarea {
  width: 100%;
  min-height: 43px;
  padding: 10px 11px;
  border: 1px solid #cfd4cf;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: .83rem;
  font-weight: 500;
}
.photo-dialog textarea,
.partner-dialog textarea { resize: vertical; }
.photo-dialog input:focus,
.photo-dialog textarea:focus,
.partner-dialog input:focus,
.partner-dialog select:focus,
.partner-dialog textarea:focus { outline: 3px solid rgba(44, 113, 128, .16); border-color: var(--lake); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.file-drop {
  padding: 14px;
  border: 1px dashed #aebbb2;
  border-radius: 12px;
  background: #f4f8f5;
}
.file-drop input { padding: 8px; background: transparent; }
.consent-row {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  gap: 9px !important;
  color: var(--muted) !important;
  font-size: .68rem !important;
  font-weight: 600 !important;
}
.consent-row input { width: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.dialog-actions { display: flex; align-items: center; gap: 12px; }
.dialog-actions .button { border: 0; background: var(--pine); color: #fff; cursor: pointer; }
.dialog-actions .button:disabled { opacity: .6; cursor: wait; }
.dialog-actions span { color: var(--muted); font-size: .7rem; }
.dialog-actions span.success { color: #267044; }
.dialog-actions span.error { color: var(--danger); }

footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .78rem;
}
.footer-row > div { display: grid; }
.footer-row small { margin-top: 3px; }

@media (max-width: 900px) {
  nav { display: none; }
  .page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .span-2, .span-3 { grid-column: 1 / -1; }
  .weather-card { grid-column: span 1; }
  .visitor-panel { grid-column: span 1; }
  .visitor-links { grid-template-columns: 1fr; }
  .lake-panel { grid-template-columns: .72fr 1.28fr; }
  .social-panel { grid-template-columns: 1fr; }
  .fishing-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fishing-group-card { grid-column: 1 / -1; min-height: 220px; }
  .partner-panel { grid-template-columns: 1fr; }
  .partner-trust { grid-column: auto; }
  .live-view-layout { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 20px, 1180px); }
  .header-row { min-height: 58px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark svg { width: 23px; height: 23px; }
  .brand small { display: none; }
  .alert-row { min-height: 44px; font-size: .74rem; }
  .alert-row strong { display: none; }
  .alert-row a { font-size: .7rem; }
  .mobile-command {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border-bottom: 1px solid var(--line);
    background: var(--line);
  }
  .mobile-command a {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    background: #fff;
    text-decoration: none;
  }
  .mobile-command span { color: var(--muted); font-size: .62rem; font-weight: 750; }
  .mobile-command strong { overflow: hidden; font-size: .72rem; white-space: nowrap; text-overflow: ellipsis; }
  .hero { min-height: 390px; background-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6, 27, 21, .34), rgba(6, 27, 21, .08)); }
  .hero-content { padding-block: 47px 62px; }
  .hero-content h1 { max-width: 360px; font-size: clamp(3.2rem, 17vw, 4.8rem); text-shadow: 0 2px 14px rgba(0, 0, 0, .25); }
  .hero-content p { max-width: 350px; font-size: .88rem; text-shadow: 0 1px 8px rgba(0, 0, 0, .55); }
  .button { min-height: 40px; padding-inline: 14px; font-size: .78rem; }
  .photo-credit { right: 10px; bottom: 8px; }
  .page-grid { display: flex; flex-direction: column; gap: 10px; padding-block: 10px 34px; }
  .panel { padding: 15px; border-radius: 14px; box-shadow: none; }
  .weather-card { order: -3; }
  .visitor-panel { order: -2; }
  .lake-panel { order: -1; display: flex; flex-direction: column; padding: 0; }
  #incidents { order: -99; }
  #visit { order: -98; }
  .lake-photo { min-height: 220px; }
  .lake-photo img { min-height: 220px; max-height: 260px; }
  .lake-content { padding: 15px; }
  .section-heading { margin-bottom: 11px; }
  .section-heading:not(.incident-heading) { align-items: center; }
  .section-heading .text-link { text-align: right; }
  .visitor-links { grid-template-columns: 1fr; }
  .visitor-links a { min-height: 67px; }
  .lake-metrics { margin-top: 13px; }
  .fishing-records { grid-template-columns: repeat(3, minmax(92px, 1fr)); overflow-x: auto; padding-bottom: 3px; }
  .food-list a { padding: 11px 0; }
  .social-panel { display: block; padding: 18px; }
  .social-panel p { margin: 6px 0 16px; font-size: .82rem; }
  .featured-photo { margin-block: 16px; }
  .featured-photo-placeholder, .featured-photo img { min-height: 210px; height: 210px; }
  .social-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-links > div { padding: 11px; }
  .social-links > div > span { margin-bottom: 12px; }
  .partner-panel { display: block; }
  .partner-packages { display: grid; grid-template-columns: 1fr; overflow: visible; margin-top: 18px; padding-bottom: 0; }
  .partner-packages article { min-width: 0; }
  .partner-trust { margin-top: 14px; }
  .weather-main { grid-template-columns: 90px 1fr; }
  .weather-visual { width: 90px; border-radius: 23px; }
  .weather-reading strong { font-size: 4rem; }
  .fishing-social-grid { display: grid; grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
  .fishing-feed-card, .fishing-group-card { min-width: 0; min-height: 360px; }
  .road-grid { grid-template-columns: 1fr; }
  .road-footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .incident-heading { display: block; }
  .incident-actions { justify-content: flex-start; margin-top: 10px; }
  .incident-actions .status-chip { margin-left: auto; }
  .source-legend { gap: 8px; }
  .source-legend > span { font-size: 0; }
  .source-legend .source-symbol { width: 34px; height: 25px; font-size: .45rem; }
  .source-legend .incident-type-symbol { width: 35px; height: 29px; font-size: .82rem; }
  .incident-list { grid-template-columns: 1fr; }
  .incident-card { padding: 10px; }
  .incident-card p { font-size: .78rem; }
  .trail-status-grid { grid-template-columns: 1fr; }
  .trail-card-heading { grid-template-columns: 36px 1fr; }
  .trail-card-heading > b { grid-column: 2; }
  .trail-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .trail-footer > div { justify-content: flex-start; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-card { grid-template-columns: 34px 1fr; padding: 12px; gap: 9px; }
  .operation-icon { width: 34px; height: 34px; border-radius: 10px; }
  .operations-panel .section-heading > .status-chip { display: none; }
  .agency-update-heading { display: block; }
  .agency-update-heading p { margin-top: 5px; }
  .agency-social-grid { display: flex; overflow-x: auto; padding-bottom: 3px; scroll-snap-type: x mandatory; }
  .agency-social-card { min-width: 88%; scroll-snap-align: start; }
  .agency-social-card iframe, .fishing-feed-card iframe { height: 300px; }
  .activity-row { grid-template-columns: 90px 1fr auto; gap: 9px; min-height: 76px; }
  .activity-source { max-width: 90px; font-size: .55rem; }
  .source-strip { align-items: flex-start; flex-direction: column; padding: 14px 2px; }
  .source-strip nav { justify-content: flex-start; }
  .mountain-view-grid { grid-template-columns: 1fr; }
  .compact-live-view > div:last-child { padding: 9px 10px; }
  .source-directory { display: none; }
  .photo-dialog form, .partner-dialog form { padding: 17px; }
  .form-grid { grid-template-columns: 1fr; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
  .dialog-actions .button { width: 100%; }
  .footer-row { min-height: 76px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
