/* Shawano Lake field guide — one stylesheet, no build step, no CDN.
   Design: the March 1958 newsstand. See design.md. */

/* ---------- fonts, vendored from Google Fonts, SIL OFL 1.1 ---------- */

@font-face {
  font-family: "Anton"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/anton-400.woff2) format("woff2");
}
@font-face {
  font-family: "Oswald"; font-style: normal; font-weight: 500; font-display: swap;
  src: url(../fonts/oswald-500.woff2) format("woff2");
}
@font-face {
  font-family: "Oswald"; font-style: normal; font-weight: 600; font-display: swap;
  src: url(../fonts/oswald-600.woff2) format("woff2");
}
@font-face {
  font-family: "Source Serif 4"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/source-serif-4-400.woff2) format("woff2");
}
@font-face {
  font-family: "Source Serif 4"; font-style: italic; font-weight: 400; font-display: swap;
  src: url(../fonts/source-serif-4-400-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Source Serif 4"; font-style: normal; font-weight: 600; font-display: swap;
  src: url(../fonts/source-serif-4-600.woff2) format("woff2");
}

/* ---------- tokens ---------- */

:root {
  --paper:    #e9e2d0;
  --paper-hi: #f7f3e8;
  --paper-lo: #ded5bf;
  --ink:      #1c1a15;
  --ink-soft: #544e40;
  --chrome:   #e3d92c;
  --chrome-d: #b8a81c;
  --red:      #c1121f;
  --red-d:    #8f0c17;
  --forest:   #22301c;
  --forest-d: #16200f;
  --river:    #4a6a3e;
  --rock:     #7d5f46;
  --sky:      #cdd4b3;

  --display: "Anton", Haettenschweiler, "Arial Narrow", Impact, sans-serif;
  --head:    "Oswald", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
  --body:    "Source Serif 4", "Iowan Old Style", Palatino, Georgia, serif;
  --mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --wrap: 1120px;
  --art: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.62 var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ---------- the printed surface: paper fiber, then halftone dot ---------- */

body::before,
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 900;
}
body::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: .06;
  mix-blend-mode: multiply;
}
body::after {
  background-image: radial-gradient(var(--ink) .5px, transparent .6px);
  background-size: 3px 3px;
  opacity: .05;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

a { color: var(--red); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--red-d); }

:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }

.skip {
  position: absolute; left: -9999px;
  background: var(--red); color: var(--paper-hi); padding: 10px 16px; z-index: 999;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- masthead: the cover flag ---------- */

.masthead {
  background: var(--forest);
  border-bottom: 3px solid var(--ink);
  position: relative; z-index: 50;
}
.masthead-in { padding-top: 14px; padding-bottom: 10px; }

.brand { display: block; text-decoration: none; color: inherit; }
.brand-mark {
  display: block; font-family: var(--display); color: var(--chrome);
  font-size: clamp(40px, 8.4vw, 104px); line-height: .84;
  letter-spacing: -.005em; text-align: center;
  text-shadow: 3px 3px 0 var(--forest-d), 5px 5px 0 rgba(0,0,0,.35);
}
.brand-sub {
  display: block; font-family: var(--head); font-weight: 500; font-size: 11px;
  letter-spacing: .3em; text-transform: uppercase; text-align: center;
  color: var(--chrome-d); margin-top: 6px;
}
.flag-line {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin: 8px 0 0; padding-top: 8px; max-width: none;
  border-top: 1px solid var(--chrome-d);
  font-family: var(--head); font-weight: 500; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--chrome);
}
.flag-line span:nth-child(2) { color: var(--chrome-d); text-align: center; }

/* the cover flag runs full width; every other page gets a running head */
.pg-index .brand-mark { font-size: clamp(46px, 17vw, 250px); }
.pg-index .brand-sub { font-size: 12px; letter-spacing: .38em; }
.pg-index .masthead-in { padding-top: 18px; padding-bottom: 12px; }

/* ---------- nav: its own sticky rail under the flag ---------- */

.navbar {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper-hi);
  border-bottom: 3px double var(--ink);
  box-shadow: 0 2px 0 rgba(28,26,21,.12);
}
.nav {
  display: flex; gap: 2px; flex-wrap: wrap; align-items: center;
  padding-top: 6px; padding-bottom: 6px;
}
.nav a {
  font-family: var(--head); font-weight: 500; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  color: var(--ink); padding: 7px 12px; border: 1px solid transparent;
}
.nav a:hover { background: var(--sky); border-color: var(--ink); }
.nav a[aria-current="page"] {
  background: var(--red); color: var(--paper-hi); border-color: var(--ink);
  font-weight: 600;
}

/* ---------- the cover: hero on the home page ---------- */

.hero {
  position: relative; overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: var(--forest-d);
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 1;
  filter: sepia(.22) saturate(1.05) contrast(1.04) brightness(1.28);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,18,8,.80) 0%, rgba(11,18,8,.72) 46%, rgba(11,18,8,.30) 74%, rgba(11,18,8,.14) 100%),
    linear-gradient(180deg, rgba(11,18,8,.30) 0%, rgba(11,18,8,.10) 40%, rgba(11,18,8,.46) 100%);
}
.hero-in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start;
  padding-top: 56px; padding-bottom: 56px;
}

/* the white cover-blurb box */
.coverbox {
  background: var(--paper-hi); border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(0,0,0,.42);
  padding: 22px 24px 26px;
}
.coverbox h3 { margin: 0 0 8px; }
.coverbox h3 + ul { margin: 0 0 22px; }
.coverbox ul:last-child { margin-bottom: 0; }
.coverbox ul { list-style: none; padding: 0; }
.coverbox li { margin: 0 0 3px; }
.coverbox a {
  font-family: var(--head); font-weight: 500; font-size: 17px;
  letter-spacing: .005em; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid transparent;
}
.coverbox a:hover { color: var(--red); border-bottom-color: var(--red); }

.hero-copy { padding-top: 4px; }

.kicker {
  font-family: var(--head); font-weight: 600; font-size: 11.5px;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--rock); margin: 0 0 14px;
}
.hero .kicker, .page-head .kicker { color: var(--chrome); }
.hero h1 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(38px, 6.2vw, 74px); line-height: .93;
  margin: 0 0 18px; color: var(--paper-hi); letter-spacing: -.005em;
  text-shadow: 2px 2px 0 rgba(0,0,0,.55);
}
.lede {
  font-size: clamp(17px, 1.6vw, 19.5px); line-height: 1.56; max-width: 58ch;
  color: #ece7d6; margin: 0 0 26px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
/* .lede is light-on-dark, for the hero and the page head. Use .deck for a lead
   paragraph in a body section, which sits on paper. */
.deck {
  font-size: clamp(17px, 1.6vw, 19.5px); line-height: 1.56; max-width: 68ch;
  color: var(--ink); margin: 0 0 24px;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-block; padding: 11px 20px;
  font-family: var(--head); font-weight: 600; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  background: var(--paper-hi); color: var(--ink);
  border: 1px solid var(--ink); box-shadow: 4px 4px 0 rgba(0,0,0,.45);
}
.btn:hover { background: var(--sky); color: var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgba(0,0,0,.45); }
.btn-solid { background: var(--red); color: var(--paper-hi); }
.btn-solid:hover { background: var(--red-d); color: var(--paper-hi); }

/* ---------- page head: the section-opener band ---------- */

.page-head {
  position: relative; overflow: hidden;
  background: var(--forest-d);
  border-bottom: 3px solid var(--ink);
  padding: 54px 0 40px;
}
.page-head::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--art);
  background-size: cover; background-position: center 42%;
  filter: sepia(.22) saturate(1.05) contrast(1.04) brightness(1.24);
  opacity: 1;
}
.page-head::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,18,8,.74) 0%, rgba(11,18,8,.60) 44%, rgba(11,18,8,.24) 72%, rgba(11,18,8,.10) 100%),
    linear-gradient(180deg, rgba(11,18,8,.34) 0%, rgba(11,18,8,.18) 40%, rgba(11,18,8,.58) 100%);
}
.page-head .wrap { position: relative; z-index: 2; }
.page-head h1 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(34px, 5.6vw, 62px); line-height: .95;
  margin: 0 0 14px; color: var(--paper-hi);
  text-shadow: 2px 2px 0 rgba(0,0,0,.55);
}
.page-head .lede { color: #ece7d6; }
.page-head .backlink { color: var(--chrome); }
.page-head .backlink:hover { color: var(--paper-hi); }
.page-head p { color: #ece7d6; }
.page-head .mute { color: #c6ceac; }

/* ---------- sections ---------- */

section { padding: 54px 0; }
section + section { border-top: 1px solid var(--paper-lo); }

h2 {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  font-size: clamp(23px, 2.9vw, 33px); line-height: 1.1;
  letter-spacing: .01em; margin: 0 0 18px; color: var(--ink);
  padding-top: 12px; border-top: 3px solid var(--red);
  max-width: 30ch;
}
h3 {
  font-family: var(--head); font-weight: 600; font-size: 13.5px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin: 32px 0 10px;
}
h4 { font-family: var(--head); font-weight: 600; margin: 0 0 4px; }
p { max-width: 70ch; }
.mute { color: var(--ink-soft); }
strong { font-weight: 600; }

/* ---------- stat grid ---------- */

.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0; margin: 0; background: var(--paper-hi);
  border: 1px solid var(--ink); box-shadow: 5px 5px 0 rgba(28,26,21,.2);
}
/* Rules go on the cells, not in the grid gaps. A gap over an ink background
   paints the unfilled tail of the last row solid black whenever the item count
   does not divide by the column count. */
.stat {
  background: var(--paper-hi); padding: 16px 20px 18px;
  border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  margin: -1px -1px 0 0;
}
.stat dt {
  font-family: var(--head); font-weight: 600; font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--rock); margin-bottom: 6px;
  border-bottom: 1px solid var(--paper-lo); padding-bottom: 6px;
}
.stat dd {
  margin: 0; font-family: var(--head); font-weight: 500; font-size: 21px;
  line-height: 1.22; color: var(--ink);
}

/* ---------- species grid ---------- */

.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
  gap: 24px; margin-top: 10px;
}
.card {
  display: block; text-decoration: none; color: inherit;
  background: var(--paper-hi); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22);
  transition: box-shadow .14s, transform .14s;
}
.card:hover {
  transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--red);
}
.card-img {
  aspect-ratio: 16 / 9; width: 100%; object-fit: contain;
  background: var(--paper-hi); padding: 10px; display: block;
  border-bottom: 1px solid var(--ink);
  filter: sepia(.16) saturate(.94) contrast(1.03);
}
.card-body { padding: 14px 18px 18px; }
.card-body h4 {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  font-size: 18px; letter-spacing: .03em; color: var(--ink); margin: 0 0 3px;
}
.card-latin { font-style: italic; color: var(--ink-soft); font-size: 14px; margin: 0 0 9px; }
.card-note { margin: 0; font-size: 15px; color: var(--ink); line-height: 1.48; }

.tag {
  display: inline-block; font-family: var(--head); font-weight: 500;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  padding: 3px 9px; border: 1px solid var(--rock); color: var(--rock);
  background: var(--paper-hi); margin: 0 6px 6px 0;
}
.tag-hot { border-color: var(--red); color: var(--paper-hi); background: var(--red); }
.tag-closed { border-color: var(--ink); color: var(--paper-hi); background: var(--ink); }
a.tag { text-decoration: none; }
a.tag:hover { border-color: var(--red); color: var(--red); background: var(--sky); }

/* ---------- species detail ---------- */

.sp-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.sp-head img {
  width: 100%; background: var(--paper-hi);
  filter: sepia(.16) saturate(.94) contrast(1.03);
  border: 1px solid var(--ink); padding: 16px;
  box-shadow: 6px 6px 0 rgba(28,26,21,.2);
}
.sp-latin { font-style: italic; color: var(--rock); font-size: 18px; margin: 0 0 16px; }

.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

ul.ticks { list-style: none; padding: 0; margin: 0; }
ul.ticks li {
  position: relative; padding-left: 22px; margin-bottom: 11px;
  max-width: 60ch; line-height: 1.52;
}
ul.ticks li::before {
  content: ""; position: absolute; left: 2px; top: 12px;
  width: 10px; height: 2px; background: var(--red);
}

ul.lures { list-style: none; padding: 0; margin: 0; font-size: 14.5px; }
ul.lures li { position: relative; padding-left: 13px; margin-bottom: 3px; line-height: 1.42; }
ul.lures li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 6px; height: 2px; background: var(--rock);
}

.pull {
  border-left: 4px solid var(--red); padding: 2px 0 2px 20px;
  font-family: var(--body); font-size: 20px; line-height: 1.46; color: var(--ink);
  max-width: 60ch;
}
.hero .pull, .page-head .pull { color: #ece7d6; }

.catch-h { border-top: none; padding-top: 0; max-width: 22ch; }
.lead-fish { background: var(--paper-hi); border-top: 3px solid var(--ink); }

/* ---------- the tactics calendar ---------- */

.periods { display: grid; gap: 0; border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.2); background: var(--paper-hi); }
/* One period per block, meta strip on top. Prose in a narrow grid column
   wraps one word per line, which is why this is not a table. */
.per + .per { border-top: 1px solid var(--ink); }
.per-meta { padding: 18px 22px; border-bottom: 1px solid var(--paper-lo); background: var(--paper); }
.per-when {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .05em; font-size: 15px; line-height: 1.25;
  color: var(--ink); margin: 0 0 14px;
}
.per-dl {
  margin: 0; font-size: 14px;
  display: grid; grid-template-columns: max-content 1fr; gap: 3px 16px;
}
.per-dl dt {
  font-family: var(--head); font-weight: 500; text-transform: uppercase;
  letter-spacing: .12em; font-size: 10.5px; color: var(--rock);
  align-self: baseline; padding-top: 3px;
}
.per-dl dd { margin: 0; line-height: 1.45; max-width: 76ch; }
.per-body { padding: 20px 24px; }
.per-lab {
  font-family: var(--head); font-weight: 500; text-transform: uppercase;
  letter-spacing: .12em; font-size: 10.5px; color: var(--rock);
  margin: 0 0 5px; max-width: none;
}
.per-lab + .lures { margin-bottom: 14px; }
.per-where { margin: 0 0 14px; font-size: 15px; line-height: 1.5; max-width: 68ch; }
.per-note {
  margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-soft);
  border-left: 3px solid var(--paper-lo); padding-left: 12px; max-width: 68ch;
}

@media (max-width: 560px) {
  .per-dl { grid-template-columns: 1fr; gap: 0; }
  .per-dl dt { padding-top: 9px; }
  .per-body { padding: 18px; }
}

/* ---------- question and answer ---------- */

.qa { border-top: 1px solid var(--paper-lo); padding: 22px 0 4px; }
.qa:first-of-type { border-top: 0; padding-top: 4px; }
.qa-q {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .05em; font-size: clamp(15px, 1.6vw, 17px); line-height: 1.3;
  color: var(--red); margin: 0 0 10px; max-width: 52ch;
}
.qa-a { margin: 0; max-width: 72ch; }
.chips a.tag { text-decoration: none; }

/* ---------- tables ---------- */

.tablewrap {
  overflow-x: auto; border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.2); background: var(--paper-hi);
}
table { border-collapse: collapse; width: 100%; font-size: 15px; min-width: 640px; }
th, td { text-align: left; padding: 11px 15px; border-bottom: 1px solid var(--paper-lo); vertical-align: top; }
thead th {
  background: var(--rock); color: var(--paper-hi);
  font-family: var(--head); font-weight: 600; font-size: 10.5px;
  letter-spacing: .15em; text-transform: uppercase;
  position: sticky; top: 0; border-bottom: 1px solid var(--ink);
}
tbody tr:nth-child(even) { background: rgba(125,95,70,.055); }
tbody tr:hover { background: var(--sky); }
td.num { font-family: var(--head); font-weight: 500; font-size: 15px; color: var(--ink); white-space: nowrap; }

.sp-cell { display: flex; align-items: center; gap: 12px; }
.sp-cell img {
  width: 62px; height: 40px; object-fit: contain; flex: none;
  background: var(--paper-hi); border: 1px solid var(--ink); padding: 2px;
}
.sp-cell a {
  text-decoration: none; color: var(--ink); font-family: var(--head);
  font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .03em;
}
.sp-cell a:hover { color: var(--red); }

/* ---------- map ---------- */

#map {
  height: 560px; width: 100%; border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.2);
  background: var(--paper-lo); z-index: 1;
  filter: sepia(.34) saturate(.82) contrast(1.04);
}
.map-sm { height: 380px; }
.leaflet-popup-content-wrapper {
  background: var(--paper-hi); color: var(--ink);
  border: 1px solid var(--ink); border-radius: 0; box-shadow: 4px 4px 0 rgba(28,26,21,.35);
}
.leaflet-popup-tip { background: var(--paper-hi); }
.leaflet-popup-content { margin: 13px 16px; font: 15px/1.5 var(--body); }
.leaflet-popup-content b {
  color: var(--red); font-family: var(--head); font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em; font-size: 15px;
}
.leaflet-container a.leaflet-popup-close-button { color: var(--ink-soft); }

.mapfig { margin: 0; }
.mapfig img {
  width: 100%; border: 1px solid var(--ink); background: #fff; display: block;
  box-shadow: 5px 5px 0 rgba(28,26,21,.2);
}
.mapfig figcaption { font-size: 14px; color: var(--ink-soft); margin-top: 12px; }

.sheets { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }

/* ---------- notes: the boxed sidebar ---------- */

.note {
  background: var(--paper-hi); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22);
  padding: 18px 22px; margin: 26px 0;
}
.note strong {
  color: var(--red); font-family: var(--head); font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em; font-size: 15px;
}
.note.warn { border-color: var(--red); box-shadow: 5px 5px 0 rgba(193,18,31,.28); }
.note p { margin: 0; max-width: none; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.chips li { display: block; }

/* ---------- spots ---------- */

.spot { border-top: 1px solid var(--paper-lo); padding: 30px 0; }
.spot[hidden] { display: none; }
.spot-n { margin-top: 0; color: var(--rock); }
.spot-h {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  font-size: clamp(22px, 2.8vw, 30px); border-top: none; padding-top: 0; margin-bottom: 10px;
}

/* ---------- species filter ---------- */

.filterbar { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 14px; }
.filt {
  font-family: var(--head); font-weight: 500; font-size: 12.5px;
  letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
  background: var(--paper-hi); color: var(--ink);
  border: 1px solid var(--ink); padding: 7px 14px;
  box-shadow: 3px 3px 0 rgba(28,26,21,.2);
}
.filt:hover { background: var(--sky); }
.filt.is-on {
  background: var(--red); border-color: var(--ink); color: var(--paper-hi); font-weight: 600;
}
.filtnote { font-size: 15px; margin: 0 0 14px; }

/* ---------- footer: the forest ground and the address label ---------- */

.foot {
  border-top: 3px solid var(--ink); background: var(--forest);
  color: #cdd4b3; padding: 48px 0 60px; margin-top: 44px;
}
.foot a { color: var(--chrome); }
.foot a:hover { color: var(--paper-hi); }
.foot-h {
  font-family: var(--head); font-weight: 600; font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--chrome);
  border-top: 3px solid var(--chrome-d); padding-top: 12px;
  margin: 0 0 16px; max-width: 30ch;
}
.sources { color: #cdd4b3; font-size: 14.5px; padding-left: 20px; max-width: 88ch; }
.sources li { margin-bottom: 7px; }
.fine {
  font-size: 14px; color: var(--ink-soft); max-width: 86ch; margin-top: 22px; line-height: 1.55;
}
.foot .fine { color: #a9b391; }
.foot .fine:last-of-type {
  background: var(--paper-hi); color: var(--ink); border: 1px solid var(--ink);
  padding: 14px 18px; transform: rotate(-.35deg);
  box-shadow: 4px 4px 0 rgba(0,0,0,.4); max-width: 54ch;
  font-family: var(--head); font-weight: 500; font-size: 13px; line-height: 1.5;
}
.foot .fine:last-of-type a { color: var(--red); }
.foot .fine:last-of-type a:hover { color: var(--red-d); }

.backlink {
  display: inline-block; font-family: var(--head); font-weight: 500;
  font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--rock); text-decoration: none; margin-bottom: 18px;
}
.backlink:hover { color: var(--red); }

/* ---------- per-page art on the opener band ---------- */

.pg-index   { --art: url(../img/art/hero-fishing-adirondacks.jpg); }
.pg-catch   { --art: url(../img/art/brook-trout-fishing.jpg); }
.pg-species { --art: url(../img/art/leaping-trout.jpg); }
.pg-spots   { --art: url(../img/art/adirondack-lake.jpg); }
.pg-records { --art: url(../img/art/leaping-trout.jpg); }
.pg-access  { --art: url(../img/art/end-of-day.jpg); }
.pg-regs    { --art: url(../img/art/fly-fishing.jpg); }
.pg-faq     { --art: url(../img/art/adirondack-lake.jpg); }
.pg-credits { --art: url(../img/art/brook-trout-fishing.jpg); }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .hero-in { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; padding-bottom: 44px; }
  .coverbox { order: 2; max-width: 420px; }
  .hero-copy { order: 1; }
}

@media (max-width: 860px) {
  .sp-head, .cols, .cols-3 { grid-template-columns: 1fr; gap: 28px; }
  section { padding: 42px 0; }
  #map { height: 420px; }
  .flag-line { flex-direction: column; align-items: center; gap: 3px; text-align: center; }
  .flag-line span:nth-child(2) { text-align: center; }
  .page-head { padding: 40px 0 32px; }
}

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

@media print {
  body::before, body::after { display: none; }
  .navbar, .hero-img { display: none; }
  .hero::after { display: none; }
  body { background: #fff; color: #000; }
}

/* ---------- season chart: the month-by-month bite ---------- */

.vh {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.seasonfig { margin: 0 0 26px; }
.sc-lead {
  font-family: var(--head); font-weight: 600; text-transform: uppercase;
  font-size: clamp(17px, 2.1vw, 22px); line-height: 1.18; letter-spacing: .01em;
  color: var(--ink); margin: 0 0 18px; max-width: 34ch;
}

.sc-chart {
  background: var(--paper-hi); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22);
  padding: 20px 18px 16px;
}

.sc-bars, .sc-axis, .sc-band {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px;
}
.sc-bars { height: 138px; align-items: end; }
.sc-col { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }

.sc-bar { height: var(--h); border: 1px solid var(--ink); border-bottom: none; }
.sc-v4 { background: var(--red); }
.sc-v3 { background: var(--river); }
.sc-v2 { background: var(--sky); }
.sc-v1 { background: var(--paper-lo); }
.sc-v0 {
  background: repeating-linear-gradient(135deg, var(--ink) 0 3px, var(--paper-hi) 3px 7px);
  border-color: var(--red);
}

.sc-flag {
  display: block; font-family: var(--head); font-weight: 600;
  font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--red); text-align: center; margin-bottom: 5px;
}

.sc-axis {
  margin-top: 8px; padding-top: 7px; border-top: 2px solid var(--ink);
  font-family: var(--head); font-weight: 500; font-size: 12px;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft);
  text-align: center;
}
.sc-axis .is-shut { color: var(--red); text-decoration: line-through; }

.sc-band { margin-top: 7px; }
.sc-band span {
  font-family: var(--head); font-weight: 600; font-size: 10.5px;
  letter-spacing: .07em; text-transform: uppercase; text-align: center;
  padding: 4px 4px; border: 1px solid var(--ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sc-spawn { background: var(--chrome); color: var(--ink); }
.sc-ice   { background: var(--paper); color: var(--ink-soft); border-style: dashed; }

.sc-key {
  display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none;
  margin: 14px 0 0; padding: 0;
  font-family: var(--head); font-weight: 500; font-size: 12px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft);
}
.sc-key li { display: flex; align-items: flex-end; gap: 7px; line-height: 1; }
.sc-key .sc-sw { display: block; width: 13px; min-height: 4px; border: 1px solid var(--ink); border-bottom: none; }

.spawnbox {
  margin: 24px 0; padding: 20px 22px;
  background: var(--chrome); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.28);
}
.spawnbox-h {
  font-family: var(--head); font-weight: 600; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); margin: 0 0 7px;
  border-bottom: 1px solid var(--ink); padding-bottom: 7px;
}
.spawnbox-when {
  font-family: var(--display); font-size: clamp(24px, 3.4vw, 36px); line-height: 1.02;
  letter-spacing: .005em; color: var(--ink); margin: 0 0 12px; max-width: 24ch;
}
.spawnbox p:last-child { margin: 0; max-width: 68ch; color: var(--ink); }

@media (max-width: 620px) {
  .sc-bars { height: 106px; }
  .sc-axis { font-size: 10px; letter-spacing: 0; }
  .sc-flag { display: none; }
  .sc-band span { font-size: 8.5px; letter-spacing: 0; padding: 3px 2px; }
}

/* ---------- tackle box: what to tie on ---------- */

.tackle { display: grid; gap: 1px; background: var(--ink); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22); margin: 0 0 8px; }

.tk { display: grid; grid-template-columns: 300px 1fr; gap: 0; background: var(--paper-hi); }
.tk-first { background: var(--paper-hi); }
.tk-first .tk-kind { color: var(--paper-hi); background: var(--red); display: inline-block;
  padding: 3px 9px; }

.tk-fig { background: var(--paper); border-right: 1px solid var(--paper-lo);
  display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tk-fig img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; display: block; }
.tk-fig .plate { width: 100%; padding: 10px; }
.tk-fig .plate svg { width: 100%; height: auto; }

.tk-body { padding: 20px 24px 22px; }
.tk-kind { font-family: var(--head); font-weight: 600; font-size: 10.5px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--rock); margin: 0 0 6px; }
.tk-name { font-family: var(--head); font-weight: 600; text-transform: uppercase;
  font-size: 22px; letter-spacing: .01em; color: var(--ink); margin: 0 0 8px;
  border: none; padding: 0; }
.tk-spec { font-family: var(--head); font-weight: 500; font-size: 16px; line-height: 1.35;
  color: var(--ink); background: var(--chrome); display: inline-block;
  padding: 5px 11px; margin: 0 0 12px; border: 1px solid var(--ink); }
.tk-what { margin: 0 0 10px; font-size: 15.5px; }
.tk-here { margin: 0 0 14px; font-size: 15.5px; }
.tk-here strong { font-family: var(--head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .06em; font-size: 13px; color: var(--red); }

.mstrip { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px;
  list-style: none; margin: 0; padding: 0; max-width: 340px; }
.mstrip li { font-family: var(--head); font-weight: 600; font-size: 11px;
  text-align: center; padding: 4px 0; border: 1px solid var(--paper-lo);
  color: var(--ink-soft); background: var(--paper); }
.mstrip li.is-on { background: var(--river); border-color: var(--ink); color: var(--paper-hi); }

/* ---------- drawn plates ---------- */

.plate { background: var(--paper-hi); }
.plate svg { display: block; width: 100%; height: auto; }
.platefig { margin: 0 0 30px; border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22); background: var(--paper-hi); }
.platefig figcaption { border-top: 1px solid var(--paper-lo); padding: 12px 18px;
  font-size: 14px; color: var(--ink-soft); }

/* ---------- glossary ---------- */

.gloss { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px; background: var(--ink); border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(28,26,21,.22); margin: 0; }
.gloss > div { background: var(--paper-hi); padding: 16px 20px 18px; }
.gloss dt { font-family: var(--head); font-weight: 600; font-size: 15px;
  text-transform: uppercase; letter-spacing: .06em; color: var(--red); margin-bottom: 5px; }
.gloss dd { margin: 0; font-size: 15px; line-height: 1.5; }

@media (max-width: 780px) {
  .tk { grid-template-columns: 1fr; }
  .tk-fig { border-right: none; border-bottom: 1px solid var(--paper-lo); }
  .tk-fig img { min-height: 190px; max-height: 240px; }
  .mstrip { max-width: none; }
}

/* ---------- tackle strip: thumbnails on a prose page ---------- */

.tstrip { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px; list-style: none; margin: 16px 0 0; padding: 0; }
.tstrip a { display: block; text-decoration: none; color: var(--ink);
  border: 1px solid var(--ink); background: var(--paper-hi);
  box-shadow: 4px 4px 0 rgba(28,26,21,.2); }
.tstrip a:hover { box-shadow: 6px 6px 0 rgba(193,18,31,.32); }
.tstrip img { width: 100%; height: 130px; object-fit: cover; display: block;
  border-bottom: 1px solid var(--paper-lo); }
.tstrip-plate { display: block; height: 130px; overflow: hidden;
  border-bottom: 1px solid var(--paper-lo); background: var(--paper); }
.tstrip-plate svg { width: 100%; height: auto; }
.tstrip-n { display: block; padding: 10px 12px 2px; font-family: var(--head);
  font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; }
.tstrip-s { display: block; padding: 0 12px 12px; font-size: 13px;
  color: var(--ink-soft); line-height: 1.4; }
