
:root{
  --black:#0a0a0a;
  --charcoal:#151515;
  --charcoal-2:#202020;
  --gold:#b88a2b;
  --gold-light:#d7b35f;
  --cream:#f3efe6;
  --paper:#f8f8f6;
  --white:#ffffff;
  --ink:#171717;
  --muted:#686868;
  --line:#d8d3c8;
  --shell:min(1180px, calc(100% - 36px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}
a{color:inherit}
img{max-width:100%;display:block}
.shell{width:var(--shell);margin:auto}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}

.utility-bar{
  background:#0d0d0d;
  color:#f4f4f4;
  border-bottom:1px solid #2b2b2b;
  font-size:13px;
}
.utility-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.utility-left,.utility-right{display:flex;align-items:center;gap:18px}
.utility-bar a{text-decoration:none}
.emergency{color:#fff}
.facebook-top{display:none}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(10,10,10,.96);
  color:#fff;
  border-bottom:1px solid rgba(184,138,43,.65);
  backdrop-filter:blur(8px);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:96px;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}
.brand img{
  width:68px;
  height:68px;
  object-fit:cover;
  border-radius:50%;
}
.brand span{display:flex;flex-direction:column;text-transform:uppercase;line-height:1}
.brand strong,.brand b{
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  letter-spacing:.8px;
}
.brand b{color:var(--gold-light)}
.brand small{
  margin-top:7px;
  color:#d4d4d4;
  font-size:11px;
  letter-spacing:1.4px;
  font-weight:700;
}
.site-nav{
  display:flex;
  gap:27px;
  align-items:center;
}
.site-nav a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  padding:38px 0 34px;
  border-bottom:2px solid transparent;
}
.site-nav a:hover{color:var(--gold-light);border-bottom-color:var(--gold)}
.header-actions{display:flex;align-items:center;gap:12px}
.header-facebook{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  text-decoration:none;
  border:1px solid #595959;
  border-radius:50%;
  background:#111;
  transition:.18s ease;
}
.header-facebook:hover{border-color:var(--gold);background:#181818}
.header-fb-icon{
  font-family:Arial,sans-serif;
  font-weight:800;
  font-size:21px;
  line-height:1;
  color:#fff;
}
.menu-toggle{
  display:none;
  background:transparent;
  color:#fff;
  border:1px solid #555;
  padding:9px 12px;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
  font-weight:800;
}

.hero{
  position:relative;
  min-height:650px;
  background:url('assets/courthouse.jpeg') center 48%/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.67) 37%,rgba(0,0,0,.28) 69%,rgba(0,0,0,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.28));
}
.hero-content{position:relative;padding:92px 0 120px}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:2.4px;
  color:var(--gold-light);
  font-weight:800;
  font-size:12px;
}
.eyebrow.dark{color:#8d671e}
.hero h1{
  margin:14px 0 20px;
  max-width:760px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(52px,7vw,88px);
  line-height:.98;
  font-weight:700;
  letter-spacing:-1.8px;
}
.hero h1 span{color:var(--gold-light)}
.hero p{
  max-width:590px;
  font-size:18px;
  line-height:1.6;
  color:#ededed;
  margin:0 0 30px;
}
.hero-actions,.fleet-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-block;
  text-decoration:none;
  padding:13px 18px;
  border-radius:3px;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.8px;
  font-size:12px;
}
.btn-gold{background:var(--gold);color:#111}
.btn-gold:hover{background:var(--gold-light)}
.btn-outline{border:1px solid rgba(255,255,255,.68);color:#fff;background:rgba(0,0,0,.18)}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.07)}

.quick-wrap{margin-top:-54px;position:relative;z-index:5}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#111;
  border:1px solid #343434;
  border-top:3px solid var(--gold);
  border-radius:4px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.quick{
  min-height:128px;
  padding:22px 20px;
  color:#fff;
  text-decoration:none;
  border-right:1px solid #2f2f2f;
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition:background .18s ease;
}
.quick:last-child{border-right:0}
.quick:hover{background:#1c1c1c}
.quick .icon{font-size:26px;color:var(--gold-light);margin-bottom:10px}
.quick strong{
  text-transform:uppercase;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  letter-spacing:.4px;
}
.quick small{margin-top:6px;color:#bfbfbf;line-height:1.35}
.quick.accent{outline:none;background:#151515}

.section{padding:84px 0}
.sheriff-section{background:#fff}
.sheriff-grid{
  display:grid;
  grid-template-columns:410px 1fr;
  gap:64px;
  align-items:center;
}
.portrait-card{
  overflow:hidden;
  border-radius:2px;
  box-shadow:0 14px 38px rgba(0,0,0,.12);
  border:1px solid #d7d1c4;
  position:relative;
}
.portrait-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:5px;
  background:var(--gold);
}
.portrait-card img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center 18%;
}
.copy-block h2,.fleet-copy h2,.contact-section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.02;
  margin:10px 0 20px;
  letter-spacing:-.7px;
}
.copy-block p{font-size:16px;line-height:1.75;color:#454545}
.copy-block .lead{font-size:18px;color:#222}
.text-link,.info-card a,.facebook-large{
  color:#8a651f;
  font-weight:800;
  text-decoration:none;
}

.fleet{
  background:#0d0d0d;
  color:#fff;
  padding:82px 0;
  border-top:1px solid #292929;
  border-bottom:1px solid #292929;
}
.fleet-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:54px;
  align-items:center;
}
.fleet-copy h2{font-size:58px;color:#fff}
.fleet-copy p{font-size:17px;line-height:1.7;color:#d0d0d0}
.charger-card{
  margin:0;
  border-radius:2px;
  overflow:hidden;
  border:1px solid #3c3c3c;
  box-shadow:0 16px 42px rgba(0,0,0,.36);
}
.charger-card img{width:100%;height:420px;object-fit:cover}

.info-section{background:#f2f0eb}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:2px;
  padding:25px;
  min-height:230px;
}
.info-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  margin:0 0 12px;
}
.info-card p{line-height:1.6;color:#555}
.image-card{padding:0;overflow:hidden}
.image-card img{height:170px;width:100%;object-fit:cover}
.image-card div{padding:21px 25px}
.patch-card{display:flex;gap:18px;align-items:center}
.patch-card img{width:108px;height:108px;object-fit:cover;border-radius:8px;border:1px solid #ddd}

.contact-section{
  background:#171717;
  color:#fff;
  padding:80px 0;
  border-top:3px solid var(--gold);
}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px}
.contact-section p{line-height:1.7;color:#d9d9d9}
.facebook-large{display:inline-block;margin-top:15px;color:var(--gold-light)}
.contact-card{
  background:#202020;
  border:1px solid #3a3a3a;
  border-radius:3px;
  padding:28px;
}
.contact-card p{margin-top:0}
.contact-card a{color:inherit}
.full{width:100%;text-align:center}

footer{
  background:#090909;
  color:#fff;
  padding:26px 0;
  border-top:1px solid #292929;
}
.footer-inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:52px;height:52px;object-fit:cover;border-radius:50%}
.footer-brand span{display:flex;flex-direction:column}
.footer-brand small{color:#bcbcbc;margin-top:4px}
.footer-links{display:flex;gap:18px}
.footer-links a{color:#d0d0d0;text-decoration:none}
.footer-links a:hover{color:var(--gold-light)}
.copyright{
  grid-column:1/-1;
  color:#7f7f7f;
  font-size:12px;
  border-top:1px solid #242424;
  padding-top:15px;
}

@media (max-width:900px){
  .utility-right>a:first-child{display:none}
  .header-inner{min-height:80px}
  .brand img{width:56px;height:56px}
  .brand strong,.brand b{font-size:18px}
  .brand small{font-size:9px}
  .site-nav{
    display:none;
    position:absolute;
    top:80px;
    left:0;
    right:0;
    background:#0b0b0b;
    padding:20px 22px;
    flex-direction:column;
    align-items:flex-start;
    border-bottom:1px solid #333;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:8px 0}
  .menu-toggle{display:block}
  .header-actions{margin-left:auto}
  .hero{min-height:590px}
  .quick-wrap{margin-top:-28px}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick{border-bottom:1px solid #2f2f2f}
  .sheriff-grid,.fleet-grid,.contact-grid{grid-template-columns:1fr}
  .portrait-card{max-width:520px;margin:auto}
  .info-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  :root{--shell:min(100% - 24px,1180px)}
  .utility-inner{min-height:40px}
  .utility-left{gap:10px;font-size:11px}
  .utility-right{display:none}
  .brand span{max-width:190px}
  .brand strong,.brand b{font-size:16px}
  .brand small{font-size:8px}
  .header-facebook{width:34px;height:34px}
  .hero{min-height:560px}
  .hero-content{padding:56px 0 88px}
  .hero h1{font-size:50px}
  .hero p{font-size:16px}
  .quick-grid{grid-template-columns:1fr}
  .quick{min-height:94px;border-right:0}
  .section{padding:58px 0}
  .sheriff-grid{gap:30px}
  .portrait-card img{height:440px}
  .copy-block h2,.contact-section h2{font-size:38px}
  .fleet-copy h2{font-size:48px}
  .charger-card img{height:280px}
  .patch-card{align-items:flex-start}
  .footer-inner{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}

.facebook-section{
  background:#f3efe6;
  padding:78px 0;
  border-top:1px solid #ddd6c8;
  border-bottom:1px solid #ddd6c8;
}
.facebook-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:54px;
  align-items:start;
}
.facebook-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:1.04;
  margin:10px 0 18px;
}
.facebook-copy p{
  font-size:17px;
  line-height:1.7;
  color:#4d4d4d;
  margin:0 0 24px;
  max-width:480px;
}
.facebook-embed-card{
  background:#fff;
  border:1px solid #d7d1c4;
  border-top:4px solid var(--gold);
  padding:18px;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  min-height:656px;
}
.facebook-embed-card iframe{
  display:block;
  width:100%;
  max-width:500px;
  margin:auto;
}
@media (max-width:900px){
  .facebook-grid{grid-template-columns:1fr}
  .facebook-copy h2{font-size:40px}
  .facebook-embed-card{min-height:0}
}
@media (max-width:560px){
  .facebook-section{padding:56px 0}
  .facebook-embed-card{padding:10px}
  .facebook-embed-card iframe{height:560px}
}

/* Version 7 — professional homepage updates */
.facebook-section{display:none!important}
.updates-section{
  background:#f5f3ee;
  padding:82px 0;
  border-top:1px solid #ddd7cc;
  border-bottom:1px solid #ddd7cc;
}
.updates-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:30px;
}
.updates-heading h2{
  margin:9px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  line-height:1.04;
}
.updates-heading p{
  max-width:650px;
  margin:0;
  color:#555;
  line-height:1.65;
  font-size:16px;
}
.updates-facebook{
  white-space:nowrap;
  padding-bottom:4px;
}
.updates-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:22px;
}
.update-card{
  background:#fff;
  border:1px solid #d9d4c9;
  border-radius:2px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.update-card img{
  width:100%;
  height:210px;
  object-fit:cover;
}
.feature-update img{height:250px}
.update-body{padding:24px}
.update-kicker{
  display:inline-block;
  color:#8c671f;
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.4px;
  margin-bottom:9px;
}
.update-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.15;
  margin:0 0 12px;
}
.update-card p{
  color:#555;
  line-height:1.62;
  margin:0 0 18px;
}
.update-card a{
  color:#805d1c;
  text-decoration:none;
  font-weight:800;
}
.update-card a:hover{text-decoration:underline}

@media (max-width:900px){
  .updates-heading{align-items:flex-start;flex-direction:column}
  .updates-grid{grid-template-columns:1fr}
  .update-card img,.feature-update img{height:260px}
}
@media (max-width:560px){
  .updates-section{padding:58px 0}
  .updates-heading h2{font-size:38px}
  .update-card img,.feature-update img{height:220px}
}

/* Version 8 — Submit a Tip */
.btn-tip{
  border:1px solid var(--gold-light);
  color:#111;
  background:var(--gold-light);
}
.btn-tip:hover{background:#e4c777}

.tip-section{
  background:#101010;
  color:#fff;
  padding:86px 0;
  border-top:3px solid var(--gold);
}
.tip-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:62px;
  align-items:start;
}
.tip-intro h2{
  margin:10px 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.03;
}
.tip-intro > p{
  color:#d7d7d7;
  font-size:17px;
  line-height:1.75;
}
.emergency-warning{
  margin:30px 0 24px;
  border-left:4px solid #b22a2a;
  background:#1a1212;
  padding:18px 20px;
}
.emergency-warning strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:16px;
}
.emergency-warning span{
  display:block;
  color:#d6c7c7;
  line-height:1.5;
  font-size:14px;
}
.privacy-note{
  border-top:1px solid #333;
  padding-top:22px;
}
.privacy-note h3{
  margin:0 0 8px;
  color:var(--gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}
.privacy-note p{
  color:#c9c9c9;
  line-height:1.65;
  margin:0;
}

.tip-form-card{
  background:#fff;
  color:#181818;
  border-top:4px solid var(--gold);
  padding:30px;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
}
.form-row.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.field{margin-bottom:18px}
.field label{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:800;
  color:#2e2e2e;
}
.field label span{color:#9b1e1e}
.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid #cfcac0;
  border-radius:2px;
  background:#fbfbfa;
  color:#171717;
  padding:12px 13px;
  font:inherit;
  font-size:15px;
}
.field textarea{resize:vertical}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:2px solid rgba(184,138,43,.28);
  border-color:var(--gold);
}
.form-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:8px 0 19px;
  color:#7c5d20;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.2px;
}
.form-divider::before,
.form-divider::after{
  content:"";
  height:1px;
  background:#ddd7cb;
  flex:1;
}
.consent-line{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:4px 0 22px;
  color:#4d4d4d;
  line-height:1.5;
  font-size:13px;
}
.consent-line input{margin-top:3px}
.tip-submit{
  width:100%;
  border:0;
  border-radius:2px;
  background:var(--gold);
  color:#111;
  padding:14px 18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
  cursor:pointer;
}
.tip-submit:hover{background:var(--gold-light)}
.form-footnote{
  margin:10px 0 0;
  color:#777;
  font-size:11px;
  text-align:center;
}
.hidden-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
@media(max-width:900px){
  .tip-grid{grid-template-columns:1fr}
  .tip-intro h2{font-size:42px}
}
@media(max-width:560px){
  .tip-section{padding:60px 0}
  .tip-form-card{padding:20px}
  .form-row.two-col{grid-template-columns:1fr;gap:0}
  .tip-intro h2{font-size:38px}
}

/* Version 10 — corrected form layouts */
.section-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.section-heading h2{
  margin:10px 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:1.05;
}
.section-heading p{
  margin:0;
  color:#555;
  font-size:17px;
  line-height:1.7;
}
.light-heading h2,
.light-heading p{color:#fff}
.light-heading p{color:#d5d5d5}

.tip-section{
  background:#101010;
  color:#fff;
  padding:84px 0;
  border-top:3px solid var(--gold);
}
.tip-layout,
.records-layout{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:34px;
  align-items:start;
  max-width:1080px;
  margin:0 auto;
}
.tip-sidebar,
.records-sidebar{
  display:grid;
  gap:16px;
}
.tip-info-box,
.records-info-box{
  background:#191919;
  border:1px solid #333;
  padding:20px;
}
.tip-info-box h3,
.records-info-box h3{
  margin:0 0 8px;
  color:var(--gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}
.tip-info-box p,
.records-info-box p{
  margin:0;
  color:#c9c9c9;
  line-height:1.6;
  font-size:14px;
}
.emergency-warning{
  margin:0;
  border-left:4px solid #b22a2a;
  background:#1b1212;
  padding:20px;
}
.emergency-warning strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
}
.emergency-warning span{
  display:block;
  color:#d8c8c8;
  line-height:1.55;
  font-size:14px;
}
.tip-form-card,
.records-form-card{
  background:#fff;
  color:#181818;
  border:1px solid #d6d0c4;
  border-top:4px solid var(--gold);
  padding:30px;
  box-shadow:0 16px 38px rgba(0,0,0,.12);
}
.form-row.two-col{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:18px;
}
.field{margin-bottom:18px}
.field label{
  display:block;
  margin-bottom:7px;
  color:#2e2e2e;
  font-size:13px;
  font-weight:800;
}
.field label span{color:#9b1e1e}
.field input,
.field select,
.field textarea{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  border:1px solid #cfcac0;
  border-radius:2px;
  background:#fbfbfa;
  color:#171717;
  padding:12px 13px;
  font:inherit;
  font-size:15px;
}
.field textarea{
  resize:vertical;
  min-height:110px;
}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:2px solid rgba(184,138,43,.23);
  outline-offset:0;
  border-color:var(--gold);
}
.form-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:8px 0 19px;
  color:#7c5d20;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.2px;
}
.form-divider::before,
.form-divider::after{
  content:"";
  height:1px;
  background:#ddd7cb;
  flex:1;
}
.consent-line{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:6px 0 22px;
  color:#4d4d4d;
  line-height:1.5;
  font-size:13px;
}
.consent-line input{
  flex:0 0 auto;
  margin-top:3px;
}
.tip-submit,
.records-submit{
  width:100%;
  border:0;
  border-radius:2px;
  background:var(--gold);
  color:#111;
  padding:14px 18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
  cursor:pointer;
}
.tip-submit:hover,
.records-submit:hover{background:var(--gold-light)}
.form-footnote{
  margin:10px 0 0;
  color:#777;
  font-size:11px;
  text-align:center;
}
.hidden-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.records-section{
  background:#f4f1e9;
  padding:84px 0;
  border-top:1px solid #d8d2c6;
  border-bottom:1px solid #d8d2c6;
}
.records-note{
  margin:0;
  border-left:4px solid var(--gold);
  background:#fff;
  padding:20px;
  border-top:1px solid #ded8cc;
  border-right:1px solid #ded8cc;
  border-bottom:1px solid #ded8cc;
}
.records-note strong{
  display:block;
  margin-bottom:7px;
  color:#241d11;
}
.records-note span{
  display:block;
  color:#5d574b;
  line-height:1.55;
  font-size:14px;
}
.records-info-box{
  background:#fff;
  border-color:#ded8cc;
}
.records-info-box h3{color:#7c5a1c}
.records-info-box p{color:#5d5d5d}

@media(max-width:900px){
  .tip-layout,
  .records-layout{grid-template-columns:1fr}
  .tip-sidebar,
  .records-sidebar{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .section-heading{text-align:left}
  .section-heading h2{font-size:38px}
  .tip-sidebar,
  .records-sidebar{grid-template-columns:1fr}
  .tip-form-card,
  .records-form-card{padding:20px}
  .form-row.two-col{grid-template-columns:1fr;gap:0}
  .tip-section,
  .records-section{padding:58px 0}
}

/* Version 11 — inmate lookup */
.quick[href*="interopweb.com/franklinso"]{
  position:relative;
}
.quick[href*="interopweb.com/franklinso"]::after{
  content:"LIVE LOOKUP";
  position:absolute;
  top:12px;
  right:12px;
  font-size:9px;
  letter-spacing:1px;
  font-weight:900;
  color:#d7b35f;
  border:1px solid rgba(215,179,95,.45);
  padding:4px 6px;
  border-radius:2px;
}


/* Version 12 — Interactive Franklin County map */
.county-map-section{
  background:#0d0d0d;
  color:#fff;
  padding:78px 0;
  border-top:1px solid #292929;
  border-bottom:1px solid #292929;
}
.county-map-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:52px;
  align-items:center;
}
.county-map-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.03;
  margin:10px 0 20px;
}
.county-map-copy > p{
  color:#d0d0d0;
  font-size:17px;
  line-height:1.7;
  margin:0 0 26px;
}
.community-message{
  border-left:4px solid var(--gold);
  background:#171717;
  border-top:1px solid #303030;
  border-right:1px solid #303030;
  border-bottom:1px solid #303030;
  padding:22px;
  min-height:190px;
}
.message-label{
  display:block;
  color:var(--gold-light);
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-size:10px;
  font-weight:900;
  margin-bottom:7px;
}
.community-message h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  margin:0 0 10px;
}
.community-message p{
  color:#c9c9c9;
  line-height:1.6;
  margin:0 0 14px;
}
.community-message a{
  color:var(--gold-light);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.county-map-card{
  background:#151515;
  border:1px solid #3a3a3a;
  border-top:3px solid var(--gold);
}
.map-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:18px 20px;
  border-bottom:1px solid #303030;
}
.map-header div{display:flex;flex-direction:column;gap:3px}
.map-header span{
  color:#a8a8a8;
  text-transform:uppercase;
  letter-spacing:1.3px;
  font-size:10px;
  font-weight:800;
}
.map-header strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}
.map-header small{color:#b7b7b7}
.franklin-map{
  position:relative;
  width:100%;
  min-height:430px;
  background:radial-gradient(circle at 45% 45%,#1d1d1d 0,#121212 68%,#0d0d0d 100%);
  overflow:hidden;
}
.franklin-map svg{display:block;width:100%;height:auto}
.map-loading{
  min-height:430px;
  display:grid;
  place-items:center;
  color:#a7a7a7;
  font-size:14px;
}
.county-shape{
  fill:#1e1e1e;
  stroke:#c49a3a;
  stroke-width:2.2;
}
.community-marker{cursor:pointer;outline:none}
.community-marker .marker-ring{
  fill:#111;
  stroke:#d7b35f;
  stroke-width:2;
  transition:.15s ease;
}
.community-marker .marker-core{fill:#d7b35f}
.community-marker .marker-label{
  fill:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:800;
  paint-order:stroke;
  stroke:#0d0d0d;
  stroke-width:4px;
  stroke-linejoin:round;
}
.community-marker:hover .marker-ring,
.community-marker:focus .marker-ring,
.community-marker.active .marker-ring{fill:#d7b35f}
.community-marker:hover .marker-core,
.community-marker:focus .marker-core,
.community-marker.active .marker-core{fill:#111}
.county-seat-star{
  fill:#d7b35f;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:900;
}
.map-legend{
  display:flex;
  gap:22px;
  align-items:center;
  padding:14px 20px;
  border-top:1px solid #303030;
  color:#bdbdbd;
  font-size:11px;
}
.map-legend span{display:flex;align-items:center;gap:7px}
.legend-dot{
  width:10px;height:10px;border-radius:50%;
  border:2px solid #d7b35f;display:inline-block
}
.legend-star{color:#d7b35f;font-style:normal}

@media(max-width:900px){
  .county-map-grid{grid-template-columns:1fr}
  .franklin-map,.map-loading{min-height:390px}
}
@media(max-width:560px){
  .county-map-section{padding:58px 0}
  .county-map-copy h2{font-size:38px}
  .franklin-map,.map-loading{min-height:330px}
  .map-header{padding:15px}
  .map-legend{padding:12px 15px;flex-wrap:wrap}
}


/* Version 13 — seven Sheriff’s Office communication areas */
.area-includes{
  margin:14px 0 16px;
  padding-top:12px;
  border-top:1px solid #323232;
  color:#bdbdbd;
  font-size:12px;
  line-height:1.55;
}
.area-includes strong{
  color:#e5e5e5;
  display:block;
  margin-bottom:4px;
}
.area-includes ul{
  margin:0;
  padding-left:18px;
}
.zone-halo{
  fill:rgba(215,179,95,.08);
  stroke:rgba(215,179,95,.20);
  stroke-width:1;
  transition:.18s ease;
}
.zone-marker.active .zone-halo,
.zone-marker:hover .zone-halo,
.zone-marker:focus .zone-halo{
  fill:rgba(215,179,95,.22);
  stroke:rgba(215,179,95,.65);
}
.zone-marker.active .marker-ring{
  fill:#d7b35f;
}
.zone-marker.active .marker-core{
  fill:#111;
}
.zone-label{
  font-size:10.5px!important;
}
.zone-fallback{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:18px;
}
.zone-fallback button{
  background:#171717;
  border:1px solid #444;
  color:#fff;
  padding:12px;
  text-align:left;
  cursor:pointer;
}
.zone-fallback button strong{
  display:block;
  color:#d7b35f;
  margin-bottom:5px;
}
.zone-fallback button span{
  display:block;
  color:#aaa;
  font-size:11px;
  line-height:1.4;
}
@media(max-width:560px){
  .zone-fallback{grid-template-columns:1fr}
}


/* Version 14 — iPhone/mobile-first refinement */
.mobile-jumpbar{display:none}
.mobile-form-toggle{display:none}

@media(max-width:700px){
  html{scroll-padding-top:98px}
  body{overflow-x:hidden;background:#fff}

  .shell{width:calc(100% - 28px)}

  .utility-bar{
    font-size:11px;
    border-bottom:1px solid #2b2b2b;
  }
  .utility-inner{
    min-height:34px;
    justify-content:center;
  }
  .utility-left{
    width:100%;
    justify-content:center;
    gap:12px;
  }
  .utility-right{display:none!important}
  .emergency{color:#fff}

  .site-header{
    position:sticky;
    top:0;
  }
  .header-inner{
    min-height:68px!important;
    gap:8px;
  }
  .brand{
    gap:9px;
    min-width:0;
    flex:1;
  }
  .brand img{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px;
  }
  .brand span{
    max-width:none!important;
    min-width:0;
  }
  .brand strong,.brand b{
    font-size:14px!important;
    letter-spacing:.35px!important;
    white-space:nowrap;
  }
  .brand small{
    margin-top:4px!important;
    font-size:7px!important;
    letter-spacing:.7px!important;
  }
  .header-actions{gap:7px}
  .header-facebook{
    width:31px!important;
    height:31px!important;
  }
  .header-fb-icon{font-size:18px}
  .menu-toggle{
    display:block;
    padding:8px 9px;
    font-size:10px;
  }
  .site-nav{
    top:68px!important;
    padding:13px 18px 17px!important;
    gap:0!important;
    max-height:calc(100vh - 102px);
    overflow-y:auto;
  }
  .site-nav a{
    width:100%;
    padding:12px 2px!important;
    border-bottom:1px solid #272727!important;
    font-size:12px!important;
  }

  .mobile-jumpbar{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    position:sticky;
    top:68px;
    z-index:18;
    background:#f4f1e9;
    border-bottom:1px solid #d5cdbd;
  }
  .mobile-jumpbar a{
    text-align:center;
    text-decoration:none;
    padding:10px 4px;
    color:#262018;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.45px;
    border-right:1px solid #d9d1c2;
  }
  .mobile-jumpbar a:last-child{border-right:0}

  .hero{
    min-height:440px!important;
    align-items:flex-end!important;
    background-position:center 42%!important;
  }
  .hero-overlay{
    background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.91) 100%)!important;
  }
  .hero-content{
    padding:120px 0 52px!important;
  }
  .hero h1{
    font-size:43px!important;
    line-height:.98!important;
    margin:10px 0 15px!important;
    letter-spacing:-.8px!important;
  }
  .hero p{
    font-size:15px!important;
    line-height:1.5!important;
    margin-bottom:19px!important;
    max-width:100%!important;
  }
  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px!important;
  }
  .hero-actions .btn{
    text-align:center;
    padding:11px 8px!important;
    font-size:10px!important;
  }
  .hero-actions .btn-tip{
    grid-column:1/-1;
  }

  .quick-wrap{
    margin-top:0!important;
    background:#0f0f0f;
    padding:12px 0;
  }
  .quick-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
  }
  .quick{
    min-height:94px!important;
    border:1px solid #333!important;
    border-radius:3px;
    padding:13px!important;
    justify-content:flex-start!important;
  }
  .quick .icon{
    font-size:20px!important;
    margin-bottom:6px!important;
  }
  .quick strong{
    font-size:13px!important;
  }
  .quick small{
    font-size:10px!important;
    margin-top:4px!important;
  }
  .quick[href*="interopweb.com/franklinso"]::after{
    top:7px!important;
    right:7px!important;
    font-size:7px!important;
    padding:3px 4px!important;
  }

  .section{padding:52px 0!important}
  .sheriff-grid{
    gap:25px!important;
  }
  .portrait-card{
    max-width:310px!important;
    width:82%!important;
  }
  .portrait-card img{
    height:auto!important;
    aspect-ratio:4/5;
    object-fit:cover;
  }
  .copy-block h2{
    font-size:34px!important;
    margin:9px 0 15px!important;
  }
  .copy-block .lead{
    font-size:16px!important;
  }
  .copy-block p{
    font-size:14px!important;
    line-height:1.65!important;
  }

  .updates-section{padding:52px 0!important}
  .updates-heading{
    gap:13px!important;
    margin-bottom:20px!important;
  }
  .updates-heading h2{
    font-size:34px!important;
    margin:7px 0 9px!important;
  }
  .updates-heading p{font-size:14px!important}
  .updates-grid{gap:14px!important}
  .update-card img,.feature-update img{
    height:185px!important;
  }
  .update-body{padding:18px!important}
  .update-card h3{font-size:20px!important}

  .county-map-section{
    padding:52px 0!important;
  }
  .county-map-grid{
    gap:24px!important;
  }
  .county-map-copy h2{
    font-size:34px!important;
    margin:8px 0 13px!important;
  }
  .county-map-copy>p{
    font-size:14px!important;
    line-height:1.6!important;
  }
  .community-message{
    min-height:0!important;
    padding:17px!important;
  }
  .community-message h3{font-size:23px!important}
  .community-message p{font-size:13px!important}
  .area-includes{font-size:11px!important}
  .county-map-card{
    margin:0 -4px;
  }
  .map-header{
    padding:13px 14px!important;
  }
  .map-header strong{font-size:18px!important}
  .map-header small{font-size:10px!important}
  .franklin-map{
    min-height:280px!important;
  }
  .map-loading{min-height:280px!important}
  .zone-label{
    font-size:8px!important;
    stroke-width:3px!important;
  }
  .zone-halo{r:14}
  .map-legend{
    padding:10px 14px!important;
    gap:12px!important;
    font-size:9px!important;
  }

  .info-section{padding:52px 0!important}
  .info-grid{gap:13px!important}
  .info-card{
    min-height:0!important;
    padding:18px!important;
  }
  .image-card{padding:0!important}
  .image-card img{height:160px!important}
  .image-card div{padding:17px 18px!important}
  .patch-card img{
    width:82px!important;
    height:82px!important;
  }

  .records-section,.tip-section{
    padding:52px 0!important;
  }
  .section-heading{
    margin-bottom:18px!important;
    text-align:left!important;
  }
  .section-heading h2{
    font-size:34px!important;
    margin:8px 0 10px!important;
  }
  .section-heading p{
    font-size:14px!important;
    line-height:1.55!important;
  }

  .mobile-form-toggle{
    display:block;
    width:100%;
    border:0;
    background:#b88a2b;
    color:#111;
    padding:14px 15px;
    text-transform:uppercase;
    letter-spacing:.8px;
    font-weight:900;
    font-size:11px;
    margin:0 0 12px;
  }
  .dark-toggle{
    background:#d7b35f;
  }
  .mobile-collapsible{
    display:none!important;
  }
  .mobile-collapsible.is-open{
    display:grid!important;
  }
  .records-layout,.tip-layout{
    gap:14px!important;
  }
  .records-sidebar,.tip-sidebar{
    gap:10px!important;
  }
  .records-note,.records-info-box,.tip-info-box,.emergency-warning{
    padding:15px!important;
  }
  .records-form-card,.tip-form-card{
    padding:16px!important;
    box-shadow:none!important;
  }
  .field{margin-bottom:14px!important}
  .field input,.field select,.field textarea{
    font-size:16px!important; /* avoids iOS input zoom */
    padding:11px 12px!important;
  }
  .field textarea{min-height:95px!important}
  .consent-line{font-size:12px!important}
  .records-submit,.tip-submit{
    padding:13px!important;
    font-size:11px!important;
  }

  .contact-section{padding:52px 0!important}
  .contact-grid{gap:22px!important}
  .contact-section h2{font-size:34px!important}
  .contact-card{padding:19px!important}

  footer{padding:22px 0!important}
  .footer-brand img{width:44px!important;height:44px!important}
  .footer-links{gap:12px!important;font-size:12px}
}

@media(max-width:390px){
  .brand strong,.brand b{font-size:12.5px!important}
  .brand small{font-size:6.5px!important}
  .hero h1{font-size:39px!important}
  .quick-grid{grid-template-columns:1fr 1fr!important}
  .quick{padding:11px!important}
  .county-map-card{margin:0}
}


/* Version 15 — embedded map reliability */
.franklin-map{
  min-height:0!important;
  padding:14px;
}
.embedded-county-map{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
}
.embedded-county-map .county-shape{
  vector-effect:non-scaling-stroke;
}
.area-includes p{
  margin:5px 0 0!important;
  color:#aaa!important;
  font-size:12px!important;
  line-height:1.5!important;
}
@media(max-width:700px){
  .franklin-map{
    min-height:0!important;
    padding:8px 4px 4px!important;
  }
  .embedded-county-map{
    width:100%;
    max-height:none;
  }
  .zone-label{
    font-size:12px!important;
    stroke-width:4px!important;
  }
  .community-marker .marker-ring{
    stroke-width:2.8px!important;
  }
  .community-marker .marker-core{
    r:4;
  }
}


/* Version 16 — Community photo/update panels */
.open-community-panel{
  appearance:none;border:0;background:transparent;color:var(--gold-light);
  padding:0;margin-top:4px;font:inherit;font-size:13px;font-weight:800;
  cursor:pointer;text-align:left
}
.open-community-panel:hover{text-decoration:underline}

body.modal-open{overflow:hidden}
.community-modal{position:fixed;inset:0;z-index:100;display:none}
.community-modal.open{display:block}
.community-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.community-modal-panel{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:min(980px,calc(100% - 40px));max-height:90vh;overflow:auto;
  background:#111;color:#fff;border:1px solid #444;border-top:3px solid var(--gold);
  box-shadow:0 24px 70px rgba(0,0,0,.62)
}
.community-modal-header{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:20px 22px 16px
}
.community-modal-kicker{
  display:block;color:var(--gold-light);text-transform:uppercase;
  letter-spacing:1.4px;font-size:10px;font-weight:900;margin-bottom:5px
}
.community-modal-header h2{
  margin:0;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.08
}
.community-modal-close{
  flex:0 0 auto;width:40px;height:40px;border:1px solid #555;border-radius:50%;
  background:#171717;color:#fff;font-size:27px;line-height:1;cursor:pointer
}
.community-gallery{display:grid;gap:3px;padding:0 16px}
.community-gallery.one-photo{grid-template-columns:1fr}
.community-gallery.two-photo{grid-template-columns:1fr 1fr}
.community-gallery img{width:100%;height:330px;object-fit:cover;background:#222}
.community-gallery.one-photo img{height:390px}
.community-tabs{
  display:grid;grid-template-columns:repeat(5,1fr);margin:14px 16px 0;
  border-bottom:1px solid #373737
}
.community-tab{
  border:0;border-bottom:2px solid transparent;background:transparent;color:#c7c7c7;
  padding:14px 8px 12px;text-transform:uppercase;font-size:11px;font-weight:900;
  letter-spacing:.7px;cursor:pointer
}
.community-tab.active{color:#fff;border-bottom-color:var(--gold)}
.community-tab-content{padding:22px 26px 8px}
.community-pane{display:none}
.community-pane.active{display:block}
.community-pane h3{
  margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:22px
}
.community-pane p{color:#c8c8c8;line-height:1.65;margin:0 0 12px}
.community-two-col{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.community-status{color:#7bd35f!important;font-weight:800}
.status-check{
  display:inline-grid;place-items:center;width:21px;height:21px;border:2px solid #70cb52;
  border-radius:50%;margin-right:8px;font-size:12px
}
.community-disclaimer{
  font-size:12px;color:#909090!important;border-top:1px solid #333;padding-top:12px
}
.community-modal-actions{
  display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px 26px 24px
}
.community-action{
  display:block;text-decoration:none;text-align:center;text-transform:uppercase;
  letter-spacing:.65px;font-size:11px;font-weight:900;padding:13px 16px;border:1px solid var(--gold)
}
.community-action.secondary{color:var(--gold-light)}
.community-action.primary{background:var(--gold);color:#111}
.community-action.primary:hover{background:var(--gold-light)}

@media(max-width:700px){
  .community-modal-panel{
    top:auto;bottom:0;left:0;transform:none;width:100%;max-height:91vh;
    border-left:0;border-right:0;border-bottom:0
  }
  .community-modal-header{
    padding:15px 16px 12px;position:sticky;top:0;background:#111;z-index:3;
    border-bottom:1px solid #292929
  }
  .community-modal-header h2{font-size:22px}
  .community-modal-close{width:34px;height:34px;font-size:23px}
  .community-gallery{padding:0;gap:2px}
  .community-gallery img,.community-gallery.one-photo img{height:210px}
  .community-gallery.two-photo{grid-template-columns:1fr 1fr}
  .community-tabs{
    margin:8px 0 0;position:sticky;top:62px;z-index:2;background:#111
  }
  .community-tab{padding:11px 3px 9px;font-size:9px;letter-spacing:.25px}
  .community-tab-content{padding:18px 17px 4px}
  .community-two-col{grid-template-columns:1fr;gap:18px}
  .community-pane h3{font-size:19px}
  .community-pane p{font-size:13px}
  .community-modal-actions{grid-template-columns:1fr;padding:12px 17px 20px}
}


/* Version 17 — final homepage cleanup */
.community-gallery.one-photo{
  grid-template-columns:1fr!important;
}
.community-gallery.one-photo img{
  height:430px;
  object-fit:cover;
}
@media(max-width:700px){
  .community-gallery.one-photo img{
    height:235px!important;
  }
}


/* Version 18 — Sheriff Scott Andrews biography page */
.bio-page{background:#f4f2ed}
.bio-page .site-nav a.active{color:var(--gold-light)}
.bio-hero{
  position:relative;
  min-height:620px;
  overflow:hidden;
  background:
    linear-gradient(90deg,#050505 0%,#0c0c0c 46%,rgba(10,10,10,.88) 100%),
    url("assets/charger.jpeg") center/cover no-repeat;
  color:#fff;
}
.bio-hero:after{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 77% 42%,rgba(205,159,62,.17),transparent 30%),
    linear-gradient(180deg,transparent 65%,rgba(0,0,0,.45));
  pointer-events:none;
}
.bio-hero-grid{
  position:relative;z-index:2;
  min-height:620px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:end;
  gap:56px;
}
.bio-title{padding:90px 0 82px}
.bio-title h1{
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:86px;
  line-height:.92;
  margin:12px 0 24px;
  letter-spacing:-1.8px;
}
.bio-subtitle{
  max-width:690px;
  font-size:20px;
  line-height:1.55;
  color:#ddd;
}
.bio-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.bio-chips span{
  border:1px solid rgba(215,179,95,.58);
  background:rgba(0,0,0,.44);
  color:#f0d38a;
  padding:10px 13px;
  text-transform:uppercase;
  font-size:10px;
  font-weight:900;
  letter-spacing:.65px;
}
.bio-portrait-wrap{
  align-self:end;
  display:flex;
  justify-content:center;
  height:560px;
}
.bio-portrait-wrap img{
  display:block;
  max-height:100%;
  max-width:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 20px 35px rgba(0,0,0,.55));
}
.bio-intro-section{padding:76px 0;background:#f7f5f0}
.bio-intro-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:70px;
  align-items:start;
}
.bio-intro-grid h2,
.bio-service-copy h2,
.bio-section-heading h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:1.07;
  margin:8px 0 0;
}
.bio-prose p{
  font-size:16px;
  line-height:1.78;
  color:#3d3d3d;
  margin:0 0 18px;
}
.bio-career-section{padding:82px 0;background:#111;color:#fff}
.bio-section-heading{max-width:720px;margin-bottom:42px}
.bio-section-heading p{color:#bdbdbd;line-height:1.65}
.career-timeline{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.career-item{
  position:relative;
  display:grid;
  grid-template-columns:62px 1fr;
  gap:18px;
  padding:26px 26px 26px 20px;
  border:1px solid #343434;
  background:linear-gradient(135deg,#171717,#101010);
}
.career-item:before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);
}
.career-marker{
  display:grid;place-items:center;
  width:50px;height:50px;
  border:1px solid #7b6127;
  color:var(--gold-light);
  font-weight:900;
  font-size:12px;
}
.career-item h3{margin:1px 0 9px;font-size:19px}
.career-item p{margin:0;color:#bdbdbd;line-height:1.65;font-size:14px}
.bio-service-section{
  padding:82px 0;
  background:
    radial-gradient(circle at 76% 45%,rgba(190,145,50,.18),transparent 24%),
    #070707;
  color:#fff;
}
.bio-service-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  align-items:center;
}
.bio-service-copy p{color:#c9c9c9;line-height:1.75;max-width:700px}
.bio-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.bio-badge-panel{
  min-height:340px;
  border:1px solid #3b3b3b;
  background:#101010;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:32px;
  text-align:center;
}
.bio-badge-panel img{width:150px;height:150px;object-fit:contain;margin-bottom:18px}
.bio-badge-panel span{
  color:var(--gold-light);
  text-transform:uppercase;
  letter-spacing:1.3px;
  font-size:11px;font-weight:900
}
.bio-badge-panel strong{margin-top:9px;font-size:15px}

@media(max-width:800px){
  .bio-hero{min-height:auto}
  .bio-hero-grid{
    min-height:auto;
    grid-template-columns:1fr;
    gap:0;
  }
  .bio-title{padding:66px 0 28px}
  .bio-title h1{font-size:56px}
  .bio-subtitle{font-size:16px}
  .bio-portrait-wrap{height:400px}
  .bio-intro-section,.bio-career-section,.bio-service-section{padding:54px 0}
  .bio-intro-grid,.bio-service-grid{grid-template-columns:1fr;gap:28px}
  .bio-intro-grid h2,.bio-service-copy h2,.bio-section-heading h2{font-size:35px}
  .career-timeline{grid-template-columns:1fr}
  .bio-badge-panel{min-height:280px}
}
@media(max-width:480px){
  .bio-title h1{font-size:47px}
  .bio-chips{gap:7px}
  .bio-chips span{font-size:9px;padding:8px 9px}
  .bio-portrait-wrap{height:340px}
  .career-item{grid-template-columns:48px 1fr;padding:20px 17px}
  .career-marker{width:40px;height:40px}
}


/* Version 19 — Careers page */
.careers-page .site-nav a.active{color:var(--gold-light)}
.careers-hero{
  position:relative;
  background:
    linear-gradient(90deg,rgba(7,7,7,.97),rgba(12,12,12,.93) 58%,rgba(18,18,18,.84)),
    url("assets/charger.jpeg") center/cover no-repeat;
  color:#fff;
}
.careers-hero-overlay{
  position:absolute;inset:0;
  background:radial-gradient(circle at 78% 45%,rgba(184,138,43,.18),transparent 28%);
}
.careers-hero-grid{
  position:relative;z-index:2;
  min-height:610px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:center;
}
.careers-copy{padding:74px 0}
.careers-copy h1{
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:72px;
  line-height:.98;
  margin:12px 0 22px;
  letter-spacing:-1px;
}
.careers-copy p{
  max-width:720px;
  color:#d5d5d5;
  font-size:17px;
  line-height:1.72;
  margin:0 0 15px;
}
.career-tagline{
  display:block;
  margin-top:22px;
  color:var(--gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
}
.careers-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.careers-emblem{
  display:flex;
  align-items:center;
  justify-content:center;
}
.careers-emblem img{
  width:min(370px,90%);
  max-height:430px;
  object-fit:contain;
  filter:drop-shadow(0 24px 45px rgba(0,0,0,.6));
}
.careers-why{padding:78px 0;background:#f5f2eb}
.careers-heading{max-width:770px;margin-bottom:34px}
.careers-heading h2,.careers-application h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:1.05;
  margin:8px 0 14px;
}
.careers-heading p{color:#555;line-height:1.65}
.careers-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid #d8d1c5;
  background:#fff;
}
.careers-grid article{
  padding:24px 20px;
  min-height:220px;
  border-right:1px solid #ddd6c9;
}
.careers-grid article:last-child{border-right:0}
.careers-grid article span{
  color:#946d20;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}
.careers-grid h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  margin:12px 0 9px;
}
.careers-grid p{color:#5d5d5d;line-height:1.55;font-size:14px}
.careers-application{
  padding:78px 0;
  background:#101010;
  color:#fff;
  border-top:3px solid var(--gold);
}
.careers-application-grid{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:58px;
  align-items:center;
}
.careers-application p{color:#c8c8c8;line-height:1.7}
.application-card{
  background:#1b1b1b;
  border:1px solid #3a3a3a;
  border-top:3px solid var(--gold);
  padding:28px;
  text-align:center;
}
.application-card img{
  width:115px;
  height:115px;
  object-fit:contain;
  margin:0 auto 16px;
}
.application-card h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  margin:0 0 10px;
}
.application-card p{font-size:14px}

@media(max-width:900px){
  .careers-hero-grid,.careers-application-grid{grid-template-columns:1fr}
  .careers-copy{padding:58px 0 24px}
  .careers-emblem{padding-bottom:48px}
  .careers-emblem img{width:230px}
  .careers-grid{grid-template-columns:1fr 1fr}
  .careers-grid article{border-bottom:1px solid #ddd6c9}
}
@media(max-width:600px){
  .careers-copy h1{font-size:48px}
  .careers-copy p{font-size:15px}
  .career-tagline{font-size:19px}
  .careers-actions{display:grid;grid-template-columns:1fr}
  .careers-actions .btn{text-align:center}
  .careers-why,.careers-application{padding:54px 0}
  .careers-heading h2,.careers-application h2{font-size:36px}
  .careers-grid{grid-template-columns:1fr}
  .careers-grid article{
    min-height:0;
    border-right:0;
  }
}

/* Version 21 — Request Extra Patrol */
.patrol-request-section{background:#ece8df;padding:84px 0;border-top:1px solid #d3ccbe;border-bottom:1px solid #d3ccbe}
.patrol-layout{display:grid;grid-template-columns:320px 1fr;gap:34px;align-items:start;max-width:1080px;margin:0 auto}
.patrol-sidebar{display:grid;gap:16px}
.patrol-note,.patrol-info-box{background:#fff;border:1px solid #d8d1c4;padding:20px}
.patrol-note{border-left:4px solid #a82a2a}
.patrol-note strong,.patrol-info-box h3{display:block;margin:0 0 8px}
.patrol-note span,.patrol-info-box p{display:block;margin:0;color:#5d5d5d;line-height:1.6;font-size:14px}
.patrol-info-box h3{color:#7d5c1f;font-family:Georgia,"Times New Roman",serif;font-size:20px}
.patrol-form-card{background:#fff;border:1px solid #d6d0c4;border-top:4px solid var(--gold);padding:30px;box-shadow:0 16px 38px rgba(0,0,0,.08)}
.patrol-submit{width:100%;border:0;border-radius:2px;background:var(--gold);color:#111;padding:14px 18px;font-weight:900;text-transform:uppercase;letter-spacing:1px;cursor:pointer}
.patrol-submit:hover{background:var(--gold-light)}
@media(max-width:900px){.patrol-layout{grid-template-columns:1fr}.patrol-sidebar{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.patrol-request-section{padding:58px 0}.patrol-sidebar{grid-template-columns:1fr}.patrol-form-card{padding:20px}}

/* Version 27 hero image tuning */
.hero{
  background-position:center 46%;
  background-size:cover;
}
@media (max-width: 700px){
  .hero{
    background-position:center 42%;
  }
}


/* Version 28 — mobile Open Records / Submit Tip fix */
.mobile-form-toggle{
  display:none;
}
.mobile-collapsible{
  display:grid;
}

@media(max-width:700px){
  .mobile-form-toggle{
    display:block!important;
    width:100%;
    border:0;
    border-radius:2px;
    background:var(--gold);
    color:#111;
    padding:14px 16px;
    margin:0 0 14px;
    font:inherit;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
    cursor:pointer;
  }
  .mobile-form-toggle.dark-toggle{
    background:var(--gold-light);
  }
  .mobile-collapsible{
    display:none!important;
  }
  .mobile-collapsible.is-open{
    display:grid!important;
  }
  #records-form-wrap,
  #tip-form-wrap{
    scroll-margin-top:120px;
  }
}

@media(min-width:701px){
  .mobile-collapsible{
    display:grid!important;
  }
}
