/* Is a Data Center Coming? Paper, ink, one blue. Serif for the question, sans for the record. */

:root {
  --paper: #F6F4EE;
  --paper-2: #EFECE3;
  --surface: #FFFFFF;
  --ink: #17181A;
  --ink-2: #3E4147;
  --muted: #6B6E76;
  --line: #DDD9CE;
  --line-2: #CFCABD;
  --blue: #1E4D78;
  --blue-2: #17405F;
  --ring1: #B4452E;
  --ring2: #B8862B;
  --ring3: #5E6C7C;
  --ok: #2E6B45;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1040px;
  --r: 3px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--blue-2); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: -0.005em; }
p { margin: 0 0 0.8em; }
button, input, select, textarea { font: inherit; color: inherit; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

/* header */
.hdr { border-bottom: 1px solid var(--line); background: var(--paper); }
.hdr__in { display: flex; align-items: center; justify-content: space-between; height: 54px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-family: var(--serif); font-weight: 600; font-size: 17px; white-space: nowrap; }
.brand__mark { color: var(--blue); flex: none; }
.hdr__nav { display: flex; gap: 18px; font-size: 15px; }
.hdr__nav a { color: var(--ink-2); text-decoration: none; }
.hdr__nav a:hover { color: var(--ink); text-decoration: underline; }

/* hero + search */
.hero { padding: 56px 20px 28px; max-width: 760px; }
.hero__h { font-size: clamp(30px, 4.6vw, 44px); }
.hero__lede { font-size: 18px; color: var(--ink-2); margin: 14px 0 22px; max-width: 620px; }
.q { display: flex; gap: 8px; max-width: 640px; }
.q input { flex: 1; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); font-size: 17px; }
.q input:focus { outline: 2px solid var(--blue); outline-offset: -1px; border-color: var(--blue); }
.q button, .alerts__form button, .lead button { height: 48px; padding: 0 20px; border: 0; border-radius: var(--r); background: var(--blue); color: #fff; font-weight: 600; cursor: pointer; white-space: nowrap; }
.q button:hover, .alerts__form button:hover, .lead button:hover { background: var(--blue-2); }
.q--compact { margin: 22px 0 26px; }
.q--compact input { height: 42px; font-size: 16px; }
.q--compact button { height: 42px; padding: 0 16px; }
.hero__err { margin-top: 12px; color: var(--ring1); font-size: 15px; }

/* map */
.map { height: 440px; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; z-index: 0; }
.map--home { height: 480px; }
.leaflet-tile-pane { filter: grayscale(1) contrast(0.92) brightness(1.04); }
.leaflet-container { font-family: var(--sans); background: var(--paper-2); }
.leaflet-popup-content-wrapper { border-radius: var(--r); box-shadow: 0 2px 10px rgba(0,0,0,.12); border: 1px solid var(--line); }
.leaflet-popup-content { margin: 10px 12px; font-size: 14px; line-height: 1.4; }
.leaflet-popup-content b { font-weight: 600; }
.leaflet-popup-content .pp-meta { color: var(--muted); font-size: 13px; display: block; margin-top: 2px; }
.leaflet-popup-tip { box-shadow: none; }
.leaflet-control-attribution { font-size: 10px; background: rgba(246,244,238,.85); color: var(--muted); }
.leaflet-control-attribution a { color: var(--muted); }
.leaflet-bar { box-shadow: none; border: 1px solid var(--line-2); }
.leaflet-bar a { color: var(--ink-2); }
.map__legend { position: absolute; right: 12px; top: 12px; z-index: 500; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 10px; font-size: 12px; line-height: 1.5; color: var(--ink-2); }
.map__legend span { display: flex; align-items: center; gap: 6px; }
.map__legend i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; border: 1.5px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.25); }

/* under the map */
.under { padding: 28px 20px 56px; }
.stat { color: var(--ink-2); font-size: 16px; margin-bottom: 34px; }
.sec__h { font-size: 22px; margin-bottom: 12px; }
.more { font-size: 15px; margin-top: 10px; }
.how { max-width: 700px; margin-top: 40px; color: var(--ink-2); font-size: 16px; }

/* project rows */
.projlist { border-top: 1px solid var(--line); }
.proj { padding: 13px 0; border-bottom: 1px solid var(--line); }
.proj__name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.proj__name a { font-weight: 600; color: var(--ink); text-decoration: none; }
.proj__name a:hover { text-decoration: underline; }
.proj__op { color: var(--muted); font-size: 15px; }
.proj__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 14px; color: var(--ink-2); margin-top: 3px; }
.proj__dist { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink); }
.proj__hearing { color: var(--ring1); font-weight: 600; }
.proj__approx { color: var(--muted); font-style: italic; }
.proj__sum { font-size: 15px; color: var(--ink-2); margin: 6px 0 0; max-width: 760px; }
.status { font-weight: 600; }
.status--under_construction { color: var(--ring1); }
.status--approved { color: #8F3A23; }
.status--filed { color: var(--ring2); }
.status--operating { color: var(--ok); }
.status--rumored { color: var(--muted); }
.status--on_hold, .status--withdrawn, .status--denied { color: var(--muted); }

/* answer */
.answer { padding-top: 8px; }
.answer__h { font-size: clamp(26px, 3.6vw, 36px); max-width: 860px; }
.answer__h--null { color: var(--ink); }
.answer__sub { font-size: 17px; color: var(--ink-2); margin: 12px 0 0; max-width: 820px; }
.note { font-size: 14px; color: var(--muted); margin: 10px 0 0; }
.notice { display: inline-block; margin: 14px 0 0; padding: 8px 12px; border: 1px solid var(--line-2); border-left: 3px solid var(--ok); background: var(--surface); font-size: 15px; }
.answer + .map { margin-top: 24px; }

.rings { padding-top: 36px; }
.ring { margin-bottom: 34px; }
.ring__head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.ring__h { font-size: 21px; display: flex; align-items: center; gap: 9px; }
.ring__sub { color: var(--muted); font-size: 14px; margin: 0; }
.ring__none { color: var(--muted); font-size: 15px; padding: 10px 0 0; margin: 0; border-top: 1px solid var(--line); }
.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot--1 { background: var(--ring1); }
.dot--2 { background: var(--ring2); }
.dot--3 { background: var(--ring3); }
.inactive { font-size: 14.5px; color: var(--muted); margin: -10px 0 30px; max-width: 780px; }

.meaning { border-top: 1px solid var(--line-2); padding-top: 30px; margin-top: 8px; }
.meaning__item { margin: 0 0 28px; max-width: 780px; }
.meaning__item h3 { font-size: 18px; margin-bottom: 6px; }
.meaning__util { font-size: 15px; color: var(--ink-2); margin-bottom: 6px; }
.meaning__lead { font-size: 17px; margin-bottom: 8px; }
.meaning__detail { font-size: 14.5px; color: var(--muted); margin-bottom: 8px; }
.more-cases { font-size: 15px; color: var(--ink-2); }
.more-cases summary { cursor: pointer; color: var(--blue); }
.more-cases ul { padding-left: 20px; margin: 8px 0 0; }
.more-cases li { margin-bottom: 8px; }
.bill { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 15px; margin-top: 6px; }
.bill__in { display: inline-flex; align-items: center; gap: 4px; }
.bill__in input { width: 90px; height: 36px; padding: 0 8px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); }
.btn-quiet { height: 36px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); cursor: pointer; font-size: 14px; }
.btn-quiet:hover { border-color: var(--blue); color: var(--blue); }
.open { list-style: none; padding: 0; margin: 0; font-size: 16px; }
.open li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.open__date { display: inline-block; min-width: 60px; color: var(--ring1); font-weight: 600; font-variant-numeric: tabular-nums; }

/* alerts */
.alerts { border-top: 1px solid var(--line-2); padding: 30px 0 8px; margin-top: 10px; max-width: 640px; }
.alerts__p { color: var(--ink-2); margin-bottom: 14px; }
.alerts__form { display: flex; gap: 8px; }
.alerts__form input[type=email] { flex: 1; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); font-size: 16px; }
.alerts__form input:focus { outline: 2px solid var(--blue); outline-offset: -1px; }
.fine { font-size: 13.5px; color: var(--muted); margin-top: 10px; }

/* lead */
.help { border-top: 1px solid var(--line); padding: 28px 0 8px; margin-top: 24px; max-width: 640px; }
.help__p { color: var(--ink-2); font-size: 16px; }
.lead__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; margin: 14px 0; }
.lead label { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--ink-2); }
.lead input, .lead select { height: 42px; padding: 0 10px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); font-size: 16px; width: 100%; }
.lead .bill__in input { width: 100%; }
.consent { display: flex !important; flex-direction: row !important; gap: 10px !important; align-items: flex-start; font-size: 13px !important; color: var(--muted) !important; margin: 6px 0 14px; }
.consent input { width: 16px !important; height: 16px !important; margin-top: 3px; flex: none; }
.btn-link { display: inline-block; padding: 10px 16px; border: 1px solid var(--blue); border-radius: var(--r); color: var(--blue); text-decoration: none; font-weight: 600; }
.btn-link:hover { background: var(--blue); color: #fff; }
.share { font-size: 14px; color: var(--muted); margin: 34px 0 56px; word-break: break-all; }

/* footer */
.ftr { border-top: 1px solid var(--line); padding: 26px 0 40px; font-size: 14px; color: var(--muted); background: var(--paper); }
.ftr__line { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-bottom: 10px; }
.ftr__line span { color: var(--ink-2); font-family: var(--serif); font-weight: 600; }
.ftr__line a { color: var(--ink-2); text-decoration: none; }
.ftr__line a:hover { text-decoration: underline; }
.ftr__fine { max-width: 820px; line-height: 1.55; }

/* content pages (projects, coverage, methodology, about, legal) */
.page { padding: 40px 20px 64px; max-width: 780px; }
.page h1 { font-size: clamp(26px, 3.6vw, 36px); margin-bottom: 10px; }
.page h2 { font-size: 21px; margin: 30px 0 10px; }
.page h3 { font-size: 17px; margin: 20px 0 6px; }
.page p, .page li { color: var(--ink-2); }
.page ul { padding-left: 20px; }
.page--wide { max-width: var(--wrap); }
.kicker { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.facts { display: grid; grid-template-columns: max-content 1fr; gap: 6px 18px; font-size: 15px; margin: 16px 0 22px; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; color: var(--ink); }
.srcs { font-size: 15px; }
.srcs li { margin-bottom: 6px; }
.map--page { height: 340px; border: 1px solid var(--line); border-radius: var(--r); margin: 18px 0; }
.county-grid { columns: 3; column-gap: 30px; font-size: 15px; }
.county-grid a { display: block; color: var(--ink-2); text-decoration: none; padding: 3px 0; border-bottom: 1px solid var(--line); break-inside: avoid; }
.county-grid a:hover { color: var(--blue); }
.county-grid small { color: var(--muted); }
table.tbl { width: 100%; border-collapse: collapse; font-size: 15px; }
table.tbl th { text-align: left; font-weight: 600; color: var(--muted); font-size: 13px; letter-spacing: .03em; text-transform: uppercase; border-bottom: 1px solid var(--line-2); padding: 8px 10px 8px 0; }
table.tbl td { border-bottom: 1px solid var(--line); padding: 9px 10px 9px 0; vertical-align: top; }
table.tbl a { color: var(--ink); font-weight: 600; text-decoration: none; }
table.tbl a:hover { text-decoration: underline; }
.filters { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 15px; margin: 10px 0 18px; }
.filters a { color: var(--ink-2); text-decoration: none; }
.filters a.on, .filters a:hover { color: var(--blue); text-decoration: underline; }

@media (max-width: 720px) {
  body { font-size: 16px; }
  .hdr__nav { gap: 12px; font-size: 14px; }
  .brand span { font-size: 15px; }
  .hero { padding: 36px 16px 22px; }
  .wrap { padding-left: 16px; padding-right: 16px; }
  .q { flex-direction: column; }
  .q button { height: 46px; }
  .map { height: 340px; }
  .map--home { height: 360px; }
  .lead__grid { grid-template-columns: 1fr; }
  .alerts__form { flex-direction: column; }
  .rings .proj__sum { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .county-grid { columns: 1; }
  .facts { grid-template-columns: 1fr; gap: 2px; }
  .facts dt { margin-top: 8px; }
  table.tbl { font-size: 14px; }
  table.tbl .hide-m { display: none; }
}
@media (max-width: 420px) {
  .hdr__nav a:nth-child(3) { display: none; }
}
