:root {
  --paper: #f6f3eb;
  --paper-deep: #e8e3d6;
  --ink: #102f2b;
  --ink-soft: #1e4a42;
  --teal: #0f7568;
  --muted: #5e6d63;
  --line: #d3d9ce;
  --white: #fffdf7;
  --lime: #d7ed8a;
  --sand: #e5b378;
  --coral: #df775e;
  --error: #963c26;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.wrap { width: min(1180px, calc(100% - 80px)); margin: auto; }

.utility-bar { background: var(--ink); color: #e9f2dc; font-size: 9px; letter-spacing: 1.3px; }
.utility-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 760; letter-spacing: -1.1px; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 39px; height: 40px; background: var(--ink); color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 16px; letter-spacing: -1px; }
.brand-mark span { position: absolute; right: 4px; bottom: -5px; color: var(--sand); font-size: 24px; line-height: 1; }
nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 650; }
nav a { text-decoration: none; }
nav a:hover { color: var(--teal); }
.header-cta { border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 750; padding: 5px 0; text-decoration: none; }
.header-cta:hover { color: var(--teal); border-color: var(--teal); }

.eyebrow { margin: 0 0 19px; font-size: 10px; font-weight: 780; letter-spacing: 1.7px; line-height: 1.4; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--coral); border-radius: 50%; vertical-align: 1px; }
.lead { max-width: 500px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr); align-items: center; gap: 75px; padding: 67px 0 82px; }
.hero h1 { max-width: 650px; margin: 0 0 25px; font: 400 clamp(48px, 5.3vw, 76px)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -3.4px; }
.hero h1 em { color: var(--teal); font-style: italic; }
.hero-actions { margin-top: 31px; }
.hero-proof { display: flex; align-items: flex-start; gap: 14px; margin-top: 31px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.hero-proof strong { color: var(--ink); font-weight: 720; }
.proof-number { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: 1px; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--ink); border-radius: 2px; padding: 11px 17px; font-size: 12px; font-weight: 760; line-height: 1.4; text-decoration: none; }
.button.primary, .dark-button { background: var(--ink); color: var(--white); }
.button.primary:hover, .dark-button:hover { background: var(--teal); border-color: var(--teal); }
.button.outline { background: transparent; color: var(--ink); border-color: #aab8ab; }
.button.outline:hover { background: #e6ebdf; border-color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: .45; }

.arena-visual { position: relative; min-height: 470px; overflow: hidden; background: var(--ink); color: #ecf2df; padding: 23px 25px 0; isolation: isolate; }
.arena-visual::before { position: absolute; z-index: -1; top: -140px; right: -110px; width: 370px; height: 370px; border: 1px solid rgba(215, 237, 138, .24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(215, 237, 138, .035), 0 0 0 90px rgba(215, 237, 138, .025); content: ""; }
.arena-visual::after { position: absolute; z-index: -1; bottom: -90px; left: -80px; width: 270px; height: 270px; border: 1px solid rgba(229, 179, 120, .28); border-radius: 50%; content: ""; }
.arena-header, .arena-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; font-size: 9px; letter-spacing: 1.25px; }
.arena-header { color: #b7cdbb; }
.live-pill { color: var(--lime); white-space: nowrap; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--lime); border-radius: 50%; vertical-align: 1px; }
.arena-stage { position: relative; width: min(100%, 420px); aspect-ratio: 1; margin: 22px auto 0; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(236, 242, 223, .21); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 46%; height: 46%; border-color: rgba(215, 237, 138, .5); }
.orbit-two { width: 70%; height: 70%; }
.orbit-three { width: 94%; height: 94%; border-style: dashed; border-color: rgba(229, 179, 120, .35); }
.arena-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 107px; height: 107px; border: 1px solid var(--lime); border-radius: 50%; background: rgba(16, 47, 43, .9); transform: translate(-50%, -50%); box-shadow: 0 0 0 10px rgba(215, 237, 138, .05); }
.core-mark { display: block; color: var(--lime); font-size: 28px; line-height: .85; }
.arena-core small { display: block; color: #d5e4cf; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; line-height: 1.35; text-align: center; }
.stage-label { position: absolute; display: flex; align-items: center; gap: 7px; color: #d5e4cf; font-size: 9px; font-weight: 780; letter-spacing: 1.15px; white-space: nowrap; }
.stage-label b { display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(215, 237, 138, .55); border-radius: 50%; color: var(--lime); font-size: 8px; }
.stage-listen { top: 3%; left: 50%; transform: translateX(-50%); }
.stage-shape { top: 23%; right: 0; }
.stage-challenge { right: 2%; bottom: 18%; }
.stage-return { bottom: 4%; left: 50%; transform: translateX(-50%); }
.stage-route { bottom: 18%; left: 1%; }
.arena-footer { min-height: 77px; align-items: center; border-top: 1px solid rgba(236, 242, 223, .18); color: #b7cdbb; letter-spacing: .1px; line-height: 1.55; }
.arena-footer strong { color: var(--white); font-size: 12px; letter-spacing: 0; }
.footer-signal { color: var(--lime); font-size: 28px; line-height: 1; }

.signal-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); font-size: 11px; }
.signal-grid span { padding: 17px 20px; border-right: 1px solid var(--line); }
.signal-grid span:first-child { padding-left: 0; }
.signal-grid span:last-child { border-right: 0; }
.signal-grid b { margin-right: 14px; color: var(--coral); font-size: 9px; letter-spacing: 1px; }

.arena-section { padding: 91px 0 98px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 39px; }
.section-heading .eyebrow { margin-bottom: 11px; }
.section-heading h2, .starter-copy h2, .docket-heading h2, .channels-section h2, .method-section h2 { margin: 0; font: 400 clamp(34px, 4vw, 51px)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -1.7px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.process-card { min-height: 245px; display: flex; flex-direction: column; padding: 21px 18px 19px; border: 1px solid var(--line); background: var(--white); }
.process-card.accent-card { border-color: var(--teal); background: var(--teal); color: var(--white); }
.process-index { color: var(--coral); font-size: 12px; font-weight: 800; }
.accent-card .process-index, .accent-card .process-status { color: var(--lime); }
.process-status { margin-top: auto; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 1.1px; line-height: 1.4; }
.process-card h3 { margin: 12px 0 9px; font: 400 27px/1.05 Georgia, "Times New Roman", serif; }
.process-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.accent-card p { color: #d8e7d3; }
.arena-boundary { display: flex; align-items: flex-start; gap: 15px; margin-top: 20px; padding: 17px 20px; border-left: 3px solid var(--coral); background: #ede8dc; }
.arena-boundary p { max-width: 850px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.arena-boundary strong { color: var(--ink); }
.boundary-icon { display: inline-grid; flex: 0 0 auto; place-items: center; width: 23px; height: 23px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 12px; font-weight: 800; }

.starter-section { background: var(--teal); color: var(--white); }
.starter-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 86px 0; }
.starter-copy .eyebrow { color: var(--lime); }
.starter-copy .lead { max-width: 410px; color: #d5e5d2; font-size: 14px; }
.starter-list { display: grid; gap: 20px; margin: 35px 0 0; padding: 0; list-style: none; }
.starter-list li { display: flex; align-items: flex-start; gap: 15px; }
.starter-list > li > span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.starter-list strong, .starter-list small { display: block; }
.starter-list strong { font-size: 12px; }
.starter-list small { margin-top: 2px; color: #c6dbca; font-size: 11px; }
.starter-panel { align-self: start; padding: 27px 28px 24px; background: var(--white); color: var(--ink); }
.starter-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.panel-label, .panel-note, .brief-label { font-size: 8px; font-weight: 800; letter-spacing: 1.15px; }
.panel-label { color: var(--teal); }
.panel-note { color: var(--muted); }
.starter-panel label { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 720; }
.starter-panel textarea { min-height: 131px; }
.starter-panel .button { margin-top: 2px; }
.form-feedback { min-height: 21px; margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.starter-brief { margin-top: 20px; padding: 18px; border: 1px solid var(--line); background: #f1f3e9; }
.brief-label { color: var(--teal); }
.starter-brief h3 { margin: 9px 0 8px; font: 400 22px/1.2 Georgia, "Times New Roman", serif; }
.starter-brief p { margin: 0 0 11px; font-size: 11px; line-height: 1.7; }
.starter-brief .brief-questions { margin-bottom: 0; color: var(--muted); }

.work-section { padding: 95px 0 105px; }
.work-grid { display: grid; grid-template-columns: minmax(0, 1.44fr) minmax(330px, .86fr); gap: 34px; align-items: start; }
form { min-width: 0; }
fieldset { min-width: 0; margin: 0 0 21px; padding: 27px 26px 22px; border: 1px solid var(--line); background: var(--white); }
legend { margin-left: -8px; padding: 0 8px; background: var(--paper); font-size: 16px; font-weight: 700; }
legend span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 8px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; }
label { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 680; }
input:not([type=checkbox]):not([type=file]), select, textarea { display: block; width: 100%; min-height: 43px; margin-top: 7px; border: 1px solid #b9c7b8; border-radius: 2px; background: #fcfcf7; color: var(--ink); padding: 10px 11px; font-size: 13px; font-weight: 400; }
textarea { resize: vertical; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: #6b796e; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.hint { margin-top: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.check { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; line-height: 1.6; }
.check input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--teal); }
.optional { color: var(--muted); font-weight: 400; }
.results-panel { position: sticky; top: 22px; min-width: 0; padding: 28px; border: 1px solid #cbd8c8; background: #e6ebdf; }
.results-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.results-top .eyebrow { margin-bottom: 0; font-size: 9px; letter-spacing: 1px; }
.status { padding: 3px 6px; border: 1px solid #aabca8; color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .7px; }
.results-panel h2 { margin: 22px 0 9px; font: 400 30px/1.15 Georgia, "Times New Roman", serif; letter-spacing: -.8px; }
.results-panel > p { color: var(--muted); font-size: 11px; line-height: 1.75; }
.error { padding: 10px; border-left: 3px solid var(--error); background: #fff0e8; color: var(--error); font-size: 12px; }
.headline-result { margin-top: 18px; padding: 20px 0; border-top: 1px solid #becdbb; }
.headline-result > span { display: block; font-size: 8px; font-weight: 800; letter-spacing: 1.05px; }
.headline-result strong { display: block; margin: 2px 0 1px; font: 400 43px/1.35 Georgia, "Times New Roman", serif; letter-spacing: -1px; overflow-wrap: anywhere; }
.headline-result small { color: var(--muted); font-size: 9px; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 10px; font-variant-numeric: tabular-nums; text-align: left; }
caption { margin-bottom: 7px; font-weight: 750; text-align: left; }
th { color: var(--muted); font-size: 8px; font-weight: 700; }
td, th { padding: 9px 3px; border-bottom: 1px solid #c4d1c0; }
td:not(:first-child), th:not(:first-child) { white-space: nowrap; text-align: right; }
#gaps { padding-left: 17px; font-size: 10px; line-height: 1.8; }
.route-box { margin-top: 23px; padding-top: 22px; border-top: 1px solid #becdbb; }
.route-box .eyebrow { margin-bottom: 5px; font-size: 8px; }
.route-box h3 { margin: 7px 0 5px; font-size: 14px; }
.route-box p { margin: 0 0 9px; }
.route-box a { font-size: 10px; font-weight: 750; }
.export-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.text-button { border: 0; background: none; color: var(--ink); padding: 4px; font-size: 10px; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.text-button:disabled { cursor: not-allowed; opacity: .45; }
.import-label { margin: 0; font-weight: 400; }
.import-label input { width: 100%; margin-top: 9px; border: 0; background: transparent; font-size: 9px; text-decoration: none; }

.docket-section { padding: 88px 0 93px; background: var(--paper-deep); }
.docket-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 40px; }
.docket-heading > div:last-child > p { max-width: 410px; margin: 0 0 21px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.docket-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.docket-cards article { min-height: 205px; padding: 22px 20px; border-top: 2px solid var(--ink); background: rgba(255, 253, 247, .6); }
.docket-cards h3 { margin: 14px 0 8px; font: 400 22px/1.15 Georgia, "Times New Roman", serif; }
.docket-cards p { margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.docket-cards a { font-size: 10px; font-weight: 760; }
.docket-tag { font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.official-tag { color: var(--teal); }
.proposal-tag { color: #a56631; }
.guardrail-tag { color: #6a5f8a; }

.channels-section { padding: 91px 0 94px; }
.channels-section > h2 { margin-bottom: 37px; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.channel-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.channel-number { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 1.25px; }
.channel-grid h3 { margin: 13px 0 8px; font: 400 24px/1.15 Georgia, "Times New Roman", serif; }
.channel-grid p { min-height: 55px; margin: 0 0 13px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.channel-grid a { font-size: 10px; font-weight: 760; }

.method-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; padding: 87px 0 100px; }
.method-section > div:last-child > p:not(.micro) { margin-top: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.boundary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 28px 0; }
.boundary-grid article { padding: 16px 14px; border: 1px solid var(--line); background: var(--white); }
.boundary-grid p { margin: 11px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.boundary-label { font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.working-label { color: var(--teal); }.planned-label { color: #a56631; }.human-label { color: #6a5f8a; }
details { padding-top: 14px; border-top: 1px solid var(--line); font-size: 11px; }
summary { cursor: pointer; margin-bottom: 12px; font-weight: 750; }
details p { color: var(--muted); line-height: 1.7; }
.micro { color: var(--muted); font-size: 9px; line-height: 1.65; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 29px 0 43px; border-top: 1px solid var(--line); }
footer p, footer a { font-size: 10px; }
footer p { margin: 0; color: var(--muted); line-height: 1.7; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-weight: 700; }
.skip { position: absolute; top: 10px; left: -9999px; z-index: 10; padding: 10px; background: var(--white); }
.skip:focus { left: 10px; }
[hidden] { display: none !important; }
.notice { padding: 18px; border: 1px solid var(--coral); background: #fff5ed; color: var(--error); font-size: 12px; }

/* Community initiative and legislation explorer pages share the front-door system. */
.initiative-intro, .legislation-intro { padding: 52px 0 35px; }
.initiative-intro h1, .legislation-intro h1 { max-width: 760px; margin: 0 0 23px; font: 400 clamp(44px, 5.5vw, 70px)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -3px; }
.initiative-intro .lead, .legislation-intro .lead { max-width: 650px; }
.initiative-intro .notice, .legislation-intro .notice { max-width: 900px; margin-top: 25px; border-color: var(--line); background: #ede8dc; color: var(--muted); }
.initiative-section { padding: 34px 0 83px; }
.initiative-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.initiative-card { min-width: 0; padding: 27px; border: 1px solid var(--line); background: var(--white); }
.initiative-card h3 { margin: 14px 0; font: 400 28px/1.15 Georgia, "Times New Roman", serif; }
.initiative-card p { font-size: 12px; line-height: 1.75; }
.initiative-card .review-label { padding-left: 11px; border-left: 3px solid var(--coral); color: var(--teal); font-size: 10px; font-weight: 800; }
.initiative-card details { margin: 20px 0; }
.initiative-card details li { margin-bottom: 10px; }
.initiative-card ol { padding-left: 20px; }
.initiative-card > a { font-size: 11px; font-weight: 760; }
.initiative-card .hint { font-size: 10px; }
.funding-explanation { max-width: 850px; margin: 24px 0 30px; font-size: 13px; line-height: 1.8; }
.funding-grid { gap: 32px; }
.funding-grid .results-panel { position: static; }
.funding-grid dt { font-size: 10px; }
.funding-grid dd { margin: 3px 0 18px; font: 400 30px Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }

.explorer-controls { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 15px; margin: 26px 0 30px; padding: 18px; border: 1px solid var(--line); background: var(--white); }
.explorer-controls label { margin: 0; }
.explorer-controls label > span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.explorer-status { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.docket-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.docket-record { padding: 23px; border: 1px solid var(--line); background: var(--white); }
.docket-record .record-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.docket-record h3 { margin: 14px 0 8px; font: 400 25px/1.15 Georgia, "Times New Roman", serif; }
.docket-record p { margin: 0 0 14px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.docket-record details { margin-top: 16px; }
.docket-record details p { margin-top: 10px; }
.docket-record a { font-size: 10px; font-weight: 760; }
.record-official { border-top: 3px solid var(--teal); }.record-proposed { border-top: 3px solid var(--coral); }
.record-type { color: var(--teal); }.record-proposed .record-type { color: #a56631; }
.empty-state { margin-top: 17px; padding: 25px; border: 1px dashed #aab8ab; color: var(--muted); font-size: 12px; }
.explorer-method { padding-top: 0; }

@media (min-width: 1450px) { .hero { padding-top: 88px; padding-bottom: 100px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr); gap: 35px; }
  .hero h1 { font-size: 56px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-card { min-height: 215px; }
  .starter-layout { gap: 38px; }
  .work-grid { gap: 22px; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .9fr); }
  .method-section { gap: 40px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 36px); }
  .utility-inner { min-height: 37px; font-size: 8px; }
  .utility-inner span:last-child { text-align: right; }
  .site-header { min-height: 84px; flex-wrap: wrap; gap: 16px; padding: 19px 0 21px; }
  .brand { font-size: 23px; }
  .brand-mark { width: 34px; height: 35px; }
  nav { order: 3; width: 100%; justify-content: space-between; gap: 13px; font-size: 10px; }
  .header-cta { align-self: center; font-size: 10px; }
  .hero { grid-template-columns: 1fr; gap: 37px; padding: 46px 0 55px; }
  .hero h1 { max-width: 500px; font-size: 52px; letter-spacing: -2.3px; }
  .hero .lead { font-size: 15px; }
  .hero-actions .button { flex: 1 1 190px; }
  .arena-visual { min-height: 405px; padding: 20px 17px 0; }
  .arena-stage { margin-top: 14px; }
  .stage-label { font-size: 8px; }
  .stage-label b { width: 19px; height: 19px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid span, .signal-grid span:first-child { padding: 13px 9px; border-bottom: 1px solid var(--line); }
  .signal-grid span:nth-child(2) { border-right: 0; }
  .signal-grid span:nth-last-child(-n + 2) { border-bottom: 0; }
  .arena-section, .channels-section { padding: 62px 0 67px; }
  .section-heading, .docket-heading { display: block; margin-bottom: 29px; }
  .section-heading > p, .docket-heading > div:last-child > p { margin-top: 16px; }
  .section-heading h2, .starter-copy h2, .docket-heading h2, .channels-section h2, .method-section h2 { font-size: 38px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card { min-height: 205px; }
  .process-card h3 { font-size: 24px; }
  .arena-boundary { padding: 15px; }
  .starter-layout { grid-template-columns: 1fr; gap: 35px; padding: 64px 0 67px; }
  .starter-panel { padding: 22px 18px; }
  .work-section { padding: 65px 0 73px; }
  .work-grid { grid-template-columns: 1fr; gap: 7px; }
  fieldset { padding: 23px 18px 19px; }
  .results-panel { position: static; margin-top: 0; padding: 22px 18px; }
  .docket-section { padding: 63px 0 69px; }
  .docket-cards, .channel-grid { grid-template-columns: 1fr; gap: 14px; }
  .docket-cards article { min-height: 0; }
  .method-section { grid-template-columns: 1fr; gap: 23px; padding: 64px 0 72px; }
  .boundary-grid { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; gap: 17px; padding-bottom: 28px; }
  footer p { order: 3; width: 100%; }
  .footer-links { margin-left: auto; }
  .initiative-intro, .legislation-intro { padding: 33px 0 23px; }
  .initiative-intro h1, .legislation-intro h1 { font-size: 49px; letter-spacing: -2.3px; }
  .initiative-grid, .docket-list { grid-template-columns: 1fr; }
  .initiative-card, .docket-record { padding: 22px 18px; }
  .initiative-section { padding-top: 21px; }
  .explorer-controls { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 45px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 165px; }
  .two-col { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .footer-links { width: 100%; margin-left: 0; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .utility-bar, .site-header, nav, .hero, .signal-rail, .arena-section, .starter-section, .docket-section, .channels-section, footer, .actions, .export-actions, .skip { display: none; }
  .wrap { width: 100%; }
  .work-grid { display: block; }
  .results-panel { position: static; }
  fieldset, .results-panel { break-inside: avoid; }
  body { background: #fff; color: #000; }
}
