:root{--navy:#07172f;--blue:#164a8b;--gold:#d6a331;--light:#f4f7fb;--text:#142033;--muted:#60708a;--danger:#b42318;--white:#fff;--border:#d9e2ef}*{box-sizing:border-box}html,body{color:var(--text);background:var(--light);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 32px);margin:0 auto}.topbar{background:var(--navy);color:var(--white);z-index:50;position:sticky;top:0;box-shadow:0 6px 24px #0000002e}.navWrap{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand strong{font-size:18px;display:block}.brand small{color:#cbd5e1;margin-top:3px;display:block}.badge{border:2px solid var(--gold);width:48px;height:48px;color:var(--gold);border-radius:50%;place-items:center;font-weight:800;display:grid}.siteNav{flex-wrap:wrap;justify-content:flex-end;gap:14px;font-size:14px;display:flex}.siteNav a{color:#e7edf7}.siteNav a:hover{color:var(--gold)}.siteNav a.payFinesLink{background:var(--gold);color:var(--navy);font-family:inherit;font-size:inherit;white-space:nowrap;border:1px solid #f4c95d;border-radius:6px;align-self:center;margin-left:-3px;padding:6px 11px;font-weight:800;line-height:1.15;box-shadow:0 2px 6px #0003}.siteNav a.payFinesLink:hover,.siteNav a.payFinesLink:focus-visible{color:var(--navy);background:#f4c95d;transform:translateY(-1px)}.siteNav a.payFinesLink:focus-visible{outline:3px solid var(--white);outline-offset:2px}.menuToggle{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff61;border-radius:8px;padding:10px;display:none}.menuToggle span{background:currentColor;border-radius:99px;width:22px;height:2px;margin:4px 0;transition:transform .2s,opacity .2s;display:block}.menuToggle:hover{border-color:var(--gold);color:var(--gold)}.menuToggle:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.menuToggle.isOpen span:first-child{transform:translateY(6px)rotate(45deg)}.menuToggle.isOpen span:nth-child(2){opacity:0}.menuToggle.isOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.hero{background:#111;height:560px;position:relative;overflow:hidden}.hero img{object-fit:cover;object-position:center top;filter:brightness(.62);width:100%;height:100%}.heroOverlay{align-items:center;display:flex;position:absolute;inset:0}.heroCard{width:min(650px,100%);color:var(--white)}.heroCard h1{margin:0 0 18px;font-size:clamp(38px,6vw,72px);line-height:.95}.heroCard p{color:#e9eef8;margin-bottom:28px;font-size:clamp(18px,2vw,24px)}.heroButtons,.socialButtons{flex-wrap:wrap;gap:12px;display:flex}.btn{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:13px 18px;font-weight:700;display:inline-flex}.btn .icon{margin-right:6px}.btn.primary{background:var(--gold);color:#111827}.btn.secondary{color:var(--white);background:#ffffff24;border:1px solid #ffffff59}.slideDots{justify-content:center;gap:8px;display:flex;position:absolute;bottom:18px;left:0;right:0}.slideDots button{cursor:pointer;background:#ffffff73;border:0;border-radius:99px;width:36px;height:6px}.slideDots button.active{background:var(--gold)}.section{padding:48px 0}.narrow{max-width:780px}.alertBox{border:1px solid #f1d08b;border-left:6px solid var(--gold);background:#fff8e8;border-radius:14px;margin-bottom:24px;padding:16px}.alertBox.danger{border-color:#ffccc7;border-left-color:var(--danger);background:#fff1f0}.cardGrid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.infoCard,.docCard,.formCard,.weatherCard{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 8px 26px #0f172a0f}.infoCard:hover{border-color:var(--gold);transform:translateY(-2px)}.infoCard h2,.docCard h2,.formCard h2,.weatherCard h2{color:var(--navy);margin-top:0}.infoCard p,.docCard p,.formCard p{color:var(--muted);line-height:1.5}.documentForm .fieldError{color:#b91c1c;align-items:flex-start;gap:8px;margin-top:7px;font-size:.88rem;font-weight:700;display:flex}.documentForm .errorDot{color:#fff;background:#dc2626;border-radius:50%;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.documentForm input[aria-invalid=true],.documentForm textarea[aria-invalid=true],.documentForm select[aria-invalid=true]{background:snow;box-shadow:0 0 0 3px #dc26261f;border-color:#dc2626!important}.socialSection{background:var(--navy);color:var(--white)}.socialSection p{color:#d6e0ee;max-width:760px}.pageHeader{background:linear-gradient(135deg, var(--navy), var(--blue));color:var(--white);padding:56px 0}.pageHeader h1{margin:0 0 10px;font-size:clamp(34px,5vw,56px)}.pageHeader p{color:#dbe6f5;font-size:18px}.formCard label{margin-bottom:18px;font-weight:800;display:block}.formCard label span{color:var(--muted);font-size:13px;font-weight:400}input,textarea{border:1px solid var(--border);width:100%;font:inherit;border-radius:12px;margin-top:8px;padding:13px}textarea{resize:vertical}.formStatus{margin-bottom:0;font-weight:700}.docList{gap:16px;display:grid}.docCard{justify-content:space-between;align-items:center;gap:18px;display:flex}.weatherGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.weatherCard .temp{color:var(--blue);margin:8px 0;font-size:42px;font-weight:900}footer{color:var(--white);background:#050d1c;padding:28px 0}.footerGrid{justify-content:space-between;gap:20px;display:flex}footer p{color:#cbd5e1;margin:6px 0}@media (max-width:900px){.navWrap{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;min-height:74px;padding:10px 0;display:grid}.brand,.brand span{min-width:0}.header-logo{height:52px}.menuToggle{display:block}.siteNav{border-top:1px solid #ffffff2e;flex-flow:column;grid-column:1/-1;gap:3px;width:100%;max-height:calc(100vh - 94px);padding:10px 0 4px;display:none;overflow-y:auto}.siteNav.isOpen{display:flex}.siteNav a{border-radius:6px;width:100%;padding:11px 12px}.siteNav a:hover,.siteNav a:focus-visible{background:#ffffff17}.siteNav a.payFinesLink{text-align:center;width:100%;margin:7px 0 3px;padding:12px}.hero{height:500px}.hero img{object-position:center 10%}.cardGrid,.weatherGrid{grid-template-columns:repeat(2,1fr)}.docCard,.footerGrid{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.brand{gap:9px}.brand strong{font-size:16px;line-height:1.15}.brand small{font-size:12px;line-height:1.25}.header-logo{height:48px}.cardGrid,.weatherGrid{grid-template-columns:1fr}.hero{height:420px}.hero img{object-position:center top}}.hero img.groupPhoto{object-position:center 5%}.header-logo{object-fit:contain;width:auto;height:60px}.social-icon img{width:42px;height:42px;transition:transform .2s}.social-icon img:hover{transform:scale(1.1)}.nwsAlertBanner{color:#fff;background:#b42318;padding:10px 0;font-weight:700}.nwsAlertItem{flex-wrap:wrap;gap:12px;padding:4px 0;display:flex}.communityAlertStack{width:100%}.communityAlertBanner{color:#fff;width:100%;padding:12px 0;font-weight:600}.communityAlertInner{flex-wrap:wrap;align-items:center;gap:18px;display:flex}
