:root {
  --navy: #06264b;
  --navy-deep: #041a33;
  --blue: #0d3e72;
  --gold: #e6aa00;
  --gold-dark: #9b6f00;
  --gold-light: #f5c64a;
  --paper: #f7f5ef;
  --ink: #15202c;
  --muted: #5c6874;
  --line: #d8d4c9;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shadow: 0 20px 50px rgba(4, 26, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 18px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
main { display: flex; flex-direction: column; }
main > #top { order: 1; }
main > .rule { order: 2; }
main > #top-story { order: 3; }
main > #latest { order: 4; }
main > #county-desk { order: 5; }
main > #community { order: 6; }
main > #edition { order: 7; }
main > .between-section { order: 8; }
main > #achievements { order: 9; }
main > .up-next { order: 10; }
main > #about { order: 11; }
main > #contact { order: 12; }
.lead-copy, .edition-copy, .story-grid > *, .news-grid > *, .about-grid > *, .contact-grid > *, .corrections-layout > * { min-width: 0; }
.lead h1, .section-heading h2, .edition-copy h2, .up-next h2, .about-grid h2, .contact-grid h2, .corrections-hero h1, .correction-entry h2 { max-width: 100%; overflow-wrap: anywhere; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--gold); color: var(--navy-deep); padding: 10px 16px; font-family: var(--sans); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.edition-bar { display: flex; justify-content: center; gap: 28px; padding: 7px 20px; background: var(--navy-deep); color: #fff; font: 700 .72rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.edition-bar time, .edition-bar span { white-space: nowrap; }
.masthead { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 18px; }
.brand { display: flex; align-items: center; gap: 22px; text-decoration: none; }
.brand img { width: 116px; height: 116px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.brand-type { display: grid; line-height: .93; text-transform: uppercase; }
.brand-type strong { color: var(--navy); font: 900 clamp(1.6rem, 4vw, 3.05rem)/.95 var(--sans); letter-spacing: -.045em; }
.brand-type b { color: var(--gold); font: 900 clamp(1.65rem, 4vw, 3.15rem)/1 var(--sans); letter-spacing: -.045em; }
.brand-type small { margin-top: 12px; color: var(--navy); font: 700 .76rem/1.2 var(--sans); letter-spacing: .23em; }
.masthead-note { max-width: 260px; margin: 0; padding-left: 22px; border-left: 3px solid var(--gold); color: var(--muted); font: italic 1rem/1.5 var(--serif); }
.primary-nav { background: var(--navy); border-bottom: 4px solid var(--gold); }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; }
.nav-links a { padding: 13px 18px; color: #fff; text-decoration: none; font: 700 .78rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255,255,255,.12); color: var(--gold-light); }

.lead { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; padding-block: 56px 48px; }
.kicker, .label { margin: 0 0 9px; color: var(--blue); font: 800 .76rem/1.25 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.lead h1 { margin: 0; color: var(--navy-deep); font: 800 clamp(2.3rem, 5vw, 4.65rem)/.97 var(--serif); letter-spacing: -.045em; }
.dek { max-width: 760px; margin: 22px 0; color: #3b4855; font-size: 1.25rem; line-height: 1.5; }
.lead-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 2px solid transparent; text-decoration: none; font: 800 .8rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover, .button-outline:focus-visible { background: var(--navy); color: #fff; }
.button-light { border-color: rgba(255,255,255,.65); color: #fff; }
.button-light:hover, .button-light:focus-visible { background: #fff; color: var(--navy); }
.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 0; border-block: 1px solid var(--line); }
.fact-strip div { padding: 15px 14px 14px 0; }
.fact-strip div + div { padding-left: 15px; border-left: 1px solid var(--line); }
.fact-strip dt { color: var(--muted); font: 700 .68rem/1.2 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.fact-strip dd { margin: 5px 0 0; color: var(--navy-deep); font-weight: 700; line-height: 1.3; }
.lead-photo { margin: 0; background: var(--navy); box-shadow: var(--shadow); }
.lead-photo img { width: 100%; height: 530px; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.lead-photo figcaption, .community-photo figcaption { padding: 9px 12px; background: var(--navy-deep); color: #dce6ef; font: .72rem/1.4 var(--sans); }
.rule { display: flex; align-items: center; gap: 18px; color: var(--gold); font: 800 .72rem/1 var(--sans); letter-spacing: .18em; }
.rule span { height: 1px; flex: 1; background: var(--gold); }

.latest-section { padding-block: 68px; border-block: 1px solid #cfd5da; background: #edf1f4; }
.latest-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 5px solid var(--navy); }
.latest-heading h2 { max-width: 820px; margin: 0; color: var(--navy-deep); font: 800 clamp(2.25rem,4.6vw,4rem)/1 var(--serif); letter-spacing: -.04em; }
.latest-intro { max-width: 850px; margin: 14px 0 0; color: #415162; font-size: 1.02rem; line-height: 1.6; }
.latest-update { flex: 0 0 auto; margin: 0 0 5px; color: var(--muted); font: 700 .68rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.latest-update span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(230,170,0,.14); }
.desk-divider { display: flex; align-items: center; gap: 15px; margin: 34px 0 18px; color: var(--navy); font: 800 .72rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.desk-divider::before, .desk-divider::after { content: ""; height: 1px; flex: 1; background: #bfc9d1; }
.desk-divider::before { flex: 0 0 42px; background: var(--gold); }
.local-news-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); gap: 22px; }
.local-feature { min-width: 0; overflow: hidden; background: #fff; border-top: 7px solid var(--gold); box-shadow: 0 14px 34px rgba(4,26,51,.09); }
.public-safety-feature { border-top-color: var(--navy); }
.local-story-photo { margin: 0; background: var(--navy-deep); }
.local-story-photo img { width: 100%; height: 310px; object-fit: cover; }
.local-story-photo.map-photo { display: grid; place-items: center; background: #dce5ea; }
.local-story-photo.map-photo img { height: 310px; padding: 16px; object-fit: contain; background: #dce5ea; }
.local-story-photo figcaption { min-height: 46px; padding: 9px 13px; background: var(--navy-deep); color: #dce6ef; font: .68rem/1.4 var(--sans); }
.local-feature-copy { padding: 28px 30px 30px; }
.local-feature h3 { margin: 0 0 12px; color: var(--navy-deep); font: 800 clamp(1.65rem,3vw,2.45rem)/1.04 var(--serif); letter-spacing: -.025em; }
.public-safety-feature h3 { font-size: clamp(1.5rem,2.35vw,2rem); }
.local-dek { margin: 0 0 21px; color: #3d4a57; font-size: 1rem; line-height: 1.62; }
.record-status.positive { background: #f8f3df; }
.local-news-secondary { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: 22px; margin-top: 24px; }
.local-brief { min-width: 0; overflow: hidden; background: #fff; border-top: 5px solid var(--navy); box-shadow: 0 10px 26px rgba(4,26,51,.07); }
.local-brief-photo { border-top-color: var(--gold); }
.local-brief-image { display: flex; min-width: 0; margin: 0; flex-direction: column; background: var(--navy-deep); }
.local-brief-image img { width: 100%; height: 300px; object-fit: cover; object-position: 50% 68%; }
.local-brief-image figcaption { padding: 9px 12px; background: var(--navy-deep); color: #dce6ef; font: .65rem/1.4 var(--sans); }
.local-brief-copy { display: flex; min-width: 0; padding: 26px 28px 28px; flex-direction: column; }
.local-brief h3 { margin: 0 0 10px; color: var(--navy-deep); font: 800 clamp(1.55rem,2.8vw,2.2rem)/1.06 var(--serif); letter-spacing: -.025em; }
.local-brief-copy > p:not(.web-byline) { margin: 0 0 18px; color: #3d4a57; font-size: .96rem; line-height: 1.58; }
.local-number-row { display: grid; grid-template-columns: repeat(3,1fr); margin: 2px 0 20px; border-block: 1px solid var(--line); }
.local-number-row div { padding: 12px 12px 12px 0; }
.local-number-row div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.local-number-row dt { color: var(--navy); font: 900 1.25rem/1 var(--sans); }
.local-number-row dd { margin: 5px 0 0; color: var(--muted); font: 700 .62rem/1.25 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.sports-result { display: grid; grid-template-rows: auto 1fr; }
.sports-scoreboard { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: end; align-content: center; padding: 24px 28px; background: var(--navy-deep); color: #fff; }
.sports-scoreboard p { grid-column: 1 / -1; margin: 0; color: var(--gold-light); font: 800 .68rem/1.2 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.sports-scoreboard strong { grid-row: span 2; color: #fff; font: 900 4.5rem/.84 var(--serif); letter-spacing: -.06em; }
.sports-scoreboard span { color: var(--gold-light); font: 900 2rem/1 var(--sans); text-align: right; }
.sports-scoreboard small { color: #d7e2eb; font: 700 .62rem/1.3 var(--sans); letter-spacing: .05em; text-align: right; text-transform: uppercase; }
.latest-grid { display: grid; grid-template-columns: minmax(0,1.42fr) minmax(330px,.78fr); gap: 22px; }
.latest-lead, .latest-card, .brief-wire article { background: #fff; }
.latest-lead { align-self: start; padding: 34px 36px; border-top: 7px solid var(--gold); box-shadow: 0 14px 34px rgba(4,26,51,.09); }
.story-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-bottom: 12px; color: var(--blue); font: 800 .65rem/1.25 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.story-meta span + span, .story-meta time { position: relative; }
.story-meta span + span::before, .story-meta time::before { content: ""; position: absolute; left: -8px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); translate: 0 -50%; }
.latest-lead h3, .latest-card h3, .brief-wire h3 { color: var(--navy-deep); letter-spacing: -.025em; }
.latest-lead h3 { max-width: 760px; margin: 0 0 16px; font: 800 clamp(2rem,4vw,3.3rem)/1.02 var(--serif); }
.web-byline { margin: -4px 0 17px !important; color: var(--blue) !important; font: 800 .68rem/1.3 var(--sans) !important; letter-spacing: .075em; text-transform: uppercase; }
.latest-dek { max-width: 760px; margin: 0 0 25px; color: #344353; font-size: 1.14rem; line-height: 1.62; }
.web-fact-row { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 25px; border-block: 1px solid var(--line); }
.web-fact-row div { padding: 13px 15px 13px 0; }
.web-fact-row div + div { padding-left: 15px; border-left: 1px solid var(--line); }
.web-fact-row dt { color: var(--muted); font: 800 .62rem/1.2 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.web-fact-row dd { margin: 4px 0 0; color: var(--navy-deep); font: 800 .98rem/1.25 var(--serif); }
.latest-side { display: grid; gap: 22px; }
.latest-card { display: flex; flex-direction: column; padding: 26px 28px; border-top: 5px solid var(--navy); box-shadow: 0 10px 26px rgba(4,26,51,.06); }
.latest-card h3 { margin: 0 0 10px; font: 800 1.6rem/1.08 var(--serif); }
.latest-card > p { margin: 0 0 18px; color: #3d4a57; font-size: .96rem; line-height: 1.58; }
.web-story { margin-top: auto; border-top: 1px solid var(--line); }
.web-story summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; color: var(--navy); cursor: pointer; list-style: none; font: 800 .72rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.web-story summary::-webkit-details-marker { display: none; }
.web-story summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); }
.web-story summary span::before, .web-story summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; background: var(--navy-deep); translate: -50% -50%; }
.web-story summary span::after { rotate: 90deg; transition: rotate .2s ease; }
.web-story[open] summary span::after { rotate: 0deg; }
.web-story[open] summary { border-bottom: 1px solid var(--line); }
.web-story-body { padding: 22px 0 2px; }
.web-story-body p { margin: 0 0 16px; line-height: 1.7; }
.web-story-body .article-lede { color: var(--navy-deep); font-size: 1.08rem; font-weight: 700; }
.record-status { margin: 22px 0; padding: 17px 18px; border-left: 5px solid var(--gold); background: #eef2f5; }
.record-status strong { display: block; margin-bottom: 6px; color: var(--navy-deep); font: 800 .72rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.record-status p { margin: 0; font-size: .94rem; line-height: 1.6; }
.web-source-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); }
.web-source-links a, .brief-wire a { color: var(--blue); font: 800 .76rem/1.35 var(--sans); text-underline-offset: 3px; }
.web-source-links a + a::before { content: "•"; margin-right: 8px; color: var(--gold-dark); }
.reported-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 24px; }
.reported-card { min-height: 360px; }
.reported-wide { margin-top: 24px; }
.story-photo { margin: -26px -28px 20px; background: var(--navy-deep); }
.latest-lead > .story-photo { margin: -34px -36px 26px; }
.story-photo img { display: block; width: 100%; height: 220px; object-fit: cover; }
.latest-lead > .story-photo img { height: 340px; }
.latest-lead > .story-photo img[src*="wastewater-plant-aerial"] { height: 460px; object-position: 50% 58%; }
.story-photo img[src*="alma-welcome"] { object-position: 50% 28%; }
.story-photo img[src*="st-louis"] { object-position: 50% 30%; }
.story-photo img[src*="chemistry-lab"] { object-position: 50% 34%; }
.story-photo img[src*="pipe-band"] { object-position: 50% 62%; }
.sports-result .local-brief-image img { height: 220px; object-position: 50% 60%; }
.sports-result { grid-template-rows: auto auto 1fr; }
.story-photo figcaption { padding: 8px 12px; color: #dce6ef; font: .65rem/1.4 var(--sans); }
.brief-wire { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 24px; border-block: 1px solid #cbd2d8; }
.brief-wire article { padding: 26px 28px 28px; }
.brief-wire article + article { border-left: 1px solid #cbd2d8; }
.brief-wire h3 { margin: 0 0 10px; font: 800 1.45rem/1.1 var(--serif); }
.brief-wire p { margin: 0 0 16px; color: #3d4a57; font-size: .94rem; line-height: 1.57; }
.brief-wire .newsroom-note { background: var(--navy-deep); }
.brief-wire .newsroom-note h3, .brief-wire .newsroom-note p { color: #fff; }
.brief-wire .newsroom-note .story-meta, .brief-wire .newsroom-note a { color: var(--gold-light); }

.story-section, .news-section { padding-block: 64px; }
.section-heading { margin-bottom: 26px; }
.section-heading h2 { margin: 0; color: var(--navy-deep); font: 800 clamp(2rem, 4vw, 3.5rem)/1.05 var(--serif); letter-spacing: -.035em; }
.section-heading.ruled { padding-bottom: 20px; border-bottom: 5px solid var(--navy); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); gap: 48px; }
.main-story { min-width: 0; }
.main-story > * { break-inside: avoid; }
.main-story p { margin-top: 0; }
.byline { column-span: all; padding-block: 9px; border-block: 1px solid var(--line); color: var(--muted); font: 700 .72rem/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.dropcap::first-letter { float: left; padding: 8px 8px 0 0; color: var(--gold); font: 800 4.5rem/.72 var(--serif); }
.story-lede { max-width: 760px; margin-bottom: 24px; font-size: 1.18rem; line-height: 1.72; }
.story-brief { max-width: 800px; margin-bottom: 22px; font-size: 1.02rem; line-height: 1.72; }
.story-snapshot { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 24px; border-block: 1px solid var(--line); }
.story-snapshot div { min-width: 0; padding: 15px 18px 15px 0; }
.story-snapshot div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.story-snapshot span { display: block; margin-bottom: 5px; color: var(--muted); font: 800 .64rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.story-snapshot strong { color: var(--navy-deep); font: 800 1rem/1.25 var(--serif); }
.clarification { padding: 16px 18px; border-left: 4px solid var(--gold); background: #fff; font-size: .95rem; }
.text-link { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.article-expander, .card-expander { break-inside: avoid; margin-top: 18px; border: 1px solid var(--line); background: #fff; }
.article-expander { overflow: hidden; border-color: #bec9d2; border-radius: 3px; box-shadow: 0 14px 32px rgba(5,31,59,.08); }
.article-expander summary, .card-expander summary { position: relative; padding: 15px 46px 15px 17px; color: var(--navy-deep); cursor: pointer; font: 800 .82rem/1.35 var(--sans); letter-spacing: .035em; list-style: none; }
.article-expander summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 104px; padding: 20px 24px; background: linear-gradient(115deg,#fff 0%,#f2f5f7 100%); }
.article-expander summary::-webkit-details-marker, .card-expander summary::-webkit-details-marker { display: none; }
.article-expander summary:hover, .article-expander summary:focus-visible { background: #eef3f6; }
.article-expander summary:focus-visible { outline: 3px solid rgba(236,175,0,.45); outline-offset: -3px; }
.expander-copy { display: grid; gap: 3px; }
.expander-label { color: var(--gold-dark); font: 800 .65rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.expander-copy strong { color: var(--navy-deep); font: 800 1.35rem/1.15 var(--serif); letter-spacing: -.015em; }
.expander-copy small { color: var(--muted); font: 500 .78rem/1.45 var(--sans); letter-spacing: 0; }
.expander-icon { position: relative; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); box-shadow: 0 5px 14px rgba(213,157,0,.22); }
.expander-icon::before, .expander-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: var(--navy-deep); translate: -50% -50%; }
.expander-icon::after { rotate: 90deg; transition: rotate .2s ease; }
.article-expander[open] .expander-icon::after { rotate: 0deg; }
.article-expander[open] summary { position: sticky; top: 0; z-index: 3; border-bottom: 1px solid var(--line); background: rgba(247,249,250,.97); backdrop-filter: blur(8px); }
.card-expander summary::after { content: "+"; position: absolute; top: 50%; right: 17px; translate: 0 -50%; color: var(--gold); font: 900 1.35rem/1 var(--sans); }
.card-expander[open] summary::after { content: "−"; }
.card-expander[open] summary { border-bottom: 1px solid var(--line); background: #eef2f5; }
.article-full { max-width: 820px; margin-inline: auto; padding: 46px 42px 42px; }
.article-full h3 { margin: 38px 0 12px; color: var(--navy-deep); font: 800 1.55rem/1.18 var(--serif); letter-spacing: -.015em; }
.article-full p { margin: 0 0 20px; font-size: 1.04rem; line-height: 1.78; }
.article-reader-head { margin-bottom: 38px; padding-bottom: 30px; border-bottom: 4px solid var(--navy); }
.article-reader-head .kicker { margin: 0 0 10px; color: var(--gold-dark); font: 800 .7rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.article-reader-head h3 { margin: 0 0 14px; font-size: clamp(1.75rem,3vw,2.4rem); line-height: 1.08; }
.article-reader-head p:last-child { margin: 0; color: var(--muted); font: 700 .72rem/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.article-end-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.card-expander { margin-bottom: 15px; }
.card-expander p { padding-inline: 17px; }
.card-expander p:first-of-type { padding-top: 15px; }
.card-expander p:last-child { padding-bottom: 17px; }
.dark-expander { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.dark-expander summary { color: #fff; }
.dark-expander[open] summary { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.1); }
.secondary-record-link { display: inline-block; margin-top: 3px; font-size: .92rem; }
.record-card { align-self: start; padding: 26px; border-top: 8px solid var(--gold); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.record-card h3 { margin: 0 0 16px; font-size: 1.65rem; }
.source-list { margin: 0; padding-left: 20px; }
.source-list li { margin-bottom: 12px; }
.source-list a { color: #fff; text-underline-offset: 3px; }
.record-note { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.record-note p { margin: 7px 0 0; color: #dbe4ed; font-size: .92rem; }

.edition-section { padding-block: 70px; background: var(--navy-deep); color: #fff; }
.edition-grid { display: grid; grid-template-columns: minmax(560px, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center; }
.edition-preview { min-width: 0; margin: 0; }
.edition-fan { display: flex; align-items: flex-end; justify-content: center; min-height: 455px; padding: 34px 24px 20px; }
.edition-page { position: relative; z-index: var(--layer); flex: 0 0 175px; width: 175px; margin-left: -98px; color: #fff; text-decoration: none; transform: rotate(var(--angle)) translateY(var(--drop)); transform-origin: 50% 100%; filter: drop-shadow(0 20px 23px rgba(0,0,0,.4)); transition: transform .22s ease, filter .22s ease; }
.edition-page:first-child { margin-left: 0; }
.edition-page img { display: block; width: 100%; height: auto; aspect-ratio: 8.5 / 11; object-fit: contain; background: #fff; border: 3px solid #fff; }
.edition-page span { position: absolute; top: 8px; left: 8px; padding: 5px 7px; background: rgba(4,26,51,.92); color: #fff; font: 800 .62rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.edition-page-1 { --angle: -8deg; --drop: 14px; --layer: 1; }
.edition-page-2 { --angle: -5deg; --drop: 7px; --layer: 2; }
.edition-page-3 { --angle: -2deg; --drop: 1px; --layer: 3; }
.edition-page-4 { --angle: 2deg; --drop: 1px; --layer: 4; }
.edition-page-5 { --angle: 5deg; --drop: 7px; --layer: 5; }
.edition-page-6 { --angle: 8deg; --drop: 14px; --layer: 6; }
.edition-page:hover, .edition-page:focus-visible { z-index: 20; outline: none; transform: rotate(0) translateY(-22px) scale(1.09); filter: drop-shadow(0 28px 28px rgba(0,0,0,.52)); }
.edition-page:focus-visible img { outline: 4px solid var(--gold); outline-offset: 3px; }
.edition-preview figcaption { display: grid; justify-items: center; gap: 6px; margin-top: 18px; color: #fff; text-align: center; }
.edition-preview figcaption strong { font: 800 .82rem/1.25 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.edition-preview figcaption small { max-width: 430px; color: #cbd7e3; font: .82rem/1.45 var(--sans); }
.edition-copy .kicker { color: var(--gold-light); }
.edition-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.edition-heading-row .kicker { margin: 0; }
.edition-badge { flex: none; padding: 7px 11px; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.07); color: #fff; font: 800 .68rem/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.edition-copy h2 { margin: 0; font-size: clamp(2.35rem, 4.6vw, 4.45rem); line-height: .98; }
.edition-copy h2 span { color: var(--gold); }
.edition-date { color: var(--gold-light); font: 800 .78rem/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.edition-copy > p:not(.kicker,.edition-date) { max-width: 680px; color: #dbe4ed; font-size: 1.1rem; }
.edition-deck { margin-bottom: 0; }
.edition-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0 18px; border-block: 1px solid rgba(255,255,255,.22); }
.edition-facts span { display: grid; gap: 4px; padding: 13px 12px; color: #dbe4ed; font: 700 .76rem/1.25 var(--sans); }
.edition-facts span + span { border-left: 1px solid rgba(255,255,255,.22); }
.edition-facts strong { color: var(--gold-light); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.edition-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.edition-contents { padding: 20px 22px 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.contents-heading { margin: 0 0 10px; color: #fff; font: 800 1rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.contents-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.contents-heading + .contents-list { margin-top: 0; }
.contents-list li { border-bottom: 1px solid rgba(255,255,255,.17); }
.contents-list li:last-child { border-bottom: 0; }
.contents-list a { display: grid; grid-template-columns: 38px 1fr; gap: 2px 12px; padding: 10px 4px; color: #fff; text-decoration: none; }
.contents-list a:hover strong, .contents-list a:focus-visible strong { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.contents-list span { grid-row: 1 / 3; align-self: start; color: var(--gold-light); font: 900 .79rem/1.65 var(--sans); }
.contents-list strong { font: 800 .91rem/1.35 var(--sans); }
.contents-list small { color: #b9c8d6; font: .76rem/1.35 var(--sans); }
.edition-help { margin: 14px 0 0; color: #aebdca !important; font: .82rem/1.5 var(--sans) !important; }

.news-grid { display: grid; grid-template-columns: 1.1fr .85fr .95fr; gap: 22px; }
.news-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 30px rgba(4,26,51,.06); }
.news-card:not(.photo-card) { padding: 28px; }
.news-card h3, .briefs h3, .event-card h3, .business-callout h3 { margin: 0 0 12px; color: var(--navy-deep); font: 800 1.65rem/1.1 var(--serif); }
.news-card p { margin: 0 0 16px; }
.feature-card { border-top: 7px solid var(--gold); }
.status { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.numbers-card { background: var(--navy) !important; color: #fff; }
.numbers-card .label { color: var(--gold-light); }
.numbers-card h3 { color: #fff; }
.budget-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 18px 0; background: rgba(255,255,255,.2); }
.budget-list div { padding: 14px; background: var(--navy); }
.budget-list dt { color: var(--gold-light); font: 900 1.25rem/1 var(--sans); }
.budget-list dd { margin: 6px 0 0; font: 700 .68rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.photo-card img { width: 100%; height: 230px; object-fit: cover; }
.image-flipped { transform: scaleX(-1); }
.card-body { padding: 24px; }
.photo-credit { margin-top: 18px !important; color: var(--muted); font: .72rem/1.4 var(--sans); }
.briefs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.briefs article + article { padding-left: 30px; border-left: 1px solid var(--line); }

.community-section { padding-block: 66px; background: linear-gradient(135deg, var(--navy-deep), #0d477e); color: #fff; }
.section-heading.light .kicker { color: var(--gold-light); }
.section-heading.light h2 { color: #fff; }
.community-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.community-photo { grid-row: span 2; margin: 0; }
.community-photo img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.event-card { padding: 25px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); }
.event-card h3 { color: #fff; }
.event-card p { color: #dfe9f2; }
.date-chip { display: inline-block; margin: 0 0 12px !important; padding: 5px 9px; background: var(--gold); color: var(--navy-deep) !important; font: 800 .72rem/1.2 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.light-link { color: var(--gold-light); }
.neighbor { grid-column: 2 / -1; }

.achievements-section { padding-block: 72px; background: #eef2f5; border-bottom: 1px solid #d1d9df; }
.achievements-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 48px; align-items: end; margin-bottom: 34px; }
.achievements-heading h2 { max-width: 850px; margin: 0; color: var(--navy-deep); font: 800 clamp(2.1rem, 4vw, 3.7rem)/1.02 var(--serif); letter-spacing: -.035em; }
.achievements-heading p:last-child { max-width: 760px; margin-bottom: 0; color: #435260; font-size: 1.08rem; }
.achievement-examples { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.achievement-examples span { padding: 7px 10px; border: 1px solid #b9c6d0; background: #fff; color: var(--blue); font: 700 .72rem/1.2 var(--sans); }
.achievements-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 28px; align-items: start; }
.achievement-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 28px; border-top: 8px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.achievement-form .form-heading, .achievement-form .form-row-wide { grid-column: 1 / -1; }
.achievement-form .form-heading h3, .achievement-feed-panel h3 { margin: 0 0 8px; color: var(--navy-deep); font: 800 1.9rem/1.1 var(--serif); }
.achievement-form .form-heading p:last-child { margin: 0; color: var(--muted); }
.character-count { align-self: flex-end; color: var(--muted); font: .72rem/1.2 var(--sans); }
.achievement-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue); }
.consent-row label { color: #34414d; font: .88rem/1.45 var(--sans); }
.achievement-feed-panel { padding: 28px; border-top: 8px solid var(--navy); background: var(--navy-deep); color: #fff; box-shadow: var(--shadow); }
.feed-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.achievement-feed-panel .label { color: var(--gold-light); }
.achievement-feed-panel h3 { color: #fff; }
.feed-actions { display: grid; justify-items: end; gap: 9px; }
.feed-live { display: inline-flex; align-items: center; gap: 7px; color: #dce8f2; font: 800 .68rem/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.feed-live span { width: 9px; height: 9px; border-radius: 50%; background: #62d28b; box-shadow: 0 0 0 4px rgba(98,210,139,.14); }
.feed-refresh { flex: none; padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; cursor: pointer; font: 800 .7rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.feed-refresh:hover, .feed-refresh:focus-visible { border-color: var(--gold); color: var(--gold-light); }
.feed-help { margin: 16px 0 0; color: #c8d5df; font: .82rem/1.5 var(--sans); }
.achievement-feed { display: grid; align-content: start; gap: 12px; min-height: 330px; max-height: 560px; margin-top: 14px; padding-right: 9px; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; scrollbar-color: var(--gold) rgba(255,255,255,.14); scrollbar-width: thin; }
.achievement-feed:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.achievement-item { padding: 18px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.08); }
.achievement-item p { margin: 0; color: #fff; font-size: 1.03rem; line-height: 1.5; overflow-wrap: anywhere; }
.achievement-meta { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 10px; color: #bac9d7; font: .72rem/1.35 var(--sans); }
.achievement-category { color: var(--gold-light); font-weight: 800; text-transform: uppercase; }
.feed-empty { margin: 0; padding: 28px 20px; border: 1px dashed rgba(255,255,255,.35); color: #cbd7e3; text-align: center; font: .9rem/1.5 var(--sans); }
.feed-report { margin: 18px 0 0; color: #aebdca; font: .75rem/1.5 var(--sans); }
.feed-report a { color: var(--gold-light); }

.up-next { display: grid; grid-template-columns: 210px 1fr; gap: 36px; align-items: center; margin-block: 66px; padding: 38px; border: 2px solid var(--navy); background: #fff; box-shadow: var(--shadow); }
.next-badge { display: grid; place-items: center; min-height: 150px; padding: 24px; background: var(--gold); color: var(--navy-deep); text-align: center; font: 900 1.1rem/1.3 var(--sans); text-transform: uppercase; }
.up-next h2 { margin: 0 0 12px; color: var(--navy-deep); font: 800 clamp(1.8rem, 3vw, 3rem)/1.05 var(--serif); }
.up-next p:last-child { margin: 0; }

.between-section { padding-block: 70px; background: #e9eef2; border-block: 1px solid #d1d9df; }
.section-intro { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: 1.1rem; }
.between-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.between-card { min-height: 235px; padding: 28px; border: 1px solid #c4ced7; background: #fff; }
.between-number { display: inline-block; margin-bottom: 28px; color: var(--gold); font: 900 1.1rem/1 var(--sans); letter-spacing: .12em; }
.between-card h3 { margin: 0 0 12px; color: var(--navy-deep); font: 800 1.55rem/1.1 var(--serif); }
.between-card p { margin: 0; color: #435260; }
.between-cta { margin: 28px 0 0; text-align: right; }

.about-section { padding-block: 70px; background: #fff; border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; }
.about-grid h2, .contact-grid h2 { margin: 0 0 20px; color: var(--navy-deep); font: 800 clamp(2.1rem, 4vw, 3.8rem)/1.04 var(--serif); }
.mission-line { margin-top: 28px; padding-left: 20px; border-left: 5px solid var(--gold); color: var(--navy); font-size: 1.15rem; font-weight: 700; }
.standards-card { padding: 30px; background: var(--paper); border-top: 8px solid var(--navy); }
.standards-card h3 { margin: 0; color: var(--navy); font-size: 1.75rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-family: var(--sans); font-weight: 900; }
.legal-note { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }

.contact-section { padding-block: 70px; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: start; }
.contact-intro { position: sticky; top: 28px; }
.contact-method { margin: 25px 0; padding: 15px 0; border-block: 1px solid var(--line); overflow-wrap: anywhere; }
.contact-method a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px; border-top: 8px solid var(--navy); background: #fff; box-shadow: var(--shadow); }
.form-heading, .form-row-wide { grid-column: 1 / -1; }
.form-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading h3 { margin: 0 0 8px; color: var(--navy-deep); font: 800 1.9rem/1.1 var(--serif); }
.form-heading p:last-child { margin: 0; color: var(--muted); }
.form-row { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.form-row label { color: var(--navy-deep); font: 800 .78rem/1.3 var(--sans); letter-spacing: .04em; }
.form-row label span { color: var(--muted); font-weight: 400; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #9aa5af; border-radius: 0; background: #fff; color: var(--ink); padding: 11px 12px; font: 1rem/1.4 var(--sans); }
.form-row textarea { min-height: 170px; resize: vertical; }
.form-row input:focus-visible, .form-row select:focus-visible, .form-row textarea:focus-visible { border-color: var(--blue); outline: 3px solid rgba(13,62,114,.2); outline-offset: 1px; }
.form-submit { display: grid; justify-items: start; gap: 11px; }
.form-submit .button { cursor: pointer; }
.form-note, .form-status { margin: 0; color: var(--muted); font: .82rem/1.5 var(--sans); }
.form-status:not(:empty) { padding: 10px 12px; border-left: 4px solid var(--gold); background: var(--paper); color: var(--navy-deep); }
.business-callout { padding: 30px; background: var(--gold); color: var(--navy-deep); }
.business-callout .label { color: var(--navy); }
.business-callout p:last-child { margin-bottom: 0; }
.contact-business { grid-column: 1 / -1; display: grid; grid-template-columns: .45fr .8fr 1.75fr; gap: 24px; align-items: center; }
.contact-business .label, .contact-business h3, .contact-business p { margin: 0; }

.corrections-page { min-height: 70vh; }
.corrections-hero { padding-block: 62px 42px; border-bottom: 5px solid var(--navy); }
.corrections-hero h1 { max-width: 880px; margin: 0; color: var(--navy-deep); font: 800 clamp(2.5rem, 6vw, 5rem)/.98 var(--serif); letter-spacing: -.045em; }
.corrections-hero .dek { max-width: 820px; margin-bottom: 0; }
.corrections-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 48px; padding-block: 54px 76px; align-items: start; }
.corrections-policy { padding: 28px; border-top: 8px solid var(--gold); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.corrections-policy .label { color: var(--gold-light); }
.corrections-policy h2 { margin: 0 0 14px; color: #fff; font: 800 1.85rem/1.08 var(--serif); }
.corrections-policy a { color: var(--gold-light); font-weight: 700; overflow-wrap: anywhere; }
.corrections-log { display: grid; gap: 22px; }
.correction-entry { padding: 30px; border: 1px solid var(--line); border-top: 7px solid var(--navy); background: #fff; box-shadow: 0 10px 30px rgba(4,26,51,.06); }
.correction-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: var(--muted); font: 800 .72rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.correction-type { color: var(--blue); }
.correction-entry h2 { margin: 0 0 16px; color: var(--navy-deep); font: 800 clamp(1.65rem, 3vw, 2.4rem)/1.08 var(--serif); }
.correction-entry p:last-child { margin-bottom: 0; }
.corrections-empty { padding: 24px 28px; border-left: 5px solid var(--gold); background: #e9eef2; }
.corrections-empty p { margin: 5px 0 0; color: var(--muted); }

.site-footer { padding: 42px 0 20px; background: var(--navy-deep); color: #dce6ef; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: 40px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 76px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #fff; font-size: 1.15rem; }
.footer-brand span { color: var(--gold-light); font: 700 .72rem/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 10px; color: #fff; font: 800 .85rem/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 7px; }
.site-footer a { color: #dce6ef; font-size: .88rem; text-underline-offset: 3px; }
.copyright { width: min(1180px, calc(100% - 40px)); margin: 34px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: #9fb1c3; text-align: center; font: .75rem/1.4 var(--sans); }

@media (max-width: 980px) {
  .masthead-note { display: none; }
  .lead, .edition-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .achievements-heading, .achievements-layout { grid-template-columns: 1fr; }
  .achievement-examples { justify-content: flex-start; }
  .contact-intro { position: static; }
  .contact-business { grid-template-columns: 1fr; }
  .lead-photo { order: 0; }
  .lead-photo img { height: 360px; }
  .story-grid { grid-template-columns: 1fr; }
  .local-news-grid { grid-template-columns: 1fr; }
  .local-news-secondary { grid-template-columns: 1fr; }
  .local-feature-lead { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); }
  .local-feature-lead .local-story-photo { display: flex; flex-direction: column; }
  .local-feature-lead .local-story-photo img { height: 100%; min-height: 460px; }
  .latest-grid { grid-template-columns: 1fr; }
  .latest-side { grid-template-columns: 1fr 1fr; }
  .reported-grid { grid-template-columns: 1fr 1fr; }
  .brief-wire { grid-template-columns: 1fr; }
  .brief-wire article + article { border-left: 0; border-top: 1px solid #cbd2d8; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .photo-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .photo-card img { height: 100%; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .community-photo { grid-row: auto; grid-column: 1 / -1; }
  .neighbor { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .corrections-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .edition-bar { flex-wrap: wrap; justify-content: center; gap: 4px 14px; padding: 8px 14px; font-size: .62rem; text-align: center; }
  .edition-bar time { flex-basis: 100%; overflow: hidden; text-overflow: ellipsis; }
  .edition-bar span:last-child { display: none; }
  .masthead { min-height: 0; justify-content: center; padding-block: 16px 18px; }
  .brand { width: 100%; flex-direction: column; justify-content: center; gap: 10px; text-align: center; }
  .brand img {
    width: 96px;
    height: 96px;
    flex: 0 0 auto;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--navy);
  }
  .brand-type { min-width: 0; justify-items: center; }
  .brand-type strong, .brand-type b { font-size: clamp(1.38rem, 7.2vw, 1.72rem); }
  .brand-type small { margin-top: 8px; font-size: .58rem; line-height: 1.35; letter-spacing: .14em; }
  .nav-links { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .nav-links a { display: inline-flex; align-items: center; min-height: 46px; white-space: nowrap; padding: 12px 14px; }
  .lead { gap: 26px; padding-block: 32px; }
  .lead-photo img { height: 240px; }
  .lead h1 { overflow-wrap: anywhere; font-size: clamp(2.05rem, 10.5vw, 3.05rem); }
  .dek { margin-block: 16px; font-size: 1.08rem; }
  .lead-actions { display: grid; grid-template-columns: 1fr; }
  .lead-actions .button { width: 100%; min-height: 50px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .story-snapshot { grid-template-columns: 1fr; }
  .story-snapshot div { padding: 13px 0; }
  .story-snapshot div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .story-section, .news-section, .edition-section, .between-section, .community-section, .about-section, .contact-section, .latest-section { padding-block: 46px; }
  .latest-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .latest-heading h2 { font-size: clamp(2rem,9vw,2.8rem); }
  .desk-divider { margin-top: 28px; font-size: .67rem; letter-spacing: .12em; }
  .desk-divider::before { flex-basis: 24px; }
  .local-feature-lead { display: block; }
  .local-feature-lead .local-story-photo img, .local-story-photo.map-photo img { height: 230px; min-height: 0; }
  .local-feature-copy { padding: 22px; }
  .local-feature h3, .public-safety-feature h3 { font-size: clamp(1.65rem,8vw,2.2rem); }
  .local-brief-image img { height: 230px; min-height: 0; }
  .local-brief-copy { padding: 22px; }
  .local-number-row { grid-template-columns: 1fr; }
  .local-number-row div { padding: 11px 0; }
  .local-number-row div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .sports-scoreboard { padding: 22px; }
  .latest-side { grid-template-columns: 1fr; }
  .reported-grid { grid-template-columns: 1fr; }
  .latest-lead, .latest-card { padding: 24px 22px; }
  .story-photo, .latest-lead > .story-photo { margin: -24px -22px 18px; }
  .latest-lead > .story-photo img { height: 220px; }
  .latest-lead > .story-photo img[src*="wastewater-plant-aerial"] { height: 240px; object-position: 55% 55%; }
  .latest-lead h3 { font-size: clamp(1.9rem,9vw,2.65rem); }
  .web-fact-row { grid-template-columns: 1fr; }
  .web-fact-row div { padding: 12px 0; }
  .web-fact-row div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .achievements-section { padding-block: 46px; }
  .section-heading h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); overflow-wrap: anywhere; }
  .edition-grid { gap: 34px; }
  .edition-fan { min-height: 350px; justify-content: flex-start; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-color: var(--gold) rgba(255,255,255,.14); padding: 30px 32px 36px; }
  .edition-page { flex-basis: 220px; width: 220px; margin-left: -112px; scroll-snap-align: center; }
  .edition-page:first-child { margin-left: 0; }
  .edition-page:hover, .edition-page:focus-visible { transform: rotate(0) translateY(-12px) scale(1.03); }
  .edition-preview figcaption small { max-width: none; }
  .edition-heading-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .edition-copy h2 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .edition-facts { grid-template-columns: 1fr; }
  .edition-facts span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .edition-actions { display: grid; }
  .edition-actions .button { width: 100%; }
  .edition-contents { padding: 18px 16px; }
  .contents-list a { grid-template-columns: 32px 1fr; }
  .news-grid, .briefs, .community-grid, .up-next { grid-template-columns: 1fr; }
  .article-expander summary { min-height: 96px; padding: 17px 16px; }
  .expander-copy strong { font-size: 1.18rem; }
  .expander-copy small { max-width: 235px; }
  .expander-icon { flex-basis: 38px; width: 38px; height: 38px; }
  .article-full { padding: 32px 20px 26px; }
  .article-full h3 { margin-top: 32px; font-size: 1.4rem; }
  .article-full p { font-size: 1rem; line-height: 1.72; }
  .article-end-actions { display: grid; }
  .article-end-actions .button { width: 100%; }
  .between-grid { grid-template-columns: 1fr; }
  .photo-card { grid-column: auto; display: block; }
  .news-card:not(.photo-card), .card-body, .event-card, .between-card { padding: 22px; }
  .photo-card img { height: 210px; }
  .briefs article + article { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .community-photo { grid-column: auto; }
  .community-photo img { min-height: 300px; }
  .up-next { gap: 24px; margin-block: 40px; padding: 22px; }
  .next-badge { min-height: 90px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .contact-form { grid-template-columns: 1fr; gap: 18px; padding: 20px; box-shadow: 0 12px 30px rgba(4,26,51,.1); }
  .achievement-form { grid-template-columns: 1fr; padding: 20px; }
  .achievement-form .form-row { grid-column: 1; }
  .achievement-feed-panel { padding: 22px; }
  .feed-heading { display: grid; }
  .feed-actions { justify-items: start; }
  .achievement-feed { min-height: 300px; max-height: 460px; }
  .contact-form .form-row { grid-column: 1; }
  .form-row input, .form-row select { min-height: 48px; }
  .contact-business { padding: 24px; }
  .footer-brand { align-items: flex-start; }
  .corrections-hero { padding-block: 42px 30px; }
  .corrections-hero h1 { font-size: clamp(2.2rem, 12vw, 3.2rem); overflow-wrap: anywhere; }
  .corrections-layout { gap: 28px; padding-block: 34px 50px; }
  .corrections-policy, .correction-entry { padding: 22px; }
}

@media (max-width: 420px) {
  .wrap { width: min(100% - 22px, 1180px); }
  .brand img { width: 88px; height: 88px; }
  .brand-type strong, .brand-type b { font-size: clamp(1.32rem, 7.4vw, 1.58rem); }
  .brand-type small { font-size: .54rem; letter-spacing: .12em; }
  .lead h1 { font-size: clamp(1.95rem, 10.2vw, 2.7rem); }
  .edition-copy h2 { font-size: 2.15rem; }
  .news-card h3, .briefs h3, .event-card h3, .business-callout h3 { font-size: 1.45rem; }
}

@media print {
  .primary-nav, .lead-actions, .contact-section { display: none; }
  body { background: #fff; color: #000; }
  .lead, .story-section, .news-section, .about-section { padding-block: 24px; }
  .community-section, .edition-section, .site-footer { background: #fff; color: #000; }
  a { text-decoration: none; }
}

/* article pages */
.headline-link { color: inherit; text-decoration: none; }
.headline-link:hover, .headline-link:focus-visible { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin: 12px 0 0 !important; font: 800 .72rem/1.3 var(--sans); letter-spacing: .04em; }
.share-row a { color: var(--blue); text-underline-offset: 3px; }
.copy-link { padding: 6px 11px; border: 1px solid var(--line); border-radius: 3px; background: #fff; color: var(--navy); font: inherit; cursor: pointer; }
.copy-link:hover, .copy-link:focus-visible { border-color: var(--navy); }
.article-page { background: var(--paper); }
.article-main { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 40px; align-items: start; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 64px; }
.article-sheet { min-width: 0; padding: 38px 44px 40px; border-top: 7px solid var(--gold); background: #fff; box-shadow: 0 14px 34px rgba(4,26,51,.09); }
.article-back { margin: 0 0 22px; font: 800 .72rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.article-back a { color: var(--blue); text-decoration: none; }
.article-sheet h1 { margin: 0 0 12px; color: var(--navy-deep); font: 800 clamp(2rem,4.4vw,3.1rem)/1.05 var(--serif); letter-spacing: -.03em; }
.article-dek { margin: 14px 0 24px; color: #3d4a57; font-size: 1.14rem; line-height: 1.6; }
.article-sheet figure { margin: 0 0 26px; background: var(--navy-deep); }
.article-sheet figure img { display: block; width: 100%; height: auto; max-height: 520px; object-fit: cover; }
.article-sheet figcaption { padding: 9px 12px; color: #dce6ef; font: .7rem/1.45 var(--sans); }
.article-body { padding-top: 4px; font-size: 1.06rem; }
.article-body h3 { margin: 30px 0 12px; color: var(--navy-deep); font: 800 1.4rem/1.2 var(--serif); }
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 30px; padding: 18px 0; border-block: 1px solid var(--line); font: 800 .76rem/1.3 var(--sans); }
.article-share strong { margin-right: 4px; color: var(--navy-deep); letter-spacing: .08em; text-transform: uppercase; }
.article-share a { color: var(--blue); text-underline-offset: 3px; }
.article-corrections { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }
.article-more { position: sticky; top: 20px; padding: 24px; border-top: 5px solid var(--navy); background: #fff; box-shadow: 0 10px 26px rgba(4,26,51,.06); }
.article-more h2 { margin: 0 0 14px; color: var(--navy-deep); font: 800 1.3rem/1.15 var(--serif); }
.article-more ul { margin: 0 0 16px; padding: 0; list-style: none; }
.article-more li { padding: 12px 0; border-top: 1px solid var(--line); }
.article-more li a { display: block; color: var(--navy-deep); font: 700 .98rem/1.3 var(--serif); text-decoration: none; }
.article-more li a:hover { text-decoration: underline; }
.article-more li span { display: block; margin-top: 4px; color: var(--muted); font: 700 .64rem/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 900px) {
  .article-main { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; }
  .article-more { position: static; }
}
@media (max-width: 600px) {
  .article-main { width: calc(100% - 24px); }
  .article-sheet { padding: 24px 20px 28px; }
}
