:root {
  --green-950: #032b20;
  --green-900: #063f2b;
  --green-800: #07583a;
  --orange: #ff5a1f;
  --orange-dark: #d9430e;
  --ink: #101614;
  --paper: #f7f8f3;
  --white: #ffffff;
  --muted: #617069;
  --line: #d7ddd7;
  --shadow: 0 18px 50px rgba(3, 43, 32, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: .75rem clamp(1rem, 4vw, 4.5rem);
  background: rgba(3, 43, 32, .97);
  color: var(--white);
  border-bottom: 4px solid var(--orange);
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 900; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: .85rem; }
#site-nav { display: flex; align-items: center; gap: 1.4rem; }
#site-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; }
#site-nav a:hover, #site-nav a:focus { color: #ffd1be; }
.nav-action { padding: .62rem .9rem; background: var(--orange); color: var(--ink) !important; }
.menu-button { display: none; background: transparent; border: 1px solid rgba(255,255,255,.6); color: white; padding: .5rem .7rem; font: inherit; font-weight: 700; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  min-height: 690px;
  background: var(--green-950);
  color: var(--white);
  overflow: hidden;
}
.hero-copy { align-self: center; padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.25rem, 5vw, 6rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--orange); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(3.4rem, 7.5vw, 7.6rem); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; }
.hero h1 span { color: var(--orange); }
.lead { max-width: 770px; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.6vw, 1.38rem); line-height: 1.55; color: #e2eee8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.1rem; border: 2px solid transparent; text-decoration: none; font: inherit; font-weight: 900; cursor: pointer; }
.button.primary { background: var(--orange); color: var(--ink); }
.button.primary:hover, .button.primary:focus { background: #ff7a47; }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.6); }
.button.outline { background: white; color: var(--green-900); border-color: var(--green-900); }
.updated { margin-top: 1.5rem; color: #9db8ac; font-size: .82rem; }
.hero-art { position: relative; display: grid; align-items: center; padding: clamp(1rem, 4vw, 4rem); background: linear-gradient(145deg, var(--green-800), var(--green-900)); }
.hero-art::before { content: ""; position: absolute; width: 330px; height: 330px; border: 72px solid rgba(255,90,31,.12); border-radius: 50%; right: -90px; top: -100px; }
.hero-art img { position: relative; width: 100%; border: 10px solid white; box-shadow: var(--shadow); transform: rotate(1.3deg); }

.status-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--orange); }
.status-strip div { padding: 1.5rem clamp(1rem, 3vw, 3rem); border-right: 1px solid rgba(0,0,0,.24); }
.status-strip div:last-child { border-right: 0; }
.status-strip strong, .status-strip span { display: block; }
.status-strip strong { font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.1; text-transform: uppercase; }
.status-strip span { margin-top: .35rem; font-size: .9rem; font-weight: 700; }

.section { padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 6vw, 7.5rem); }
.section-heading { max-width: 800px; margin-bottom: 2.7rem; }
.section-heading h2 { margin: 0; color: var(--green-950); font-size: clamp(2.25rem, 4.6vw, 4.7rem); line-height: .98; letter-spacing: -.05em; }
.section-heading > p:last-child:not(.eyebrow) { color: #d5e3dc; font-size: 1.12rem; }
.section-heading.light h2 { color: white; }

.fact-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 1200px; }
.fact-card { position: relative; min-height: 265px; padding: 2rem; background: white; border: 1px solid var(--line); }
.fact-card.feature { background: var(--green-900); color: white; }
.fact-card h3 { margin: 2.6rem 0 .6rem; font-size: 1.45rem; line-height: 1.15; }
.fact-card p { margin: 0; color: var(--muted); }
.fact-card.feature p { color: #cfdfd7; }
.fact-number { position: absolute; top: 1.4rem; left: 2rem; color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .15em; }

.concerns { background: var(--green-950); color: white; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.concern-grid article { padding: 2rem; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.14); }
.concern-grid article > span { color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .16em; }
.concern-grid h3 { margin: 1rem 0 .65rem; font-size: 1.35rem; }
.concern-grid p { margin: 0; color: #c8d9d1; }
.odor-note { max-width: 1100px; margin-top: 2rem; padding: 2rem; background: var(--orange); color: var(--ink); }
.odor-note h3 { margin: 0 0 .7rem; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.odor-note p { margin: 0; font-weight: 600; }

.demand-list { max-width: 1100px; margin: 0; padding: 0; list-style: none; counter-reset: demand; border-top: 4px solid var(--green-900); }
.demand-list li { counter-increment: demand; display: grid; grid-template-columns: 3.2rem minmax(210px, .55fr) 1fr; gap: 1.4rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.demand-list li::before { content: counter(demand, decimal-leading-zero); color: var(--orange-dark); font-weight: 900; }
.demand-list strong { font-size: 1.15rem; line-height: 1.3; }
.demand-list span { color: var(--muted); }

.timeline-section { background: white; }
.timeline { max-width: 1050px; border-left: 4px solid var(--orange); margin-left: .5rem; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 1.6rem; position: relative; padding: 0 0 2.4rem 2rem; }
.timeline-item::before { content: ""; position: absolute; left: -10px; top: .3rem; width: 16px; height: 16px; border-radius: 50%; background: var(--green-900); border: 4px solid white; }
.timeline time { font-weight: 900; color: var(--orange-dark); }
.timeline h3 { margin: 0 0 .3rem; font-size: 1.3rem; }
.timeline p { margin: 0; color: var(--muted); }
.timeline-item.next::before { background: var(--orange); }

.record { background: var(--green-900); color: white; }
.vote-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.vote-card { padding: 1.5rem; min-height: 190px; background: white; color: var(--ink); border-top: 7px solid var(--orange); }
.vote-card.no { border-color: #49a875; }
.vote-card span { font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark); }
.vote-card.no span { color: #1f7547; }
.vote-card h3 { margin: 1rem 0 .5rem; font-size: 1.3rem; }
.vote-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.record-note { max-width: 1000px; margin-top: 1.3rem; padding: 1.2rem 1.4rem; background: rgba(255,255,255,.09); color: #d9e6e0; }
.record-note p { margin: 0; }

.action-panel { display: grid; grid-template-columns: 1fr minmax(320px, .7fr); gap: 3rem; padding: clamp(2rem, 5vw, 4rem); background: var(--orange); }
.action-panel h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.action-panel .eyebrow { color: var(--green-950); }
.action-links { display: flex; flex-direction: column; gap: .8rem; justify-content: center; }
.action-links .button.primary { background: var(--green-950); color: white; }
.meeting-box { display: grid; gap: .3rem; max-width: 900px; margin: 1.2rem auto 0; padding: 1.5rem; background: white; border: 1px solid var(--line); text-align: center; }
.meeting-box strong { color: var(--green-900); font-size: 1.2rem; }
.meeting-box small { margin-top: .5rem; color: var(--muted); }

.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; max-width: 1100px; }
.source-list a { display: flex; flex-direction: column; padding: 1.3rem; background: white; border: 1px solid var(--line); text-decoration: none; }
.source-list a:hover, .source-list a:focus { border-color: var(--orange); box-shadow: 0 8px 24px rgba(3,43,32,.08); }
.source-list span { color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.source-list strong { margin-top: .45rem; line-height: 1.3; }
.disclaimer { max-width: 1050px; margin-top: 2rem; color: var(--muted); font-size: .9rem; }

footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.2rem, 6vw, 7.5rem); background: var(--ink); color: white; }
footer span { color: #b8c9c1; }
footer a { color: var(--orange); }
.toast { position: fixed; left: 50%; bottom: 1.5rem; transform: translate(-50%, 130px); z-index: 100; padding: .8rem 1.1rem; background: var(--ink); color: white; box-shadow: var(--shadow); transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .menu-button { display: inline-block; }
  #site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem 1rem 1rem; background: var(--green-950); border-bottom: 4px solid var(--orange); }
  #site-nav.open { display: flex; }
  #site-nav a { padding: .8rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 420px; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .vote-grid { grid-template-columns: repeat(2, 1fr); }
  .action-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { min-height: 68px; }
  #site-nav { top: 68px; }
  .brand { font-size: .94rem; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 4rem; padding-bottom: 3rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-art { min-height: 0; padding: 1.25rem 1.25rem 3rem; }
  .hero-art img { border-width: 6px; transform: none; }
  .status-strip, .fact-layout, .concern-grid, .source-list { grid-template-columns: 1fr; }
  .status-strip div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.22); }
  .section { padding: 3.8rem 1.15rem; }
  .fact-card { min-height: 230px; }
  .demand-list li { grid-template-columns: 2.5rem 1fr; gap: .8rem; }
  .demand-list span { grid-column: 2; }
  .timeline-item { grid-template-columns: 70px 1fr; padding-left: 1.4rem; gap: .8rem; }
  .vote-grid { grid-template-columns: 1fr; }
  .vote-card { min-height: 150px; }
  .action-panel { padding: 2rem 1.2rem; }
  footer { flex-direction: column; }
}

@media print {
  .site-header, .hero-actions, .action-links, .toast { display: none !important; }
  .hero { min-height: 0; grid-template-columns: 1fr; background: white; color: black; }
  .hero-copy { padding: 1rem 0; }
  .hero h1 { color: black; font-size: 48pt; }
  .hero-art { display: none; }
  .section { padding: 1.2rem 0; }
  .concerns, .record { background: white; color: black; }
  .section-heading.light h2 { color: black; }
  .concern-grid article, .record-note { background: white; color: black; border: 1px solid #999; }
  .concern-grid p, .record-note { color: black; }
  a { text-decoration: none; }
}
