/* ============================================================
   WALLEYE MAFIA — Northwoods + Mafia. Boundary Waters, Ely MN.
   ============================================================ */
:root {
  --night:   #0e1512;   /* deep pine-black bg */
  --night-2: #121b16;
  --panel:   #16211b;   /* card surface */
  --panel-2: #1b2820;
  --cream:   #f4ecd8;   /* paper text */
  --cream-dim:#c3bca4;
  --pine:    #1f5c3d;
  --pine-2:  #4fb37c;   /* bright lake-forest */
  --lake:    #2b8ca6;   /* teal accent */
  --lake-2:  #63c6dd;
  --gold:    #e6b53c;   /* trophy foil */
  --gold-2:  #ffd97a;
  --blood:   #b23a2e;   /* mob red */
  --blood-2: #d9503f;
  --line:    rgba(230,181,60,.22);
  --godfather: 'WalleyeGodfather', 'Cinzel', 'Playfair Display', 'Times New Roman', serif;
  --display: 'Anton', 'Impact', 'Arial Black', sans-serif;
  --head:    'Oswald', 'Trebuchet MS', sans-serif;
  --body:    'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --marker:  'Permanent Marker', cursive;
  --script:  'Caveat', cursive;
}
/* Drop a Godfather-style font into assets/ named godfather.woff2 or godfather.ttf
   (a font you own, e.g. your purchased pack) and the hero snaps to it.
   Until then it falls back to Cinzel, a free serif with the same classic feel. */
@font-face {
  font-family: 'WalleyeGodfather';
  src: url('../assets/godfather.woff2') format('woff2'),
       url('../assets/godfather.ttf') format('truetype');
  font-display: swap;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(ellipse at 20% -10%, rgba(43,140,166,.12), transparent 55%),
    radial-gradient(ellipse at 100% 0%, rgba(31,92,61,.16), transparent 50%),
    var(--night);
  color: var(--cream); font-family: var(--body); font-size: 17px; line-height: 1.6; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--lake-2); }

/* subtle pinstripe overlay: mob touch */
.pinstripe { pointer-events: none; position: fixed; inset: 0; z-index: 1;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0 1px, transparent 1px 7px);
  opacity: .6; }

/* ============ NAV ============ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; gap: 1.2rem; padding: .7rem 1.4rem;
  background: linear-gradient(180deg, rgba(10,14,11,.97), rgba(10,14,11,.78));
  border-bottom: 1px solid var(--line); backdrop-filter: blur(9px);
}
.nav-logo {
  display: flex; align-items: center; gap: .5rem; font-family: var(--display);
  font-size: 1.3rem; letter-spacing: .04em; text-decoration: none; color: var(--gold); line-height: 1;
}
.nav-logo img { height: 42px; width: auto; }
.nav-logo span { color: var(--cream); font-family: var(--godfather); font-weight: 900; letter-spacing: .01em; }
.nav-links { display: flex; gap: 1rem; margin-left: auto; flex-wrap: wrap; }
.nav-links a {
  color: var(--cream); text-decoration: none; font-family: var(--head);
  font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 500;
  padding: .25rem 0; border-bottom: 2px solid transparent; transition: .2s;
}
.nav-links a:hover { color: var(--gold-2); border-color: var(--gold); }
#nav-burger { display: none; margin-left: auto; background: none; border: 1px solid var(--gold); color: var(--gold); font-size: 1.2rem; padding: .3rem .6rem; border-radius: 4px; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; text-align: center; overflow: hidden; }
.hero-art { position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, #0c2230 0%, #123141 30%, #16342f 62%, #0e1512 100%);
}
.hero-art::before { /* moon glow */
  content: ''; position: absolute; top: 12%; left: 50%; transform: translateX(-50%);
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, #fdf6dd 0%, rgba(253,246,221,.5) 40%, transparent 70%);
  filter: blur(2px); opacity: .85;
}
.hero-pines { position: absolute; inset: auto 0 0 0; z-index: 1; width: 100%; height: 42%; }
.hero-water { position: absolute; inset: auto 0 0 0; z-index: 1; height: 26%;
  background: linear-gradient(180deg, rgba(43,140,166,.28), rgba(14,21,18,.9));
  box-shadow: inset 0 8px 30px rgba(0,0,0,.5); }
.hero-grad { position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse at 50% 42%, transparent 30%, rgba(14,21,18,.35) 70%, rgba(14,21,18,.85) 100%); }
.hero-inner { position: relative; z-index: 3; padding: 5rem 1rem 4rem; }
.hero-crest { width: 132px; height: 132px; margin: 0 auto 1rem; filter: drop-shadow(0 8px 24px rgba(0,0,0,.6)); animation: fadeUp .8s .1s both; }
.hero-logo { width: min(560px, 88vw); height: auto; margin: 0 auto .4rem; filter: drop-shadow(0 14px 38px rgba(0,0,0,.6)); animation: fadeUp .9s .05s both; }
.hero-logo.is-fallback { width: 150px; }
.hero-kicker { font-family: var(--head); letter-spacing: .38em; font-size: .8rem; color: var(--lake-2); text-transform: uppercase; animation: fadeUp .8s .25s both; }
.hero-title { font-family: var(--godfather); font-weight: 900; font-size: clamp(3rem, 11vw, 8.2rem); line-height: .96; margin: .6rem 0 .3rem; letter-spacing: .005em; animation: fadeUp .8s .4s both; }
.hero-title .l1 { display: block; color: var(--cream); text-shadow: 0 4px 0 rgba(0,0,0,.6); }
.hero-title .l2 {
  display: block;
  background: linear-gradient(180deg, #fff2c8 0%, var(--gold-2) 34%, var(--gold) 52%, #7c5410 62%, var(--gold-2) 82%, #fff8e1 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,.85)) drop-shadow(0 0 30px rgba(230,181,60,.35));
}
.hero-sub { font-family: var(--head); letter-spacing: .28em; font-size: clamp(.85rem, 2.4vw, 1.2rem); color: var(--cream); text-transform: uppercase; animation: fadeUp .8s .6s both; }
.hero-loc { letter-spacing: .16em; font-size: .8rem; color: var(--cream-dim); margin-top: .5rem; text-transform: uppercase; animation: fadeUp .8s .72s both; }
.hero-cta { margin-top: 2rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; animation: fadeUp .8s .95s both; }
.hero-scroll { position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%); color: var(--gold); z-index: 3; animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.btn { display: inline-block; font-family: var(--head); letter-spacing: .13em; font-weight: 600; text-decoration: none; text-transform: uppercase; font-size: .85rem; padding: .85rem 1.7rem; border-radius: 4px; cursor: pointer; border: none; transition: .18s; }
.btn-hot { background: linear-gradient(180deg, var(--blood-2), var(--blood)); color: #fff; box-shadow: 0 6px 18px rgba(178,58,46,.4), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-hot:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(178,58,46,.6); }
.btn-ghost { background: transparent; color: var(--gold-2); border: 2px solid var(--gold); }
.btn-ghost:hover { background: rgba(230,181,60,.12); transform: translateY(-2px); }

/* ============ TICKER ============ */
.ticker { overflow: hidden; background: linear-gradient(180deg, var(--blood), #8f2c22); color: var(--cream); border-block: 2px solid #000; }
.ticker-track { display: flex; white-space: nowrap; animation: tick 40s linear infinite; }
.ticker-track span { font-family: var(--head); font-weight: 600; letter-spacing: .16em; font-size: .82rem; padding: .55rem 0; text-transform: uppercase; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ============ SECTIONS ============ */
.section { padding: 5.5rem 1.4rem; position: relative; z-index: 2; scroll-margin-top: 70px; }
.section-alt { background: linear-gradient(180deg, var(--night-2), var(--night)); }
.wrap { max-width: 1080px; margin: 0 auto; }
.wrap-wide { max-width: 1320px; }
.wrap-narrow { max-width: 780px; }
.sec-title { font-family: var(--godfather); font-weight: 900; font-size: clamp(2.2rem, 5.6vw, 3.6rem); color: var(--gold); text-align: center; letter-spacing: .01em; text-shadow: 0 3px 0 #000; }
.sec-title::after { content: ''; display: block; width: 90px; height: 3px; margin: .7rem auto 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.sec-sub { text-align: center; color: var(--cream-dim); font-size: 1.05rem; max-width: 640px; margin: .9rem auto 0; }
.sec-sub em { color: var(--gold-2); font-style: normal; }
.disclaimer { font-family: var(--script); color: var(--pine-2); text-align: center; font-size: 1.15rem; margin: 1.4rem auto 0; max-width: 620px; }

.intro { padding: 4.5rem 1.4rem 3.5rem; text-align: center; }
.intro-crest { width: min(760px, 94vw); height: auto; margin: 0 auto 1.8rem; border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(0,0,0,.6); }
.intro-crest.is-fallback { width: 110px; border: none; box-shadow: none; }
.intro-line { max-width: 860px; margin: 0 auto; font-size: clamp(1.1rem, 2.3vw, 1.38rem); line-height: 1.75; color: var(--cream); }
.intro-line em { color: var(--gold-2); font-style: italic; }

/* ============ ROSTER CARDS (dossiers) ============ */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; margin-top: 2.6rem; }
.card { background: linear-gradient(165deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform .25s, box-shadow .25s; position: relative; }
.card:hover { transform: translateY(-6px); box-shadow: 0 16px 42px rgba(0,0,0,.55), 0 0 0 1px rgba(230,181,60,.4); z-index: 2; }
.card-photo { position: relative; aspect-ratio: 4/3.4; overflow: hidden; background: #14201a; }
.card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, center 25%); transition: transform .4s; }
.card:hover .card-photo img { transform: scale(1.05); }
.card-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(14,21,18,.96)); }
.card-num { position: absolute; top: .7rem; left: .7rem; z-index: 2; font-family: var(--display); font-size: 1.3rem; color: var(--night); background: var(--gold); padding: .05rem .55rem; border-radius: 5px; box-shadow: 0 2px 8px rgba(0,0,0,.5); }
.card-name { position: absolute; bottom: .5rem; left: 1rem; right: 1rem; z-index: 2; font-family: var(--display); font-size: 1.55rem; color: var(--cream); letter-spacing: .02em; text-shadow: 0 2px 0 #000; line-height: 1.05; }
.card-name small { display: block; font-family: var(--head); font-size: .68rem; font-weight: 600; letter-spacing: .22em; color: var(--blood-2); text-transform: uppercase; margin-top: .2rem; }
.card-body { padding: 1.1rem 1.2rem 1.3rem; }
.card-bio { font-size: .95rem; color: var(--cream-dim); }
.card-stats { margin-top: .9rem; display: grid; gap: .35rem; font-size: .9rem; }
.card-stats div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed rgba(244,236,216,.14); padding-bottom: .3rem; }
.card-stats dt { font-family: var(--head); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; color: var(--lake-2); }
.card-stats dd { color: var(--gold-2); text-align: right; }

/* ============ THE LINEUP (mugshot banner) ============ */
.lineup {
  margin: 2.4rem 0 .5rem; border: 1px solid var(--line); border-radius: 12px; padding: 1.2rem 1rem 1.3rem;
  background:
    repeating-linear-gradient(0deg, rgba(230,181,60,.10) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #1b1710, #14190f);
  box-shadow: inset 0 0 40px rgba(0,0,0,.45);
}
.lineup-title { font-family: var(--godfather); font-weight: 900; text-align: center; color: var(--gold-2); font-size: 1.5rem; letter-spacing: .04em; margin-bottom: 1rem; }
.lineup-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(132px, 1fr); gap: .7rem; overflow-x: auto; padding-bottom: .4rem; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
.mug { text-align: center; scroll-snap-align: start; }
.mug img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: 6px; border: 2px solid rgba(12,23,18,.9); box-shadow: 0 6px 16px rgba(0,0,0,.5); transition: transform .25s; }
.mug:hover img { transform: translateY(-3px); }
.mug-board { display: block; margin-top: .45rem; font-family: var(--head); font-weight: 600; font-size: .52rem; letter-spacing: .1em; color: var(--gold-2); background: #0c1712; border: 1px solid var(--line); border-radius: 4px; padding: .3rem .2rem; line-height: 1.5; }
.mug-name { display: block; margin-top: .35rem; font-family: var(--display); font-size: 1rem; color: var(--cream); letter-spacing: .02em; }
.mug-tag { display: block; font-family: var(--head); font-weight: 600; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blood-2); }

/* ============ SEASON HISTORY (the record) ============ */
.albums { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.album { border: 1px solid var(--line); border-radius: 10px; padding: 1.6rem 1.4rem; background: linear-gradient(165deg, var(--panel-2), var(--panel)); position: relative; overflow: hidden; }
.album-year { font-family: var(--display); font-size: 4rem; line-height: 1; color: transparent; -webkit-text-stroke: 2px rgba(230,181,60,.5); position: absolute; top: .3rem; right: .8rem; opacity: .8; }
.album h3 { font-family: var(--head); font-weight: 600; letter-spacing: .08em; font-size: .9rem; color: var(--lake-2); margin-bottom: .7rem; padding-right: 3rem; text-transform: uppercase; }
.album h3 span { display: block; font-family: var(--display); color: var(--gold-2); font-size: 1.35rem; margin-top: .25rem; letter-spacing: .01em; }
.album p { font-size: .93rem; color: var(--cream-dim); }
.album-next { border-style: dashed; border-color: rgba(79,179,124,.5); }

/* ============ ITINERARY (the job) ============ */
.setlist { margin: 3.4rem auto 0; max-width: 580px; position: relative; background: linear-gradient(175deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: 6px; padding: 1.8rem 1.6rem 1.6rem; box-shadow: 0 12px 32px rgba(0,0,0,.5); }
.setlist-title { font-family: var(--display); font-size: 1.7rem; color: var(--gold); text-align: center; }
.setlist-sub { text-align: center; font-family: var(--head); font-weight: 600; letter-spacing: .14em; font-size: .68rem; color: var(--cream-dim); margin: .3rem 0 1.3rem; text-transform: uppercase; }
.setlist-list { list-style: none; counter-reset: set; display: grid; gap: .7rem; padding: 0; }
.setlist-list li { counter-increment: set; font-family: var(--head); font-weight: 500; letter-spacing: .04em; font-size: .95rem; color: var(--cream); border-bottom: 1px dashed rgba(244,236,216,.14); padding-bottom: .55rem; }
.setlist-list li::before { content: counter(set, decimal-leading-zero); color: var(--blood-2); font-family: var(--display); margin-right: .6rem; }
.setlist-list small { display: block; font-family: var(--body); letter-spacing: 0; color: var(--cream-dim); font-size: .84rem; margin-top: .18rem; }
.setlist-encore { margin-top: 1.3rem; text-align: center; font-family: var(--display); color: var(--gold); font-size: 1.3rem; }
.setlist-encore span { display: block; font-family: var(--script); color: var(--cream-dim); font-size: 1.05rem; margin-top: .1rem; }

/* ============ THE VAULT (awards) ============ */
.awards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.award { background: linear-gradient(165deg, var(--panel-2), var(--panel)); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); transition: transform .22s; padding: 1.4rem 1.3rem 1.5rem; }
.award:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,.5); }
.award-badge { font-size: 2.4rem; display: block; margin-bottom: .6rem; filter: drop-shadow(0 3px 6px rgba(0,0,0,.5)); }
.award h3 { font-family: var(--head); font-weight: 600; letter-spacing: .04em; color: var(--gold); font-size: 1.08rem; text-transform: uppercase; }
.award p { font-size: .92rem; color: var(--cream-dim); margin-top: .4rem; }

/* ============ QUIZ ============ */
.quiz { margin-top: 2.4rem; background: linear-gradient(165deg, var(--panel-2), var(--panel)); border: 2px solid var(--lake); border-radius: 12px; padding: 2.2rem 1.8rem; box-shadow: 0 0 34px rgba(43,140,166,.15); }
.quiz-screen.hidden { display: none; }
.quiz-big { font-family: var(--head); font-weight: 600; letter-spacing: .16em; text-align: center; font-size: 1.1rem; color: var(--lake-2); margin-bottom: 1.6rem; text-transform: uppercase; }
#quiz-start, #quiz-end { text-align: center; }
.quiz-meta { display: flex; justify-content: space-between; font-family: var(--head); font-weight: 600; font-size: .8rem; letter-spacing: .12em; color: var(--cream-dim); margin-bottom: 1.2rem; }
.quiz-q { font-size: 1.28rem; margin-bottom: 1.4rem; color: var(--cream); }
.quiz-answers { display: grid; gap: .7rem; }
.quiz-answers button { text-align: left; font-family: var(--body); font-size: 1rem; color: var(--cream); background: var(--night-2); border: 1px solid rgba(244,236,216,.22); border-radius: 7px; padding: .8rem 1rem; cursor: pointer; transition: .15s; }
.quiz-answers button:hover:not(:disabled) { border-color: var(--gold); color: var(--gold-2); transform: translateX(4px); }
.quiz-answers button.right { background: rgba(79,179,124,.18); border-color: var(--pine-2); color: var(--pine-2); }
.quiz-answers button.wrong { background: rgba(178,58,46,.18); border-color: var(--blood-2); color: var(--blood-2); }
.quiz-answers button:disabled { cursor: default; }
.quiz-feedback { margin-top: 1.1rem; font-family: var(--script); font-size: 1.15rem; color: var(--gold-2); min-height: 1.6em; }
.quiz-rank { font-family: var(--display); font-size: 2.4rem; color: var(--gold); margin: .5rem 0 .3rem; }
.quiz-rank-line { font-family: var(--script); color: var(--cream-dim); font-size: 1.15rem; margin-bottom: 1.2rem; }
.quiz-stamp-wrap { margin: 1rem 0; }
.quiz-stamp { display: inline-block; font-family: var(--head); font-weight: 700; letter-spacing: .14em; color: var(--blood-2); border: 3px solid var(--blood-2); border-radius: 6px; padding: .25rem 1rem; transform: rotate(-6deg); text-transform: uppercase; }
.quiz-share { color: var(--cream-dim); font-size: .9rem; margin: 1rem 0; }
.quiz-bail { background: none; border: none; color: var(--cream-dim); font-family: var(--head); font-size: .72rem; letter-spacing: .12em; cursor: pointer; margin-top: 1rem; opacity: .7; text-transform: uppercase; }
.quiz-bail:hover { color: var(--blood-2); opacity: 1; }

/* ============ SHARED FORMS ============ */
.submit-q, .story-add, .upload-wrap { text-align: center; margin-top: 2rem; }
.subq-form, .up-form { display: grid; gap: .7rem; text-align: left; margin: 1.4rem auto 0; background: var(--night-2); border: 1px dashed var(--gold); border-radius: 10px; padding: 1.4rem; max-width: 620px; }
.subq-note { font-family: var(--script); color: var(--pine-2); font-size: 1.05rem; }
.subq-form input[type="text"], .subq-form input[type="password"], .subq-form textarea,
.up-form input[type="text"], .up-form input[type="password"],
.post-form input, .post-form textarea {
  background: var(--panel); color: var(--cream); border: 1px solid rgba(244,236,216,.22); border-radius: 6px; padding: .72rem .9rem; font-family: var(--body); font-size: .98rem; width: 100%;
}
.subq-form input:focus, .subq-form textarea:focus, .up-form input:focus, .post-form input:focus, .post-form textarea:focus { outline: 2px solid var(--lake); }
.subq-opts { display: grid; gap: .5rem; }
.subq-opts label { display: flex; gap: .7rem; align-items: center; }
.subq-opts input[type="radio"] { accent-color: var(--blood); width: 1.1rem; height: 1.1rem; flex-shrink: 0; }
.subq-msg, .story-msg { font-family: var(--script); color: var(--gold-2); min-height: 1.4em; text-align: center; font-size: 1.05rem; }
.ghost { border: 1px solid rgba(79,179,124,.35); border-radius: 8px; padding: 1rem; background: rgba(31,92,61,.1); display: grid; gap: .6rem; }
.ghost-lead { font-size: .92rem; color: var(--cream-dim); }
.ghost-note { font-family: var(--script); color: var(--pine-2); font-size: 1rem; }
.up-form input[type="file"] { color: var(--cream-dim); font-size: .9rem; }
.up-form input[type="file"]::file-selector-button { background: var(--panel); color: var(--lake-2); border: 1px solid var(--lake); border-radius: 5px; padding: .55rem 1rem; margin-right: .8rem; font-family: var(--head); font-weight: 600; letter-spacing: .06em; cursor: pointer; }
.unlocked-note { font-family: var(--script); color: var(--pine-2); font-size: 1rem; }

/* ============ THE BACK ROOM (chat) ============ */
.gate { text-align: center; margin-top: 2.2rem; background: rgba(14,21,18,.7); border: 1px dashed var(--gold); border-radius: 10px; padding: 2rem 1.4rem; }
.gate .hint { color: var(--cream-dim); font-size: .85rem; }
#gate-form { display: flex; gap: .7rem; justify-content: center; margin-top: 1.2rem; flex-wrap: wrap; }
#gate-code { font-family: var(--head); letter-spacing: .3em; text-transform: uppercase; text-align: center; background: var(--panel); color: var(--gold-2); border: 1px solid rgba(230,181,60,.5); border-radius: 5px; padding: .8rem 1rem; font-size: 1rem; width: min(280px, 70vw); }
.gate-err { color: var(--blood-2); font-family: var(--script); font-size: 1.15rem; margin-top: 1rem; }
.gate-err.gate-joke { color: var(--gold-2); }
.post-form { display: grid; gap: .8rem; margin: 2rem 0 2.4rem; background: rgba(14,21,18,.72); border: 1px solid rgba(43,140,166,.35); border-radius: 10px; padding: 1.4rem; }
.post-form textarea { min-height: 110px; resize: vertical; }
.posts { display: grid; gap: 1rem; }
.post { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.2rem; }
.post-head { display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; margin-bottom: .4rem; }
.post-author { font-family: var(--head); font-weight: 600; letter-spacing: .08em; color: var(--lake-2); text-transform: uppercase; }
.post-date { color: var(--cream-dim); }
.post-body { white-space: pre-wrap; font-size: .97rem; }
.posts-empty { text-align: center; color: var(--cream-dim); font-family: var(--script); font-size: 1.1rem; }

/* ============ THE WIRE (leaks) ============ */
.chatlog { margin-top: 2.4rem; display: grid; gap: .55rem; background: rgba(14,21,18,.5); border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1rem; }
.chat-head { display: flex; align-items: center; gap: .6rem; padding: .2rem .4rem .8rem; border-bottom: 1px solid var(--line); margin-bottom: .6rem; }
.chat-avatars { font-size: 1.1rem; }
.chat-title { font-family: var(--head); font-weight: 600; letter-spacing: .06em; color: var(--cream); }
.chat-sub { color: var(--cream-dim); font-size: .78rem; margin-left: auto; }
.chat-note { font-family: var(--script); color: var(--pine-2); margin: 1rem 0 .2rem; font-size: 1.05rem; }
.chat-time { text-align: center; color: var(--cream-dim); font-size: .72rem; letter-spacing: .1em; margin: .4rem 0; }
.bubble { max-width: 80%; padding: .65rem 1rem; border-radius: 16px; font-size: .97rem; line-height: 1.45; }
.bubble span { display: block; font-family: var(--head); font-weight: 600; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--lake-2); margin-bottom: .12rem; }
.bubble.in { background: var(--panel-2); color: var(--cream); border-bottom-left-radius: 4px; justify-self: start; }
.bubble.out { background: linear-gradient(180deg, var(--pine), #16452e); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.bubble.out span { color: rgba(255,255,255,.72); }
.bubble.sys { background: none; color: var(--cream-dim); font-size: .82rem; justify-self: center; text-align: center; font-style: italic; }
.bubble.sys em { color: var(--gold-2); }

/* ============ THE FILES (stories) ============ */
.story-list { display: grid; gap: 1rem; margin-top: 2.2rem; }
.story { background: linear-gradient(165deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: 9px; padding: 1.2rem 1.3rem; }
.story-title { font-family: var(--head); font-weight: 600; letter-spacing: .03em; color: var(--gold); font-size: 1.15rem; }
.story-by { color: var(--cream-dim); font-size: .76rem; margin: .2rem 0 .7rem; font-family: var(--head); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.story-body { white-space: pre-wrap; font-size: .97rem; color: var(--cream); }
.story-more { background: none; border: none; color: var(--lake-2); font-family: var(--head); font-weight: 600; font-size: .75rem; letter-spacing: .1em; cursor: pointer; margin-top: .7rem; padding: .3rem 0; }

/* ============ RULES ============ */
.boat-rules { margin-top: 3.4rem; border-top: 1px dashed rgba(244,236,216,.18); padding-top: 2.4rem; }
.roots-title { font-family: var(--display); font-size: 1.9rem; color: var(--lake-2); text-align: center; margin-bottom: .4rem; }
.rules-list { max-width: 660px; margin: 1.4rem auto 0; padding-left: 1.2rem; display: grid; gap: .8rem; color: var(--cream-dim); font-size: .98rem; list-style: none; }
.rules-list b { color: var(--gold-2); font-family: var(--head); font-weight: 700; letter-spacing: .04em; }

/* ============ GALLERY ============ */
.filters { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center; margin: 2.2rem 0 1.8rem; }
.chip { font-family: var(--head); font-weight: 600; letter-spacing: .06em; font-size: .78rem; text-transform: uppercase; background: var(--panel); color: var(--cream-dim); border: 1px solid rgba(244,236,216,.22); padding: .5rem 1rem; border-radius: 999px; cursor: pointer; transition: .18s; }
.chip:hover { color: var(--gold-2); border-color: var(--gold); }
.chip.active { background: var(--blood); color: #fff; border-color: var(--blood); }
.gallery { columns: 4 260px; column-gap: .8rem; }
.gallery-empty { columns: 1; padding: 2.4rem 1rem; }
.g-item { break-inside: avoid; margin-bottom: .8rem; position: relative; border-radius: 8px; overflow: hidden; cursor: pointer; border: 1px solid rgba(244,236,216,.12); background: none; padding: 0; width: 100%; display: block; }
.g-item img { width: 100%; transition: transform .35s; }
.g-item:hover img { transform: scale(1.05); }
.g-item .g-cap { position: absolute; inset: auto 0 0 0; padding: 1.6rem .7rem .5rem; background: linear-gradient(180deg, transparent, rgba(14,21,18,.92)); font-family: var(--script); font-size: 1rem; color: var(--gold-2); opacity: 0; transition: .25s; text-align: left; }
.g-item:hover .g-cap { opacity: 1; }
.show-all-wrap { text-align: center; margin-top: 1.6rem; }

/* ============ LAKE REPORT ============ */
.aqi-strip { text-align: center; margin: 2rem 0 1.4rem; display: flex; flex-direction: column; gap: .5rem; align-items: center; }
.aqi-pill { font-family: var(--head); font-weight: 600; letter-spacing: .1em; font-size: .82rem; padding: .5rem 1.2rem; border-radius: 999px; border: 2px solid; }
.aqi-good { color: var(--pine-2); border-color: var(--pine-2); }
.aqi-mod { color: var(--gold); border-color: var(--gold); }
.aqi-usg { color: #ff9f43; border-color: #ff9f43; }
.aqi-bad, .aqi-vbad { color: var(--blood-2); border-color: var(--blood-2); }
.aqi-line { color: var(--cream-dim); font-family: var(--script); font-size: 1.05rem; }
.aqi-loading, .wx-loading { color: var(--cream-dim); font-family: var(--script); text-align: center; font-size: 1.1rem; }
.wx-row { display: flex; gap: .7rem; overflow-x: auto; padding: .4rem .2rem 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.wx-card { flex: 0 0 108px; scroll-snap-align: start; text-align: center; background: var(--panel); border: 1px solid rgba(244,236,216,.14); border-radius: 8px; padding: .8rem .5rem; }
.wx-card.today { border-color: var(--lake); box-shadow: 0 0 16px rgba(43,140,166,.22); }
.wx-day { font-family: var(--head); font-weight: 600; font-size: .72rem; letter-spacing: .1em; color: var(--lake-2); }
.wx-date { font-size: .72rem; color: var(--cream-dim); }
.wx-icon { font-size: 1.9rem; margin: .35rem 0; }
.wx-temp { font-size: .95rem; } .wx-temp b { color: var(--gold-2); }
.wx-meta { font-size: .68rem; color: var(--cream-dim); margin-top: .3rem; }

/* ============ MAP ============ */
#map { height: 460px; border-radius: 12px; margin-top: 2.4rem; border: 2px solid var(--line); box-shadow: 0 0 30px rgba(0,0,0,.5); }
.leaflet-tile { filter: brightness(.85) contrast(1.02) saturate(.9); }
.leaflet-container { background: #0d1219; font-family: var(--body); }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: var(--panel); color: var(--cream); }
.leaflet-popup-content b { color: var(--gold); }
.map-fallback { height: 100%; display: grid; place-items: center; text-align: center; padding: 2rem; }
.map-fallback p { font-family: var(--script); color: var(--gold-2); font-size: 1.3rem; }
.map-fallback a { color: var(--lake-2); font-family: var(--head); font-weight: 600; letter-spacing: .08em; font-size: .85rem; }

/* ============ FOOTER ============ */
footer { text-align: center; padding: 3.6rem 1.4rem 2.6rem; border-top: 1px solid var(--line); color: var(--cream-dim); font-size: .9rem; position: relative; z-index: 2; }
.foot-crest { width: min(230px, 64vw); height: auto; margin: 0 auto 1rem; }
.foot-crest.is-fallback { width: 90px; }
.foot-logo { font-family: var(--godfather); font-weight: 900; font-size: 2.1rem; color: var(--gold); margin-bottom: .5rem; }
.foot-small { margin-top: .5rem; font-size: .78rem; letter-spacing: .06em; }
footer a { color: var(--lake-2); }

/* ============ LIGHTBOX ============ */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,9,7,.96); display: grid; place-items: center; }
.lightbox.hidden { display: none; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 8px; box-shadow: 0 0 60px rgba(0,0,0,.8); }
.lb-x, .lb-nav { position: fixed; background: none; border: none; color: var(--cream); font-size: 2.2rem; cursor: pointer; z-index: 2; text-shadow: 0 0 10px #000; transition: .15s; padding: .5rem .9rem; }
.lb-x:hover, .lb-nav:hover { color: var(--gold); transform: scale(1.15); }
.lb-x { top: .8rem; right: 1rem; }
.lb-nav { top: 50%; transform: translateY(-50%); font-size: 3.2rem; }
.lb-prev { left: .6rem; } .lb-next { right: .6rem; }
.lb-cap { position: fixed; bottom: 1.2rem; left: 0; right: 0; text-align: center; font-family: var(--script); color: var(--gold-2); font-size: 1.1rem; }

/* ============ EASTER EGG ============ */
.wm-fish { position: fixed; bottom: 1%; left: -190px; z-index: 400; width: 130px; height: auto; pointer-events: none; animation: wm-swim 4.2s ease-in-out forwards; filter: drop-shadow(0 8px 10px rgba(0,0,0,.55)); }
@keyframes wm-swim { 0% { left: -190px; transform: translateY(0) rotate(-2deg); } 20% { transform: translateY(-13px) rotate(2deg); } 40% { transform: translateY(0) rotate(-2deg); } 60% { transform: translateY(-13px) rotate(2deg); } 80% { transform: translateY(0) rotate(-2deg); } 100% { left: 116vw; transform: translateY(0) rotate(-2deg); } }
.wm-toast { position: fixed; top: 84px; left: 50%; transform: translateX(-50%); z-index: 400; background: linear-gradient(180deg, var(--blood-2), var(--blood)); color: #fff; font-family: var(--head); font-weight: 700; letter-spacing: .08em; padding: .8rem 1.4rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.5); pointer-events: none; animation: wm-toast 4.2s ease-in-out forwards; text-align: center; }
@keyframes wm-toast { 0% { opacity: 0; transform: translate(-50%, -20px); } 12%, 80% { opacity: 1; transform: translate(-50%, 0); } 100% { opacity: 0; transform: translate(-50%, -20px); } }

/* ============ REVEALS ============ */
.pre-reveal { opacity: 0; transform: translateY(26px); }
.sec-title.pre-reveal { transform: scale(1.08); }
.revealed { opacity: 1; transform: none; transition: opacity .45s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--stagger, 0) * 55ms); }

.hidden { display: none !important; }

/* ============ HERO COUNTDOWN (scoreboard) ============ */
.hero-count { margin-top: 1.6rem; animation: fadeUp .8s 1.1s both; }
.hc-label { font-family: var(--head); font-weight: 600; letter-spacing: .2em; font-size: .72rem; color: var(--gold-2); display: block; margin-bottom: .55rem; text-transform: uppercase; }
.hc-digits { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; }
.hc-digits span { background: rgba(14,21,18,.78); border: 1px solid rgba(230,181,60,.4); border-radius: 7px; padding: .45rem .75rem .35rem; font-family: var(--head); font-weight: 600; font-size: .56rem; letter-spacing: .14em; color: var(--cream-dim); display: grid; justify-items: center; min-width: 64px; }
.hc-digits b { font-family: var(--display); font-weight: 400; font-size: 1.8rem; color: var(--gold); line-height: 1.05; font-variant-numeric: tabular-nums; }

/* ============ RESPONSIVE ============ */
@media (max-width: 760px) {
  #nav-burger { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(10,14,11,.98); padding: 1rem 1.4rem; gap: .8rem; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .section { padding: 3.8rem 1rem; }
  .intro { padding: 3rem 1.2rem 2.4rem; }
  .gallery { columns: 2 150px; }
  .hero-cta { width: 100%; padding: 0 1.4rem; }
  .hero-cta .btn { flex: 1 1 100%; text-align: center; padding: 1rem 1.2rem; }
  .cards { gap: 1.1rem; }
  .quiz { padding: 1.5rem 1rem; }
  .quiz-answers button { min-height: 48px; }
  #map { height: 340px; }
  .bubble { max-width: 88%; }
  .lb-nav { font-size: 2.6rem; background: rgba(14,21,18,.45); border-radius: 50%; }
  .lb-x { background: rgba(14,21,18,.45); border-radius: 50%; }
}
@media (max-width: 420px) { .gallery { columns: 2 140px; column-gap: .5rem; } .ticker-track span { font-size: .72rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
.g-item:focus-visible, .chip:focus-visible, .btn:focus-visible { outline: 3px solid var(--lake-2); outline-offset: 2px; }
@media (hover: none) { .g-item .g-cap { opacity: 1; } }
