/*
Theme Name: NEA Report 2026
Theme URI: https://neareport.com/
Author: NEA Report
Author URI: https://neareport.com/
Description: A fast, mobile-first news theme built specifically for NEA Report.
Version: 0.5.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: nea-report-2026
*/

:root {
	--nea-navy: #08285b;
	--nea-navy-dark: #051b3f;
	--nea-red: #cf102d;
	--nea-red-dark: #a90d25;
	--nea-ink: #14171a;
	--nea-muted: #616b77;
	--nea-line: #dce1e7;
	--nea-mist: #f3f5f8;
	--nea-paper: #fff;
	--nea-shell: 1180px;
	--nea-reading: 760px;
	--nea-shadow: 0 12px 30px rgba( 8, 40, 91, 0.09 );
	--nea-radius: 5px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--nea-paper);
	color: var(--nea-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }

/* Ad Inserter and widget image ads remain centered at every viewport width. */
.code-block img,
.ad-region img { margin-left: auto; margin-right: auto; }

a { color: var(--nea-navy); text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--nea-red); }

button,
input,
select,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }

.site-shell {
	width: min( calc( 100% - 40px ), var(--nea-shell) );
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto !important;
	background: #fff;
	color: #000;
	font-weight: 800;
}

.header-ad { padding: 12px 0; border-bottom: 1px solid var(--nea-line); text-align: center; }
.header-ad:empty { display: none; }
.ad-region .widget { margin: 0; }

.utility-bar { background: var(--nea-navy-dark); color: #fff; font-size: 13px; font-weight: 650; }
.utility-inner { min-height: 34px; display: grid; grid-template-columns: auto minmax( 0, 1fr ) auto; align-items: center; gap: 20px; }
.utility-date { white-space: nowrap; }
.utility-location { letter-spacing: 0.04em; text-transform: uppercase; }
.utility-latest { display: flex; align-items: center; justify-content: center; min-width: 0; gap: 9px; }
.utility-latest .latest-label { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 22px; padding: 0 7px; background: var(--nea-red); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 0.05em; line-height: 1; text-transform: uppercase; }
.utility-latest a { min-width: 0; overflow: hidden; color: #fff; font-size: 12px; font-weight: 750; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.utility-latest a:hover { color: #ffd6dd; }

.masthead { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-lockup { display: flex; align-items: center; gap: 22px; min-width: 0; }
.custom-logo-link { display: block; flex: 0 1 auto; }
.custom-logo,
.bundled-logo { width: auto; max-width: min( 430px, 48vw ); max-height: 76px; object-fit: contain; }
.bundled-logo-link { display: block; line-height: 0; }
.text-logo { display: inline-flex; align-items: center; color: #fff; font-size: clamp( 28px, 4vw, 48px ); font-weight: 900; line-height: 1; letter-spacing: -0.055em; text-decoration: none; }
.text-logo span { background: var(--nea-navy); padding: 0.21em 0.27em 0.24em; }
.text-logo strong { background: var(--nea-red); padding: 0.21em 0.34em 0.24em; font-style: italic; }
.site-tagline { margin: 0; padding-left: 22px; border-left: 1px solid var(--nea-line); color: var(--nea-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 17px, 2vw, 23px ); font-weight: 700; white-space: nowrap; }

.masthead-actions { display: flex; align-items: center; gap: 12px; }
.icon-button,
.nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--nea-line); border-radius: 50%; background: #fff; color: var(--nea-navy); cursor: pointer; }
.icon-button svg { fill: none; stroke: currentColor; stroke-width: 2; }
.support-button { display: inline-flex; align-items: center; min-height: 44px; padding: 0 19px; border-radius: 3px; background: var(--nea-red); color: #fff; font-size: 14px; font-weight: 850; letter-spacing: 0.03em; text-decoration: none; text-transform: uppercase; }
.support-button:hover { background: var(--nea-red-dark); color: #fff; }
.nav-toggle { display: none; gap: 4px; }
.nav-toggle > span:not( .screen-reader-text ) { display: block; width: 20px; height: 2px; background: currentColor; }

.search-panel { padding: 18px 0; border-top: 1px solid var(--nea-line); background: var(--nea-mist); }
.search-panel[hidden] { display: none; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid #aab2bc; border-radius: 3px; background: #fff; color: var(--nea-ink); }
.search-submit { min-height: 48px; padding: 10px 22px; border: 0; border-radius: 3px; background: var(--nea-navy); color: #fff; font-weight: 800; cursor: pointer; }

.primary-navigation { position: relative; z-index: 30; background: var(--nea-navy); color: #fff; }
.primary-menu,
.primary-navigation ul { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-navigation li { position: relative; }
.primary-navigation a { display: flex; align-items: center; min-height: 50px; padding: 0 13px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.015em; text-decoration: none; text-transform: uppercase; }
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a { background: rgba( 255, 255, 255, 0.12 ); color: #fff; }
.primary-navigation .menu-item-nea-database > a { box-shadow: inset 0 -4px 0 var(--nea-red); }
.primary-navigation .sub-menu { position: absolute; top: 100%; left: 0; display: none; min-width: 220px; flex-direction: column; background: var(--nea-navy-dark); box-shadow: var(--nea-shadow); }
.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { display: flex; }

.homepage-main { overflow: hidden; }
.lead-section { padding-top: 34px; }
.lead-grid { display: grid; grid-template-columns: minmax( 0, 1.65fr ) minmax( 330px, 0.8fr ); gap: 30px; }
.lead-story { min-width: 0; }
.lead-story-media { display: block; overflow: hidden; border-radius: var(--nea-radius); background: var(--nea-mist); text-decoration: none; }
.lead-story-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.lead-story-content { padding: 20px 2px 0; }
.lead-story h2 { max-width: 850px; margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 35px, 4.3vw, 58px ); line-height: 1.02; letter-spacing: -0.038em; }
.homepage-main .lead-story h2 { font-size: clamp( 29px, 3.2vw, 42px ); line-height: 1.08; letter-spacing: -0.03em; }
.lead-story h2 a { color: var(--nea-ink); text-decoration: none; }
.lead-story h2 a:hover { color: var(--nea-red); }
.lead-story-content > p { max-width: 750px; margin: 15px 0 0; color: #47515c; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.55; }

.lead-secondary { display: grid; align-content: start; }
.lead-secondary .story-card { padding-block: 0 16px; }
.lead-secondary .story-card + .story-card { padding-top: 16px; border-top: 1px solid var(--nea-line); }

.story-card { min-width: 0; }
.story-card-media { display: block; overflow: hidden; aspect-ratio: 1 / 1; margin-bottom: 14px; border-radius: var(--nea-radius); background: var(--nea-mist); text-decoration: none; }
.story-card-image { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 180ms ease; }
.story-card:hover .story-card-image { transform: scale( 1.018 ); }
.story-card-title { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.18; letter-spacing: -0.022em; }
.story-card-title a { color: var(--nea-ink); text-decoration: none; }
.story-card-title a:hover { color: var(--nea-red); }
.story-card-excerpt { margin-top: 12px; color: #505a65; font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.story-card-excerpt p { margin: 0; }
.story-card-compact { display: grid; grid-template-columns: 132px minmax( 0, 1fr ); gap: 15px; }
.story-card-compact .story-card-media { width: 132px; margin: 0; }
.story-card-compact .story-card-image,
.story-card-compact .story-image-placeholder { width: 100%; height: 100%; min-height: 0; aspect-ratio: 1 / 1; }
.story-card-compact .story-image-placeholder { font-size: 14px; }
.story-card-compact .story-kicker { margin-bottom: 3px; font-size: 10px; }
.story-card-compact .story-card-title { margin-bottom: 5px; font-size: 17px; line-height: 1.18; }
.story-card-compact .story-meta { font-size: 12px; }

.home-ad { margin-block: 30px; padding-block: 12px; border-block: 1px solid var(--nea-line); text-align: center; }
.county-bar { margin-top: 38px; border-block: 1px solid var(--nea-line); background: var(--nea-mist); }
.county-bar-inner { display: flex; align-items: center; gap: 22px; min-height: 64px; }
.county-bar-inner > strong { flex: 0 0 auto; color: var(--nea-red); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.county-links { display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 10px 0; scrollbar-width: thin; }
.county-links a { flex: 0 0 auto; padding: 6px 10px; border: 1px solid #c9d0d9; border-radius: 999px; background: #fff; color: var(--nea-navy); font-size: 13px; font-weight: 750; text-decoration: none; }
.county-links a:hover { border-color: var(--nea-red); color: var(--nea-red); }

.homepage-section { padding-top: 58px; }
.latest-layout { display: grid; grid-template-columns: minmax( 0, 1fr ) 320px; gap: 48px; align-items: start; }
.latest-list .story-card-compact { grid-template-columns: 150px minmax( 0, 1fr ); padding-block: 0 14px; }
.latest-list .story-card-compact + .story-card-compact { padding-top: 14px; border-top: 1px solid var(--nea-line); }
.latest-list .story-card-compact .story-card-image,
.latest-list .story-card-compact .story-image-placeholder { width: 100%; min-height: 0; }
.latest-list .story-card-compact .story-card-media { width: 150px; }
.latest-list .story-card-compact .story-card-title { font-size: 21px; }
.latest-more { padding-top: 8px; }
.latest-sidebar { position: sticky; top: 20px; }
.latest-sidebar > * + * { margin-top: 24px; }
.facebook-counter { display: grid; grid-template-columns: 50px minmax( 0, 1fr ); gap: 0 15px; padding: 22px; border: 1px solid #d7e3f7; border-top: 5px solid #1877f2; background: #fff; box-shadow: var(--nea-shadow); }
.facebook-counter-mark { display: grid; place-items: end center; width: 50px; height: 50px; overflow: hidden; border-radius: 50%; background: #1877f2; color: #fff; font-family: Arial, sans-serif; font-size: 47px; font-weight: 800; line-height: 0.93; }
.facebook-counter-copy { min-width: 0; }
.facebook-counter-copy > span { display: block; color: var(--nea-navy); font-size: 11px; font-weight: 900; letter-spacing: 0.045em; line-height: 1.25; text-transform: uppercase; }
.facebook-counter-copy > strong { display: block; margin-top: 3px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1; }
.facebook-counter-copy > small { display: block; margin-top: 4px; color: var(--nea-muted); font-size: 12px; }
.facebook-counter > a { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 18px; background: #1877f2; color: #fff; font-size: 12px; font-weight: 850; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.facebook-counter > a:hover { background: #0f5fc4; color: #fff; }
.support-card,
.rail-support { padding: 28px; border-top: 5px solid var(--nea-red); background: var(--nea-navy); color: #fff; box-shadow: var(--nea-shadow); }
.support-card > span,
.rail-support > span { color: #ffbdc9; font-size: 11px; font-weight: 900; letter-spacing: 0.065em; text-transform: uppercase; }
.support-card h2 { margin: 12px 0 8px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.05; }
.support-card p,
.rail-support p { margin: 0 0 20px; color: #e1e7f0; font-size: 15px; line-height: 1.5; }
.button-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 16px; border: 2px solid var(--nea-navy); border-radius: 3px; background: var(--nea-navy); color: #fff; font-size: 13px; font-weight: 850; letter-spacing: 0.035em; text-decoration: none; text-transform: uppercase; }
.button-link:hover { background: var(--nea-navy-dark); color: #fff; }
.button-link-red { border-color: var(--nea-red); background: var(--nea-red); }
.button-link-red:hover { border-color: #fff; background: #fff; color: var(--nea-navy); }

/* Support hub. */
.support-page-main { padding-top: 58px; }
.support-page { max-width: var(--nea-shell); }
.support-page-hero { max-width: 860px; }
.support-page-hero h1 { margin: 5px 0 18px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 44px, 7vw, 72px ); line-height: 1.01; letter-spacing: -0.04em; }
.support-page-hero > p { max-width: 790px; margin: 0; color: #46515c; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 18px, 2vw, 22px ); line-height: 1.55; }
.support-options-grid { display: grid; grid-template-columns: repeat( 3, minmax( 0, 1fr ) ); gap: 22px; margin-top: 44px; }
.support-option { position: relative; display: flex; min-width: 0; min-height: 350px; padding: 31px 28px 28px; overflow: hidden; flex-direction: column; align-items: flex-start; border-top: 6px solid var(--nea-red); background: var(--nea-mist); box-shadow: var(--nea-shadow); }
.support-option-number { position: absolute; top: 11px; right: 18px; color: rgba( 8, 40, 91, 0.1 ); font-family: Georgia, "Times New Roman", serif; font-size: 72px; font-weight: 800; line-height: 1; }
.support-option-label { position: relative; color: var(--nea-red); font-size: 11px; font-weight: 900; letter-spacing: 0.065em; text-transform: uppercase; }
.support-option h2 { position: relative; margin: 16px 0 12px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.08; }
.support-option p { position: relative; margin: 0 0 26px; color: #4d5864; font-size: 15px; line-height: 1.55; }
.support-option .button-link { position: relative; margin-top: auto; }
.button-link-facebook { border-color: #1877f2; background: #1877f2; }
.button-link-facebook:hover { border-color: #0f5fc4; background: #0f5fc4; }
.button-link-paypal { border-color: #0070ba; background: #0070ba; }
.button-link-paypal:hover { border-color: #005c99; background: #005c99; }
.support-page-note { margin-top: 32px; padding: 24px 27px; border-left: 5px solid var(--nea-navy); background: #f7f9fc; }
.support-page-note strong { color: var(--nea-navy); font-size: 16px; }
.support-page-note p { margin: 5px 0 0; color: var(--nea-muted); font-size: 13px; line-height: 1.55; }

.video-section { margin-top: 65px; padding: 54px 0 62px; background: var(--nea-navy-dark); color: #fff; }
.section-heading-light { border-color: var(--nea-red); }
.section-heading-light h2,
.section-heading-light a { color: #fff; }
.video-grid { display: grid; grid-template-columns: repeat( 4, minmax( 0, 1fr ) ); gap: 22px; }
.video-card-media { position: relative; display: block; overflow: hidden; margin-bottom: 13px; border-radius: var(--nea-radius); background: #020b19; }
.video-card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; opacity: 0.9; }
.play-icon { position: absolute; bottom: 10px; left: 10px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--nea-red); color: #fff; font-size: 14px; }
.video-card .story-kicker { color: #ff8ba0; }
.video-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.25; }
.video-card h3 a { color: #fff; text-decoration: none; }
.video-card h3 a:hover { color: #ff9bad; }

.county-news { padding-bottom: 10px; }
.county-news-grid { display: grid; grid-template-columns: repeat( 3, minmax( 0, 1fr ) ); gap: 24px 34px; }
.county-panel { padding-top: 14px; border-top: 4px solid var(--nea-navy); }
.county-panel > h3 { margin: 0 0 8px; font-size: 18px; text-transform: uppercase; }
.county-panel > h3 a { color: var(--nea-red); text-decoration: none; }
.county-headline { padding-block: 11px; }
.county-headline + .county-headline { border-top: 1px solid var(--nea-line); }
.county-headline a { display: block; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; line-height: 1.25; text-decoration: none; }
.county-headline a:hover { color: var(--nea-red); }
.county-headline time { display: block; margin-top: 5px; color: var(--nea-muted); font-size: 12px; }
.county-panel-empty { margin: 10px 0 0; color: var(--nea-muted); font-size: 13px; }
.county-panel-empty a { font-weight: 800; }

.single-main { padding-top: 52px; }
.article-header { max-width: 1040px; }
.article-header h1 { max-width: 1000px; margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 42px, 6vw, 70px ); line-height: 1.01; letter-spacing: -0.042em; }
.article-deck { max-width: 820px; margin-bottom: 20px; color: #46515c; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 19px, 2.4vw, 25px ); line-height: 1.42; }
.article-deck p { margin: 0; }
.article-hero { margin-top: 34px; }
.article-hero img { width: 100%; max-height: 690px; object-fit: cover; }
.article-hero figcaption { margin-top: 8px; color: var(--nea-muted); font-size: 12px; line-height: 1.45; }
.article-layout { display: grid; grid-template-columns: minmax( 0, var(--nea-reading) ) minmax( 260px, 320px ); justify-content: space-between; gap: 62px; margin-top: 42px; }
.article-primary { min-width: 0; }
.entry-content { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.76; }
.entry-content > * { max-width: 100%; }
.entry-content > :first-child { margin-top: 0; }
.entry-content p { margin: 0 0 1.35em; }
.entry-content h2,
.entry-content h3,
.entry-content h4 { margin: 1.7em 0 0.55em; color: var(--nea-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.18; }
.entry-content h2 { font-size: 30px; }
.entry-content h3 { font-size: 24px; }
.entry-content blockquote { margin: 1.7em 0; padding: 4px 0 4px 24px; border-left: 5px solid var(--nea-red); color: #343b43; font-size: 1.08em; }
.entry-content figure { margin: 2em 0; }
.entry-content figcaption { color: var(--nea-muted); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 12px; line-height: 1.45; }
.entry-content iframe,
.entry-content video { max-width: 100%; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; }
.entry-content th,
.entry-content td { padding: 10px; border: 1px solid var(--nea-line); text-align: left; }
.entry-content .alignwide { width: min( 980px, calc( 100vw - 40px ) ); max-width: none; margin-left: 50%; transform: translateX( -50% ); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX( -50% ); }
.article-footer { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--nea-line); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; }
.tag-list a { padding: 4px 9px; border-radius: 999px; background: var(--nea-mist); text-decoration: none; }
.article-after-content { margin-top: 28px; }
.article-rail { min-width: 0; }
.article-rail > * + * { margin-top: 30px; }
.rail-support { padding: 24px; }
.rail-latest { padding-top: 16px; border-top: 4px solid var(--nea-navy); }
.rail-latest h2 { margin: 0 0 4px; font-size: 16px; text-transform: uppercase; }
.rail-latest ol { margin: 0; padding: 0; list-style: none; counter-reset: latest; }
.rail-latest li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 13px 0; border-bottom: 1px solid var(--nea-line); counter-increment: latest; }
.rail-latest li::before { content: counter( latest ); color: var(--nea-red); font-size: 17px; font-weight: 900; }
.rail-latest a { color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.rail-latest a:hover { color: var(--nea-red); }
.related-stories { margin-top: 68px; padding-top: 38px; border-top: 1px solid var(--nea-line); }
.comments-shell { max-width: var(--nea-reading); margin-top: 55px; }
.comments-area { padding-top: 30px; border-top: 1px solid var(--nea-line); }
.comments-title,
.comment-reply-title { font-family: Georgia, "Times New Roman", serif; }
.comment-list { margin: 0; padding: 0; list-style: none; }
.comment-list .comment { padding: 20px 0; border-bottom: 1px solid var(--nea-line); }
.comment-form input:not( [type="checkbox"] ),
.comment-form textarea { width: 100%; padding: 10px; border: 1px solid #adb5bf; }
.comment-form .submit { min-height: 44px; padding: 9px 18px; border: 0; background: var(--nea-navy); color: #fff; font-weight: 800; cursor: pointer; }

.listing-main,
.page-main { padding-top: 52px; }
.listing-heading { margin-bottom: 28px; }
.archive-heading { align-items: flex-start; }
.archive-label { display: block; margin-bottom: 5px; color: var(--nea-red); font-size: 12px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.archive-description { max-width: 720px; margin-top: 12px; color: var(--nea-muted); font-size: 16px; }
.archive-description p { margin: 0; }
.story-grid { display: grid; gap: 34px 26px; }
.story-grid-three { grid-template-columns: repeat( 3, minmax( 0, 1fr ) ); }
.listing-search { max-width: 700px; margin: -6px 0 34px; }
.standard-page { max-width: 960px; }
.page-header h1 { margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 40px, 6vw, 64px ); line-height: 1.04; }
.page-content { max-width: none; }
.database-page { max-width: var(--nea-shell); }
.database-header { max-width: 840px; }
.database-access-banner { display: flex; align-items: center; gap: 18px; max-width: 840px; margin: -8px 0 34px; padding: 18px 20px; border: 1px solid #cad3df; border-left: 6px solid var(--nea-red); background: #f7f9fc; }
.database-access-mark { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; border: 4px solid #fff; outline: 2px solid var(--nea-navy); background: var(--nea-navy); color: #fff; font-size: 14px; font-weight: 950; letter-spacing: -0.035em; }
.database-access-banner strong { display: block; color: var(--nea-navy); font-size: 13px; font-weight: 900; letter-spacing: 0.065em; text-transform: uppercase; }
.database-access-banner p { margin: 3px 0 0; color: #46515c; font-size: 14px; line-height: 1.45; }
.database-layout { display: grid; grid-template-columns: minmax( 0, 1fr ) 300px; gap: 44px; align-items: start; }
.database-content-column { min-width: 0; }
.database-content { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
.database-content .facetwp-facet { margin-bottom: 20px; }
.database-content .facetwp-template { width: 100%; }
.database-idle-state { margin-top: 18px; padding: 38px 30px; border: 1px solid #cbd4df; border-top: 5px solid var(--nea-navy); background: linear-gradient( 180deg, #f8fafc, #f1f4f8 ); text-align: center; }
.database-idle-state > span { display: inline-flex; padding: 4px 9px; border: 1px solid #aeb9c7; border-radius: 999px; background: #fff; color: var(--nea-navy); font-size: 10px; font-weight: 900; letter-spacing: 0.075em; text-transform: uppercase; }
.database-idle-state h2 { margin: 13px 0 7px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.1; }
.database-idle-state p { max-width: 570px; margin: 0 auto; color: var(--nea-muted); font-size: 14px; }
.database-idle-state[hidden],
body.has-database-query .database-idle-state { display: none !important; }
body.page-slug-bad-cop-database:not(.has-database-query) .database-content .badcop-records,
body.page-slug-bad-cop-database:not(.has-database-query) .database-content .facetwp-template,
body.page-slug-bad-cop-database:not(.has-database-query) .database-content .facetwp-pager,
body.page-slug-bad-cop-database:not(.has-database-query) .database-content .badcop-search-footer { display: none !important; }
.database-script-notice { padding: 12px 14px; border-left: 4px solid var(--nea-red); background: #fff3f5; color: #6c1725; font-size: 14px; }
.database-content,
.database-profile-content { min-width: 0; overflow-wrap: anywhere; }
.database-rail { position: sticky; top: 20px; min-width: 0; }
.database-rail > * + * { margin-top: 28px; }
.database-ad { min-height: 0; text-align: center; }
.database-ad .widget { margin: 0; }
.database-support { padding: 24px; }
.database-profile { max-width: var(--nea-shell); }
.database-profile-layout { margin-top: 18px; }
.database-profile-content { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
.database-profile-content .nea-officer-profile-name { margin: 0 0 22px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 38px, 5vw, 58px ); line-height: 1.04; }
.database-back-link { display: inline-flex; margin-bottom: 20px; color: var(--nea-navy); font-size: 13px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.database-back-link:hover { color: var(--nea-red); }
.database-record-header { max-width: 820px; }

/* Moderated reader experiences remain separate from verified records. */
.database-experience-section { margin-top: 64px; padding-top: 46px; border-top: 1px solid var(--nea-line); }
.experience-section-header { max-width: 790px; }
.experience-section-header h2 { margin: 0; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 32px, 4vw, 46px ); line-height: 1.08; }
.experience-section-header > p { margin: 12px 0 0; color: var(--nea-muted); font-size: 16px; }
.experience-form-disclosure { margin-top: 26px; border: 1px solid #b9c4d1; background: #fff; box-shadow: var(--nea-shadow); }
.experience-form-disclosure > summary { display: grid; grid-template-columns: minmax( 0, 1fr ) auto auto; align-items: center; gap: 18px; min-height: 70px; padding: 15px 22px; background: var(--nea-navy); color: #fff; cursor: pointer; list-style: none; }
.experience-form-disclosure > summary::-webkit-details-marker { display: none; }
.experience-form-disclosure > summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba( 255, 255, 255, 0.5 ); border-radius: 50%; font-size: 22px; line-height: 1; }
.experience-form-disclosure[open] > summary::after { content: "−"; }
.experience-form-disclosure > summary > span { font-size: 16px; font-weight: 900; letter-spacing: 0.025em; text-transform: uppercase; }
.experience-form-disclosure > summary > small { color: #cad6e7; font-size: 12px; }
.experience-form-panel { padding: 30px; }
.experience-form-intro { margin: 0 0 24px; color: var(--nea-muted); font-size: 14px; }
.experience-form { position: relative; display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 22px 24px; }
.experience-field,
.experience-field-wide { min-width: 0; }
.experience-field-wide { grid-column: 1 / -1; }
.experience-field label,
.experience-check label { display: block; margin-bottom: 6px; color: #27313b; font-size: 13px; font-weight: 850; }
.experience-field label > span,
.experience-affirmation label > span { color: var(--nea-red); }
.experience-field input,
.experience-field textarea { display: block; width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #9ea9b5; border-radius: 3px; background: #fff; color: var(--nea-ink); }
.experience-field textarea { min-height: 108px; resize: vertical; }
.experience-field input:focus,
.experience-field textarea:focus { border-color: var(--nea-navy); box-shadow: 0 0 0 3px rgba( 8, 40, 91, 0.12 ); outline: 0; }
.experience-field small { display: block; margin-top: 6px; color: var(--nea-muted); font-size: 11px; line-height: 1.45; }
.experience-check { padding: 2px 0; }
.experience-check label { display: flex; align-items: flex-start; gap: 9px; margin: 0; font-weight: 650; line-height: 1.5; }
.experience-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--nea-navy); }
.experience-affirmation { padding: 17px; border: 1px solid #d0d6de; background: var(--nea-mist); }
.experience-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.experience-submit-row { display: flex; align-items: center; gap: 18px; padding-top: 4px; }
.experience-submit-row .button-link { cursor: pointer; }
.experience-submit-row .button-link-red:hover { border-color: var(--nea-red); background: #fff; color: var(--nea-red); }
.experience-submit-row > span { max-width: 500px; color: var(--nea-muted); font-size: 12px; line-height: 1.45; }
.experience-message { margin: 0 0 22px; padding: 14px 16px; border-left: 5px solid; font-size: 14px; }
.experience-message-success { border-color: #278249; background: #eef9f1; color: #17572f; }
.experience-message-error { border-color: var(--nea-red); background: #fff1f3; color: #761327; }
.experience-published { margin-top: 48px; }
.experience-published-heading { display: grid; grid-template-columns: minmax( 240px, 0.8fr ) minmax( 0, 1.2fr ); gap: 30px; align-items: start; padding-bottom: 16px; border-bottom: 4px solid var(--nea-navy); }
.experience-published-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.15; }
.experience-published-heading p { margin: 0; color: var(--nea-muted); font-size: 13px; line-height: 1.55; }
.experience-account-list { display: grid; gap: 20px; margin-top: 22px; }
.experience-account { padding: 25px 27px; border: 1px solid #cfd6df; border-left: 6px solid #7c8794; background: #fff; }
.experience-account-label { display: inline-flex; padding: 4px 8px; border-radius: 2px; background: #e8ecf1; color: #48525e; font-size: 10px; font-weight: 900; letter-spacing: 0.055em; text-transform: uppercase; }
.experience-account h4 { margin: 10px 0 12px; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.15; }
.experience-account dl { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 16px; }
.experience-account dl > div { display: flex; gap: 5px; font-size: 12px; }
.experience-account dt { color: var(--nea-muted); font-weight: 800; }
.experience-account dd { margin: 0; }
.experience-account-narrative { font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.65; }
.experience-account-narrative > :last-child { margin-bottom: 0; }
.experience-account footer { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--nea-line); color: var(--nea-muted); font-size: 11px; }

/* Flagship beat pages. */
.beat-main { padding-top: 46px; }
.beat-header { padding-bottom: 28px; }
.beat-header h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 40px, 5vw, 60px ); line-height: 1.03; letter-spacing: -0.035em; }
.beat-header > p { max-width: 760px; margin: 14px 0 0; color: #46515c; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.5; }
.beat-topic-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.beat-topic-links a { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 11px; border: 1px solid #c9d0d9; border-radius: 999px; background: #fff; color: var(--nea-navy); font-size: 12px; font-weight: 800; text-decoration: none; }
.beat-topic-links a:hover { border-color: var(--nea-red); color: var(--nea-red); }
.beat-top-stories { padding-top: 14px; }
.beat-county-bar { display: flex; align-items: center; gap: 20px; margin-top: 36px; padding-block: 10px; border-block: 1px solid var(--nea-line); }
.beat-county-bar > strong { flex: 0 0 auto; color: var(--nea-red); font-size: 12px; letter-spacing: 0.055em; text-transform: uppercase; }
.beat-video-module { display: grid; grid-template-columns: minmax( 0, 1.5fr ) minmax( 250px, 0.72fr ); align-items: center; gap: 34px; margin-top: 42px; padding: 28px; background: var(--nea-navy-dark); color: #fff; box-shadow: var(--nea-shadow); }
.beat-video-player { overflow: hidden; aspect-ratio: 16 / 9; background: #000; }
.beat-video-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.beat-video-copy .archive-label { color: #ff9bad; }
.beat-video-copy h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 29px, 3.2vw, 42px ); line-height: 1.05; }
.beat-video-copy p { margin: 14px 0 21px; color: #dbe3ef; font-size: 15px; line-height: 1.55; }
.beat-video-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.text-link-light { color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.text-link-light:hover { color: #ff9bad; }
.beat-latest-section { padding-top: 52px; }
.beat-list-layout { display: grid; grid-template-columns: minmax( 0, 1fr ) 300px; gap: 46px; align-items: start; }
.beat-rail { position: sticky; top: 20px; }
.beat-rail > * + * { margin-top: 28px; }
.beat-rail-widgets .widget:last-child { margin-bottom: 0; }
.criminal-justice-main .beat-header h1 { font-size: clamp( 30px, 3.6vw, 44px ); line-height: 1.08; }
.criminal-justice-main .beat-lead-story h2 { font-size: clamp( 27px, 3vw, 38px ); line-height: 1.1; }
.criminal-justice-main .beat-secondary .story-card-title { font-size: 16px; line-height: 1.24; }
.criminal-justice-main .beat-latest-list .story-card-title { font-size: 19px; line-height: 1.24; }
.politics-main { max-width: var(--nea-shell); }
.politics-header { margin-bottom: 28px; }
.politics-five { padding-top: 6px; }
.politics-more { display: flex; justify-content: center; margin-top: 38px; }
.politics-all { padding-top: 8px; }

/* Business Beat live-data block. */
.market-board { overflow: hidden; margin-top: 8px; border: 1px solid #ccd4df; border-top: 6px solid var(--nea-navy); background: #f8fafc; box-shadow: var(--nea-shadow); }
.market-board-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 24px 26px 20px; border-bottom: 1px solid var(--nea-line); }
.market-board-heading h2 { margin: 0; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 28px, 3.5vw, 38px ); line-height: 1.08; }
.market-board-heading p { max-width: 350px; margin: 0; color: var(--nea-muted); font-size: 14px; text-align: right; }
.market-widget-grid { display: grid; grid-template-columns: minmax( 0, 1.8fr ) minmax( 250px, 0.7fr ); }
.market-index-widget,
.market-bitcoin-widget { min-width: 0; padding: 22px 24px; background: #fff; }
.market-bitcoin-widget { border-left: 1px solid var(--nea-line); background: #fffaf0; }
.market-index-widget h3,
.market-bitcoin-widget h3 { margin: 0 0 13px; color: var(--nea-navy); font-size: 13px; font-weight: 900; letter-spacing: 0.055em; text-transform: uppercase; }
.market-index-widget .tradingview-widget-container { min-height: 78px; }
.market-bitcoin-widget .tradingview-widget-container { min-height: 92px; }
.market-board iframe { display: block; max-width: 100%; }
.market-disclosure { margin: 0; padding: 10px 24px; border-top: 1px solid var(--nea-line); color: var(--nea-muted); font-size: 11px; text-align: right; }
.market-disclosure a { margin-left: 5px; font-weight: 750; text-decoration: none; }
.business-stories { padding-top: 52px; }

/* Education Beat: a compact, image-free newsroom chalkboard. */
.education-board-section { padding-top: 8px; }
.chalkboard-frame { padding: 34px 38px 38px; border: 12px solid #a86c35; border-radius: 4px; background-color: #173b32; background-image: linear-gradient( 102deg, rgba( 255, 255, 255, 0.018 ) 25%, transparent 25% ), linear-gradient( 78deg, rgba( 255, 255, 255, 0.014 ) 25%, transparent 25% ); background-size: 34px 34px, 47px 47px; color: #f5f2e6; box-shadow: inset 0 0 35px rgba( 0, 0, 0, 0.28 ), 0 13px 30px rgba( 8, 40, 91, 0.14 ); }
.chalkboard-heading { margin-bottom: 10px; padding-bottom: 22px; border-bottom: 2px dashed rgba( 245, 242, 230, 0.52 ); }
.chalkboard-heading > span { display: block; margin-bottom: 5px; color: #f4d87c; font-size: 11px; font-weight: 900; letter-spacing: 0.075em; text-transform: uppercase; }
.chalkboard-heading h2 { margin: 0; color: #fffdf3; font-family: Georgia, "Times New Roman", serif; font-size: clamp( 29px, 4vw, 42px ); line-height: 1.08; }
.education-headline-list { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); column-gap: 42px; }
.education-headline { min-width: 0; padding: 18px 0; border-bottom: 1px dashed rgba( 245, 242, 230, 0.28 ); }
.education-story-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 6px; color: #c7d7cc; font-size: 11px; font-weight: 750; letter-spacing: 0.025em; text-transform: uppercase; }
.education-story-meta a { color: #f4d87c; text-decoration: none; }
.education-story-meta a:hover { color: #fff; }
.education-headline h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.27; }
.education-headline h3 a { color: #fffdf3; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
.education-headline h3 a:hover { color: #fff; text-decoration-color: #f4d87c; }
.education-empty { margin: 24px 0 0; color: #fffdf3; }

/* Preserve the user's News From Everywhere build while tightening its type. */
.page-slug-news .standard-page,
.page-slug-news .full-width-page { max-width: var(--nea-shell); }
.page-slug-news .page-content { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.52; }
.page-slug-news .page-content .rsswidget { font-size: 15px !important; line-height: 1.38 !important; }
.page-slug-news .page-content .rss-widget-title { display: inline-block; margin-bottom: 12px; color: var(--nea-navy); font-size: 20px !important; font-weight: 900; text-decoration: none; }
.page-slug-news .page-content .rssSummary { margin-top: 4px; color: #56616d; font-size: 13px !important; line-height: 1.45 !important; }
.page-slug-news .page-content .rss-date,
.page-slug-news .page-content .post-date { display: block; margin-top: 4px; color: var(--nea-muted); font-size: 11px; }
.page-slug-news .page-content .vce-widgets-wrapper li { margin-bottom: 16px; }
.page-slug-news .page-content .news-everywhere-kjnb { margin-top: 34px; }
.empty-state { max-width: 720px; margin: 60px auto; padding: 46px; border-top: 6px solid var(--nea-red); background: var(--nea-mist); text-align: center; }
.empty-state h1,
.empty-state h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 38px; }
.empty-state p { margin: 0 0 24px; color: var(--nea-muted); }
.empty-state .search-form { margin-bottom: 20px; }
.error-code { display: block; color: var(--nea-red); font-size: 64px; font-weight: 950; line-height: 1; }
.not-found-main { padding-top: 10px; }

/* Keep common third-party newsroom output responsive. */
.facetwp-facet { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.facetwp-template { min-width: 0; }
.wp-block-embed,
.wp-block-image,
.wp-block-video { max-width: 100%; }

.story-kicker { display: inline-block; margin-bottom: 8px; color: var(--nea-red); font-size: 12px; font-weight: 900; letter-spacing: 0.065em; text-decoration: none; text-transform: uppercase; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--nea-muted); font-size: 13px; }
.story-meta a { color: inherit; text-decoration: none; }
.story-meta a:hover { color: var(--nea-red); }
.meta-separator { color: #aab2bc; }

.story-image-placeholder { display: grid; grid-template-columns: auto auto; place-content: center; min-height: 180px; overflow: hidden; background: linear-gradient( 135deg, var(--nea-navy), #0e397f ); color: #fff; font-size: 26px; font-style: italic; font-weight: 900; letter-spacing: -0.05em; }
.story-card-media > .story-image-placeholder { width: 100%; height: 100%; }
.story-image-placeholder strong { margin-left: 4px; color: #fff; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin: 0 0 22px; padding-bottom: 10px; border-bottom: 3px solid var(--nea-navy); }
.section-heading h2,
.section-heading h1 { margin: 0; color: var(--nea-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp( 28px, 4vw, 40px ); line-height: 1.1; letter-spacing: -0.025em; }
.section-heading a { font-size: 13px; font-weight: 850; text-decoration: none; text-transform: uppercase; }

.pagination,
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.page-numbers { display: inline-grid; place-items: center; min-width: 42px; min-height: 42px; padding: 6px 12px; border: 1px solid var(--nea-line); background: #fff; color: var(--nea-navy); font-weight: 750; text-decoration: none; }
.page-numbers.current,
.page-numbers:hover { border-color: var(--nea-navy); background: var(--nea-navy); color: #fff; }

.widget { margin-bottom: 30px; }
.widget-title { margin: 0 0 14px; padding-bottom: 8px; border-bottom: 3px solid var(--nea-red); font-size: 18px; line-height: 1.2; text-transform: uppercase; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li + li { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--nea-line); }

.site-footer { margin-top: 72px; padding: 52px 0 20px; background: var(--nea-navy-dark); color: #d9e1ee; }
.footer-grid { display: grid; grid-template-columns: minmax( 260px, 1.4fr ) repeat( 3, minmax( 160px, 1fr ) ); gap: 44px; }
.footer-logo-link { display: block; width: min( 290px, 100% ); line-height: 0; }
.footer-logo { width: 100%; height: auto; }
.text-logo-light span { background: #fff; color: var(--nea-navy); }
.footer-brand > p { margin: 16px 0 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 700; }
.footer-brand .footer-mission { margin-top: 5px; color: #b9c5d8; font-family: inherit; font-size: 14px; font-weight: 500; }
.footer-column h2,
.site-footer .widget-title { margin: 0 0 14px; border: 0; color: #fff; font-size: 14px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-menu,
.footer-default-links,
.site-footer .widget ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li + li,
.footer-default-links li + li { margin-top: 8px; }
.site-footer a { color: #d9e1ee; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba( 255, 255, 255, 0.18 ); font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 750; }

@media ( max-width: 1120px ) {
	.site-tagline { display: none; }
	.nav-toggle { display: inline-grid; }
	.primary-navigation { display: none; }
	.primary-navigation.is-open { display: block; }
	.primary-navigation .navigation-inner { width: 100%; }
	.primary-menu,
	.primary-navigation ul { flex-direction: column; }
	.primary-navigation a { min-height: 46px; padding-inline: 20px; border-bottom: 1px solid rgba( 255, 255, 255, 0.1 ); }
	.primary-navigation .sub-menu { position: static; display: flex; box-shadow: none; }
	.primary-navigation .sub-menu a { padding-left: 38px; }
}

@media ( max-width: 980px ) {
	.footer-grid { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
	.lead-grid { grid-template-columns: 1fr; }
	.lead-secondary { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 20px; }
	.lead-secondary .story-card + .story-card { padding-top: 0; border-top: 0; }
	.latest-layout { grid-template-columns: 1fr; }
	.latest-sidebar { position: static; }
	.market-widget-grid { grid-template-columns: 1fr; }
	.market-bitcoin-widget { border-top: 1px solid var(--nea-line); border-left: 0; }
	.beat-list-layout,
	.database-layout { grid-template-columns: 1fr; }
	.beat-rail,
	.database-rail { position: static; }
	.beat-rail,
	.database-rail { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 26px; }
	.beat-rail > * + *,
	.database-rail > * + * { margin-top: 0; }
	.beat-video-module { grid-template-columns: 1fr; }
	.experience-published-heading { grid-template-columns: 1fr; gap: 8px; }
	.video-grid { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
	.county-news-grid { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
	.article-layout { grid-template-columns: minmax( 0, 1fr ); }
	.article-primary { max-width: var(--nea-reading); }
	.article-rail { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 26px; }
	.article-rail > * + * { margin-top: 0; }
	.story-grid-three { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
	.support-options-grid { grid-template-columns: 1fr; }
	.support-option { min-height: 0; }
}

@media ( max-width: 700px ) {
	.site-shell { width: min( calc( 100% - 28px ), var(--nea-shell) ); }
	.utility-inner { min-height: 34px; grid-template-columns: minmax( 0, 1fr ); gap: 0; }
	.utility-date,
	.utility-location { display: none; }
	.utility-latest { justify-content: flex-start; width: 100%; }
	.utility-latest a { font-size: 12px; }
	.masthead { min-height: 82px; gap: 10px; }
	.custom-logo,
	.bundled-logo { max-width: 205px; max-height: 54px; }
	.text-logo { font-size: 28px; }
	.masthead-actions { gap: 7px; }
	.icon-button,
	.nav-toggle { width: 40px; height: 40px; }
	.support-button { min-height: 40px; padding: 0 12px; font-size: 12px; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; }
	.lead-section { padding-top: 22px; }
	.lead-story h2 { font-size: 34px; }
	.homepage-main .lead-story h2 { font-size: 29px; }
	.lead-story-content > p { font-size: 16px; }
	.lead-secondary { grid-template-columns: 1fr; }
	.lead-secondary .story-card + .story-card { padding-top: 14px; border-top: 1px solid var(--nea-line); }
	.county-bar-inner { align-items: flex-start; flex-direction: column; gap: 0; padding-top: 12px; }
	.homepage-section { padding-top: 44px; }
	.latest-list .story-card-compact { grid-template-columns: 104px minmax( 0, 1fr ); gap: 12px; }
	.latest-list .story-card-compact .story-card-media { width: 104px; }
	.latest-list .story-card-compact .story-card-image,
	.latest-list .story-card-compact .story-image-placeholder { width: 100%; min-height: 0; }
	.latest-list .story-card-compact .story-card-title { font-size: 17px; }
	.latest-list .story-card-compact .story-kicker { display: none; }
	.video-grid,
	.county-news-grid,
	.story-grid-three,
	.article-rail,
	.beat-rail,
	.database-rail { grid-template-columns: 1fr; }
	.database-access-banner { align-items: flex-start; margin-bottom: 26px; padding: 16px; }
	.database-access-mark { width: 46px; height: 46px; }
	.database-idle-state { padding: 30px 20px; }
	.database-experience-section { margin-top: 48px; padding-top: 36px; }
	.experience-form-disclosure > summary { grid-template-columns: minmax( 0, 1fr ) auto; gap: 12px; padding: 15px 17px; }
	.experience-form-disclosure > summary > small { display: none; }
	.experience-form-panel { padding: 22px 17px; }
	.experience-form { grid-template-columns: 1fr; gap: 19px; }
	.experience-field-wide { grid-column: auto; }
	.experience-submit-row { align-items: flex-start; flex-direction: column; }
	.experience-account { padding: 21px 18px; }
	.market-board-heading { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
	.market-board-heading p { text-align: left; }
	.market-index-widget,
	.market-bitcoin-widget { padding: 20px; }
	.market-disclosure { padding-inline: 20px; text-align: left; }
	.chalkboard-frame { padding: 25px 20px 28px; border-width: 8px; }
	.education-headline-list { grid-template-columns: 1fr; }
	.education-headline h3 { font-size: 19px; }
	.beat-county-bar { align-items: flex-start; flex-direction: column; gap: 0; }
	.beat-video-module { margin-top: 30px; padding: 18px; }
	.beat-header h1 { font-size: 40px; }
	.beat-header > p { font-size: 17px; }
	.beat-topic-links { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
	.beat-topic-links a { flex: 0 0 auto; }
	.single-main { padding-top: 34px; }
	.article-header h1 { font-size: 42px; }
	.article-hero { width: 100%; margin-top: 25px; }
	.article-hero figcaption { padding-inline: 14px; }
	.article-layout { margin-top: 30px; }
	.entry-content { font-size: 18px; line-height: 1.72; }
	.article-rail { display: block; }
	.article-rail > * + * { margin-top: 28px; }
	.listing-main,
	.page-main { padding-top: 36px; }
	.empty-state { margin-block: 28px; padding: 32px 20px; }
	.support-page-main { padding-top: 38px; }
	.support-page-hero h1 { font-size: 44px; }
	.support-options-grid { margin-top: 32px; }
	.support-option { padding: 27px 22px 24px; }
}

@media ( max-width: 420px ) {
	.support-button { display: none; }
	.custom-logo,
	.bundled-logo { max-width: 190px; }
}

@media ( prefers-reduced-motion: reduce ) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
