@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700;800;900&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700;8..60,800&display=swap');

:root {
  --navy: #082a55;
  --navy-2: #041a36;
  --blue: #0b4d8c;
  --red: #d7192d;
  --gold: #f7bb2b;
  --ink: #122033;
  --muted: #5f6b7a;
  --line: #d9e0e8;
  --soft: #f4f6f8;
  --white: #fff;
  --shadow: 0 4px 14px rgba(8, 42, 85, .08);
  --radius: 4px;
  --wrap: min(1180px, calc(100% - 36px));
  --font-sans: 'Libre Franklin', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  --font-serif: 'Source Serif 4', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
}
* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-sans); line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.utility-bar { background: var(--navy-2); color: #fff; font-size: 13px; }
.utility-bar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 18px; }
.utility-links a { color: #fff; text-decoration: none; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 99px; background: #47c276; box-shadow: 0 0 0 4px rgba(71,194,118,.15); }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.masthead { min-height: 86px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.logo { width: 205px; height: 72px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; justify-content: center; gap: 24px; }
.primary-nav a { text-decoration: none; color: var(--navy); font-weight: 800; font-size: 15px; padding: 10px 0; border-bottom: 3px solid transparent; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { border-color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none !important; }
.btn { border: 0; border-radius: 3px; background: var(--navy); color: #fff; padding: 11px 16px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.btn:hover { background: var(--blue); }
.btn.red { background: var(--red); }
.btn.outline { color: var(--navy); background: #fff; border: 1px solid #aeb9c7; }
.btn.text { padding-inline: 0; background: transparent; color: var(--navy); }
.breaking-bar { border-bottom: 1px solid #edd1d5; background: #fff7f8; }
.breaking-bar .wrap { min-height: 45px; display: flex; align-items: center; gap: 14px; overflow: hidden; }
.breaking-label { flex: 0 0 auto; color: #fff; background: var(--red); padding: 6px 9px; border-radius: 4px; font-size: 12px; font-weight: 900; letter-spacing: .07em; }
.breaking-bar a { color: var(--ink); text-decoration: none; font-weight: 750; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
main { min-height: 70vh; }
.section { padding: 50px 0; }
.section.soft { background: var(--soft); border-block: 1px solid var(--line); }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 22px; }
.section-head h2 { margin: 0; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(27px, 4vw, 39px); line-height: 1.05; letter-spacing: -.025em; }
.section-head p { margin: 8px 0 0; color: var(--muted); max-width: 700px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(320px, .78fr); align-items: start; gap: 26px; padding: 34px 0 24px; }
.lead-story { position: relative; height: clamp(440px, 42vw, 500px); min-height: 0; overflow: hidden; background: var(--navy-2); border-radius: var(--radius); box-shadow: var(--shadow); }
.lead-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lead-agency-visual { position: absolute; inset: 0; display: flex; justify-content: flex-end; align-items: flex-start; padding: 34px; background: linear-gradient(135deg,#071d3b 0%,#0a3768 68%,#0b4d8c 100%); }
.lead-agency-visual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--red); }
.lead-agency-visual img { position: relative; inset: auto; width: min(34%,270px); height: auto; max-height: 270px; object-fit: contain; opacity: .95; filter: drop-shadow(0 8px 14px rgba(0,0,0,.25)); }
.lead-agency-visual.live-story-photo { padding: 0; }
.lead-agency-visual.live-story-photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; opacity: .58; filter: none; }
.lead-source-label { position: absolute; top: 38px; left: 34px; max-width: 280px; color: #fff; }
.lead-source-label span, .lead-source-label strong { display: block; }
.lead-source-label span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.lead-source-label strong { margin-top: 5px; font-size: 17px; }
.lead-story::after { content: ''; position: absolute; inset: 20% 0 0; background: linear-gradient(180deg, transparent, rgba(2,12,27,.92)); }
.lead-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 34px; color: #fff; }
.story-kicker { display: inline-flex; margin-bottom: 12px; padding: 5px 8px; border-radius: 4px; background: var(--red); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lead-copy h1 { max-width: 830px; margin: 0; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 48px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.lead-copy p { display: -webkit-box; max-width: 760px; margin: 13px 0 10px; overflow: hidden; color: #edf4fb; font-size: 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.story-meta { color: #d9e3ef; font-size: 13px; font-weight: 700; }
.latest-rail { border-top: 4px solid var(--navy); }
.latest-rail h2 { margin: 14px 0 2px; color: var(--navy); font-size: 20px; }
.rail-featured-event { margin-top: 14px; border: 1px solid #c8d1dc; border-top: 5px solid var(--gold); background: #f7f9fb; }
.rail-featured-label { display: flex; justify-content: space-between; gap: 12px; padding: 8px 11px; border-bottom: 1px solid #d7dee6; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.rail-featured-label small { color: #5d6671; font-size: 9px; }
.rail-featured-body { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 12px; }
.rail-featured-body time { width: 54px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--navy); }
.rail-featured-body time b { color: var(--gold); font-size: 9px; }
.rail-featured-body time strong { font-family: var(--font-serif); font-size: 23px; line-height: .8; }
.rail-featured-body h2 { margin: 0 0 4px; color: var(--navy-2); font-family: var(--font-serif); font-size: 18px; line-height: 1.06; }
.rail-featured-body p { margin: 0; color: var(--muted); font-size: 11px; }
.rail-featured-body a { display: inline-block; margin-top: 7px; color: var(--navy); font-size: 11px; font-weight: 900; text-decoration: none; }
.rail-story { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.rail-story small { display: block; margin-bottom: 5px; color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.rail-story strong { display: block; color: var(--navy-2); font-family: var(--font-serif); font-size: 20px; line-height: 1.15; }
.rail-story span { display: block; color: var(--muted); font-size: 12px; margin-top: 8px; }
.county-bar { display: grid; grid-template-columns: 1fr 210px auto; gap: 14px; align-items: end; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.county-bar h2 { margin: 0; font-family: var(--font-serif); font-size: 27px; color: var(--navy); }
.field { display: grid; gap: 6px; color: var(--navy); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.field input, .field select, .field textarea { min-height: 46px; width: 100%; border: 1px solid #aeb9c7; border-radius: 3px; padding: 10px 12px; color: var(--ink); background: #fff; text-transform: none; letter-spacing: 0; font-weight: 500; }
.county-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.county-links a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 2px; color: var(--navy); background: #fff; text-decoration: none; font-size: 13px; font-weight: 800; }
.county-links a:hover { color: #fff; background: var(--navy); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.news-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 0; background: #fff; }
.news-card img { width: 100%; height: 210px; object-fit: cover; }
.story-media { position: relative; margin: 0; border-bottom: 1px solid var(--line); background: #fff; }
.story-media > img { width: 100%; height: 210px; object-fit: cover; }
.story-media.portrait-source > img { object-position: center 29%; }
.story-media figcaption { min-height: 31px; padding: 7px 11px; color: #536174; background: #f7f8fa; font-size: 9px; line-height: 1.25; }
.agency-visual { height: 210px; display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 20px; align-items: center; padding: 24px; color: #fff; background: linear-gradient(135deg,#051b37,#0b3f76); }
.agency-visual.newark { background: linear-gradient(135deg,#171b22,#263949); }
.news-card .agency-visual img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(0,0,0,.25)); }
.agency-visual span, .agency-visual strong, .agency-visual small { display: block; }
.agency-visual span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.agency-visual strong { margin: 4px 0; font-family: var(--font-serif); font-size: 22px; line-height: 1.05; }
.agency-visual small { color: #dbe6f1; font-size: 11px; }
.news-card-body { padding: 18px; }
.news-card h3 { margin: 8px 0 10px; color: var(--navy-2); font-family: var(--font-serif); font-size: 23px; line-height: 1.14; }
.news-card p { color: var(--muted); margin: 0 0 14px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.resource-card { min-height: 184px; display: flex; flex-direction: column; padding: 20px; border-radius: 0; border: 1px solid var(--line); border-top: 4px solid var(--navy); color: var(--navy); background: #fff; text-decoration: none; }
.resource-card:hover { border-color: var(--navy); box-shadow: var(--shadow); }
.resource-source { margin-bottom: 18px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.resource-card h3 { margin: 0 0 7px; font-size: 18px; }
.resource-card p { margin: 0; color: var(--muted); font-size: 14px; }
.resource-card span:last-child { margin-top: auto; padding-top: 14px; color: var(--red); font-weight: 900; font-size: 13px; }
.weather-panel { display: grid; grid-template-columns: minmax(280px,.85fr) 1.4fr; border-radius: 0; overflow: hidden; border: 1px solid var(--line); color: #fff; background: var(--navy); }
.weather-now { padding: 28px; background: var(--navy); }
.eyebrow.gold { color: var(--gold); }
.weather-now h2 { margin: 5px 0; font-family: var(--font-serif); font-size: 34px; }
.weather-temp { display: flex; align-items: center; gap: 18px; margin: 12px 0; }
.weather-temp strong { font-size: 56px; line-height: 1; }
.weather-summary { padding: 28px; background: #fff; color: var(--ink); }
.weather-summary h3 { margin: 0; color: var(--navy); font-size: 22px; }
.forecast-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.forecast-day { padding: 12px; border-radius: 8px; background: var(--soft); text-align: center; }
.forecast-day strong, .forecast-day span { display: block; }
.forecast-day span { color: var(--muted); font-size: 12px; }
.event-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.event-card { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.event-date { width: 64px; height: 70px; display: grid; place-content: center; text-align: center; border-radius: 9px; color: var(--navy); background: #eef4fa; }
.event-date strong { color: var(--red); font-size: 12px; }
.event-date span { font-weight: 900; font-size: 26px; line-height: 1; }
.event-card h3 { margin: 0 0 6px; color: var(--navy); font-size: 18px; line-height: 1.15; }
.event-card p { margin: 0; color: var(--muted); font-size: 13px; }
.event-empty { padding: 26px; border: 1px dashed #9ba9b8; border-radius: 12px; background: #fff; }
.ad-slot { width: var(--wrap); margin: 12px auto 0; min-height: 92px; display: grid; place-content: center; text-align: center; border-block: 1px solid var(--line); color: #7c8794; background: #fafafa; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.newsletter { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 32px; border-radius: var(--radius); color: #fff; background: var(--navy-2); }
.newsletter h2 { margin: 0 0 6px; font-family: var(--font-serif); font-size: 30px; }
.newsletter p { margin: 0; color: #cad8e8; }
.newsletter form { display: flex; gap: 8px; }
.newsletter input { min-width: 280px; padding: 11px 13px; border: 0; border-radius: 8px; }
.page-hero { padding: 52px 0 32px; border-bottom: 1px solid var(--line); background: var(--soft); }
.page-hero h1 { max-width: 820px; margin: 0; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(36px,6vw,62px); line-height: 1.02; letter-spacing: -.035em; }
.page-hero p { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 18px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; }
.panel { padding: 24px; border: 1px solid var(--line); border-radius: 0; background: #fff; }
.panel h2, .panel h3 { color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .span-two { grid-column: 1 / -1; }
.help-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.help-list li { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.footer { margin-top: 50px; color: #dce6f1; background: var(--navy-2); }
.footer-main { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; gap: 34px; padding: 45px 0; }
.footer-logo { width: 190px; max-height: 85px; object-fit: contain; object-position: left center; }
.footer h2 { margin: 0 0 12px; color: #fff; font-size: 15px; }
.footer p, .footer a { color: #becddd; font-size: 14px; }
.footer nav { display: grid; gap: 7px; }
.footer nav a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; font-size: 12px; color: #9fb1c5; }
.preview-note { width: var(--wrap); margin: 12px auto 0; padding: 8px 12px; border: 1px solid #c8d5e3; border-radius: 0; color: #34465b; background: #f3f7fb; font-size: 12px; }
.advertise-hero { padding: 68px 0; color: #fff; background: var(--navy-2); }
.ad-hero-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: center; gap: 56px; }
.advertise-hero .eyebrow { color: var(--gold); }
.advertise-hero h1 { max-width: 810px; margin: 0; font-family: var(--font-serif); font-size: clamp(42px,6vw,70px); line-height: 1; letter-spacing: -.04em; }
.advertise-hero p { max-width: 760px; margin: 18px 0 26px; color: #dbe7f4; font-size: 19px; }
.reach-feature { padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 0; background: rgba(255,255,255,.07); }
.reach-feature span { display: block; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reach-feature strong { display: block; margin-top: 7px; font-size: clamp(68px,8vw,104px); line-height: .95; letter-spacing: -.06em; }
.reach-feature p { margin: 8px 0 0; font-size: 18px; }
.ad-opportunity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ad-opportunity-grid .panel h3 { margin-top: 0; font-family: var(--font-serif); font-size: 23px; }
.ad-opportunity-grid .panel p { margin-bottom: 0; color: var(--muted); }
.sponsor-note { margin: 22px 0 0; padding: 18px 20px; border-left: 5px solid var(--gold); color: var(--navy-2); background: #fff; }
.display-heading { margin: 0; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(35px,5vw,54px); line-height: 1.02; letter-spacing: -.035em; }
.lede { color: var(--muted); font-size: 18px; }
.btn.light { color: var(--navy-2); background: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.events-page-hero { padding: 42px 0 38px; color: #fff; background: var(--navy-2); }
.events-hero-grid { display: block; }
.events-page-hero .eyebrow, .promo-hero .eyebrow, .feature-service-band .eyebrow { color: var(--gold); }
.events-page-hero h1 { max-width: 770px; margin: 0; font-family: var(--font-serif); font-size: clamp(38px,5vw,54px); line-height: 1; letter-spacing: -.035em; }
.promo-hero h1 { max-width: 770px; margin: 0; font-family: var(--font-serif); font-size: clamp(43px,6vw,68px); line-height: .98; letter-spacing: -.04em; }
.events-page-hero p, .promo-hero p { max-width: 700px; color: #d8e4f0; font-size: 18px; }
.organizer-callout { padding: 26px; border: 1px solid #c9d2dc; border-top: 5px solid var(--gold); color: var(--navy-2); background: #fff; }
.organizer-callout span { display: block; margin-bottom: 8px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.organizer-callout strong { display: block; font-family: var(--font-serif); font-size: 27px; line-height: 1.08; }
.organizer-callout p { color: var(--muted); font-size: 14px; }
.organizer-callout a { color: var(--navy); font-weight: 900; text-decoration: none; }
.featured-event-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)) minmax(260px,.78fr); gap: 18px; }
.featured-event-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.featured-event-top { min-height: 130px; display: flex; align-items: start; justify-content: space-between; padding: 22px; background: var(--soft); }
.event-date-large { display: grid; place-items: center; width: 80px; height: 88px; color: #fff; background: var(--navy); }
.event-date-large b { color: var(--gold); font-size: 12px; letter-spacing: .08em; }
.event-date-large strong { font-family: var(--font-serif); font-size: 42px; line-height: .9; }
.paid-label { padding: 5px 8px; border: 1px solid #b9c5d2; color: #4a5868; background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.featured-event-body { padding: 22px; }
.event-type { margin: 0 0 6px !important; color: var(--red) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.featured-event-card h3, .promote-card h3 { margin: 0 0 10px; color: var(--navy-2); font-family: var(--font-serif); font-size: 25px; line-height: 1.08; }
.featured-event-card p { margin: 0 0 14px; color: var(--muted); }
.featured-event-card a { color: var(--navy); font-weight: 900; }
.promote-card { padding: 26px; color: #fff; background: var(--navy); }
.promote-card .eyebrow { color: var(--gold); }
.promote-card h3 { color: #fff; }
.promote-card ul { padding-left: 18px; color: #d9e4ef; }
.promote-card li { margin: 8px 0; }
.event-search-panel { padding: 20px; border: 1px solid var(--line); background: #fff; }
.event-search-grid { display: grid; grid-template-columns: 1.25fr .72fr .72fr auto; align-items: end; gap: 12px; }
.events-list { margin-top: 22px; border-top: 3px solid var(--navy); }
.event-row { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.event-row time { display: grid; place-items: center; min-height: 74px; border-right: 1px solid var(--line); color: var(--navy); }
.event-row time b { color: var(--red); font-size: 11px; letter-spacing: .08em; }
.event-row time strong { font-family: var(--font-serif); font-size: 28px; line-height: 1; }
.event-row time span { color: var(--muted); font-size: 10px; }
.event-row h3 { margin: 0 0 4px; color: var(--navy-2); font-family: var(--font-serif); font-size: 22px; }
.event-row p { margin: 0; color: var(--muted); font-size: 13px; }
.event-row > a { color: var(--navy); font-weight: 900; text-decoration: none; }
.submission-intro { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 40px; margin-bottom: 22px; }
.submission-intro h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(31px,4vw,45px); line-height: 1.05; }
.submission-intro p { color: var(--muted); }
.trust-line { padding: 18px 20px; border-left: 5px solid var(--gold); background: var(--soft); }
.trust-line strong, .trust-line span { display: block; }
.trust-line span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.event-submit-layout { grid-template-columns: minmax(0,1fr) 350px; }
.promotion-choice { display: grid; gap: 9px; margin: 0; padding: 16px; border: 1px solid var(--line); }
.promotion-choice legend { padding: 0 6px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.promotion-choice label { display: flex; align-items: start; gap: 10px; padding: 12px; border: 1px solid var(--line); cursor: pointer; }
.promotion-choice input { margin-top: 4px; }
.promotion-choice span, .promotion-choice strong, .promotion-choice small { display: block; }
.promotion-choice small { margin-top: 3px; color: var(--muted); }
.check-row { display: flex; align-items: start; gap: 10px; color: var(--muted); font-size: 13px; }
.check-row input { margin-top: 4px; }
.review-steps ol { display: grid; gap: 0; margin: 20px 0; padding: 0; list-style: none; }
.review-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.review-steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 12px; font-weight: 900; }
.review-steps p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.feature-service-band { padding: 44px 0; color: #fff; background: var(--navy-2); }
.feature-service-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; }
.feature-service-grid h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(33px,4vw,50px); line-height: 1.04; }
.feature-service-grid p { color: #c7d6e6; }
.feature-service-grid > div:last-child { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.feature-service-grid > div:last-child strong { font-size: 22px; }
.promo-hero { padding: 66px 0; color: #fff; background: var(--navy-2); }
.promo-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; }
.promo-stat { padding: 28px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.promo-stat strong, .promo-stat span { display: block; }
.promo-stat strong { color: var(--gold); font-size: clamp(67px,8vw,104px); line-height: .9; letter-spacing: -.06em; }
.promo-stat span { margin-top: 10px; font-weight: 900; }
.promo-stat p { margin-bottom: 0; font-size: 12px; }
.package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); background: #fff; }
.package-card.featured { border-top: 6px solid var(--red); }
.package-label { margin: 0; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.package-card h3 { margin: 8px 0 0; font-family: var(--font-serif); font-size: 29px; }
.package-price { margin-top: 7px; color: var(--navy); font-size: 44px; line-height: 1; }
.package-term { margin-top: 5px; color: var(--muted); font-size: 12px; }
.package-card ul { padding-left: 19px; color: var(--muted); }
.package-card li { margin: 9px 0; }
.package-card .btn { margin-top: auto; }
.package-fineprint { margin: 18px auto 0; max-width: 900px; color: var(--muted); font-size: 12px; text-align: center; }
.campaign-flow { display: grid; grid-template-columns: 300px 1fr; gap: 45px; }
.campaign-flow h2 { margin: 0; font-family: var(--font-serif); font-size: 38px; line-height: 1.05; }
.campaign-flow ol { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.campaign-flow li { padding-top: 13px; border-top: 3px solid var(--navy); }
.campaign-flow li span { color: var(--red); font-size: 11px; font-weight: 900; }
.campaign-flow li strong { display: block; margin-top: 8px; }
.campaign-flow li p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.home-events-feature { margin: 14px 0 34px; padding: 30px 0 34px; border-block: 1px solid #c7d0da; background: #fff; }
.home-events-header { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 28px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 4px solid var(--navy); }
.home-events-header h2 { margin: 0; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(30px,4vw,42px); line-height: 1; letter-spacing: -.03em; }
.home-events-header p { margin: 8px 0 0; color: var(--muted); }
.home-events-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.home-events-actions > span { color: #5c6876; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.home-featured-events { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)) minmax(270px,.78fr); align-items: stretch; gap: 18px; }
.home-event-card { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 20px 0 4px; border-top: 4px solid var(--red); background: #fff; }
.home-event-card h3 { margin: 4px 0 7px; color: var(--navy-2); font-family: var(--font-serif); font-size: 23px; line-height: 1.08; }
.home-event-card p { margin: 0; color: var(--muted); font-size: 13px; }
.home-event-card a { display: inline-block; margin-top: 13px; color: var(--navy); font-size: 13px; font-weight: 900; text-decoration: none; }
.home-event-card a:hover { text-decoration: underline; }
.home-event-card time { width: 68px; height: 74px; display: grid; place-items: center; color: #fff; background: var(--navy); }
.home-event-card time b { color: var(--gold); font-size: 11px; }
.home-event-card time strong { font-family: var(--font-serif); font-size: 28px; line-height: .9; }
.home-event-promo { padding: 22px; border-top: 4px solid var(--gold); color: #fff; background: var(--navy); }
.home-event-promo .eyebrow { color: var(--gold); }
.home-event-promo h3 { margin: 5px 0 8px; font-family: var(--font-serif); font-size: 23px; line-height: 1.06; }
.home-event-promo p { color: #d5e1ed; font-size: 13px; }
.home-event-promo a { color: #fff; font-weight: 900; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.account-required-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); gap: 22px; }
.account-gate { padding: 34px; color: #fff; background: var(--navy); }
.account-gate h3, .account-side h3 { margin: 0 0 10px; font-family: var(--font-serif); font-size: 31px; line-height: 1.06; }
.account-gate .eyebrow { color: var(--gold); }
.account-gate p, .account-gate li { color: #d7e3ee; }
.account-gate ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 24px; padding-left: 19px; }
.account-gate .btn.outline { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.account-side { padding: 30px; border: 1px solid var(--line); background: #fff; }
.account-side p { color: var(--muted); }
.account-side a { color: var(--navy); font-weight: 900; }
.account-side hr { margin: 24px 0; border: 0; border-top: 1px solid var(--line); }
.auth-shell { width: var(--wrap); display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 55px; padding: 56px 0 72px; margin: 0 auto; }
.auth-intro { padding-top: 12px; }
.auth-intro h1, .login-card h1, .dashboard-head h1, .submit-shell h1 { margin: 0; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(38px,5vw,57px); line-height: 1.02; letter-spacing: -.035em; }
.auth-intro > p, .login-card > p { color: var(--muted); font-size: 17px; }
.auth-benefits { margin-top: 28px; padding: 22px; border-left: 5px solid var(--gold); background: var(--soft); }
.auth-benefits ul { padding-left: 18px; color: var(--muted); }
.auth-form-card, .login-card { padding: 28px; border: 1px solid var(--line); background: #fff; }
.account-type-choice { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0; padding: 0; border: 0; }
.account-type-choice legend { margin-bottom: 10px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.account-type-choice label { position: relative; display: block; min-height: 112px; padding: 15px; border: 1px solid var(--line); cursor: pointer; }
.account-type-choice input { position: absolute; top: 14px; right: 14px; }
.account-type-choice strong, .account-type-choice small { display: block; padding-right: 18px; }
.account-type-choice strong { color: var(--navy); }
.account-type-choice small { margin-top: 7px; color: var(--muted); }
.account-type-choice label:has(input:checked) { border: 2px solid var(--navy); background: #eef4fa; }
.business-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 18px; border: 1px solid #c8d5e3; background: #f3f7fb; }
.business-fields[hidden] { display: none; }
.password-note { margin: 0; color: var(--muted); font-size: 12px; }
.auth-switch { margin: 20px 0 0; color: var(--muted); }
.auth-switch a, .preview-dashboard-link { color: var(--navy); font-weight: 900; }
.preview-dashboard-link { display: inline-block; margin-top: 12px; }
.login-shell { min-height: 67vh; display: grid; place-items: center; padding: 60px 18px; background: var(--soft); }
.login-card { width: min(500px,100%); }
.form-grid.single { grid-template-columns: 1fr; }
.login-links { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; font-size: 13px; }
.login-links a { color: var(--navy); font-weight: 800; }
.dashboard-shell, .submit-shell { width: var(--wrap); margin: 0 auto; padding: 42px 0 70px; }
.dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.dashboard-head p { margin: 7px 0 0; color: var(--muted); }
.dashboard-grid { display: grid; grid-template-columns: 230px 1fr; gap: 30px; }
.dashboard-nav { display: grid; align-content: start; border: 1px solid var(--line); background: #fff; }
.dashboard-nav a { padding: 14px 16px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 800; text-decoration: none; }
.dashboard-nav a.active { color: #fff; background: var(--navy); }
.dashboard-main { display: grid; gap: 20px; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.dashboard-stats article { padding: 20px; border-top: 4px solid var(--navy); background: var(--soft); }
.dashboard-stats span, .dashboard-stats strong { display: block; }
.dashboard-stats span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.dashboard-stats strong { margin-top: 8px; color: var(--navy); font-size: 35px; }
.section-head.compact { margin-bottom: 0; }
.account-profile { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.account-profile h2 { margin: 0; font-family: var(--font-serif); }
.account-profile p { margin-bottom: 0; color: var(--muted); }
.submit-shell .submission-intro { margin-top: 8px; }
@media (max-width: 980px) {
  .masthead { grid-template-columns: 190px 1fr auto; }
  .primary-nav { position: absolute; top: 86px; left: 0; right: 0; display: none; padding: 16px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .menu-toggle { display: inline-flex !important; }
  .header-actions .county-btn { display: none; }
  .lead-grid, .content-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2,1fr); }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .ad-hero-grid { grid-template-columns: 1fr; }
  .ad-opportunity-grid { grid-template-columns: 1fr 1fr; }
  .events-hero-grid, .promo-hero-grid, .feature-service-grid, .submission-intro, .campaign-flow { grid-template-columns: 1fr; }
  .featured-event-grid, .package-grid, .home-featured-events { grid-template-columns: 1fr 1fr; }
  .home-events-header { grid-template-columns: 1fr; align-items: start; }
  .home-events-actions { justify-content: flex-start; flex-wrap: wrap; }
  .promote-card, .home-event-promo { grid-column: 1 / -1; }
  .event-search-grid { grid-template-columns: 1fr 1fr; }
  .event-search-grid .span-search { grid-column: 1 / -1; }
  .event-submit-layout { grid-template-columns: 1fr; }
  .feature-service-grid > div:last-child { padding-left: 0; border-left: 0; }
  .auth-shell, .account-required-grid, .dashboard-grid { grid-template-columns: 1fr; }
  .dashboard-nav { grid-template-columns: repeat(5,1fr); }
  .dashboard-nav a { text-align: center; }
}
@media (max-width: 700px) {
  :root { --wrap: min(100% - 24px, 1180px); }
  .utility-links a:nth-child(-n+2) { display: none; }
  .masthead { min-height: 72px; grid-template-columns: 150px 1fr auto; gap: 10px; }
  .logo { width: 145px; height: 58px; }
  .primary-nav { top: 72px; }
  .header-actions .btn.red { display: none; }
  .lead-grid { padding-top: 16px; }
  .lead-story { height: 440px; min-height: 0; }
  .lead-agency-visual { padding: 24px 22px; }
  .lead-agency-visual img { width: min(31%,120px); }
  .lead-source-label { top: 34px; left: 22px; max-width: calc(100% - 155px); }
  .lead-source-label strong { font-size: 15px; line-height: 1.15; }
  .lead-copy { padding: 22px; }
  .lead-copy h1 { font-size: clamp(28px, 8vw, 34px); }
  .lead-copy p { font-size: 15px; -webkit-line-clamp: 2; }
  .county-bar { grid-template-columns: 1fr; }
  .section { padding: 36px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 12px; }
  .news-grid, .resource-grid, .event-grid { grid-template-columns: 1fr; }
  .news-card img { height: 205px; }
  .weather-panel { grid-template-columns: 1fr; }
  .forecast-row { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-template-columns: 1fr; padding: 24px; }
  .newsletter form { display: grid; }
  .newsletter input { min-width: 0; width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-two { grid-column: auto; }
  .advertise-hero { padding: 48px 0; }
  .advertise-hero h1 { font-size: 42px; }
  .ad-opportunity-grid { grid-template-columns: 1fr; }
  .featured-event-grid, .package-grid, .home-featured-events, .event-search-grid, .campaign-flow ol { grid-template-columns: 1fr; }
  .event-search-grid .span-search, .promote-card, .home-event-promo { grid-column: auto; }
  .home-events-feature { margin: 4px 0 24px; padding: 25px 0 28px; }
  .home-events-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .home-events-actions > span { grid-column: 1 / -1; }
  .home-events-actions .btn { justify-content: center; }
  .events-page-hero, .promo-hero { padding: 44px 0; }
  .events-page-hero h1, .promo-hero h1 { font-size: 42px; }
  .event-row { grid-template-columns: 62px 1fr; gap: 13px; }
  .event-row > a { grid-column: 2; }
  .submission-intro { gap: 16px; }
  .account-gate ul, .account-type-choice, .business-fields, .dashboard-stats { grid-template-columns: 1fr; }
  .auth-shell { gap: 24px; padding: 36px 0 50px; }
  .dashboard-head, .account-profile { align-items: stretch; flex-direction: column; }
  .dashboard-nav { grid-template-columns: 1fr 1fr; }
  .login-links { align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Community — flat newsroom discussion layout */
.home-community { padding: 38px 0; color: #fff; background: var(--navy-2); }
.home-community-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; align-items: center; }
.home-community-grid > *, .community-hero > *, .community-layout > *, .community-compose-grid > *, .group-head-main > *, .community-topic-row > *, .community-reply > * { min-width: 0; }
.home-community h2 { margin: 4px 0 12px; font-family: var(--font-serif); font-size: clamp(32px,4vw,46px); line-height: 1.02; }
.home-community p { color: #d4dfeb; }
.home-community-topics { display: grid; border-top: 4px solid var(--gold); }
.home-community-topics a { display: grid; gap: 5px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; text-decoration: none; }
.home-community-topics span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-community-topics strong { font-family: var(--font-serif); font-size: 21px; line-height: 1.15; }
.community-hero { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: end; padding: 46px 0 34px; border-bottom: 1px solid var(--line); }
.community-hero h1, .group-head h1, .community-thread h1 { margin: 4px 0 10px; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(42px,6vw,70px); line-height: .98; }
.community-hero > div:first-child > p:last-child, .group-head p { max-width: 760px; color: var(--muted); font-size: 17px; }
.community-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.community-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 42px; align-items: start; padding-top: 34px; }
.community-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 16px; border-bottom: 4px solid var(--navy); }
.community-section-head h2, .community-sidebar h2, .community-compose h2, .community-replies h2 { margin: 3px 0 0; color: var(--navy-2); font-family: var(--font-serif); }
.community-section-head > a { color: var(--navy); font-size: 13px; font-weight: 900; }
.community-topic-row { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.community-topic-row h3 { margin: 3px 0 7px; font-family: var(--font-serif); font-size: 23px; line-height: 1.13; }
.community-topic-row h3 a { color: var(--navy); text-decoration: none; }
.community-topic-row p { margin: 0 0 8px; color: var(--muted); }
.community-topic-row small { color: var(--muted); }
.community-topic-row h3, .community-topic-row p, .community-topic-row small, .community-hero h1, .community-thread h1, .preview-note { overflow-wrap: anywhere; }
.topic-count { display: grid; align-content: center; min-height: 62px; border-right: 1px solid var(--line); text-align: center; }
.topic-count strong { color: var(--navy); font-size: 23px; }
.topic-count span, .topic-context { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.topic-context { margin: 0 !important; }
.topic-context a { color: var(--navy); }
.community-sidebar { display: grid; gap: 22px; }
.community-sidebar > section { padding: 20px; border-top: 4px solid var(--navy); background: var(--soft); }
.community-group-list { display: grid; margin-top: 14px; }
.community-group-list a { display: grid; gap: 3px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--navy); text-decoration: none; }
.community-group-list span { color: var(--muted); font-size: 12px; }
.community-rules ul { padding-left: 18px; color: var(--muted); }
.community-compose-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding-block: 42px 70px; }
.community-compose { display: grid; gap: 14px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.community-compose label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; }
.community-compose input, .community-compose select, .community-compose textarea { width: 100%; padding: 12px; border: 1px solid var(--line); background: #fff; color: var(--text); font: inherit; }
.group-head { padding: 42px 0 30px; border-bottom: 4px solid var(--navy); }
.group-head-main { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; }
.community-breadcrumb { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.community-thread { width: var(--wrap); max-width: 900px; margin: 40px auto 0; padding-bottom: 30px; border-bottom: 4px solid var(--navy); }
.community-byline { color: var(--muted); font-size: 13px; }
.community-post-body { margin-top: 28px; font-family: var(--font-serif); font-size: 19px; line-height: 1.7; }
.community-replies { width: var(--wrap); max-width: 900px; margin: 32px auto; }
.community-replies > header { padding-bottom: 12px; border-bottom: 3px solid var(--navy); }
.community-reply { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.reply-author { display: grid; align-content: start; gap: 4px; }
.reply-author span, .community-reply small { color: var(--muted); font-size: 12px; }
.community-reply p { margin-top: 0; line-height: 1.65; }
.community-login-callout { width: var(--wrap); max-width: 900px; margin: 36px auto 70px; padding: 24px; border-left: 5px solid var(--gold); background: var(--soft); }
.community-login-callout h2 { margin-top: 0; font-family: var(--font-serif); }
.news-page-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 30px; align-items: start; }
.compact-lead { min-height: 460px; }
.news-filter-panel { padding: 22px; border-top: 4px solid var(--navy); background: var(--soft); }
.news-filter-panel h2 { margin: 4px 0 14px; color: var(--navy-2); font-family: var(--font-serif); }
.news-filter-panel nav { display: grid; }
.news-filter-panel a { padding: 12px 0; border-top: 1px solid var(--line); color: var(--navy); font-weight: 800; text-decoration: none; }
.county-directory { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.county-directory a { padding: 14px; border: 1px solid var(--line); border-left: 4px solid var(--navy); color: var(--navy); background: #fff; font-weight: 800; text-decoration: none; }
.county-directory a:hover, .county-directory a[aria-current="true"] { color: #fff; background: var(--navy); }
.source-standard { margin-top: 28px; border-top: 4px solid var(--navy); background: #fff; padding: 24px; box-shadow: 0 10px 26px rgba(8,36,69,.08); }
.source-standard h2 { margin: .2rem 0 .65rem; font-family: var(--font-serif); font-size: clamp(1.45rem,3vw,2rem); }
.source-standard p { max-width: 850px; color: var(--muted); }
.source-standard ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 20px 0 0; padding: 0; list-style: none; }
.source-standard li { border-left: 3px solid var(--red); padding: 4px 0 4px 14px; line-height: 1.5; }
.story-link-card { display: block; color: inherit; text-decoration: none; }
.story-link-card:hover h1,
.story-link-card:hover h3,
.story-link-card:focus-visible h1,
.story-link-card:focus-visible h3 { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.story-link-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.story-cta { display: inline-block; margin-top: 12px; color: var(--navy); font-size: 13px; font-weight: 900; }
.story-detail-shell { padding: 34px 0 74px; background: #fff; }
.story-loading { padding: 50px 0; color: var(--muted); }
.story-breadcrumb { display: flex; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 800; }
.story-breadcrumb a { color: var(--navy); }
.story-detail-header { max-width: 960px; }
.story-detail-header h1 { max-width: 930px; margin: 8px 0 14px; color: var(--navy-2); font-family: var(--font-serif); font-size: clamp(43px,6vw,72px); line-height: .96; letter-spacing: -.045em; }
.story-detail-header .story-kicker { margin: 0; padding: 0; background: transparent; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-deck { max-width: 850px; margin: 0; color: #455568; font-family: var(--font-serif); font-size: clamp(20px,2.5vw,27px); line-height: 1.28; }
.story-detail-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 800; }
.story-detail-media { margin: 32px 0 0; }
.story-detail-media img { display: block; width: 100%; height: min(58vw,620px); object-fit: cover; background: var(--soft); }
.story-detail-media.mark { display: grid; min-height: 320px; place-items: center; padding: 42px; background: #f1f5f8; }
.story-detail-media.mark img { width: min(390px,75%); height: 270px; object-fit: contain; background: transparent; }
.story-detail-media figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; }
.story-detail-media.mark figcaption { width: 100%; text-align: center; }
.story-quick-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; margin-top: 34px; border-top: 5px solid var(--navy); border-bottom: 1px solid var(--line); }
.story-quick-grid > div { padding: 24px; border-right: 1px solid var(--line); }
.story-quick-grid > div:last-child { border-right: 0; }
.story-quick-grid h2 { margin: 4px 0 9px; color: var(--navy-2); font-family: var(--font-serif); font-size: 25px; line-height: 1.05; }
.story-quick-grid p { margin: 0; color: #455568; line-height: 1.58; }
.story-quick-primary { background: var(--soft); }
.story-reading-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 52px; align-items: start; margin-top: 46px; }
.story-copy { max-width: 760px; }
.story-copy h2 { margin: 4px 0 18px; color: var(--navy-2); font-family: var(--font-serif); font-size: 38px; line-height: 1.05; }
.story-copy [data-story-body] { color: #24364a; font-family: var(--font-serif); font-size: 19px; line-height: 1.72; }
.story-copy [data-story-body] p { margin: 0 0 22px; }
.story-fact-box { padding: 22px; border-top: 5px solid var(--red); background: var(--soft); }
.story-fact-box dl { margin: 14px 0 20px; }
.story-fact-box dl div { padding: 12px 0; border-top: 1px solid var(--line); }
.story-fact-box dt { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.story-fact-box dd { margin: 4px 0 0; color: var(--navy); font-weight: 800; }
.story-fact-box a { color: var(--navy); font-weight: 900; }
.story-source-callout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; margin-top: 48px; padding: 28px; border-left: 7px solid var(--red); background: var(--navy); color: #fff; }
.story-source-callout .eyebrow { color: var(--gold); }
.story-source-callout h2 { margin: 4px 0 8px; font-family: var(--font-serif); font-size: 30px; }
.story-source-callout p { max-width: 750px; margin: 0; color: #d6e1ec; }
.story-source-callout small { display: block; margin-top: 8px; color: #aebed0; font-weight: 800; }
.story-editorial-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
@media (max-width: 900px) {
  .home-community-grid, .community-hero, .community-layout, .community-compose-grid, .group-head-main, .news-page-layout, .story-reading-layout { grid-template-columns: 1fr; }
  .community-sidebar { order: -1; }
  .county-directory { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .community-topic-row { grid-template-columns: 48px minmax(0,1fr); gap: 12px; }
  .community-compose { padding: 18px; }
  .community-reply { grid-template-columns: 1fr; gap: 8px; }
  .community-hero h1, .group-head h1, .community-thread h1 { font-size: 42px; }
  .county-directory { grid-template-columns: 1fr 1fr; }
  .source-standard ul { grid-template-columns: 1fr; }
  .compact-lead { min-height: 440px; }
  .story-detail-shell { padding-top: 22px; }
  .story-detail-header h1 { font-size: 42px; }
  .story-detail-media img { height: 62vw; min-height: 250px; }
  .story-detail-media.mark { min-height: 260px; padding: 26px 18px; }
  .story-detail-media.mark img { width: min(280px,82%); height: 210px; min-height: 0; }
  .story-quick-grid { grid-template-columns: 1fr; }
  .story-quick-grid > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-quick-grid > div:last-child { border-bottom: 0; }
  .story-quick-primary { padding-inline: 18px !important; }
  .story-reading-layout { gap: 28px; margin-top: 34px; }
  .story-copy h2 { font-size: 32px; }
  .story-source-callout { grid-template-columns: 1fr; padding: 24px 20px; }
  .story-source-callout .btn { justify-content: center; }
}

