-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
715 lines (667 loc) · 37.3 KB
/
index.html
File metadata and controls
715 lines (667 loc) · 37.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nevada Governor 2026 | Know Your Candidates</title>
<meta name="description"
content="Nonpartisan voter guide for the 2026 Nevada Governor election. Compare all five candidates: Lombardo, Ford, Hill, Hansen, and Winterhawk on issues, records, and funding.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://nvgov2026.org/">
<meta property="og:title" content="Nevada Governor 2026 | Know Your Candidates">
<meta property="og:description"
content="Nonpartisan voter guide for the 2026 Nevada Governor election. Compare all five candidates: Lombardo, Ford, Hill, Hansen, and Winterhawk on issues, records, and funding.">
<meta property="og:image" content="https://nvgov2026.org/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://nvgov2026.org/">
<meta property="twitter:title" content="Nevada Governor 2026 | Know Your Candidates">
<meta property="twitter:description"
content="Nonpartisan voter guide for the 2026 Nevada Governor election. Compare all five candidates: Lombardo, Ford, Hill, Hansen, and Winterhawk on issues, records, and funding.">
<meta property="twitter:image" content="https://nvgov2026.org/og-image.png">
<link rel="canonical" href="https://nvgov2026.org/">
<link rel="stylesheet" href="/src/styles/main.css">
</head>
<body class="bg-nevada-sand">
<!-- Navigation -->
<nav class="sticky top-0 z-50 bg-white/95 backdrop-blur-sm border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<a href="/" class="flex items-center gap-2">
<span class="text-2xl">🏜️</span>
<span class="font-serif font-bold text-nevada-navy">Nevada Governor Elections 2026</span>
</a>
<div class="hidden md:flex items-center gap-8">
<a href="/" class="nav-link nav-link--active">Candidates</a>
<a href="/compare/" class="nav-link">Compare</a>
<a href="/compare/gop-primary.html" class="nav-link">GOP Primary</a>
<a href="/compare/primary.html" class="nav-link">Dem Primary</a>
<a href="/about.html" class="nav-link">About</a>
</div>
<button id="mobile-menu-btn" class="md:hidden p-2">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-200">
<div class="px-4 py-3 space-y-2">
<a href="/" class="block py-2 font-medium text-nevada-navy">Candidates</a>
<a href="/compare/" class="block py-2 text-gray-700">Compare</a>
<a href="/compare/primary.html" class="block py-2 text-gray-700">Primary</a>
<a href="/about.html" class="block py-2 text-gray-700">About</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="bg-nevada-navy text-white py-16 md:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<p class="text-nevada-gold font-semibold uppercase tracking-wider mb-4">2026 Nevada Governor Election</p>
<h1 class="text-balance mb-6">Know Your Candidates</h1>
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-8">
Nonpartisan, sourced analysis of the five candidates running for Nevada Governor.
Understand their records, their funding, and their contradictions.
</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="#candidates" class="btn btn-gold">Meet the Candidates</a>
<a href="/compare/" class="btn bg-white/10 text-white hover:bg-white/20">Compare on Issues</a>
</div>
</div>
</header>
<!-- Quick Stats Bar -->
<section class="bg-white py-8 border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-6 text-center">
<div>
<p class="text-3xl font-bold font-mono text-nevada-navy">5</p>
<p class="text-sm text-gray-600">Candidates</p>
</div>
<div>
<p class="text-3xl font-bold font-mono text-nevada-navy">12</p>
<p class="text-sm text-gray-600">Issue Areas</p>
</div>
<div>
<p class="text-3xl font-bold font-mono text-nevada-navy">162</p>
<p class="text-sm text-gray-600">Lombardo Vetoes<span class="cite"><a href="/sources.html#L1"
class="cite-ref">[1]</a><span class="cite-tooltip">The Nevada Independent, 2025 Veto
Tracker</span></span></p>
</div>
<div>
<p class="text-3xl font-bold font-mono text-nevada-navy">$1.1B+</p>
<p class="text-sm text-gray-600">Ford Opioid Settlements (aggregate)<span class="cite"><a href="/sources.html#F7"
class="cite-ref">[2]</a><span class="cite-tooltip">Nevada AG Office, Opioid Settlements;
Nevada Independent</span></span></p>
</div>
</div>
</div>
</section>
<!-- Candidates Section -->
<section id="candidates" class="py-16 md:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="section-header inline-block text-nevada-navy">The Candidates</h2>
<p class="text-gray-600 max-w-2xl mx-auto mt-8">
Three Republicans vying for the GOP nomination. Two Democrats competing in their primary.
Each with their own strengths, weaknesses, and contradictions voters should understand.
</p>
</div>
<!-- Republican Primary -->
<div class="mb-12">
<div class="flex items-center gap-4 mb-6">
<h3 class="text-xl font-bold text-lombardo">Republican Primary</h3>
<a href="/compare/gop-primary.html" class="text-sm text-nevada-navy hover:text-nevada-gold">Compare GOP →</a>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Lombardo Card -->
<article class="candidate-card candidate-card--lombardo">
<div class="p-6">
<div class="flex items-start justify-between mb-4">
<div class="w-20 h-20 rounded-full bg-lombardo-light flex items-center justify-center text-3xl">
👨✈️
</div>
<span class="px-3 py-1 bg-lombardo-light text-lombardo text-sm font-semibold rounded-full">
Republican
</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-1">Joe Lombardo</h3>
<p class="text-gray-500 text-sm mb-4">Governor (Incumbent)</p>
<p class="text-gray-600 text-sm mb-6">
Former Sheriff turned "Veto Governor." 162 vetoes across two sessions.<span class="cite"><a
href="/sources.html#L1" class="cite-ref">[1]</a><span class="cite-tooltip">The Nevada Independent,
2025 Veto Tracker</span></span>
Deep ties to hotel magnate Robert Bigelow ($25M+ donations).<span class="cite"><a
href="/sources.html#L3" class="cite-ref">[3]</a><span class="cite-tooltip">AP News, "Hotel mogul,
UFO believer spending in Nevada governor's race"</span></span>
</p>
<div class="space-y-3 mb-6">
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-lombardo"></span>
<span class="text-gray-700">26 years LVMPD, Sheriff 2014-2022<span class="cite"><a
href="/sources.html#L2" class="cite-ref">[17]</a><span class="cite-tooltip">LVMPD records,
official biography</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-lombardo"></span>
<span class="text-gray-700">$380M A's stadium, $330M Tesla deal<span class="cite"><a
href="/sources.html#L11" class="cite-ref">[18]</a><span class="cite-tooltip">Nevada Legislature,
SB1 (A's Stadium) and Nevada GOED records</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-lombardo"></span>
<span class="text-gray-700">"Badge Gate" ethics violation settled<span class="cite"><a
href="/sources.html#L15" class="cite-ref">[19]</a><span class="cite-tooltip">Nevada Independent,
Ethics Commission investigation</span></span></span>
</div>
</div>
<div class="contradiction-callout text-sm">
<strong class="text-amber-800">Key Contradiction:</strong>
<span class="text-amber-700">Claims "free market" but approved $710M+ in corporate subsidies<span
class="cite"><a href="/sources.html#L11" class="cite-ref">[20]</a><span
class="cite-tooltip">Combined Tesla, A's stadium, and other subsidy packages</span></span></span>
</div>
</div>
<div class="px-6 pb-6">
<a href="/candidates/lombardo.html" class="btn btn-secondary w-full">Full Profile</a>
</div>
</article>
<!-- Hansen Card -->
<article class="candidate-card candidate-card--hansen">
<div class="p-6">
<div class="flex items-start justify-between mb-4">
<div class="w-20 h-20 rounded-full flex items-center justify-center text-3xl"
style="background-color: var(--color-hansen-light);">
💼
</div>
<span class="px-3 py-1 text-sm font-semibold rounded-full"
style="background-color: var(--color-hansen-light); color: var(--color-hansen);">
Republican
</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-1">Irina Hansen</h3>
<p class="text-gray-500 text-sm mb-4">Salon Owner / Real Estate Agent</p>
<p class="text-gray-600 text-sm mb-6">
Romanian immigrant, small business owner. "Judicial Crisis" reformer.<span class="cite"><a
href="/sources.html#IH4" class="cite-ref">[22]</a><span class="cite-tooltip">Hansen campaign
website</span></span>
2024 Las Vegas mayoral candidate (1.2%, 849 votes).<span class="cite"><a href="/sources.html#IH8"
class="cite-ref">[23]</a><span class="cite-tooltip">Ballotpedia 2024 results</span></span>
</p>
<div class="space-y-3 mb-6">
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-hansen);"></span>
<span class="text-gray-700">Anti-mandate, anti-regulation platform</span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-hansen);"></span>
<span class="text-gray-700">Zero institutional endorsements</span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-hansen);"></span>
<span class="text-gray-700">No prior elected office</span>
</div>
</div>
<div class="contradiction-callout text-sm">
<strong class="text-amber-800">Key Contradiction:</strong>
<span class="text-amber-700">"Successful businesswoman" vs. court records showing alimony claims<span
class="cite"><a href="/sources.html#IH5" class="cite-ref">[24]</a><span class="cite-tooltip">FindLaw
court opinion</span></span></span>
</div>
</div>
<div class="px-6 pb-6">
<a href="/candidates/hansen.html" class="btn btn-secondary w-full">Full Profile</a>
</div>
</article>
<!-- Winterhawk Card -->
<article class="candidate-card candidate-card--winterhawk">
<div class="p-6">
<div class="flex items-start justify-between mb-4">
<div class="w-20 h-20 rounded-full flex items-center justify-center text-3xl"
style="background-color: var(--color-winterhawk-light);">
🎤
</div>
<span class="px-3 py-1 text-sm font-semibold rounded-full"
style="background-color: var(--color-winterhawk-light); color: var(--color-winterhawk);">
Republican
</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-1">Matthew Winterhawk</h3>
<p class="text-gray-500 text-sm mb-4">SmartSlaps Founder / Author</p>
<p class="text-gray-600 text-sm mb-6">
"Live N Learn" hip-hop artist and nonprofit founder.<span class="cite"><a href="/sources.html#MW1"
class="cite-ref">[25]</a><span class="cite-tooltip">Ballotpedia profile</span></span>
Proposes NLSARA (land sovereignty) and state D.O.G.E.<span class="cite"><a href="/sources.html#MW11"
class="cite-ref">[26]</a><span class="cite-tooltip">W4Nevada campaign</span></span>
</p>
<div class="space-y-3 mb-6">
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-winterhawk);"></span>
<span class="text-gray-700">Author: "True Freedom" (58 pages)<span class="cite"><a
href="/sources.html#MW13" class="cite-ref">[27]</a><span
class="cite-tooltip">Bookshop.org</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-winterhawk);"></span>
<span class="text-gray-700">Community college (A.A.) education</span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full" style="background-color: var(--color-winterhawk);"></span>
<span class="text-gray-700">No prior elected office</span>
</div>
</div>
<div class="contradiction-callout text-sm">
<strong class="text-amber-800">Key Contradiction:</strong>
<span class="text-amber-700">"Christian values" but releases explicit hip-hop during campaign<span
class="cite"><a href="/sources.html#MW6" class="cite-ref">[28]</a><span class="cite-tooltip">Apple
Music "Industry Hoes"</span></span></span>
</div>
</div>
<div class="px-6 pb-6">
<a href="/candidates/winterhawk.html" class="btn btn-secondary w-full">Full Profile</a>
</div>
</article>
</div>
</div>
<!-- Democratic Primary -->
<div class="mb-12">
<div class="flex items-center gap-4 mb-6">
<h3 class="text-xl font-bold text-ford">Democratic Primary</h3>
<a href="/compare/primary.html" class="text-sm text-nevada-navy hover:text-nevada-gold">Compare Dems →</a>
</div>
<div class="grid md:grid-cols-2 gap-8 max-w-4xl">
<!-- Ford Card -->
<article class="candidate-card candidate-card--ford">
<div class="p-6">
<div class="flex items-start justify-between mb-4">
<div class="w-20 h-20 rounded-full bg-ford-light flex items-center justify-center text-3xl">
⚖️
</div>
<span class="px-3 py-1 bg-ford-light text-ford text-sm font-semibold rounded-full">
Democrat
</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-1">Aaron Ford</h3>
<p class="text-gray-500 text-sm mb-4">Attorney General</p>
<p class="text-gray-600 text-sm mb-6">
"From food stamps to five degrees."<span class="cite"><a href="/sources.html#F1"
class="cite-ref">[4]</a><span class="cite-tooltip">Aaron Ford personal background, multiple
sources</span></span> $1.1B+ in aggregate opioid settlements.<span class="cite"><a href="/sources.html#F7"
class="cite-ref">[5]</a><span class="cite-tooltip">Nevada AG Office, Opioid Settlements;
Nevada Independent</span></span>
Deep ties to trial lawyers through Citizens for Justice PAC.<span class="cite"><a
href="/sources.html#F12" class="cite-ref">[6]</a><span class="cite-tooltip">OpenSecrets, Citizens
for Justice PAC filings</span></span>
</p>
<div class="space-y-3 mb-6">
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-ford"></span>
<span class="text-gray-700">Former Senate Majority Leader<span class="cite"><a href="/sources.html#F2"
class="cite-ref">[7]</a><span class="cite-tooltip">Nevada Legislature
records</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-ford"></span>
<span class="text-gray-700">AB 236 criminal justice reform architect<span class="cite"><a
href="/sources.html#F8" class="cite-ref">[8]</a><span class="cite-tooltip">Nevada Legislature,
AB 236 (2019)</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-ford"></span>
<span class="text-gray-700">$185K IRS liens (2010-2014, resolved)<span class="cite"><a
href="/sources.html#F14" class="cite-ref">[9]</a><span class="cite-tooltip">Washington Free
Beacon, IRS lien investigation</span></span></span>
</div>
</div>
<div class="contradiction-callout text-sm">
<strong class="text-amber-800">Key Contradiction:</strong>
<span class="text-amber-700">"Champion of little guy" but killed anti-Uber bill union leaders wanted<span
class="cite"><a href="/sources.html#F12" class="cite-ref">[10]</a><span
class="cite-tooltip">Ford killed SB 485 (2017), calling union-backed taxi protections "bad policy"</span></span></span>
</div>
</div>
<div class="px-6 pb-6">
<a href="/candidates/ford.html" class="btn btn-secondary w-full">Full Profile</a>
</div>
</article>
<!-- Hill Card -->
<article class="candidate-card candidate-card--hill">
<div class="p-6">
<div class="flex items-start justify-between mb-4">
<div class="w-20 h-20 rounded-full bg-hill-light flex items-center justify-center text-3xl">
📋
</div>
<span class="px-3 py-1 bg-hill-light text-hill text-sm font-semibold rounded-full">
Democrat
</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-1">Alexis Hill</h3>
<p class="text-gray-500 text-sm mb-4">Washoe County Commission Chair</p>
<p class="text-gray-600 text-sm mb-6">
Technocratic progressive from Reno. Proposes margin tax.<span class="cite"><a href="/sources.html#H5"
class="cite-ref">[11]</a><span class="cite-tooltip">Hill campaign platform, margin tax
proposal</span></span>
Election certifier who fought Beadles' far-right movement.<span class="cite"><a href="/sources.html#H3"
class="cite-ref">[12]</a><span class="cite-tooltip">Nevada Independent, "2024 Election Certification
Showdown"</span></span>
</p>
<div class="space-y-3 mb-6">
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-hill"></span>
<span class="text-gray-700">City planner background, MPA from UNR<span class="cite"><a
href="/sources.html#H1" class="cite-ref">[13]</a><span class="cite-tooltip">Alexis Hill official
biography</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-hill"></span>
<span class="text-gray-700">"No subsidies for billionaires" platform<span class="cite"><a
href="/sources.html#H5" class="cite-ref">[14]</a><span class="cite-tooltip">Hill campaign
announcements</span></span></span>
</div>
<div class="flex items-center gap-2 text-sm">
<span class="w-2 h-2 rounded-full bg-hill"></span>
<span class="text-gray-700">Voted FOR homeless camping ban<span class="cite"><a
href="/sources.html#H9" class="cite-ref">[15]</a><span class="cite-tooltip">Washoe County
Commission voting records</span></span></span>
</div>
</div>
<div class="contradiction-callout text-sm">
<strong class="text-amber-800">Key Contradiction:</strong>
<span class="text-amber-700">"Anti-corporate" but takes developer money, votes for their projects<span
class="cite"><a href="/sources.html#H11" class="cite-ref">[16]</a><span class="cite-tooltip">Washoe
County Commission records, campaign finance reports</span></span></span>
</div>
</div>
<div class="px-6 pb-6">
<a href="/candidates/hill.html" class="btn btn-secondary w-full">Full Profile</a>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Issues Overview -->
<section class="bg-white py-16 md:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="section-header inline-block text-nevada-navy">The Issues</h2>
<p class="text-gray-600 max-w-2xl mx-auto mt-8">
Eleven policy domains that matter most to Nevada. Click any issue to see
where each candidate stands—and where they contradict themselves.
</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-4">
<a href="/compare/issues/housing.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🏠</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Housing & Rent</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Eviction protections, rent control, corporate landlords
</p>
</a>
<a href="/compare/issues/economy.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">💼</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Economy & Jobs</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Unemployment, corporate subsidies, diversification
</p>
</a>
<a href="/compare/issues/crime.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🚔</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Crime & Safety</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
AB 236, policing, Resort Corridor Court
</p>
</a>
<a href="/compare/issues/education.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">📚</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Education</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
School funding, charter schools, teacher pay
</p>
</a>
<a href="/compare/issues/labor.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🏗️</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Labor & Unions</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Culinary Union, Building Trades, worker protections
</p>
</a>
<a href="/compare/issues/healthcare.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🏥</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Healthcare</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Opioid crisis, rural access, gender-affirming care
</p>
</a>
<a href="/compare/issues/taxes.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">💰</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Taxes & Revenue</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
No income tax, margin tax debate, corporate breaks
</p>
</a>
<a href="/compare/issues/immigration.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🌎</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Immigration</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Sanctuary policies, federal cooperation, workforce
</p>
</a>
<a href="/compare/issues/guns.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🔫</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Gun Policy</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Background checks, age limits, polling place rules
</p>
</a>
<a href="/compare/issues/environment.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🌊</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Water, Energy & Environment</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
NV Energy monopoly, Colorado River, lithium mining
</p>
</a>
<a href="/compare/issues/transparency.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">🔍</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Transparency & Ethics</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Dark money, open records, ethics violations
</p>
</a>
<a href="/compare/issues/abortion.html"
class="group p-6 rounded-xl bg-gray-50 hover:bg-nevada-navy transition-colors">
<span class="text-3xl mb-3 block">⚕️</span>
<h4 class="font-bold text-gray-900 group-hover:text-white mb-2">Reproductive Rights</h4>
<p class="text-sm text-gray-600 group-hover:text-gray-300">
Abortion protections, shield laws, access
</p>
</a>
<a href="/compare/"
class="group p-6 rounded-xl border-2 border-dashed border-gray-300 hover:border-nevada-navy transition-colors flex flex-col items-center justify-center">
<span class="text-3xl mb-3">⚖️</span>
<h4 class="font-bold text-gray-900 group-hover:text-nevada-navy">Full Comparison</h4>
<p class="text-sm text-gray-500">All issues, side by side</p>
</a>
</div>
</div>
</section>
<!-- The Race Section -->
<section class="py-16 md:py-24 bg-nevada-navy text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="section-header inline-block text-white">The Race</h2>
<p class="text-gray-300 max-w-2xl mx-auto mt-8">
Current polling shows a dead heat. Here's what the numbers tell us about the path forward.
</p>
</div>
<div class="grid md:grid-cols-2 gap-12">
<!-- Polling -->
<div>
<h3 class="text-xl font-bold text-nevada-gold mb-6">General Election Polling</h3>
<div class="bg-white/10 rounded-xl p-6">
<div class="flex items-center justify-between mb-4">
<span class="text-gray-300">Lombardo (R)</span>
<span class="font-mono font-bold text-xl">41%</span>
</div>
<div class="w-full bg-white/20 rounded-full h-3 mb-6">
<div class="bg-lombardo h-3 rounded-full" style="width: 50%"></div>
</div>
<div class="flex items-center justify-between mb-4">
<span class="text-gray-300">Ford (D)</span>
<span class="font-mono font-bold text-xl">41%</span>
</div>
<div class="w-full bg-white/20 rounded-full h-3 mb-6">
<div class="bg-ford h-3 rounded-full" style="width: 50%"></div>
</div>
<p class="text-xs text-gray-400 mt-4">
Source: Emerson College Poll, November 2025. ~18% undecided.<span class="cite"><a
href="/sources.html#G1" class="cite-ref">[21]</a><span class="cite-tooltip">Emerson College, "Nevada
2026: Dead Heat for Governor"</span></span>
</p>
</div>
</div>
<!-- Key Battlegrounds -->
<div>
<h3 class="text-xl font-bold text-nevada-gold mb-6">Key Battlegrounds</h3>
<div class="space-y-4">
<div class="bg-white/10 rounded-xl p-4">
<h4 class="font-semibold mb-2">Washoe County (Reno)</h4>
<p class="text-sm text-gray-300">
Swing county. Lombardo must flip it; Ford must hold it. Hill's home turf.
</p>
</div>
<div class="bg-white/10 rounded-xl p-4">
<h4 class="font-semibold mb-2">Clark County Suburbs</h4>
<p class="text-sm text-gray-300">
Henderson, Summerlin. Educated moderates who will decide the election.
</p>
</div>
<div class="bg-white/10 rounded-xl p-4">
<h4 class="font-semibold mb-2">The "Cow Counties"</h4>
<p class="text-sm text-gray-300">
Rural Nevada. Lombardo needs 70%+ margins to offset Clark turnout.
</p>
</div>
</div>
</div>
</div>
<!-- Primary Note -->
<div class="mt-12 grid md:grid-cols-2 gap-6">
<div class="p-6 border border-nevada-gold/30 rounded-xl">
<h3 class="text-nevada-gold font-bold mb-3">GOP Primary</h3>
<p class="text-gray-300 text-sm">
Lombardo faces two challengers: salon owner Irina Hansen and hip-hop artist Matthew Winterhawk.
Neither is polling significantly, but they could force Lombardo to defend his right flank.
</p>
<a href="/compare/gop-primary.html" class="inline-block mt-4 text-nevada-gold hover:text-white font-semibold">
Compare GOP Candidates →
</a>
</div>
<div class="p-6 border border-nevada-gold/30 rounded-xl">
<h3 class="text-nevada-gold font-bold mb-3">Democratic Primary</h3>
<p class="text-gray-300 text-sm">
Ford must beat Alexis Hill to face Lombardo in November.
Hill's margin tax proposal could pull Ford left—or split the Democratic vote.
</p>
<a href="/compare/primary.html" class="inline-block mt-4 text-nevada-gold hover:text-white font-semibold">
Compare Ford vs Hill →
</a>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 md:py-20 bg-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-nevada-navy mb-6">Make an Informed Decision</h2>
<p class="text-gray-600 text-lg mb-8">
Democracy works best when voters understand who they're voting for—including the contradictions.
Explore the full profiles, compare on the issues, and follow the money.
</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="/compare/" class="btn btn-primary">Compare All Five</a>
<a href="/about.html" class="btn btn-secondary">Our Methodology</a>
</div>
</div>
</section>
<!-- Footer -->
<div id="share-section"></div>
<footer class="bg-gray-900 text-gray-400 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h4 class="text-white font-bold mb-4">Nevada Governor Elections 2026</h4>
<p class="text-sm">
A nonpartisan voter information project. Not affiliated with any campaign or party.
</p>
</div>
<div>
<h4 class="text-white font-bold mb-4">Candidates</h4>
<ul class="space-y-2 text-sm">
<li><a href="/candidates/lombardo.html" class="hover:text-white">Joe Lombardo (R)</a></li>
<li><a href="/candidates/hansen.html" class="hover:text-white">Irina Hansen (R)</a></li>
<li><a href="/candidates/winterhawk.html" class="hover:text-white">Matthew Winterhawk (R)</a></li>
<li><a href="/candidates/ford.html" class="hover:text-white">Aaron Ford (D)</a></li>
<li><a href="/candidates/hill.html" class="hover:text-white">Alexis Hill (D)</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-bold mb-4">Resources</h4>
<ul class="space-y-2 text-sm">
<li><a href="/compare/" class="hover:text-white">Issue Comparison</a></li>
<li><a href="/compare/gop-primary.html" class="hover:text-white">GOP Primary</a></li>
<li><a href="/compare/primary.html" class="hover:text-white">Democratic Primary</a></li>
<li><a href="/sources.html" class="hover:text-white">All Sources</a></li>
<li><a href="/about.html" class="hover:text-white">Methodology</a></li>
<li><a href="/updates.html" class="hover:text-white">Recent Updates</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-bold mb-4">Transparency</h4>
<p class="text-sm">
All claims are sourced. We have no donors or sponsors.
<a href="/sources.html" class="text-nevada-gold hover:underline">View all sources</a>.
</p>
</div>
</div>
<!-- Disclaimer -->
<div class="border-t border-gray-800 mt-8 pt-8">
<div class="bg-gray-800/50 rounded-lg p-4 mb-6">
<p class="text-xs text-gray-400 leading-relaxed">
<strong class="text-gray-300">Disclaimer:</strong> This site was created with AI assistance. While we have
made every effort to verify claims against primary sources, errors may exist. All factual claims include
citations; hover over superscript numbers to see sources, or visit our <a href="/sources.html"
class="text-nevada-gold hover:underline">sources page</a> for complete documentation including PDF
dossiers. We encourage voters to verify information independently. If you find an error, please <a
href="/about.html#corrections" class="text-nevada-gold hover:underline">contact us</a>. Data current as of
2025-12-27.
</p>
</div>
<p class="text-sm text-center">© 2025 NV Gov 2026. Built for Nevada voters. <a
href="https://github.com/2b3pro/nvgov2026" class="text-nevada-gold hover:underline">GitHub</a></p>
</div>
</div>
</footer>
<script type="module" src="/src/main.js"></script>
<script>
// Mobile menu toggle
const menuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn?.addEventListener('click', () => {
mobileMenu?.classList.toggle('hidden');
});
</script>
</body>
</html>