/* Putnam Local Scoop — issue page styles (Rundown tokens, locked Aug 30 2026) */
* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #111827; --body: #374151; --muted: #6b7280; --faint: #737373; --line: #e5e7eb;
  --p1: #a8b7ff; --p2: #255bee; --p3: #1e4bd0; --link: #1e4bd0;
  --pgrad: linear-gradient(135deg, #6254ff, #255bee);
  --maxw: 720px;
}
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; color: var(--ink); background: #fff; font-size: 16.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

header.masthead { border-bottom: 1px solid var(--line); padding: 16px 0; position: sticky; top: 0; background: #fffffff2; backdrop-filter: blur(8px); z-index: 5; }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wordmark { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 19px; letter-spacing: -0.3px; }
.ydot { width: 30px; height: 30px; border-radius: 9px; background: var(--pgrad); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
nav.top { display: flex; gap: 16px; align-items: center; }
nav.top a { color: var(--muted); text-decoration: none; font-size: 14.5px; font-weight: 700; }
nav.top a:hover { color: var(--ink); }
.btn { border: none; cursor: pointer; color: #fff; font-weight: 800; font-size: 14.5px; padding: 11px 20px; border-radius: 9px; font-family: inherit; background: var(--pgrad); transition: all .12s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,91,238,.35); }

.crumbs { font-size: 13px; color: var(--faint); font-weight: 700; padding: 18px 0 0; }
.crumbs a { color: var(--link); text-decoration: none; }

.issue-bar { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 0 6px; }
.issue-no { font-size: 13.5px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; color: var(--link); }
.issue-date { font-size: 13.5px; color: var(--faint); font-weight: 700; }

h1.headline { font-size: 33px; font-weight: 900; letter-spacing: -0.8px; line-height: 1.16; margin: 6px 0 10px; }
.weather { font-size: 14.5px; color: var(--faint); font-weight: 700; padding-bottom: 18px; border-bottom: 1px solid var(--line); }

.inthis { background: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 12px; padding: 16px 18px; margin: 20px 0 6px; }
.inthis h4 { font-size: 13px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; color: var(--link); margin-bottom: 8px; }
.inthis ul { list-style: none; }
.inthis li { font-size: 15px; font-weight: 700; color: var(--body); padding: 4px 0; }
.inthis li a { color: var(--ink); text-decoration: none; }
.inthis li a:hover { color: var(--link); }

.feature-img { width: 100%; border-radius: 14px; border: 1px solid var(--line); margin-top: 18px; }

.label { font-size: 12.5px; font-weight: 900; letter-spacing: 2.2px; text-transform: uppercase; color: var(--link); margin: 34px 0 4px; display: flex; align-items: center; gap: 8px; }
.label::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.story { padding: 20px 0; border-bottom: 1px solid var(--line); }
.story:last-child { border-bottom: none; }
.story .thumb { width: 100%; border-radius: 12px; border: 1px solid var(--line); margin-bottom: 12px; }
.story h2 { font-size: 23px; font-weight: 900; letter-spacing: -0.3px; line-height: 1.28; margin-bottom: 6px; text-wrap: balance; max-width: 40ch; }
.story h2 .l2 { display: block; color: var(--muted); }
.story h2 a { color: inherit; text-decoration: none; }
.story h2 a:hover { text-decoration: underline; text-decoration-color: var(--p2); text-decoration-thickness: 2px; }
.read-time { font-size: 13.5px; color: var(--faint); font-weight: 700; white-space: nowrap; }
.story p { font-size: 16.5px; color: var(--body); margin: 6px 0 8px; }
.byline { font-size: 13px; color: var(--faint); font-weight: 800; letter-spacing: .3px; margin: 2px 0 6px; }
.byline b { color: var(--link); }
.source { font-size: 14px; color: var(--muted); font-weight: 700; }
.source a { color: var(--link); text-decoration: none; }
.source a:hover { text-decoration: underline; }
.sample-note { font-size: 12.5px; color: var(--faint); font-weight: 700; margin-top: 6px; }
.verdict { font-size: 18px; font-weight: 800; color: var(--ink); margin: 10px 0; letter-spacing: -.2px; }

.day { padding: 13px 0; border-bottom: 1px solid var(--line); }
.day:last-child { border-bottom: none; }
.day h3 { font-size: 12.5px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; color: var(--link); margin-bottom: 4px; }
.day p { font-size: 15.5px; color: var(--body); font-weight: 600; }
.day .where { font-size: 13.5px; color: var(--muted); font-weight: 600; }

/* Search-answer card — the Entry 05 addition: question, fast answer, source */
.qa { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin: 14px 0; background: #fbfcff; }
.qa .q { font-size: 17px; font-weight: 900; letter-spacing: -.2px; margin-bottom: 4px; }
.qa .a { font-size: 15.5px; color: var(--body); }
.qa .src { font-size: 12.5px; color: var(--faint); font-weight: 700; margin-top: 6px; }

/* AI Corner — the saved AI slot, violet-tinted */
.aicorner { background: #f8f7ff; border: 1px solid #ece9fb; border-radius: 12px; padding: 16px 18px; margin-top: 30px; }
.aicorner h4 { font-size: 13px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; color: #6d3bab; margin-bottom: 6px; }
.aicorner p { font-size: 15px; color: var(--body); font-weight: 600; margin: 4px 0; }
.aicorner .tip { font-size: 16px; color: var(--ink); font-weight: 700; }

.subscribe-card { border: 1px solid var(--line); border-radius: 14px; padding: 20px; margin: 30px 0 4px; }
.subscribe-card h3 { font-size: 19px; font-weight: 900; letter-spacing: -0.3px; margin-bottom: 4px; }
.subscribe-card p { font-size: 14.5px; color: var(--muted); font-weight: 600; margin-bottom: 12px; }
.subscribe-row { display: flex; gap: 10px; }
.subscribe-row input { flex: 1; border: 1.5px solid var(--line); border-radius: 9px; padding: 12px 14px; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink); outline: none; min-width: 0; }
.subscribe-row input:focus { border-color: var(--p2); box-shadow: 0 0 0 3px #255bee22; }

.feedback { background: #f5f5f5; border: 1px solid #e5e5e5; border-radius: 12px; padding: 16px 18px; margin-top: 30px; }
.feedback h4 { font-size: 15px; font-weight: 900; margin-bottom: 4px; }
.feedback p { font-size: 14.5px; color: var(--body); font-weight: 600; }

.keep { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.keep .kcard { border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.keep .kcard .no { font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--faint); }
.keep .kcard h4 { font-size: 15px; font-weight: 800; margin-top: 5px; }
.keep .kcard h4 a { color: inherit; text-decoration: none; }
.keep .kcard h4 a:hover { color: var(--link); }

footer { margin-top: 40px; border-top: 1px solid var(--line); padding: 26px 0 46px; }
.foot-mark { font-weight: 900; font-size: 16px; margin-bottom: 6px; }
footer p { font-size: 13.5px; color: var(--faint); font-weight: 600; max-width: 540px; }
.foot-links { margin-top: 12px; display: flex; gap: 16px; flex-wrap: wrap; }
.foot-links a { font-size: 13.5px; color: var(--muted); font-weight: 700; text-decoration: none; }
.foot-links a:hover { color: var(--link); }

#toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(80px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 10px; font-size: 14.5px; font-weight: 700; opacity: 0; transition: all .25s ease; pointer-events: none; }
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

#lead, #schools, #roads, #ai, #events, #answers { scroll-margin-top: 84px; }
.btn:focus-visible, .subscribe-row input:focus-visible, nav.top a:focus-visible, .foot-links a:focus-visible { outline: 3px solid currentColor; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
@media (max-width: 560px) { h1.headline { font-size: 26px; } .subscribe-row { flex-direction: column; } .keep { grid-template-columns: 1fr; } nav.top a.hide-sm { display: none; } }
