:root { --mountain: #235347; --sun: #d7a52b; --ink: #17221f; --mist: #eef3f0; }
body { color: var(--ink); background: #f8faf8; }
.gilpin-hero { min-height: 460px; padding: 72px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 56px; align-items: center; background: linear-gradient(90deg, rgba(12, 32, 27, .92), rgba(12, 32, 27, .65)), url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1800&q=85") center/cover; color: white; }
.gilpin-hero h1 { max-width: 780px; font-size: clamp(42px, 7vw, 78px); line-height: .98; margin: 10px 0 20px; letter-spacing: 0; }
.gilpin-hero .lede { max-width: 760px; color: #edf6f2; }
.risk-panel { border-left: 4px solid var(--sun); padding: 12px 0 12px 24px; }
.risk-panel span, .summary-band span, .filters label { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.risk-panel strong { display: block; margin: 10px 0; font-size: 25px; }
.summary-band { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-bottom: 1px solid #dce5e0; }
.summary-band article { padding: 28px; border-right: 1px solid #dce5e0; }
.summary-band strong { display: block; margin: 6px 0; font-size: 34px; color: var(--mountain); }
.summary-band p, .source-note { margin: 0; color: #5f6d67; }
.dashboard-section { max-width: 1240px; margin: 0 auto; padding: 64px 28px; }
.map-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; min-height: 610px; border: 1px solid #cad7d0; background: white; }
#map { min-height: 610px; background: #dfe9e4; }
.filters { padding: 24px; border-left: 1px solid #cad7d0; }
.filter-heading { display: flex; justify-content: space-between; margin-bottom: 28px; }
.filters label { margin: 20px 0; }
.filters input, .filters select { width: 100%; margin-top: 10px; }
.filters select { min-height: 42px; padding: 8px; }
.bucket-grid, .check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bucket-grid article, .check-grid article { padding: 22px; background: white; border: 1px solid #d6e0db; border-top: 3px solid var(--mountain); }
.bucket-grid strong { display: block; font-size: 30px; color: var(--mountain); }
.table-wrap { overflow-x: auto; border: 1px solid #d6e0db; background: white; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 15px; text-align: left; border-bottom: 1px solid #e2e9e5; vertical-align: top; }
th { background: var(--mist); font-size: 12px; text-transform: uppercase; }
.score { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--mountain); color: white; font-weight: 800; }
.map-popup strong { display: block; font-size: 16px; }
footer { padding: 32px; text-align: center; background: #13241f; color: #dce8e3; }
@media (max-width: 850px) { .gilpin-hero, .map-layout { grid-template-columns: 1fr; } .summary-band, .bucket-grid, .check-grid { grid-template-columns: repeat(2, 1fr); } .filters { border-left: 0; border-top: 1px solid #cad7d0; } }
@media (max-width: 560px) { .gilpin-hero { padding-top: 48px; } .summary-band, .bucket-grid, .check-grid { grid-template-columns: 1fr; } .dashboard-section { padding: 44px 18px; } }
