@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Text:wght@400;700&display=swap');

:root {
  --forest: #173f38;
  --forest-2: #235449;
  --pine: #315d4d;
  --water: #7eb8af;
  --water-light: #d9eee9;
  --cream: #f7f1e7;
  --paper: #fffdf9;
  --gold: #d7a448;
  --ink: #1d2926;
  --muted: #65716d;
  --line: #d8ded9;
  --shadow: 0 18px 50px rgba(17, 48, 42, 0.12);
  --radius: 22px;
  --container: 1180px;
  color: var(--ink);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
::selection { background: var(--water-light); }

h1, h2, h3, blockquote { font-family: 'Libre Caslon Text', Georgia, serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 5.5rem); line-height: 0.98; letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -0.035em; }
h3 { font-size: 1.35rem; line-height: 1.25; }
p { font-size: 1.04rem; line-height: 1.72; color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.soft-section { background: var(--cream); }
.dark-section { background: var(--forest); color: white; }
.dark-section p, .dark-section .section-heading > p { color: rgba(255,255,255,.74); }
.dark-section .eyebrow { color: #b9ddd5; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -80px; padding: 12px 18px; background: white; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.eyebrow { margin-bottom: 14px; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--forest-2); }
.eyebrow.light { color: #d6eee9; }

.utility-bar { background: var(--forest); color: rgba(255,255,255,.78); font-size: .78rem; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner a { display: inline-flex; align-items: center; gap: 6px; color: white; text-decoration: none; }
.current-weather { display: flex; align-items: center; gap: 7px; color: white; line-height: 1.1; }
.weather-icon { font-size: 1rem; }
.weather-reading { display: flex; align-items: baseline; gap: 6px; }
.weather-reading strong { color: white; font-size: .82rem; }
.weather-reading span { color: rgba(255,255,255,.72); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,63,56,.1); }
.header-inner { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 270px; }
.brand img { width: 54px; height: 54px; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.02rem; line-height: 1.2; }
.brand small { color: var(--muted); font-size: .73rem; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { display: inline-flex; align-items: center; gap: 5px; padding: 12px 11px; border-radius: 999px; color: #41504b; text-decoration: none; font-size: .89rem; font-weight: 600; }
.site-nav a .icon { width: .9em; height: .9em; }
.site-nav a:hover, .site-nav a.active { color: var(--forest); background: var(--water-light); }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--cream); color: var(--forest); cursor: pointer; }

.home-hero { position: relative; min-height: 720px; display: grid; align-items: center; color: white; background: var(--forest) url('/assets/soo-lake-sunset.jpg') center / cover no-repeat; overflow: hidden; }
.home-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(9,34,29,.5)); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,35,30,.9) 0%, rgba(9,35,30,.72) 42%, rgba(9,35,30,.15) 85%), linear-gradient(0deg, rgba(8,32,27,.2), rgba(8,32,27,.2)); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 150px; }
.hero-content h1 { max-width: 790px; margin-bottom: 24px; }
.hero-content > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.86); font-size: 1.18rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--gold); background: var(--gold); color: #182420; text-decoration: none; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.button.secondary { border-color: currentColor; background: transparent; color: var(--forest); }
.home-hero .button.secondary { color: white; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); }
.hero-facts { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); width: min(calc(100% - 40px), var(--container)); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,253,249,.96); color: var(--ink); border-radius: var(--radius) var(--radius) 0 0; box-shadow: var(--shadow); }
.hero-facts div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 112px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.85rem; color: var(--forest); }
.hero-facts span { font-size: .83rem; color: var(--muted); }

.page-hero { padding: 118px 0 100px; background: linear-gradient(135deg, var(--forest), #0f312b); color: white; position: relative; overflow: hidden; }
.page-hero::after { content:''; position:absolute; width:420px; height:420px; border: 1px solid rgba(255,255,255,.1); border-radius:50%; right:-100px; top:-220px; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; }
.page-hero .hero-description { max-width: 740px; color: rgba(255,255,255,.78); font-size: 1.16rem; }
.page-hero .eyebrow { color: #b9ddd5; }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { font-size: 1.08rem; }
.split-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.split-layout > div > p:not(.eyebrow) { max-width: 680px; }

.mission-card { padding: 48px; border-radius: var(--radius); color: white; background: var(--forest); box-shadow: var(--shadow); }
.mission-card .eyebrow { color: var(--water-light); }
.mission-card blockquote { margin: 24px 0 0; font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.4; }
.icon-badge { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--water-light); color: var(--forest); margin-bottom: 22px; }
.icon-badge .icon { width: 24px; height: 24px; }
.feature-grid { display: grid; gap: 22px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: .2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card h3 { margin-bottom: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 700; text-decoration: none; }

.update-section { background: #dcece7; }
.update-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: stretch; }
.update-copy, .contact-panel { padding: clamp(34px, 6vw, 64px); border-radius: var(--radius); }
.update-copy { background: var(--paper); }
.update-copy h2 { max-width: 650px; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; background: var(--forest); color: white; }
.contact-panel .eyebrow { color: var(--water-light); }
.contact-panel a { display: flex; align-items: center; gap: 10px; padding: 9px 0; color: white; text-decoration: none; }
.resource-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.resource-preview { padding: 28px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; background: white; transition: .2s ease; }
.resource-preview:hover { transform: translateY(-4px); border-color: var(--water); box-shadow: var(--shadow); }
.resource-preview > span { color: var(--forest-2); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.resource-preview h3 { margin: 16px 0 10px; }
.resource-preview p { font-size: .9rem; }
.resource-preview strong { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: .84rem; }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.cta-strip { padding: 72px 0; background: var(--forest); color: white; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: 0; }

.timeline-card { padding: 36px; border-radius: var(--radius); background: var(--cream); }
.timeline-card > div { display: grid; grid-template-columns: 78px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid rgba(23,63,56,.14); }
.timeline-card > div:last-child { border: 0; }
.timeline-card strong { font-family: 'Libre Caslon Text', Georgia, serif; color: var(--forest); font-size: 1.4rem; }
.timeline-card span { color: var(--muted); line-height: 1.6; }
.mission-wide { max-width: 950px; margin: 0 auto 38px; padding: 42px; display: flex; gap: 28px; align-items: flex-start; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.mission-wide > .icon { width: 48px; height: 48px; color: var(--forest); }
.mission-wide blockquote { margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.45; }
.values-grid article { padding: 28px; border-top: 3px solid var(--gold); }
.people-grid { display: grid; gap: 18px; }
.officers-grid { grid-template-columns: repeat(4, 1fr); margin-bottom: 92px; }
.person-card { padding: 28px; border-radius: 18px; border: 1px solid var(--line); }
.role-label { display: inline-block; margin-bottom: 22px; padding: 6px 10px; border-radius: 999px; background: var(--water-light); color: var(--forest); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.person-card a { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: var(--muted); text-decoration: none; font-size: .9rem; overflow-wrap: anywhere; }
.director-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; border-top: 1px solid var(--line); }
.director-list article { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.director-list h3 { margin: 0; font-size: 1rem; font-family: 'DM Sans', sans-serif; }
.director-list div { display: grid; text-align: right; gap: 3px; }
.director-list a { color: var(--muted); text-decoration: none; font-size: .88rem; }

.process-card { padding: 20px 40px; border-radius: var(--radius); background: var(--cream); }
.process-card > div { display: grid; grid-template-columns: 50px 1fr; column-gap: 18px; padding: 26px 0; border-bottom: 1px solid rgba(23,63,56,.15); }
.process-card > div:last-child { border: 0; }
.process-card span { grid-row: span 2; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-weight: 700; font-size: .8rem; }
.process-card h3 { margin-bottom: 6px; }
.process-card p { margin-bottom: 0; font-size: .92rem; }
.ais-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 42px 0; }
.ais-grid article { padding: 28px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.ais-grid strong { display: block; margin-bottom: 12px; font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.5rem; color: #d7eae5; }
.ais-grid p { margin: 0; font-size: .92rem; }
.report-callout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.report-callout h2 { margin-bottom: 14px; }
.report-callout p:last-child { margin: 0; }

.news-layout { display: grid; grid-template-columns: 1fr 350px; gap: 64px; align-items: start; }
.news-list { display: grid; gap: 22px; }
.news-card { padding: 38px; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.news-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; color: var(--forest-2); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.news-meta time { color: var(--muted); }
.news-note { display: flex; gap: 12px; margin-top: 24px; padding: 18px; border-radius: 14px; background: var(--cream); }
.news-note .icon { margin-top: 5px; color: var(--forest); }
.news-note p { margin: 0; font-size: .9rem; }
.sidebar-card { position: sticky; top: 140px; padding: 34px; border-radius: var(--radius); background: var(--forest); color: white; }
.sidebar-card .eyebrow { color: var(--water-light); }
.sidebar-card p { color: rgba(255,255,255,.72); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.empty-state { max-width: 720px; text-align: center; }
.empty-state > .icon { width: 56px; height: 56px; color: var(--forest); margin-bottom: 18px; }
.empty-state code { padding: 2px 6px; background: rgba(23,63,56,.08); border-radius: 5px; }

.resource-group + .resource-group { margin-top: 68px; }
.resource-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.resource-list > a { min-height: 150px; padding: 28px; display: flex; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; background: white; transition: .2s ease; }
.resource-list > a:hover { border-color: var(--water); box-shadow: var(--shadow); transform: translateY(-3px); }
.resource-list h3 { margin-bottom: 8px; }
.resource-list p { margin: 0; font-size: .9rem; }
.resource-list .icon { color: var(--forest); }
.disclaimer-card { display: flex; align-items: flex-start; gap: 26px; padding: 38px; background: white; border-radius: var(--radius); }
.disclaimer-card > .icon { width: 42px; height: 42px; color: var(--forest); }
.disclaimer-card h2 { font-size: 1.7rem; }
.disclaimer-card p { margin-bottom: 0; }

.game-section { background: linear-gradient(180deg, var(--paper), #e7f5f2); }
.game-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: start; }
.game-panel { overflow: hidden; border: 1px solid rgba(23,63,56,.14); border-radius: 26px; background: #123f49; box-shadow: var(--shadow); }
.game-toolbar { display: grid; grid-template-columns: repeat(3, minmax(72px, 1fr)) auto; gap: 8px; align-items: center; padding: 14px; background: #fffdf9; }
.game-toolbar > div { min-height: 54px; display: grid; place-content: center; text-align: center; padding: 4px 12px; border-radius: 14px; background: var(--cream); }
.game-toolbar span { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.game-toolbar strong { color: var(--forest); font-size: 1.18rem; }
.game-toolbar [data-game-lives] { color: #bf493f; letter-spacing: .08em; white-space: nowrap; }
.game-start { min-height: 50px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--gold); color: #182420; font-weight: 800; cursor: pointer; }
.game-start:hover { filter: brightness(.96); }
.game-start:focus-visible, .game-controls button:focus-visible, .fishing-canvas:focus-visible { outline: 4px solid #f8cf7f; outline-offset: 3px; }
.game-canvas-wrap { position: relative; padding: 0; background: #76bec7; }
.fishing-canvas { display: block; width: 100%; height: auto; aspect-ratio: 900 / 520; background: #75c6d4; touch-action: none; }
.game-controls { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 10px; padding: 14px; background: #0e343a; }
.game-controls button { min-height: 58px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(255,255,255,.1); color: white; font-weight: 800; cursor: pointer; touch-action: manipulation; user-select: none; }
.game-controls button span { font-size: .78rem; }
.game-controls .cast-control { border-color: var(--gold); background: var(--gold); color: #182420; font-size: 1.05rem; }
.game-controls button.is-pressed { transform: translateY(2px); background: rgba(255,255,255,.22); }
.game-controls .cast-control.is-pressed { background: #efc568; }
.game-keyboard-note { margin: 0; padding: 0 18px 16px; color: rgba(255,255,255,.7); font-size: .78rem; text-align: center; }
.game-keyboard-note kbd { display: inline-block; min-width: 24px; padding: 2px 6px; border: 1px solid rgba(255,255,255,.25); border-bottom-width: 3px; border-radius: 5px; color: white; font: inherit; font-weight: 700; }
.game-sidebar { display: grid; gap: 20px; }
.game-instructions { padding: 34px; border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(17,48,42,.08); }
.game-instructions h2 { font-size: 2.15rem; }
.game-instructions ol { display: grid; gap: 20px; margin: 26px 0 30px; padding: 0; list-style: none; counter-reset: game-steps; }
.game-instructions li { position: relative; display: grid; gap: 4px; padding-left: 46px; counter-increment: game-steps; }
.game-instructions li::before { content: counter(game-steps); position: absolute; left: 0; top: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--water-light); color: var(--forest); font-weight: 800; }
.game-instructions li strong { color: var(--ink); }
.game-instructions li span { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.game-tip { display: flex; gap: 12px; margin: 0 0 24px; padding: 18px; border-radius: 16px; background: var(--cream); }
.game-tip > span { font-size: 1.5rem; }
.game-tip p { margin: 0; font-size: .84rem; line-height: 1.55; }
.game-tip strong { display: block; margin-bottom: 3px; color: var(--forest); }
.game-leaderboard { padding: 30px; border-radius: var(--radius); background: #123f49; color: white; box-shadow: 0 14px 40px rgba(17,48,42,.12); }
.game-leaderboard .eyebrow { color: #b9ddd5; }
.game-leaderboard h2 { margin-bottom: 6px; color: white; font-size: 2rem; }
.game-leaderboard .leaderboard-note { margin-bottom: 20px; color: rgba(255,255,255,.68); font-size: .82rem; }
.game-leaderboard ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.game-leaderboard li { min-height: 48px; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; padding: 7px 12px 7px 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); }
.leader-rank { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: .82rem; font-weight: 800; }
.game-leaderboard li[data-rank="1"] .leader-rank { background: #d7a448; color: #362607; }
.game-leaderboard li[data-rank="2"] .leader-rank { background: #d6dde0; color: #354148; }
.game-leaderboard li[data-rank="3"] .leader-rank { background: #bc7a4d; color: #2f1709; }
.leader-name { min-width: 0; overflow: hidden; color: white; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.leader-score { color: #f2ca76; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.game-leaderboard li.is-empty .leader-name, .game-leaderboard li.is-empty .leader-score { color: rgba(255,255,255,.42); }
.score-entry { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.score-entry[hidden] { display: none; }
.score-entry label { display: block; margin-bottom: 9px; color: white; font-size: .86rem; font-weight: 700; line-height: 1.4; }
.score-entry > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.score-entry input { min-width: 0; min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: white; color: var(--ink); }
.score-entry button { min-height: 44px; padding: 0 15px; border: 0; border-radius: 10px; background: var(--gold); color: #182420; font-weight: 800; cursor: pointer; }
.score-entry input:focus-visible, .score-entry button:focus-visible { outline: 3px solid #f8cf7f; outline-offset: 2px; }
.score-entry-message { min-height: 1.4em; margin: 12px 0 0; color: #d5eee8; font-size: .8rem; line-height: 1.4; }

.brag-board-section { background: linear-gradient(180deg, var(--paper), #edf7f4); }
.contest-summary { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 48px; align-items: center; margin-bottom: 42px; }
.contest-summary .section-heading { margin-bottom: 0; }
.contest-dates { display: grid; gap: 5px; padding: 26px 28px; border-radius: 20px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.contest-dates span, .contest-dates small { color: #b9ddd5; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contest-dates strong { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.2rem; line-height: 1.35; }
.brag-board-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fish-board-card { overflow: hidden; min-height: 265px; border: 1px solid rgba(23,63,56,.14); border-radius: 20px; background: white; box-shadow: 0 12px 32px rgba(17,48,42,.08); }
.fish-board-card header { position: relative; display: grid; gap: 3px; padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }
.fish-board-card header > span { position: absolute; top: 18px; right: 20px; color: rgba(23,63,56,.24); font-weight: 900; }
.fish-board-card h2 { margin: 0; font-size: 1.55rem; }
.fish-board-card header small { color: var(--muted); font-size: .76rem; }
.catch-entries { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.catch-entries li { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; min-height: 76px; padding: 13px 20px; border-bottom: 1px solid var(--line); }
.catch-entries li:last-child { border-bottom: 0; }
.catch-entries .place { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catch-entries div { display: grid; gap: 2px; min-width: 0; }
.catch-entries strong { overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.catch-entries small { color: var(--muted); }
.catch-entries b { color: var(--forest); font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.2rem; }
.catch-entries .current-leader { background: #fff8e7; }
.catch-entries .current-leader .place { color: #9a6b12; }
.open-catch { min-height: 180px; display: grid; place-content: center; gap: 4px; padding: 24px; text-align: center; }
.open-catch::before { content: '🎣'; margin-bottom: 6px; font-size: 1.7rem; }
.open-catch strong { color: var(--forest); }
.open-catch span { color: var(--muted); font-size: .84rem; }
.board-source-note { margin: 24px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.contest-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contest-details article { display: flex; gap: 18px; min-height: 200px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.contest-details .detail-icon { flex: 0 0 auto; font-size: 2rem; }
.contest-details .eyebrow { margin-bottom: 8px; }
.contest-details h2 { margin-bottom: 10px; font-size: 1.55rem; }
.contest-details p:last-child { margin: 0; font-size: .9rem; }
.contest-contact { background: var(--forest) !important; }
.contest-contact .eyebrow { color: #b9ddd5; }
.contest-contact h2 { color: white; }
.contest-contact a { display: inline-flex; align-items: center; gap: 8px; color: #f2ca76; font-size: 1.15rem; font-weight: 800; text-decoration: none; }

.contact-layout { display: grid; grid-template-columns: 1fr 390px; gap: 64px; align-items: start; }
.contact-sidebar { display: grid; gap: 18px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-cards article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.contact-cards article > span { color: var(--forest-2); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-cards h2 { margin: 14px 0 18px; font-size: 1.6rem; }
.contact-cards a { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: var(--muted); text-decoration: none; overflow-wrap: anywhere; }
.contact-directors { margin-top: 52px; }
.message-card { padding: 36px; border-radius: var(--radius); background: var(--cream); }
.message-card hr { border: 0; border-top: 1px solid rgba(23,63,56,.16); margin: 34px 0; }
.message-card .check-list li { border-color: rgba(23,63,56,.12); color: var(--muted); }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found .container { max-width: 700px; }
.not-found .container > .icon { width: 70px; height: 70px; color: var(--forest); margin-bottom: 20px; }
.not-found h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }

.site-footer { padding: 72px 0 24px; background: #0d2c27; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand { display: flex; gap: 20px; max-width: 560px; }
.footer-brand img { width: 72px; height: 72px; }
.footer-brand strong { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 1.2rem; }
.footer-brand p, .site-footer p { color: rgba(255,255,255,.65); font-size: .9rem; }
.site-footer h2 { font-family: 'DM Sans', sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: #b9ddd5; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 5px 0; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .75rem; }

@media (max-width: 1000px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 100%; left: 20px; right: 20px; padding: 14px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 16px; }
  .split-layout, .update-grid, .news-layout, .contact-layout, .game-layout { grid-template-columns: 1fr; }
  .brag-board-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid.three, .resource-preview-grid, .officers-grid { grid-template-columns: repeat(2, 1fr); }
  .ais-grid { grid-template-columns: repeat(2, 1fr); }
  .news-layout, .contact-layout { gap: 42px; }
  .sidebar-card { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .weather-reading span { font-size: .72rem; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .88rem; }
  .brand small { display: none; }
  .home-hero { min-height: 740px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,35,30,.9), rgba(9,35,30,.6)); }
  .hero-content { padding: 90px 0 190px; }
  .hero-content h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero-facts { grid-template-columns: 1fr; border-radius: 18px 18px 0 0; }
  .hero-facts div { min-height: 66px; flex-direction: row; gap: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts strong { font-size: 1.2rem; }
  .page-hero { padding: 88px 0 76px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .game-toolbar { grid-template-columns: repeat(3, 1fr); }
  .game-toolbar .game-start { grid-column: 1 / -1; }
  .game-toolbar > div { padding-inline: 6px; }
  .game-controls { gap: 7px; padding: 10px; }
  .game-controls button { min-height: 54px; }
  .game-keyboard-note { display: none; }
  .game-instructions, .game-leaderboard { padding: 28px; }
  .contest-summary, .contest-details, .brag-board-grid { grid-template-columns: 1fr; }
  .contest-summary { gap: 24px; }
  .fish-board-card { min-height: 0; }
  .feature-grid.three, .resource-preview-grid, .officers-grid, .resource-list, .contact-cards, .ais-grid, .director-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .mission-card, .mission-wide, .update-copy, .contact-panel, .news-card, .message-card { padding: 30px; }
  .mission-wide { flex-direction: column; }
  .update-grid { gap: 16px; }
  .report-callout, .cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .director-list article { flex-direction: column; }
  .director-list div { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 8px; }
}

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