:root{--navy:#07182b;--ink:#10243b;--paper:#f8f6f1;--white:#fff;--gold:#d8a62e;--green:#5d9d43;--muted:#dce3e8;--line:#b7c1ca}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden}.site-header{height:94px;background:var(--navy);color:white;display:flex;align-items:center;justify-content:center;padding:0 5vw;position:relative;z-index:20;border-bottom:1px solid rgba(216,166,46,.35)}
.brand{position:absolute;left:4vw;top:2px;width:176px;height:176px;display:block;text-decoration:none;z-index:21}.brand img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}nav{display:flex;gap:34px;height:100%;align-items:center;justify-content:center}nav a{color:white;text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;padding:36px 0 31px;border-bottom:3px solid transparent;white-space:nowrap}nav a:hover,nav a.active{border-color:var(--gold);color:#f4c74f}.socials{position:absolute;right:5vw;top:0;height:94px;display:flex;gap:20px;align-items:center;font-size:24px;font-weight:800;white-space:nowrap}.socials a,.socials span{color:white;text-decoration:none}.socials span{opacity:.65;cursor:default}.socials .social-active{opacity:1}.menu{display:none;margin-left:auto;background:none;border:0;color:white;font-size:28px}
.hero{min-height:300px;color:white;display:flex;align-items:center;justify-content:center;text-align:center;padding:54px 6vw 38px;background:linear-gradient(rgba(7,24,43,.25),rgba(7,24,43,.72)),radial-gradient(circle at 85% 10%,#b57b24 0,#314b56 22%,#102b3c 48%,#07182b 100%);overflow:hidden}.hero-copy{width:100%;max-width:1320px;margin:0 auto}.hero h1{font-family:Georgia,serif;font-size:clamp(29px,2.15vw,42px);line-height:1.15;margin:0 auto 16px;max-width:1200px;text-wrap:balance;text-shadow:0 2px 6px rgba(0,0,0,.55)}.hero-tagline{font-size:clamp(17px,1.25vw,24px);font-weight:700;letter-spacing:6px;margin:0 auto 24px;max-width:1000px}.button{display:inline-block;border:0;background:var(--gold);color:var(--navy);padding:14px 20px;font-weight:800;text-decoration:none;border-radius:4px;cursor:pointer}.hero-button{font-size:16px;padding:16px 30px;min-width:390px}
.section{padding:48px 6vw}.section.alt{background:#eef1f2}.section h2,.follow-strip h2{font-family:Georgia,serif;font-size:clamp(34px,3vw,46px);margin:8px 0 14px}.section-head{display:flex;gap:50px;justify-content:space-between;align-items:flex-start}.section-head>div:first-child{max-width:1000px}.section-intro{max-width:850px;margin-bottom:30px}.section-intro>p:last-child{font-size:17px;line-height:1.55}.eyebrow{font-weight:700;letter-spacing:3px;font-size:12px;color:var(--gold)}
.progress{background:white;border:1px solid #d6dce1;padding:22px;min-width:245px}.progress strong{font-size:34px;display:block}.progress span{font-size:11px;letter-spacing:2px}.progress div{height:10px;background:#e6eaed;border-radius:10px;margin-top:14px;overflow:hidden}.progress i{display:block;height:100%;width:0;background:var(--green)}.map-tools{display:flex;gap:24px;align-items:center;margin:30px 0 18px;flex-wrap:wrap}.map-tools input{padding:13px 15px;border:1px solid #c8d0d6;border-radius:4px;min-width:290px;font-size:16px}.legend:before{content:"";width:14px;height:14px;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:-2px;border:1px solid #536272}.uncovered-dot:before{background:var(--green)}.pending-dot:before{background:#dce3e8}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.map-wrap{position:relative;background:white;border:1px solid #d6dce1;min-height:510px;padding:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.map-wrap svg{width:100%;height:auto;max-height:620px;transform-origin:0 0;will-change:transform;user-select:none}.map-zoom-controls{position:absolute;top:14px;right:14px;z-index:5;display:flex;gap:6px}.map-zoom-controls button{width:38px;height:38px;border:1px solid #aeb8c1;background:white;color:var(--navy);font-size:20px;font-weight:800;border-radius:4px;cursor:pointer;box-shadow:0 2px 7px rgba(0,0,0,.12)}.map-zoom-controls button:hover{background:#f4c74f}.map-zoom-controls .map-reset{width:auto;padding:0 12px;font-size:12px;text-transform:uppercase}.map-wrap.is-zoomed{cursor:grab}.map-wrap.is-dragging{cursor:grabbing}.county{fill:#dce3e8;stroke:#526579;stroke-width:.6;cursor:pointer;transition:.15s}.county:hover,.county:focus{fill:#f1c65a;stroke:#07182b;stroke-width:1.4;outline:none}.county.uncovered{fill:var(--green)}.county.uncovered:hover,.county.uncovered:focus{fill:#f1c65a;stroke:#07182b;stroke-width:1.4}.county.selected{fill:var(--gold)}.county-label{font-size:6px;fill:#07182b;text-anchor:middle;pointer-events:none;font-weight:700}.county-panel{background:var(--navy);color:white;padding:28px;min-height:300px}.county-panel h3{font-family:Georgia,serif;font-size:32px;margin:8px 0 14px}.county-panel p{line-height:1.5}.story-card{border-top:1px solid #526579;padding:14px 0}.story-card a{color:#ffd76a}.suggest-link{display:inline-block;margin-top:15px;color:var(--navy);background:white;padding:11px 14px;text-decoration:none;font-weight:700}.map-credit,.note{font-size:12px;color:#6c7780}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{min-height:215px;background:linear-gradient(145deg,#0a2138,#123954);color:white;text-decoration:none;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;border-top:5px solid var(--gold);transition:.2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(7,24,43,.16)}.feature-card span{color:#f1c65a;font-size:11px;letter-spacing:2px;font-weight:800;margin-bottom:12px}.feature-card strong{font-family:Georgia,serif;font-size:27px;line-height:1.15}.feature-card small{margin-top:20px;font-size:13px;font-weight:700}.about-home{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);gap:55px;align-items:center}.compact-about{padding-top:40px;padding-bottom:40px}.about-home>div:first-child{max-width:800px}.about-home p{font-size:16px;line-height:1.55}.about-home>div:first-child a{color:#8a6412;font-weight:800}.about-tag{font-family:Georgia,serif;font-weight:700;font-size:22px!important;margin-bottom:0}.project-callout{background:var(--navy);color:white;padding:30px}.project-callout strong{display:block;font-family:Georgia,serif;font-size:31px;line-height:1.15;margin:8px 0 14px}.project-callout p{font-size:15px}.suggest-section{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);gap:55px}.compact-suggest{padding-top:38px;padding-bottom:38px}.suggest-section .section-intro{margin:0}form{max-width:760px;display:grid;gap:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:6px;font-weight:700}input,select,textarea{font:inherit;padding:11px;border:1px solid #b9c2ca;border-radius:3px}textarea{min-height:92px}.follow-strip{background:var(--navy);color:white;padding:28px 6vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.follow-strip h2{margin:5px 0;font-size:30px}footer{background:#04101d;color:white;padding:22px 6vw;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.loading{padding:40px;color:#64727d}
.episodes-hero,.about-hero{background:linear-gradient(135deg,#07182b,#123954);color:white;padding:72px 6vw 52px;text-align:center}.episodes-hero h1,.about-hero h1{font-family:Georgia,serif;font-size:clamp(38px,4vw,58px);margin:8px 0 12px}.episodes-hero p:last-child,.about-hero p:last-child{font-size:18px;max-width:850px;margin:0 auto;line-height:1.5}.episode-library{min-height:520px}.library-tools{display:grid;grid-template-columns:minmax(280px,1fr) 210px 230px 105px;gap:16px;align-items:end;margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid #cdd4da}.library-tools label{font-size:12px;letter-spacing:1.5px;text-transform:uppercase}.library-tools input,.library-tools select{margin-top:7px;background:white}.library-count{text-align:right}.library-count strong{display:block;font-family:Georgia,serif;font-size:38px}.library-count span{font-size:10px;letter-spacing:2px;font-weight:700}.episode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.episode-card{background:white;border:1px solid #d5dce1;border-top:4px solid var(--gold);padding:20px 22px;min-height:150px;display:flex;flex-direction:column}.episode-card-top{display:flex;justify-content:flex-end}.episode-county{font-size:10px;font-weight:800;letter-spacing:1.2px;color:var(--green);text-align:right;text-transform:uppercase}.episode-card h2{font-size:24px;line-height:1.15;margin:14px 0 18px}.episode-title-link{color:var(--navy);font-weight:700;text-decoration:none}.episode-title-link:hover{color:#9b7111;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.episode-title-link span{font-family:Arial,sans-serif;font-size:.72em}.topic-tags{display:flex!important;justify-content:flex-start!important;gap:7px!important;flex-wrap:wrap;margin-top:auto}.topic-tags button{border:1px solid #c9d1d7;background:#f4f1e9;color:#24394e;border-radius:20px;padding:6px 10px;font-size:10px;font-weight:800;cursor:pointer}.topic-tags button:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}.no-results{text-align:center;padding:55px 20px}.no-results h2{font-size:30px}
.about-story{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr);gap:70px;align-items:start}.about-story h2{max-width:600px}.about-copy{font-size:17px;line-height:1.65;max-width:760px}.about-copy p:first-child{margin-top:0}.about-quote{font-family:Georgia,serif;font-size:26px!important;font-weight:700;color:#9b7111;line-height:1.3!important}.about-counties{background:linear-gradient(135deg,#07182b,#123954);color:white;padding:58px 6vw}.about-counties>div{max-width:900px;margin:0 auto;text-align:center}.about-counties h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,54px);line-height:1.05;margin:8px 0 20px}.about-counties>div>p:not(.eyebrow){font-size:17px;line-height:1.6;max-width:800px;margin:0 auto 25px}.about-progress{margin:24px auto 28px}.about-progress strong{display:block;font-family:Georgia,serif;font-size:54px;color:#f1c65a}.about-progress strong span{font-family:Arial,sans-serif;font-size:18px;letter-spacing:3px;color:white}.about-progress small{font-size:11px;letter-spacing:3px;font-weight:800}.meet-jason{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(430px,1.25fr);gap:65px;align-items:center}.jason-photo{background:var(--navy);padding:10px;border-bottom:6px solid var(--gold);max-width:520px}.jason-photo img{width:100%;height:auto;display:block;aspect-ratio:3/4;object-fit:cover;object-position:center 42%}.jason-copy{max-width:760px}.jason-copy>p:not(.eyebrow){font-size:17px;line-height:1.6}.jason-signoff{font-family:Georgia,serif;font-size:25px!important;font-weight:700}.about-suggest{background:#eef1f2;padding:48px 6vw;display:flex;align-items:center;justify-content:space-between;gap:55px}.about-suggest>div{max-width:850px}.about-suggest h2{font-family:Georgia,serif;font-size:clamp(30px,3vw,42px);margin:8px 0 12px}.about-suggest p:last-child{font-size:17px;line-height:1.55}
@media(max-width:1250px){nav{gap:18px}.brand{left:2.5vw;width:158px;height:158px}.socials{right:3vw;gap:12px;font-size:20px}.story-grid{grid-template-columns:repeat(3,1fr)}.library-tools{grid-template-columns:minmax(260px,1fr) 190px 210px 90px}}
@media(max-width:900px){.site-header{height:76px;justify-content:flex-end}.brand{position:absolute;left:5vw;top:4px;width:118px;height:118px}.socials{display:none}nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;background:var(--navy);padding:15px 6vw;flex-direction:column;align-items:flex-start}nav.open{display:flex}.menu{display:block}.hero{padding-top:48px;min-height:300px}.hero h1{font-size:clamp(27px,7vw,38px)}.hero-tagline{letter-spacing:3px}.hero-button{min-width:0}.section-head{display:block}.progress{margin-top:25px}.map-layout{grid-template-columns:1fr}.county-panel{min-height:auto}.county-label{display:none}.story-grid{grid-template-columns:1fr}.about-home,.suggest-section{grid-template-columns:1fr;gap:35px}.follow-strip{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.library-tools{grid-template-columns:1fr}.library-count{text-align:left}.episode-grid{grid-template-columns:1fr}.episodes-hero,.about-hero{padding-top:62px}.about-story,.meet-jason{grid-template-columns:1fr;gap:30px}.jason-photo{max-width:430px;margin:auto}.about-suggest{align-items:flex-start;flex-direction:column}}
