:root {
  --navy: #052c78;
  --navy-2: #064bd9;
  --ink: #172033;
  --muted: #667085;
  --line: #e5e9ef;
  --soft: #f4f7fa;
  --white: #fff;
  --accent: #ff9800;
  --accent-2: #e86f00;
  --green: #12805c;
  --shadow: 0 12px 35px rgba(10, 39, 72, .1);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.16; letter-spacing: -.035em; }
h1 { font-size: clamp(2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: 1.14rem; }
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.wrap-narrow { width: min(790px, calc(100% - 32px)); }
.section { padding: 64px 0; }
.section-muted { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 14px; background: var(--accent); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 10px; }
.eyebrow { margin-bottom: 6px; color: var(--accent-2); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: .85rem; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--navy); }
.button-accent:hover { background: #fbbf24; }
.button-dark { background: var(--navy); color: #fff; }
.button-ghost { border-color: #ccd7e3; color: var(--navy); background: #fff; }
.button-light { background: #fff; color: var(--navy); }
.text-link { color: var(--navy-2); font-size: .84rem; font-weight: 900; }
.text-link:hover { color: var(--accent-2); }
.text-link::after { content: " →"; }
.badge { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: var(--navy-2); background: #e8f1fa; font-size: .64rem; font-weight: 900; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.badge-accent { color: #4b3000; background: var(--accent); }
.badge-job { color: #075c42; background: #d8f5e9; }
.badge-event { color: #6f3b00; background: #ffedc7; }
.card-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 10px; }
.card-location { color: var(--muted); font-size: .72rem; font-weight: 800; }
.card-location::before { content: "• "; color: var(--accent-2); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 6px 20px rgba(10,39,72,.05); }
.utility-bar { color: #dce8f5; background: var(--navy); font-size: .72rem; }
.utility-inner, .header-main, .utility-links, .header-actions { display: flex; align-items: center; justify-content: space-between; }
.utility-inner { min-height: 29px; }
.utility-links { gap: 16px; }
.utility-links a:hover { color: var(--accent); }
.header-main { min-height: 88px; gap: 20px; }
.brand, .brand-name { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: min(246px, 54vw); height: auto; filter: drop-shadow(0 4px 7px rgba(0, 45, 156, .2)); }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--navy); background: var(--accent); font-size: .85rem; font-weight: 950; letter-spacing: -.06em; }
.brand-name { display: grid; gap: 0; color: var(--navy); font-size: 1.3rem; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.brand-name strong { color: var(--accent-2); }
.brand-name small { margin-top: 4px; color: var(--muted); font-size: .53rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.custom-logo { max-height: 68px; width: auto; }
.custom-logo-link { display: block; }
.header-actions { gap: 8px; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 9px; color: var(--navy); background: var(--soft); cursor: pointer; font-size: 1.5rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 9px; background: var(--navy); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }
.primary-nav { border-top: 1px solid var(--line); }
.menu { display: flex; gap: 26px; padding: 0; margin: 0; list-style: none; }
.menu a { display: block; padding: 13px 0; border-bottom: 3px solid transparent; color: var(--navy); font-size: .81rem; font-weight: 900; text-transform: uppercase; }
.menu a:hover { border-color: var(--accent); color: var(--accent-2); }
.header-search { padding: 14px 0; border-top: 1px solid var(--line); background: var(--soft); }
.search-form { display: flex; gap: 8px; }
.search-form input { flex: 1; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cfd8e3; border-radius: 8px; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--navy-2); outline: 3px solid rgba(18,59,104,.13); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--accent-2); }
.ad-slot { padding: 12px; border: 1px dashed #bdc9d7; border-radius: 9px; color: var(--muted); background: #f9fbfd; text-align: center; font-size: .75rem; }
.ad-top { margin-top: 16px; }
.hero-section { padding: 26px 0 40px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .85fr); gap: 18px; }
.hero-main { position: relative; min-height: 490px; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.hero-image, .hero-image img, .hero-main .card-placeholder { width: 100%; height: 100%; }
.hero-image img { object-fit: cover; opacity: .78; transition: .3s ease; }
.hero-main:hover .hero-image img { transform: scale(1.025); }
.hero-main::after { position: absolute; inset: 30% 0 0; content: ""; background: linear-gradient(transparent, rgba(5,24,47,.93)); pointer-events: none; }
.hero-overlay { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; color: #fff; }
.hero-overlay h1 { max-width: 780px; margin: 13px 0 10px; color: #fff; font-size: clamp(1.8rem, 4vw, 3.35rem); }
.hero-overlay h1 a:hover { color: #ffe09d; }
.hero-meta, .hero-small time { margin: 0; color: #d6e1ed; font-size: .75rem; }
.hero-empty { background: linear-gradient(130deg, #031d56, var(--navy-2)); }
.hero-side { display: grid; gap: 12px; }
.hero-small { display: grid; grid-template-columns: 118px 1fr; gap: 14px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: .2s ease; }
.hero-small:hover { border-color: #b6c8db; box-shadow: var(--shadow); transform: translateY(-2px); }
.hero-small-media { height: 100%; min-height: 108px; overflow: hidden; border-radius: 8px; }
.hero-small-media img, .hero-small-media .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero-small h2 { margin: 8px 0 6px; font-size: 1rem; }
.hero-small time { color: var(--muted); }
.card-placeholder { display: grid; min-height: 160px; place-items: center; color: #fff; background: linear-gradient(130deg, #031d56, var(--navy-2)); }
.card-placeholder span { opacity: .33; font-size: 2rem; font-weight: 950; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.radar-section { padding-top: 36px; }
.radar-grid, .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.radar-card, .service-card { display: flex; min-height: 68px; align-items: center; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .86rem; transition: .2s ease; }
.radar-card span:last-child, .service-card span:last-child { margin-left: auto; color: var(--accent-2); }
.radar-card:hover, .service-card:hover { border-color: #9fb7cf; box-shadow: 0 10px 24px rgba(10,39,72,.08); transform: translateY(-3px); }
.radar-dot { width: 10px; height: 10px; flex: none; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px #fff1cf; }
.layout-with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; align-items: start; }
.cards-grid { display: grid; gap: 18px; }
.cards-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: .2s ease; }
.content-card:hover { border-color: #b9c9da; box-shadow: var(--shadow); transform: translateY(-3px); }
.card-media { display: block; height: 184px; overflow: hidden; background: var(--navy); }
.card-media img, .card-media .card-placeholder { width: 100%; height: 100%; object-fit: cover; transition: .3s ease; }
.content-card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 16px; }
.card-body h3 { margin: 0 0 8px; }
.card-body h3 a:hover, .job-card h3 a:hover, .event-card h3 a:hover { color: var(--accent-2); }
.card-body p, .job-card p, .event-card p { margin-bottom: 13px; color: var(--muted); font-size: .86rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .73rem; }
.sidebar { display: grid; gap: 18px; }
.sidebar-panel, .widget { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.sidebar-panel h2, .widget-title { margin-bottom: 14px; font-size: 1.25rem; }
.popular-list { padding-left: 28px; margin: 0; }
.popular-list li { padding: 10px 0; border-top: 1px solid var(--line); color: var(--accent-2); font-size: .82rem; font-weight: 900; }
.popular-list li:first-child { border-top: 0; }
.popular-list a { color: var(--navy); }
.jobs-section { color: #e5eef8; background: linear-gradient(135deg, #031d56, var(--navy)); }
.jobs-section h2 { color: #fff; }
.job-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.job-topics span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #d3e0ee; font-size: .73rem; font-weight: 800; }
.job-card { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.07); transition: .2s ease; }
.job-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.job-card h3, .job-card h3 a, .jobs-section .text-link { color: #fff; }
.job-card p { color: #c5d3e2; }
.job-card-icon, .service-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--navy); background: var(--accent); font-size: 1.35rem; font-weight: 900; }
.service-card { min-height: 84px; }
.service-icon { color: var(--navy-2); background: #e7f0f8; }
.neighborhood-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.neighborhood-card { display: grid; gap: 8px; min-height: 104px; align-content: end; padding: 16px; border-radius: 11px; color: #fff; background: linear-gradient(140deg, #031d56, var(--navy-2)); transition: .2s ease; }
.neighborhood-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.neighborhood-card span { color: #bfd0e2; font-size: .73rem; }
.agenda-section { background: #fff8e8; }
.event-card { display: grid; grid-template-columns: 62px 1fr; gap: 14px; padding: 16px; border: 1px solid #f3dfb5; border-radius: 12px; background: #fff; transition: .2s ease; }
.event-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.event-date { display: grid; height: 62px; place-content: center; border-radius: 10px; color: var(--navy); background: var(--accent); text-align: center; line-height: 1; }
.event-date strong { font-size: 1.5rem; }
.event-date span { margin-top: 3px; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.report-section { color: #e4edf7; background: linear-gradient(135deg, #081f3a, #123b68); }
.report-section h2 { color: #fff; }
.report-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 9px 0; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--accent); font-weight: 900; }
.report-form { display: grid; gap: 12px; padding: 22px; border-radius: 12px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.report-form label { display: grid; gap: 4px; }
.report-form label span { color: var(--navy); font-size: .77rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.form-notice { padding: 10px 12px; border-radius: 8px; font-size: .84rem; font-weight: 800; }
.form-notice.success { color: #075c42; background: #d8f5e9; }
.form-notice.error { color: #9b1c1c; background: #fee2e2; }
.newsletter-section { padding: 38px 0; color: #e6eef7; background: #06182d; }
.newsletter-layout, .newsletter-actions, .newsletter-actions form { display: flex; align-items: center; gap: 14px; }
.newsletter-layout { justify-content: space-between; }
.newsletter-layout h2 { max-width: 620px; margin-bottom: 0; color: #fff; font-size: clamp(1.35rem, 3vw, 2rem); }
.newsletter-actions input { min-width: 190px; }
.filter-bar { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr auto; gap: 9px; padding: 13px; margin: 0 0 25px; border: 1px solid var(--line); border-radius: 11px; background: var(--soft); }
.archive-header { max-width: 760px; margin-bottom: 24px; }
.archive-header h1 { margin-bottom: 8px; }
.archive-description { color: var(--muted); }
.empty-state { grid-column: 1 / -1; padding: 28px; border: 1px dashed #b8c5d2; border-radius: 10px; color: var(--muted); background: #fff; text-align: center; }
.pagination { margin-top: 28px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; min-width: 38px; min-height: 38px; place-items: center; padding: 4px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); background: #fff; font-size: .8rem; font-weight: 900; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--navy); }
.entry-header { padding-top: 50px; padding-bottom: 20px; }
.entry-header h1 { margin-bottom: 13px; }
.entry-lead { color: #4e5c70; font-size: 1.18rem; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .78rem; }
.share-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 18px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.share-links a { padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); background: #fff; }
.share-links a:hover { border-color: var(--accent); }
.entry-cover { max-height: 600px; margin-top: 14px; overflow: hidden; border-radius: var(--radius); }
.entry-cover img { width: 100%; object-fit: cover; }
.entry-layout { padding-top: 32px; padding-bottom: 64px; }
.entry-content { color: #303b4e; font-size: 1.04rem; }
.entry-content > * { max-width: 100%; }
.entry-content a { color: var(--accent-2); text-decoration: underline; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; }
.detail-box { padding: 16px; margin-bottom: 20px; border-left: 4px solid var(--accent); border-radius: 7px; color: var(--ink); background: #fff7e6; }
.detail-box h2 { margin-bottom: 9px; font-size: 1.2rem; }
.detail-box p { margin: 5px 0; }
.page-entry { padding-top: 44px; padding-bottom: 64px; }
.error-page { min-height: 52vh; text-align: center; }
.error-page .search-form { max-width: 650px; margin: 20px auto; }
.site-footer { color: #c9d4e1; background: linear-gradient(145deg, #02163f, #041f59); }
.brand-logo-footer { width: min(226px, 100%); filter: drop-shadow(0 5px 9px rgba(0, 0, 0, .28)); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; padding-top: 48px; padding-bottom: 42px; }
.brand-footer .brand-name { color: #fff; }
.footer-grid p { max-width: 360px; margin-top: 17px; color: #aab9c9; font-size: .84rem; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin: 7px 0; font-size: .81rem; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #91a2b5; font-size: .72rem; }
.floating-actions { position: fixed; z-index: 45; right: 17px; bottom: 17px; display: flex; gap: 8px; align-items: center; }
.floating-button { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); box-shadow: var(--shadow); font-size: .72rem; font-weight: 950; }
.floating-report { padding: 10px 13px; border-radius: 99px; color: var(--navy); background: var(--accent); box-shadow: var(--shadow); font-size: .74rem; font-weight: 900; }
@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .menu { display: grid; gap: 0; padding: 5px 0 12px; }
  .menu a { padding: 10px 0; border-bottom-width: 1px; }
  .hero-grid, .report-layout { grid-template-columns: 1fr; }
  .hero-main { min-height: 420px; }
  .hero-side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-small { display: block; }
  .hero-small-media { display: block; height: 116px; min-height: 0; margin-bottom: 10px; }
  .radar-grid, .service-grid, .neighborhood-grid { grid-template-columns: repeat(2, 1fr); }
  .layout-with-sidebar { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2, 1fr); }
  .newsletter-layout { display: grid; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .section { padding: 46px 0; }
  .utility-links, .desktop-action { display: none; }
  .header-main { min-height: 72px; }
  .brand-logo { width: min(188px, 58vw); }
  .hero-section { padding-top: 17px; }
  .hero-main { min-height: 370px; }
  .hero-overlay { right: 19px; bottom: 19px; left: 19px; }
  .hero-side { grid-template-columns: 1fr; }
  .hero-small { display: grid; grid-template-columns: 106px 1fr; }
  .hero-small-media { height: 100%; min-height: 92px; margin: 0; }
  .radar-grid, .service-grid, .neighborhood-grid, .cards-grid-2, .cards-grid-3, .sidebar, .form-grid { grid-template-columns: 1fr; }
  .section-heading { display: grid; }
  .newsletter-actions, .newsletter-actions form { display: grid; }
  .filter-bar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-report { display: none; }
}
